[ 
https://issues.apache.org/jira/browse/CASSANDRA-2036?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12985522#action_12985522
 ] 

Jonathan Ellis commented on CASSANDRA-2036:
-------------------------------------------

Should we also allow loading from a URL the way we do cassandra.yaml in 
DatabaseDescriptor?

> cassandra-topology.properties cannot reside inside jar file
> -----------------------------------------------------------
>
>                 Key: CASSANDRA-2036
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2036
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 0.7.0, 0.7.1
>            Reporter: Mck SembWever
>            Assignee: Mck SembWever
>             Fix For: 0.7.1
>
>         Attachments: CASSANDRA-2036.patch
>
>
> PropertyFileSnitch cannot load the cassandra-topology.properties if it is 
> located inside a jar file.
> At startup cassandra will print and exit
> [ERROR] 20:50:01  Fatal error: Unable to read cassandra-topology.properties
> Bad configuration; unable to start server
> It seems FBUtilities.resourceToFIle(..) can only be used for loading plain 
> files.
> The attached patch solves the problem. It uses the standard java approach for 
> loading a resource stream...

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to