Re: StackOverflowError on startup!

2010-08-26 Thread Mark
On 8/26/10 11:51 AM, Gary Dusbabek wrote: I'm willing to bet this has something to do with the system table initialization trying to delete its stats, which it can't do until it's initialized, which means it tries to delete its stats, which it can't do until it's initialized, which... you get t

Re: StackOverflowError on startup!

2010-08-26 Thread Gary Dusbabek
I'm willing to bet this has something to do with the system table initialization trying to delete its stats, which it can't do until it's initialized, which means it tries to delete its stats, which it can't do until it's initialized, which... you get the picture. The stack trace is very similar

Re: StackOverflowError on startup!

2010-08-26 Thread Mark
On 8/26/10 11:45 AM, thelastpickle.com wrote: Looks like this https://issues.apache.org/jira/browse/CASSANDRA-1435 Aaron Sent from my iPad On 27 Aug 2010, at 06:16, Mark wrote: On 8/26/10 11:15 AM, Mark wrote: Using 0.7beta1 and I noticed one of my nodes was not responding.. wtf? Went to

Re: StackOverflowError on startup!

2010-08-26 Thread thelastpickle.com
Looks like this https://issues.apache.org/jira/browse/CASSANDRA-1435 Aaron Sent from my iPad On 27 Aug 2010, at 06:16, Mark wrote: > On 8/26/10 11:15 AM, Mark wrote: >> Using 0.7beta1 and I noticed one of my nodes was not responding.. wtf? Went >> to restart and I got the following error. Any

Re: StackOverflowError on startup!

2010-08-26 Thread Mark
On 8/26/10 11:16 AM, Mark wrote: On 8/26/10 11:15 AM, Mark wrote: Using 0.7beta1 and I noticed one of my nodes was not responding.. wtf? Went to restart and I got the following error. Any clues? Exception encountered during startup. java.lang.StackOverflowError at java.util.Vector.ensur

Re: StackOverflowError on startup!

2010-08-26 Thread Mark
On 8/26/10 11:15 AM, Mark wrote: Using 0.7beta1 and I noticed one of my nodes was not responding.. wtf? Went to restart and I got the following error. Any clues? Exception encountered during startup. java.lang.StackOverflowError at java.util.Vector.ensureCapacityHelper(Vector.java:238)

StackOverflowError on startup!

2010-08-26 Thread Mark
Using 0.7beta1 and I noticed one of my nodes was not responding.. wtf? Went to restart and I got the following error. Any clues? Exception encountered during startup. java.lang.StackOverflowError at java.util.Vector.ensureCapacityHelper(Vector.java:238) at java.util.Vector.addElement(Ve