Dino Fancellu
Dino Fancellu

Reputation: 2004

Cassandra windows, won't start up

Installed it, Datastax CE, at first came up, but OpsCenter said agent was not up, although it seemed to be running.

So I reboot, hoping it might be happier. Opposite. Now Cassandra Service and Agent won't even start.

Going into logs I see

2015-07-28 16:12:47 Commons Daemon procrun stdout initialized Error occurred during initialization of VM java/lang/NoClassDefFoundError: java/lang/Object

Any idea what else I have to do? I have JDK 1.8, Eclipse etc. Nothing else complains.

Thanks

Upvotes: 4

Views: 3604

Answers (1)

haldhafari
haldhafari

Reputation: 11

If cassandra won't start do the following:

1) try renaming the following path C:\Program Files\DataStax-DDC\data\commitlog

2) if it doesn't work start cassandra as follows: C:\Program Files\DataStax-DDC\apache-cassandra\bin>cassandra.bat

the console should tell you where the error is.

Good luck!

Upvotes: 1

Related Questions