I saw this test failure on a CI build in
org.apache.activemq.broker.region.cursors.CursorDurableTest
----------------------------------------------------------------------------------------------------
Key: AMQ-1360
URL: https://issues.apache.org/activemq/browse/AMQ-1360
Project: ActiveMQ
Issue Type: Bug
Components: Broker
Reporter: James Strachan
Assignee: Rob Davies
Fix For: 5.0.0
Running org.apache.activemq.broker.region.cursors.CursorDurableTest
10-Aug-2007 05:15:27 Exception in thread "Persistence Adaptor Task"
java.lang.NullPointerException
10-Aug-2007 05:15:27 at
org.apache.activemq.kaha.impl.index.VMIndexLinkedList.remove(VMIndexLinkedList.java:254)
10-Aug-2007 05:15:27 at
org.apache.activemq.kaha.impl.container.ListContainerImpl.remove(ListContainerImpl.java:314)
10-Aug-2007 05:15:27 at
org.apache.activemq.kaha.impl.container.ListContainerImpl.remove(ListContainerImpl.java:697)
10-Aug-2007 05:15:27 at
org.apache.activemq.store.kahadaptor.KahaTopicReferenceStore.acknowledge(KahaTopicReferenceStore.java:133)
10-Aug-2007 05:15:27 at
org.apache.activemq.store.amq.AMQTopicMessageStore$2.execute(AMQTopicMessageStore.java:176)
10-Aug-2007 05:15:27 at
org.apache.activemq.util.TransactionTemplate.run(TransactionTemplate.java:44)
10-Aug-2007 05:15:27 at
org.apache.activemq.store.amq.AMQTopicMessageStore.doAsyncWrite(AMQTopicMessageStore.java:169)
10-Aug-2007 05:15:27 at
org.apache.activemq.store.amq.AMQMessageStore.asyncWrite(AMQMessageStore.java:293)
10-Aug-2007 05:15:27 at
org.apache.activemq.store.amq.AMQMessageStore$1.iterate(AMQMessageStore.java:86)
10-Aug-2007 05:15:27 at
org.apache.activemq.thread.PooledTaskRunner.runTask(PooledTaskRunner.java:118)
10-Aug-2007 05:15:27 at
org.apache.activemq.thread.PooledTaskRunner$1.run(PooledTaskRunner.java:42)
10-Aug-2007 05:15:27 at
java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:650)
10-Aug-2007 05:15:27 at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:675)
10-Aug-2007 05:15:27 at java.lang.Thread.run(Thread.java:595)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.