[
https://issues.apache.org/jira/browse/CASSANDRA-2383?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13059011#comment-13059011
]
David Allsopp commented on CASSANDRA-2383:
------------------------------------------
The above code seems to work for full hierarchical URIs:
-Dlog4j.configuration="file:///C:/conf%20space/log4j-server.properties"
and for classpath locations:
-Dlog4j.configuration=log4j-server.properties
(on windows, with a space in the file path)
It does not work for opaque URIs such as file:log4j-server.properties because
you can't construct a File directly from these (you get
java.lang.IllegalArgumentException: URI is not hierarchical)
> log4j unable to load properties file from classpath
> ---------------------------------------------------
>
> Key: CASSANDRA-2383
> URL: https://issues.apache.org/jira/browse/CASSANDRA-2383
> Project: Cassandra
> Issue Type: Bug
> Components: Tools
> Affects Versions: 0.7.4
> Environment: OS : windows
> java : 1.6.0.23
> Reporter: david lee
> Assignee: T Jake Luciani
> Priority: Minor
> Fix For: 0.7.7
>
>
> when cassandra home folder is placed inside a folder which has space
> characters in its name,
> log4j settings are not properly loaded and warning messages are shown.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira