Skip to content

Instantly share code, notes, and snippets.

@davsclaus
Created September 3, 2012 11:30
Show Gist options
  • Select an option

  • Save davsclaus/3608682 to your computer and use it in GitHub Desktop.

Select an option

Save davsclaus/3608682 to your computer and use it in GitHub Desktop.
2012-09-03 13:08:59,043 [IRM:0 ] - WARN PListTest - Job[0] caught exception: null
java.lang.NullPointerException
at org.apache.kahadb.util.LinkedNode.isTailNode(LinkedNode.java:68)
at org.apache.kahadb.util.LinkedNode.getNext(LinkedNode.java:48)
at org.apache.kahadb.index.ListNode$ListIterator.next(ListNode.java:184)
at org.apache.kahadb.index.ListNode$ListIterator.next(ListNode.java:129)
at org.apache.activemq.store.kahadb.plist.PList$PListIterator.next(PList.java:210)
at org.apache.activemq.store.kahadb.plist.PList$PListIterator.next(PList.java:192)
at org.apache.activemq.store.kahadb.plist.PListTest$Job.run(PListTest.java:578)
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:680)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment