Netflix / CassJMeter

JMeter plugin to run cassandra tests.
Apache License 2.0
163 stars 66 forks source link

java.lang.NoClassDefFoundError: Could not initialize class com.netflix.jmeter.connections.thrift.ThriftConnection #14

Open coxx opened 11 years ago

coxx commented 11 years ago

I see this error in jmeter.log when trying to start a test with CassGet. I'm using jmeter-2.9, java version "1.7.0_25" and Mac OS X (the same error I saw on Linux).

Test failed! java.lang.NoClassDefFoundError: Could not initialize class com.netflix.jmeter.connections.thrift.ThriftConnection
hamedhsn commented 10 years ago

I think you did not have copy the CassJMeter-0.2-SNAPSHOT.jar in lib and lib/ext in jmeter..

tennsk commented 10 years ago

Got same error. CassJMeter-0.2-SNAPSHOT.jar was only in lib/ext, copying it to lib/ fixed the problem.

manit-sidhu commented 8 years ago

Just thought to check if the connection to Cassandra DB worked once you were able to fix this issue. If yes, it would be great if some one can post the approach used to connect to Cassandra DB.

On following the steps mentioned in the set-up instruction, I am still getting the error message mentioned in defect/issue [JMeter failed to connect to Cassandra #15].