JBoss Community

gwt-console problem

created by Mai A. S in jBPM - View the full discussion

Hi All,

 

I have a problem while running gwt-console project in eclipse. I can't connect to get processes definitions from guvnor.

 

In the function of loadKnowledgeBase () while reaching the line





kagent.applyChangeSet(ResourceFactory.newReaderResource(guvnorUtils.createChangeSet()));

 

then it throws null pointer exception and print it in the catch

logger.error("Could not load processes from Guvnor: " + t.getMessage());

 

026/09 16:14:28,489[main] ERROR integration.console.StatefulKnowledgeSessionUtil.loadKnowledgeBase  - Could not load processes from Guvnor: null

 

 

my jbpm.console.properties file:

 

jbpm.console.server.host=localhost

jbpm.console.server.port=8080

jbpm.console.task.service.strategy=HornetQ

jbpm.console.task.service.host=127.0.0.1

jbpm.console.task.service.port=8080

jbpm.console.directory=D\:\\My_Project\\ConsoleDirectory

guvnor.protocol=http

guvnor.host=localhost:8080

guvnor.subdomain=drools-guvnor

guvnor.usr=admin

guvnor.pwd=admin

guvnor.packages=defaultPackage

guvnor.connect.timeout=10000

guvnor.read.timeout=10000

guvnor.snapshot.name=LATEST

ConnectToGuvnorFlag=true

 

Thanks and sorry for disturbance

Reply to this message by going to Community

Start a new discussion in jBPM at Community