You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The test always throws below error:
2015-07-22 18:58:35 DEBUG DatabaseDescriptor:322 - Syncing log with a period of 10000
2015-07-22 18:58:35 INFO DatabaseDescriptor:334 - Windows environment detected. DiskAccessMode set to standard, indexAccessMode standard
2015-07-22 18:58:35 ERROR DatabaseDescriptor:141 - Fatal configuration error
org.apache.cassandra.exceptions.ConfigurationException: Invalid partitioner class org.apache.cassandra.dht.Murmur3Partitioner
at org.apache.cassandra.config.DatabaseDescriptor.applyConfig(DatabaseDescriptor.java:388)
at org.apache.cassandra.config.DatabaseDescriptor.(DatabaseDescriptor.java:136)
at org.cassandraunit.utils.EmbeddedCassandraServerHelper.mkdirs(EmbeddedCassandraServerHelper.java:333)
at org.cassandraunit.utils.EmbeddedCassandraServerHelper.cleanupAndLeaveDirs(EmbeddedCassandraServerHelper.java:305)
at org.cassandraunit.utils.EmbeddedCassandraServerHelper.startEmbeddedCassandra(EmbeddedCassandraServerHelper.java:116)
at org.cassandraunit.utils.EmbeddedCassandraServerHelper.startEmbeddedCassandra(EmbeddedCassandraServerHelper.java:85)
at org.cassandraunit.utils.EmbeddedCassandraServerHelper.startEmbeddedCassandra(EmbeddedCassandraServerHelper.java:64)
...........................
Invalid partitioner class org.apache.cassandra.dht.Murmur3Partitioner
Fatal configuration error; unable to start. See log for stacktrace.
I know there was a fix that went in few days ago. Still the problem seems to show up. Thanks
The text was updated successfully, but these errors were encountered:
hemabs
changed the title
cassandra-unit-shaded seems to not work with cassandra-unit while running embedded server
cassandra-unit-shaded seems to not work with embedded server
Jul 23, 2015
hemabs
changed the title
cassandra-unit-shaded seems to not work with embedded server
cassandra-unit-shaded throws error while configuring embedded server
Jul 23, 2015
The test always throws below error:
2015-07-22 18:58:35 DEBUG DatabaseDescriptor:322 - Syncing log with a period of 10000
2015-07-22 18:58:35 INFO DatabaseDescriptor:334 - Windows environment detected. DiskAccessMode set to standard, indexAccessMode standard
2015-07-22 18:58:35 ERROR DatabaseDescriptor:141 - Fatal configuration error
org.apache.cassandra.exceptions.ConfigurationException: Invalid partitioner class org.apache.cassandra.dht.Murmur3Partitioner
at org.apache.cassandra.config.DatabaseDescriptor.applyConfig(DatabaseDescriptor.java:388)
at org.apache.cassandra.config.DatabaseDescriptor.(DatabaseDescriptor.java:136)
at org.cassandraunit.utils.EmbeddedCassandraServerHelper.mkdirs(EmbeddedCassandraServerHelper.java:333)
at org.cassandraunit.utils.EmbeddedCassandraServerHelper.cleanupAndLeaveDirs(EmbeddedCassandraServerHelper.java:305)
at org.cassandraunit.utils.EmbeddedCassandraServerHelper.startEmbeddedCassandra(EmbeddedCassandraServerHelper.java:116)
at org.cassandraunit.utils.EmbeddedCassandraServerHelper.startEmbeddedCassandra(EmbeddedCassandraServerHelper.java:85)
at org.cassandraunit.utils.EmbeddedCassandraServerHelper.startEmbeddedCassandra(EmbeddedCassandraServerHelper.java:64)
...........................
Invalid partitioner class org.apache.cassandra.dht.Murmur3Partitioner
Fatal configuration error; unable to start. See log for stacktrace.
pom.xml looks as below:
sonatype-oss-snapshot https://oss.sonatype.org/content/repositories/snapshots/ true dailyI know there was a fix that went in few days ago. Still the problem seems to show up. Thanks
The text was updated successfully, but these errors were encountered: