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