ScriptedFlowElement::jobArrived

Post Reply
lohbrand
Newbie
Posts: 14
Joined: Thu Feb 02, 2012 8:41 pm

ScriptedFlowElement::jobArrived

Post by lohbrand »

Hello,



that is the ErrorCode:



ScriptExecutor has quit unexpectedly; command: ScriptedFlowElement::jobArrived



but what that it mean?



grettings S. Lohbrandt
dkelly
TOP CONTRIBUTOR
Posts: 658
Joined: Mon Nov 29, 2010 8:45 pm
Location: Alpharetta GA USA
Contact:

ScriptedFlowElement::jobArrived

Post by dkelly »

Sounds like a bug in the Javascript engine.



Did this occur in one of the Enfocus or 3rd party configurators or in a script you developed?
lohbrand
Newbie
Posts: 14
Joined: Thu Feb 02, 2012 8:41 pm

ScriptedFlowElement::jobArrived

Post by lohbrand »

In a Script what we develop.
dkelly
TOP CONTRIBUTOR
Posts: 658
Joined: Mon Nov 29, 2010 8:45 pm
Location: Alpharetta GA USA
Contact:

ScriptedFlowElement::jobArrived

Post by dkelly »

Try simplifying your script to isolate the problem.
lohbrand
Newbie
Posts: 14
Joined: Thu Feb 02, 2012 8:41 pm

ScriptedFlowElement::jobArrived

Post by lohbrand »

I have isolated the problem.

It is a Process.execute command, only this in a other script, everything ok, but …



I am confused, the call is ok, the function ok, but the "ScriptedFlowElement::jobArrived" Error makes me …


rzacherl
Member
Posts: 38
Joined: Mon Mar 21, 2011 3:29 pm

ScriptedFlowElement::jobArrived

Post by rzacherl »

Hello Mr. Lohbrandt,



without having seen your actual script code it's nearly impossible to tell what is the reason for the crash.

Either post your complete script code or make your unprotected script package available to us. Otherwise...



What external CLI process are you trying to control? What script execution mode (serialized, concurrent, persistent) is used?



Regards,



Robert
Post Reply