Re: StorageService.initServer() fails

2013-07-31 Thread Jonathan Ellis
I'd suggest looking at CassandraDaemon to see what it does before trying to start StorageService. On Wed, Jul 31, 2013 at 4:34 AM, Nulik Nol wrote: > hi, > when I execute this code: > > import org.apache.cassandra.service. > StorageService; > > public class CasTest { > > public void CasTest()

StorageService.initServer() fails

2013-07-31 Thread Nulik Nol
hi, when I execute this code: import org.apache.cassandra.service. StorageService; public class CasTest { public void CasTest() { } public static void main(String args[]) throws Exception { Class.forName("org.apache.cassandra.service.StorageService"); StorageService