|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
- [mojo-dev] [jira] (MCASSANDRA-26) Issue starting cassa... Olivier Lamy (JIRA)
- [mojo-dev] [jira] (MCASSANDRA-26) Issue starting ... Olivier Lamy (JIRA)
- [mojo-dev] [jira] (MCASSANDRA-26) Issue starting ... Olivier Lamy (JIRA)
- [mojo-dev] [jira] (MCASSANDRA-26) Issue starting ... Olivier Lamy (JIRA)
- [mojo-dev] [jira] (MCASSANDRA-26) Issue starting ... Olivier Lamy (JIRA)

full stack trace
[INFO] — cassandra-maven-plugin:1.2.1-2-SNAPSHOT:start (start-cassandra) @ metadata-store-cassandra —
[INFO] Waiting for Cassandra to start...
[INFO] java.lang.reflect.InvocationTargetException
[INFO] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[INFO] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
[INFO] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[INFO] at java.lang.reflect.Method.invoke(Method.java:601)
[INFO] at org.xerial.snappy.SnappyLoader.loadNativeLibrary(SnappyLoader.java:317)
[INFO] at org.xerial.snappy.SnappyLoader.load(SnappyLoader.java:219)
[INFO] at org.xerial.snappy.Snappy.<clinit>(Snappy.java:44)
[INFO] at org.apache.cassandra.io.compress.SnappyCompressor.create(SnappyCompressor.java:45)
[INFO] at org.apache.cassandra.io.compress.SnappyCompressor.isAvailable(SnappyCompressor.java:55)
[INFO] at org.apache.cassandra.io.compress.SnappyCompressor.<clinit>(SnappyCompressor.java:37)
[INFO] at org.apache.cassandra.config.CFMetaData.<clinit>(CFMetaData.java:82)
[INFO] at org.apache.cassandra.config.KSMetaData.systemKeyspace(KSMetaData.java:81)
[INFO] at org.apache.cassandra.config.DatabaseDescriptor.loadYaml(DatabaseDescriptor.java:471)
[INFO] at org.apache.cassandra.config.DatabaseDescriptor.<clinit>(DatabaseDescriptor.java:123)
[INFO] at org.apache.cassandra.service.CassandraDaemon.setup(CassandraDaemon.java:192)
[INFO] at org.apache.cassandra.service.CassandraDaemon.activate(CassandraDaemon.java:411)
[INFO] at org.apache.cassandra.service.CassandraDaemon.main(CassandraDaemon.java:454)
[INFO] at org.codehaus.mojo.cassandra.CassandraMonitor.main(CassandraMonitor.java:148)
[INFO] Caused by: java.lang.UnsatisfiedLinkError: no snappyjava in java.library.path
[INFO] at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1860)
[INFO] at java.lang.Runtime.loadLibrary0(Runtime.java:845)
[INFO] at java.lang.System.loadLibrary(System.java:1084)
[INFO] at org.xerial.snappy.SnappyNativeLoader.loadLibrary(SnappyNativeLoader.java:52)
[INFO] ... 18 more
[INFO] [WARN] 12:23:58,150 Cannot initialize native Snappy library. Compression on new tables will be disabled.
[INFO] [WARN] 12:23:58,352 MemoryMeter uninitialized (jamm not specified as java agent); KeyCache size in JVM Heap will not be calculated accurately. Usually this means cassandra-env.sh disabled jamm because you are using a buggy JRE; upgrade to the Sun JRE instead
[INFO] [WARN] 12:23:58,946 No host ID found, created b58277fe-b7b4-40bb-a2b4-86b8be337fcb (Note: This should happen exactly once per node).
[INFO] [WARN] 12:23:59,101 Generated random token [1083075062435591870]. Random tokens will result in an unbalanced ring; see http://wiki.apache.org/cassandra/Operations
[INFO] Cassandra cluster "Test Cluster" started.
[INFO] Cassandra started in 2.7s