I've been seeing the following stack trace in a couple of tests today:
java.lang.NullPointerException at com.objectdb.o.TYR.<init>(TYR.java:104) at com.objectdb.o.ENT.newTypeReader(ENT.java:1258) at com.objectdb.o.TYT.extractCollection(TYT.java:41) at com.objectdb.o.ENT.extractCollection(ENT.java:1306) at objectdb.java.util.ArrayList.__odbBeforeAccess(Unknown Source) at objectdb.java.util.ArrayList.iterator(Unknown Source) at rbccm.digest2.execution.ExecutionGraph.<init>(ExecutionGraph.java:133) at rbccm.digest2.execution.Workflow2Runner.processWorkflows(Workflow2Runner.java:122) at rbccm.digest2.execution.Workflow2Runner.workflowCompleteForSomeTasks(Workflow2Runner.java:298) at rbccm.digest2.test.utility.LocalThreadDispatcher$DispatchRunner.run(LocalThreadDispatcher.java:63) at java.lang.Thread.run(Thread.java:595)
I dont have a simple test to recreate it at the moment as I think it will go away when I fix something in the test itself but I can put one together if the stack trace isn't enough to highlight the problem.