Re: [rules-users] Null Pointer Exception with 10K+ kBase objects

2014-01-28 Thread Davide Sottara
Could you post the full test case (rules + java)? Thanks Davide On 01/28/2014 05:10 PM, jhusby wrote: I'm trying to stress-test Drools to see what its limits are, and I stumbled across a NPE when I have a large amount of facts in a stateful knowledgebase: java.lang.NullPointerException

[rules-users] Null Pointer Exception with 10K+ kBase objects

2014-01-28 Thread jhusby
I'm trying to stress-test Drools to see what its limits are, and I stumbled across a NPE when I have a large amount of facts in a stateful knowledgebase: java.lang.NullPointerException at org.drools.core.phreak.PhreakTimerNode.doPropagateChildLeftTuple(PhreakTimerNode.java:355) at

Re: [rules-users] Null Pointer Exception with 10K+ kBase objects

2014-01-28 Thread jhusby
Here is my test project: DroolsTest.zip http://drools.46999.n3.nabble.com/file/n4027890/DroolsTest.zip Change the TOTAL_OBJECTS member of Main.java to see the impact of having a large number of objects: * If you set it to 1K, everything should work fine. * If you set it to 10K, it will NPE

Re: [rules-users] Null Pointer Exception with 10K+ kBase objects

2014-01-28 Thread Mario Fusco
I downloaded your zip file and reproduced the problem you reported (even on master branch). I'll start investigating it in a bit and I'll keep you updated with my findings. Thank you, Mario -- View this message in context: