Re: [rules-users] NPE in LeftTupleSetsImpl.removeUpdate

2014-08-27 Thread Mario Fusco
Hi David, sorry but it's impossible for us to figure out what's going wrong in your case just looking at the stack trace you sent. Have you been able to consistently reproduce this problem? If so could you open a ticket on jira and share your reproducer there? Thanks, Mario -- View this

Re: [rules-users] NPE in LeftTupleSetsImpl.removeUpdate

2014-08-15 Thread dzeig...@gmail.com
I just ran into the same NPE again in 6.1.0.Final. I'm still doubtful I can reproduce the issue consistently as I've been running 6.1.0 for a couple weeks now without incident, but I'll follow back up if I figure something out. Please let me know if I can provide any additional info. Thanks,

[rules-users] NPE in LeftTupleSetsImpl.removeUpdate

2014-07-30 Thread David Zeigler
Hi, I'm using drools 6.0.1.Final. I received a NPE in the org.drools.core.common.LeftTupleSetsImpl.removeUpdate() method on line 172, which corresponds to this line for 6.0.1.Final: previous.setStagedNext( next ); I see 2 commits in 6.1.0 to address NPEs in this class but I'm not sure if either

Re: [rules-users] NPE in LeftTupleSetsImpl.removeUpdate

2014-07-30 Thread Davide Sottara
It has almost certainly been fixed in 6.1 Davide On 07/31/2014 03:40 AM, David Zeigler wrote: Hi, I'm using drools 6.0.1.Final. I received a NPE in the org.drools.core.common.LeftTupleSetsImpl.removeUpdate() method on line 172, which corresponds to this line for 6.0.1.Final:

Re: [rules-users] NPE in LeftTupleSetsImpl.removeUpdate

2014-07-30 Thread Mark Proctor
try 6.1.x, this is being released as we speak: http://downloads.jboss.org/drools/release/snapshot/6.1.x/ Mark On 31 Jul 2014, at 02:48, Davide Sottara dso...@gmail.com wrote: It has almost certainly been fixed in 6.1 Davide On 07/31/2014 03:40 AM, David Zeigler wrote: Hi, I'm using drools