[
https://issues.apache.org/jira/browse/CASSANDRA-948?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12853175#action_12853175
]
Nick Berardi edited comment on CASSANDRA-948 at 4/3/10 6:09 PM:
----------------------------------------------------------------
This was an already pre built binary downloaded from the Cassandra site, so I
didn't run the ant build tool.
This appears to be related to data storage paths I set, because if I switch the
paths back to the default UNIX paths. Everything runs fine.
These paths that I have set worked fine in the 0.5.1 build of Cassandra.
Please see my attached config file for more details.
was (Author: nberardi):
This was an already pre built binary downloaded from the Cassandra site, so
I didn't run the ant build tool.
This appears to be related to data storage path I set, which is a valid path on
my Windows machine. And the path works fine in 0.5.1.
However I did notice a couple of the setting options were removed from the
config file. If I switch it back to the default UNIX path everything appears
to work fine.
> 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
> Priority: Blocker
> Attachments: cassandra.bat, storage-conf.xml
>
>
> 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.