[rules-users] RuntimeDroolsException as Solver concludes execution

2010-04-22 Thread dweppenaar
Hi. I am experiencing the following exception: org.drools.RuntimeDroolsException: Exception executing ReturnValue constraint org.drools.rule.returnvaluerestrict...@a5f6c234 : java.lang.NullPointerException. The rule that is causing the exception to occur is the following: rule spreadOvertime

Re: [rules-users] RuntimeDroolsException as Solver concludes execution

2010-04-22 Thread Geoffrey De Smet
Looks like an NPE in your rule. Maybe maintenanceSlot or something is null. You should raise an issue with drools-core (drools expert) that it should give a better runtime error to show on which line it NPE'ed. With kind regards, Geoffrey De Smet dweppenaar schreef: Hi. I am experiencing

Re: [rules-users] RuntimeDroolsException: Unable to load

2007-11-08 Thread Robert Morse
Hello Edson, Frankly, I wouldn't spend a lot of time on this. The alternate approach is to inject the working memory into the Seam component as described in the docs. Assuming that works (which I'm sure it will), then there's no reason to use the approach I was attempting. Let me

Re: [rules-users] RuntimeDroolsException: Unable to load

2007-11-08 Thread Robert Morse
Hello, I downloaded Seam 2.0.0.GA, built the drools example (it's a simple number guess application). It fails exactly the same way. I'm guessing the Seam guys tested this before releasing, so I'm assuming (as Edson pointed out) a JVM issue with Mac OS X Leopard? On Nov 8, 2007, at 6:57

Re: [rules-users] RuntimeDroolsException: Unable to load -- Solved

2007-11-08 Thread Robert Morse
Solved. Actually, Mark Proctor solved this several days ago when he asked if Seam came with its own Drools jars. It does. If you use the non-Seam bundled drools jars, you will get this exception. Sorry for wasting anyone's time on this, but I'm curiousany ideas what is different

Re: [rules-users] RuntimeDroolsException: Unable to load

2007-11-07 Thread Edson Tirelli
Robert. Fernando is taking a look in that. []s Edson 2007/11/6, Robert Morse [EMAIL PROTECTED]: Hello Edson, If you are willing to download and install JBoss AS 4.2.1 and Seam 2.0.0.CR2, I can send you a slightly modified Seam example that will demo this problem. If you want

Re: [rules-users] RuntimeDroolsException: Unable to load

2007-11-06 Thread Robert Morse
Edson, Can you send me a pointer to the Leopard JVM bug? I haven't heard about it (other than Java 6 isn't available yet). On Nov 5, 2007, at 6:02 PM, Edson Tirelli wrote: Before we do any digging, aren't you being bitten by the Leopard JVM bug? Fernando, can you take a look at

Re: [rules-users] RuntimeDroolsException: Unable to load

2007-11-06 Thread Robert Morse
Hello Edson, If you are willing to download and install JBoss AS 4.2.1 and Seam 2.0.0.CR2, I can send you a slightly modified Seam example that will demo this problem. If you want to do this yourself, it's quite simple: 1. Modify the examples/seamdiscs example in the Seam distribution by:

Re: [rules-users] RuntimeDroolsException: Unable to load

2007-11-05 Thread Edson Tirelli
Maybe any of you can zip a small project showing this problem and send me. I will dig down to find the problem and we can have an answer available to all. This is for sure a classpath problem, so just a matter of finding out exactly what is missing. []s Edson 2007/11/4, Robert Morse

Re: [rules-users] RuntimeDroolsException: Unable to load

2007-11-05 Thread Robert Morse
Hello Edson, Eric was kind enough to reply that he solved his problem by including ALL of the jars in the drools lib distribution directory in his classpath -- not just the drools jars, mvel, and eclipse jars. If I do this, JBoss 4.2.1 complains about not being able to parse its xml

Re: [rules-users] RuntimeDroolsException: Unable to load

