Re: Exception in thread "main" java.lang.NoClassDefFoundError

2014-01-22 Thread Yogi Nerella
I think you are building from the source, were there any build failures, before you started the test? can you rebuild and try again? Please provide the command line you are using as well? On Wed, Jan 22, 2014 at 3:06 AM, Jason Wee wrote: > NoClassDefFoundError: org/apache/cassandra/service/C

Re: Exception in thread "main" java.lang.NoClassDefFoundError

2014-01-22 Thread Jason Wee
NoClassDefFoundError: org/apache/cassandra/service/CassandraDaemon This stated very clear, the class is not found in the classpath. Very obviously you are not using the cassandra package for the distribution, so you need to find which jar that contain this class and check in your classpath if this

Exception in thread "main" java.lang.NoClassDefFoundError

2014-01-20 Thread Le Xu
Hello! I got this error while trying out Cassandra 1.2.13. The error message looks like: Exception in thread "main" java.lang. NoClassDefFoundError: org/apache/cassandra/service/CassandraDaemon Caused by: java.lang.ClassNotFoundException: org.apache.cassandra.service.CassandraDaemon at jav

Re: Exception in thread "main" java.lang.NoClassDefFoundError

2011-02-25 Thread Jonathan Ellis
usr/local/cassandra/bin/cassandra.in.sh" > export PATH="$PATH:/usr/local/cassandra/bin" > > I did source /etc/profile. > And checked $JAVA_HOME,$CLASS_PATH,$CASSANDRA_HOME etc. > > And then I started /usr/local/cassandra/bin/cassandra -f >

Exception in thread "main" java.lang.NoClassDefFoundError

2011-02-24 Thread ko...@vivinavi.com
PATH="$PATH:/usr/local/cassandra/bin" I did source /etc/profile. And checked $JAVA_HOME,$CLASS_PATH,$CASSANDRA_HOME etc. And then I started /usr/local/cassandra/bin/cassandra -f However I met the following Error message. Exception in thread "main" java.lang.NoClassDefFoundErr