Re: KahaDB failure with Active MQ 5.4 snapshot

2010-05-31 Thread Gary Tully
When you get that NPE, is it recoverable or do you have some data that can reproduce, I tried a bunch of variants of unit tests around that area of the code but could not reproduce. On 31 May 2010 10:27, Christian Grobmeier wrote: > Hello, > > we have upgraded from 5.3.x series to a snapshot ver

Re: KahaDB failure with Active MQ 5.4 snapshot

2010-05-31 Thread cmoulliard
sageStore.recoverNextMessages(KahaDBStore.java:235) > at > org.apache.activemq.broker.region.cursors.QueueStorePrefetch.doFillBatch(QueueStorePrefetch.java:97) > at > org.apache.activemq.broker.region.cursors.AbstractStoreCursor.fillBatch(AbstractStoreCursor.java:253) > ... 9 more > > - Charles Moulliard SOA Architect My Blog : http://cmoulliard.blogspot.com/ http://cmoulliard.blogspot.com/ -- View this message in context: http://old.nabble.com/KahaDB-failure-with-Active-MQ-5.4-snapshot-tp28728635p28731684.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

KahaDB failure with Active MQ 5.4 snapshot

2010-05-31 Thread Christian Grobmeier
Hello, we have upgraded from 5.3.x series to a snapshot version because we got several KahaDB errors. It was fine for a long time but then we suddenly had an KahaDB error again. Any idea where is this coming from? I assume its again something on creating index or such. Thanks for any tips, Christ