Hi,

I am trying to access guvnor(on tomcat) through my application(on websphere)
through a rest API call using "HttpURLConnection", but when i use 

connection.connect();

it throws me the following error. Any idea about this error or which jar
might I be missing,

java.lang.NoClassDefFoundError: org.drools.util.ServiceRegistryImpl
(initialization failure)
        at java.lang.J9VMInternals.initialize(J9VMInternals.java:145)
        at
org.drools.builder.KnowledgeBuilderFactory.loadServiceFactory(KnowledgeBuilderFactory.java:130)
        at
org.drools.builder.KnowledgeBuilderFactory.getKnowledgeBuilderServiceFactory(KnowledgeBuilderFactory.java:124)
        at
org.drools.builder.KnowledgeBuilderFactory.newKnowledgeBuilder(KnowledgeBuilderFactory.java:46)

Regards,
Abhinay





--
View this message in context: 
http://drools.46999.n3.nabble.com/Error-during-fetching-rules-via-REST-API-tp4024048.html
Sent from the Drools: User forum mailing list archive at Nabble.com.
_______________________________________________
rules-users mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/rules-users

Reply via email to