Discussion:
[jboss-user] [jBPM] - Error in Jbpm 5.2 process split node .
manivannan kathirvel
2013-02-12 07:08:50 UTC
Permalink
manivannan kathirvel [https://community.jboss.org/people/manimportal] created the discussion

"Error in Jbpm 5.2 process split node ."

To view the discussion, visit: https://community.jboss.org/message/797175#797175

--------------------------------------------------------------
Dear Friends,

I'm using jbpm 5.2 and drools engine 5.3.1 and Jboss server 5.1  in JSF web application.

While I try to add the additional or split path to the existing OR decision node in Emp process , Getting the following error during the execution :

java.lang.NoSuchMethodError: Process_EmpProcess.returnValueEvaluator5(Lorg/drools/spi/ProcessContext;)Ljava/lang/Object;
        EmpProcessReturnValueEvaluator0Invoker.evaluate(Emp_Process.ReturnValueEvaluator0Invoker.java:14)
        at org.drools.workflow.instance.impl.ReturnValueConstraintEvaluator.evaluate(ReturnValueConstraintEvaluator.java:121)
        at org.drools.workflow.instance.node.SplitInstance.internalTrigger(SplitInstance.java:62)
        at org.drools.workflow.instance.impl.NodeInstanceImpl.trigger(NodeInstanceImpl.java:111)
        at org.drools.workflow.instance.impl.NodeInstanceImpl.triggerConnection(NodeInstanceImpl.java:141)
        at org.drools.workflow.instance.impl.NodeInstanceImpl.triggerCompleted(NodeInstanceImpl.java:128)
        at org.drools.workflow.instance.node.StartNodeInstance.triggerCompleted(StartNodeInstance.java:49)
        at org.drools.workflow.instance.node.StartNodeInstance.internalTrigger(StartNodeInstance.java:41)
        at org.drools.workflow.instance.impl.NodeInstanceImpl.trigger(NodeInstanceImpl.java:111)
        at org.drools.ruleflow.instance.RuleFlowProcessInstance.internalStart(RuleFlowProcessInstance.java:16)
        at org.drools.process.instance.impl.ProcessInstanceImpl.start(ProcessInstanceImpl.java:185)
        at org.drools.workflow.instance.impl.WorkflowProcessInstanceImpl.start(WorkflowProcessInstanceImpl.java:230)
        at org.drools.common.AbstractWorkingMemory.startProcess(AbstractWorkingMemory.java:1639)

Process compilation is fine and there is no validation error 
I tried to recomplie and  re build package using Drools Admin Console and package build was succesfully ,

Still getting the same issue during execution.

Stucked with this issue and not able to proceed further.

Any Help on this will be Much Appreciated !

Thanks in Advance !
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/797175#797175]

Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]
Esteban Aliverti
2013-02-12 08:51:46 UTC
Permalink
Esteban Aliverti [https://community.jboss.org/people/eaa] created the discussion

"Re: Error in Jbpm 5.2 process split node ."

To view the discussion, visit: https://community.jboss.org/message/797199#797199

--------------------------------------------------------------
What are the conditions you are using in the outgoing sequence flows of the gateway?
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/797199#797199]

Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]
Esteban Aliverti
2013-02-12 15:17:38 UTC
Permalink
Esteban Aliverti [https://community.jboss.org/people/eaa] created the discussion

"Re: Error in Jbpm 5.2 process split node ."

To view the discussion, visit: https://community.jboss.org/message/797273#797273

--------------------------------------------------------------
Well, I don't see anything wrong with your process definition. What is the value of 'totalscore' when the gateway is reached? In order to be 100% sure you could add a script task before the gateway to print its value.

Best Regards,
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/797273#797273]

Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]
manivannan kathirvel
2013-02-12 16:11:18 UTC
Permalink
manivannan kathirvel [https://community.jboss.org/people/manimportal] created the discussion

"Re: Error in Jbpm 5.2 process split node ."

To view the discussion, visit: https://community.jboss.org/message/797297#797297

--------------------------------------------------------------
totalscore passed to node is 21.0 . While debugging , i tried to pass all set values one by one used in condition , but still no luck , Got the same error

The same process was running perfectly  and it was flowing to the correct decision path based on the value passed before i add the extra decision path .

Wondering what went wrong while adding the extra decision path.

Is it due to same package which i'm using to load all the process is creating problem ?

Please help me out on this .
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/797297#797297]

Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]
Loading...