[jboss-jira] [JBoss JIRA] (JBRULES-3681) NullPointerException in ConditionAnalyzer

Tibor Zimányi (JIRA) issues at jboss.org
Tue Jul 10 09:41:01 EDT 2018


     [ https://issues.jboss.org/browse/JBRULES-3681?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tibor Zimányi closed JBRULES-3681.
----------------------------------
    Resolution: Out of Date


This project is not active anymore. The current active project is "DROOLS". Closing this.

> NullPointerException in ConditionAnalyzer
> -----------------------------------------
>
>                 Key: JBRULES-3681
>                 URL: https://issues.jboss.org/browse/JBRULES-3681
>             Project: JBRULES
>          Issue Type: Bug
>          Components: drools-core  (expert)
>    Affects Versions: 5.4.0.Final, 5.5.0.CR1
>         Environment: Windows XP
> Java 1.6.0_24 (build 1.6.0_24-b07), Hotspot Client VM (build 19.1-b02, mixed mode, sharing)
>            Reporter: Paul Evans
>            Assignee: Mario Fusco
>             Fix For: 6.0.0.Alpha1
>
>
> I'm using Drools in a relatively vanilla fashion -- not doing anything fancy; no custom DSLs or whatnot.  I have a JUnit test case that invokes a set of rules.  When the test case is run individually, it passes just fine.  However, when the test case is run within a larger test suite (i.e., with other test cases), the test fails.  When running the test suite, I do see an exception being thrown by Drools:
> Exception in thread "Thread-1" java.lang.NullPointerException
> 	at org.drools.rule.constraint.ConditionAnalyzer.analyzeSingleCondition(ConditionAnalyzer.java:116)
> 	at org.drools.rule.constraint.ConditionAnalyzer.analyzeCondition(ConditionAnalyzer.java:102)
> 	at org.drools.rule.constraint.ConditionAnalyzer.analyzeCondition(ConditionAnalyzer.java:73)
> 	at org.drools.rule.constraint.MvelConditionEvaluator.getAnalyzedCondition(MvelConditionEvaluator.java:83)
> 	at org.drools.rule.constraint.MvelConstraint.executeJitting(MvelConstraint.java:214)
> 	at org.drools.rule.constraint.MvelConstraint.access$000(MvelConstraint.java:41)
> 	at org.drools.rule.constraint.MvelConstraint$1.run(MvelConstraint.java:201)
> 	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:662)
> I have experienced this behavior sporadically with other test cases as well.  FYI, there is no *shared* data being consumed between test cases.  Also, we are using stateless knowledge sessions.  Each individual test case will get its own fresh stateless knowledge session instance.  
> Is there a way to disable JIT'ing within Drools? (as this seems to be a JIT-related issue).  FYI, I experience this issue in the following Drools releases: 5.3.3.Final, 5.4.0.Final and 5.5.0.CR1.
> -Paul



--
This message was sent by Atlassian JIRA
(v7.5.0#75005)



More information about the jboss-jira mailing list