drools runtime exception

1 message Options
Embed this post
Permalink
satyasri.ch

drools runtime exception

Reply Threaded More More options
Print post
Permalink

hi,
Im working on drools project in that i was dynamically loading a class and inserting the fact in to knowledge session.when i run the project with in eclipse IDE it works fine.but when i hosted it in the tomcat it was throwing runtime exception.

Here is my sample application
---------------------------------------------------------------------
main java class
ruleTest.txt

sample rule

Sample.drl

tomcat console

console1.PNG


Added following jars in tomcat/lib
( actual path : C:\Program Files\Apache Software Foundation\Tomcat 6.0\webapps\JStudio\WEB-INF\lib)

antlr-runtime-3.1.1.jar
core-3.4.2.v_883_R34x.jar
drools-api-5.0.1.jar
drools-compiler-5.0.1.jar
drools-core-5.0.1.jar
drools-jsr94-5.0.1.jar
drools-decisiontables-5.0.1.jar
mvel2-2.0.14.jar
xstream-1.3.1.jar

suggest me any ideas

regards
sathyasri