Hi! I'm running the wvaluation project that comes with the jBPM 5.4.0 Final installer. I've ran ant install.demo, and ant start.demo. But whenever I try to ran the ProcessTest I'm getting the following exception
[code]
1 20/04 18:46:11,029[main] ERROR workitem.wsht.GenericHTWorkItemHandler.executeWorkItem - Sat Apr 20 18:46:11 ART 2013: Error when creating task on task server for work item id 1. Error reported by task server: Task operation request timed out
java.lang.RuntimeException: Task operation request timed out
at org.jbpm.task.service.SyncTaskServiceWrapper.addTask(SyncTaskServiceWrapper.java:118)
at org.jbpm.process.workitem.wsht.GenericHTWorkItemHandler.executeWorkItem(GenericHTWorkItemHandler.java:182)
at org.drools.process.instance.impl.DefaultWorkItemManager.internalExecuteWorkItem(DefaultWorkItemManager.java:70)
at org.jbpm.workflow.instance.node.WorkItemNodeInstance.internalTrigger(WorkItemNodeInstance.java:107)
at org.jbpm.workflow.instance.impl.NodeInstanceImpl.trigger(NodeInstanceImpl.java:126)
at org.jbpm.workflow.instance.impl.NodeInstanceImpl.triggerNodeInstance(NodeInstanceImpl.java:279)
at org.jbpm.workflow.instance.impl.NodeInstanceImpl.triggerCompleted(NodeInstanceImpl.java:238)
[/code]
I've shut down the jboss server and started it manually with the same result, no exception on war deployment, yet I cannot start the evaluation process. I can connect with the console properly in the following url http://localhost:8080/jbpm-console/ yet I cannot add tasks.
Any idea why is this happening? I'm running the test with the eclipse instance that gets installed and called with the ant goal.
Thanks!
Pedro Zuppelli