Setting up Cassandra across private network

2014-03-18 Thread Le Xu
I'm currently using Cassandra 1.23 and I'm trying to set up a cluster on the private network, so that nodes can communicate through eth4 inet address instead of eth0 inet address. My current yaml file specify eth4 address in the seed field. However the the rpc address is set to 0.0.0.0. Both liste

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