You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Jonathan Ellis (JIRA)" <ji...@apache.org> on 2010/02/23 23:18:27 UTC

[jira] Updated: (CASSANDRA-824) Unable to start Cassandra in windows if P drive exsists

     [ https://issues.apache.org/jira/browse/CASSANDRA-824?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jonathan Ellis updated CASSANDRA-824:
-------------------------------------

    Fix Version/s: 0.6

> Unable to start Cassandra in windows if P drive exsists
> -------------------------------------------------------
>
>                 Key: CASSANDRA-824
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-824
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Core
>         Environment: This problem should affect any version of windows with a P drive.
>            Reporter: Kaz Walker
>            Priority: Trivial
>             Fix For: 0.6
>
>   Original Estimate: 0h
>  Remaining Estimate: 0h
>
> When running bin\cassandra.bat from main dir, Cassandra exits with:
> Invalid parameter - P:
> Starting Cassandra Server
> Listening for transport dt_socket at address: 8888
> Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/cassandra/service/CassandraDaemon
> Caused by: java.lang.ClassNotFoundException: org.apache.cassandra.service.CassandraDaemon
>         at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
>         at java.security.AccessController.doPrivileged(Native Method)
>         at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
>         at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
>         at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
>         at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
> Could not find the main class: org.apache.cassandra.service.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.