Hi, This indicates that your box can't create any more threads perhaps due to the thread stack size settings. Use jstack <pid> or JMX/jconsole to determine the number of threads that are currently running.
Cheers, Sammy On Tue, Nov 17, 2009 at 5:01 PM, <[email protected]> wrote: > I keep getting the error > java.lang.OutOfMemoryError: unable to create new native thread > > > > db > ERROR - Fatal exception in thread Thread[main,5,main] > java.lang.OutOfMemoryError: unable to create new native thread > at java.lang.Thread.start0(Native Method) > at java.lang.Thread.start(Thread.java:597) > at > java.util.concurrent.ThreadPoolExecutor.addIfUnderMaximumPoolSize(ThreadPoolExecutor.java:727) > at > java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:657) > at > org.apache.thrift.server.TThreadPoolServer.serve(TThreadPoolServer.java:186) > at > org.apache.cassandra.service.CassandraDaemon.start(CassandraDaemon.java:143) > at > org.apache.cassandra.service.CassandraDaemon.main(CassandraDaemon.java:180) > >