2007-11-05 Thread Edson Tirelli
Robert, Cool. Please keep us posted on your findings. []s Edson 2007/11/5, Robert Morse [EMAIL PROTECTED]: Hello Edson,Eric was kind enough to reply that he solved his problem by including ALL of the jars in the drools lib distribution directory in his classpath -- not just the

Re: [rules-users] RuntimeDroolsException: Unable to load

2007-11-05 Thread Robert Morse
Hello Edson, Well, after a day, I'm no closer in getting this to work. I've put Drools 4.0.3 compiler, core, decisiontables, and jsr along with mvel14, core-3.2.3.v_686_R32x, jsr94-1.1, antlr-runtime-3.0 in: JBoss 4.2.1: /lib /lib/endorsed/ /server/default/lib as well as my EAR, EJB Jar,

Re: [rules-users] RuntimeDroolsException: Unable to load

2007-11-05 Thread Edson Tirelli
Before we do any digging, aren't you being bitten by the Leopard JVM bug? Fernando, can you take a look at this? []s Edson 2007/11/5, Robert Morse [EMAIL PROTECTED]: Hello Edson, Well, after a day, I'm no closer in getting this to work. I've put Drools 4.0.3 compiler, core,

Re: [rules-users] RuntimeDroolsException: Unable to load

2007-11-05 Thread Robert Morse
I'm not sure, but this problem existed prior to upgrading. To be fair though, I didn't try the things I did today to remedy it. On Nov 5, 2007, at 6:02 PM, Edson Tirelli wrote: Before we do any digging, aren't you being bitten by the Leopard JVM bug? Fernando, can you take a look at

[rules-users] RuntimeDroolsException: Unable to load dialect

2007-10-15 Thread Chong Minsk Goh
Hi, I am trying to run Drools on Netbeans. I have added the jars from Drools 4.0.2. However, I encountered an error org.doxa.rules.RulesManager - org.drools.RuntimeDroolsException: Unable to load dialect ' org.drools.rule.builder.dialect.mvel.MVELDialectConfiguration:mvel' I did not use any

Re: [rules-users] RuntimeDroolsException: Unable to load dialect

2007-10-15 Thread Mark Proctor
Chong Minsk Goh wrote: Hi, I am trying to run Drools on Netbeans. I have added the jars from Drools 4.0.2. However, I encountered an error org.doxa.rules.RulesManager - org.drools.RuntimeDroolsException: Unable to load dialect

[rules-users] RuntimeDroolsException

2007-08-16 Thread Raffaele Viola
Hi, I'm starting to use eclipse plug.in for JRules. I created the example JRules project in eclipse and I tried to start it as Java Application but I got this exception org.drools.RuntimeDroolsException: Unable to load dialect ' org.drools.rule.builder.dialect.java.JavaDialect:java' at

Re: [rules-users] RuntimeDroolsException

2007-08-16 Thread Mark Proctor
I'll probably want to speak to ILog about help with JRules. Mark Raffaele Viola wrote: Hi, I'm starting to use eclipse plug.in http://plug.in for JRules. I created the example JRules project in eclipse and I tried to start it as Java Application but I got this exception

RE: [rules-users] RuntimeDroolsException

2007-08-16 Thread Anstis, Michael \(M.\)
Cc: Pierre Fricke Subject: Re: [rules-users] RuntimeDroolsException I'll probably want to speak to ILog about help with JRules. Mark Raffaele Viola wrote: Hi, I'm starting to use

Re: [rules-users] RuntimeDroolsException

2007-08-16 Thread Geoffrey Wiseman
On 8/16/07, Mark Proctor [EMAIL PROTECTED] wrote: I'll probably want to speak to ILog about help with JRules. Mark :) -- Geoffrey Wiseman ___ rules-users mailing list rules-users@lists.jboss.org

Re: [rules-users] RuntimeDroolsException

2007-08-16 Thread Kris Verlaenen
Message - From: Raffaele Viola To: rules-users@lists.jboss.org Sent: Thursday, August 16, 2007 12:52 PM Subject: [rules-users] RuntimeDroolsException Hi, I'm starting to use eclipse plug.in for JRules. I created the example JRules project in eclipse and I tried to start