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

Mark Greene commented on CASSANDRA-948:
---------------------------------------

Using the cassandra-with-fixes.bat I was able to start cassandra 0.6.1 on 
windows. However, this error did appear in the log:

log4j:ERROR Could not read configuration file [null\log4j.properties].
java.io.FileNotFoundException: null\log4j.properties (The system cannot find 
the path specified)
        at java.io.FileInputStream.open(Native Method)
        at java.io.FileInputStream.<init>(FileInputStream.java:106)
        at java.io.FileInputStream.<init>(FileInputStream.java:66)
        at 
org.apache.log4j.PropertyConfigurator.doConfigure(PropertyConfigurator.java:306)
        at 
org.apache.log4j.PropertyConfigurator.configure(PropertyConfigurator.java:324)
        at 
org.apache.cassandra.thrift.CassandraDaemon.setup(CassandraDaemon.java:62)
        at 
org.apache.cassandra.thrift.CassandraDaemon.main(CassandraDaemon.java:177)
log4j:ERROR Ignoring configuration file [null\log4j.properties].

> Cannot Start Cassandra Under Windows
> ------------------------------------
>
>                 Key: CASSANDRA-948
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-948
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 0.6
>         Environment: Windows 7 (NT 6.1) 64-bit, Java 6 Update 19 64-bit, 
> Cassandra 0.6 RC
>            Reporter: Nick Berardi
>            Assignee: Gary Dusbabek
>             Fix For: 0.6.2
>
>         Attachments: cassandra-with-fixes.bat, cassandra.bat, 
> storage-conf.xml, trunk-CASSANDRA-948.txt
>
>
> I get the following error when I try to launch the RC of Cassandra from the 
> command line:
> Starting Cassandra Server
> Listening for transport dt_socket at address: 8888
> Exception in thread "main" java.lang.NoClassDefFoundError: 
> org/apache/cassandra/thrift/CassandraDaemon
> Caused by: java.lang.ClassNotFoundException: 
> org.apache.cassandra.thrift.CassandraDaemon
>         at java.net.URLClassLoader$1.run(Unknown Source)
>         at java.security.AccessController.doPrivileged(Native Method)
>         at java.net.URLClassLoader.findClass(Unknown Source)
>         at java.lang.ClassLoader.loadClass(Unknown Source)
>         at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
>         at java.lang.ClassLoader.loadClass(Unknown Source)
> Could not find the main class: org.apache.cassandra.thrift.CassandraDaemon.  
> Program will exit.

-- 
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