Created
December 3, 2010 23:31
-
-
Save fedesilva/727720 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ERROR 15:29:33,609 Uncaught exception in thread Thread[pool-1-thread-1,5,main] | |
java.lang.OutOfMemoryError: Java heap space | |
at org.apache.thrift.protocol.TBinaryProtocol.readStringBody(TBinaryProtocol.java:296) | |
at org.apache.thrift.protocol.TBinaryProtocol.readMessageBegin(TBinaryProtocol.java:203) | |
at org.apache.cassandra.thrift.Cassandra$Processor.process(Cassandra.java:1154) | |
at org.apache.cassandra.thrift.CustomTThreadPoolServer$WorkerProcess.run(CustomTThreadPoolServer.java:167) | |
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) | |
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) | |
at java.lang.Thread.run(Thread.java:662) | |
Service exit with a return value of 100 | |
==> /var/log/cassandra/system.log <== | |
ERROR [pool-1-thread-1] 2010-12-03 15:29:33,609 CassandraDaemon.java (line 87) Uncaught exception in thread Thread[pool-1-thread-1,5,main] | |
java.lang.OutOfMemoryError: Java heap space | |
at org.apache.thrift.protocol.TBinaryProtocol.readStringBody(TBinaryProtocol.java:296) | |
at org.apache.thrift.protocol.TBinaryProtocol.readMessageBegin(TBinaryProtocol.java:203) | |
at org.apache.cassandra.thrift.Cassandra$Processor.process(Cassandra.java:1154) | |
at org.apache.cassandra.thrift.CustomTThreadPoolServer$WorkerProcess.run(CustomTThreadPoolServer.java:167) | |
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) | |
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) | |
at java.lang.Thread.run(Thread.java:662) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment