| System.err |
Could not save workflow to myspace
AxisFault
faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.generalException
faultSubcode:
faultString:
faultActor:
faultNode:
faultDetail:
{http://xml.apache.org/axis/}exceptionName:org.astrogrid.filemanager.common.NodeNotFoundFault
{http://xml.apache.org/axis/}stackTrace:
at org.astrogrid.filemanager.client.FileManagerClientImpl.createParentFolder(FileManagerClientImpl.java:392)
at org.astrogrid.filemanager.client.FileManagerClientImpl.createFile(FileManagerClientImpl.java:345)
at org.astrogrid.workflow.integration.AbstractTestForWorkflow.writeWorkflowToVOSpace(AbstractTestForWorkflow.java:230)
at org.astrogrid.workflow.integration.AbstractTestForWorkflow.writeWorkflowToVOSpace(AbstractTestForWorkflow.java:212)
at org.astrogrid.workflow.integration.AbstractTestForWorkflow.writeWorkflowToVOSpace(AbstractTestForWorkflow.java:199)
at org.astrogrid.workflow.integration.AbstractTestForWorkflow.testWorkflow(AbstractTestForWorkflow.java:136)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at junit.framework.TestCase.runTest(TestCase.java:154)
at junit.framework.TestCase.runBare(TestCase.java:127)
at junit.framework.TestResult$1.protect(TestResult.java:106)
at junit.framework.TestResult.runProtected(TestResult.java:124)
at junit.framework.TestResult.run(TestResult.java:109)
at junit.framework.TestCase.run(TestCase.java:118)
at net.sourceforge.groboutils.junit.v1.SubTestTestCase.run(SubTestTestCase.java:144)
at junit.framework.TestSuite.runTest(TestSuite.java:208)
at junit.framework.TestSuite.run(TestSuite.java:203)
at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:325)
at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:536)
{http://xml.apache.org/axis/}hostname:twmbarlwm
at org.astrogrid.filemanager.client.FileManagerClientImpl.createParentFolder(FileManagerClientImpl.java:392)
at org.astrogrid.filemanager.client.FileManagerClientImpl.createFile(FileManagerClientImpl.java:345)
at org.astrogrid.workflow.integration.AbstractTestForWorkflow.writeWorkflowToVOSpace(AbstractTestForWorkflow.java:230)
at org.astrogrid.workflow.integration.AbstractTestForWorkflow.writeWorkflowToVOSpace(AbstractTestForWorkflow.java:212)
at org.astrogrid.workflow.integration.AbstractTestForWorkflow.writeWorkflowToVOSpace(AbstractTestForWorkflow.java:199)
at org.astrogrid.workflow.integration.AbstractTestForWorkflow.testWorkflow(AbstractTestForWorkflow.java:136)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at junit.framework.TestCase.runTest(TestCase.java:154)
at junit.framework.TestCase.runBare(TestCase.java:127)
at junit.framework.TestResult$1.protect(TestResult.java:106)
at junit.framework.TestResult.runProtected(TestResult.java:124)
at junit.framework.TestResult.run(TestResult.java:109)
at junit.framework.TestCase.run(TestCase.java:118)
at net.sourceforge.groboutils.junit.v1.SubTestTestCase.run(SubTestTestCase.java:144)
at junit.framework.TestSuite.runTest(TestSuite.java:208)
at junit.framework.TestSuite.run(TestSuite.java:203)
at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:325)
at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:536)
org.astrogrid.workflow.beans.v1.execution.JobURN@16877f8
***WORKFLOW***<?xml version="1.0" encoding="UTF-8"?>
<workflow id="N10001" name="org.astrogrid.workflow.integration.DynamicWorkflowTest" xmlns="http://www.astrogrid.org/schema/AGWorkflow/v1">
<sequence id="N10005">
<Activity id="N10006" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="script">
<body>
sumStep = jes.getSteps().find{it.getName() == 'sumStep'}; // find next step
inputs = sumStep.getTool().getInput(); // get set of inputs.
inputs.getParameter(0).setValue('11'); // zap value of existing parameter.
p = jes.newParameter();
p.setName('parameter-1');
p.setIndirect(false);
p.setValue('4');
inputs.addParameter(p);//add new parameter
</body>
<ns1:step-execution-record finishTime="2007-01-02T12:03:09.599Z" startTime="2007-01-02T12:03:07.970Z" status="COMPLETED" xmlns:ns1="http://www.astrogrid.org/schema/ExecutionRecord/v1">
<ns2:message xmlns:ns2="http://www.astrogrid.org/schema/CEATypes/v1">
<ns2:content/>
<ns2:source>
stderr </ns2:source>
<ns2:timestamp>
2007-01-02T12:03:09.599Z </ns2:timestamp>
<ns2:level>
info </ns2:level>
<ns2:phase>
RUNNING </ns2:phase>
</ns2:message>
<ns3:message xmlns:ns3="http://www.astrogrid.org/schema/CEATypes/v1">
<ns3:content/>
<ns3:source>
stdout </ns3:source>
<ns3:timestamp>
2007-01-02T12:03:09.599Z </ns3:timestamp>
<ns3:level>
info </ns3:level>
<ns3:phase>
RUNNING </ns3:phase>
</ns3:message>
</ns1:step-execution-record>
</Activity>
<Activity id="N1000B" joinCondition="any" name="sumStep" result-var="sumResults" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="step">
<description>
call sum tool </description>
<tool interface="sum" name="org.astrogrid.localhost/sum">
<input>
<parameter indirect="false" name="parameter-0">
<ns4:value xmlns:ns4="http://www.astrogrid.org/schema/AGParameterDefinition/v1">
11 </ns4:value>
</parameter>
<parameter encoding="" indirect="false" name="parameter-1">
<ns5:value xmlns:ns5="http://www.astrogrid.org/schema/AGParameterDefinition/v1">
4 </ns5:value>
</parameter>
</input>
<output>
<parameter indirect="false" name="result">
<ns6:value xmlns:ns6="http://www.astrogrid.org/schema/AGParameterDefinition/v1"/>
</parameter>
</output>
</tool>
<ns7:step-execution-record startTime="2007-01-02T12:03:10.348Z" status="ERROR" xmlns:ns7="http://www.astrogrid.org/schema/ExecutionRecord/v1">
<ns8:message xmlns:ns8="http://www.astrogrid.org/schema/CEATypes/v1">
<ns8:content>
Failed to dispatch step
org.astrogrid.jes.JesException Failed to communicate or initialize application with any CEA Server that provides this application:[http://twmbarlwm.star.le.ac.uk:8888/astrogrid-cea-server-SNAPSHOT/services/CommonExecutionConnectorService/services/CommonExecutionConnectorService]
caused by
org.astrogrid.applications.delegate.CEADelegateException The job-step jes:twmbarlwm/127.0.0.1/frog@org.astrogrid.localhost/108#N1000Bcould not be initialized; the service at http://twmbarlwm.star.le.ac.uk:8888/astrogrid-cea-server-SNAPSHOT/services/CommonExecutionConnectorService/services/CommonExecutionConnectorService rejected it.
caused by
org.apache.axis.AxisFault The AXIS engine could not find a target service to invoke! targetService is CommonExecutionConnectorService/services/CommonExecutionConnectorService </ns8:content>
<ns8:source>
JES </ns8:source>
<ns8:timestamp>
2007-01-02T12:03:10.774Z </ns8:timestamp>
<ns8:level>
error </ns8:level>
<ns8:phase>
RUNNING </ns8:phase>
</ns8:message>
<ns9:message xmlns:ns9="http://www.astrogrid.org/schema/CEATypes/v1">
<ns9:content>
Failed to dispatch step
Failed: org.astrogrid.jes.JesException
Failed to communicate or initialize application with any CEA Server that provides this application:[http://twmbarlwm.star.le.ac.uk:8888/astrogrid-cea-server-SNAPSHOT/services/CommonExecutionConnectorService/services/CommonExecutionConnectorService]
org.astrogrid.jes.JesException: Failed to communicate or initialize application with any CEA Server that provides this application:[http://twmbarlwm.star.le.ac.uk:8888/astrogrid-cea-server-SNAPSHOT/services/CommonExecutionConnectorService/services/CommonExecutionConnectorService]
at org.astrogrid.jes.jobscheduler.dispatcher.CeaApplicationDispatcher.dispatchStep(CeaApplicationDispatcher.java:117)
at org.astrogrid.jes.jobscheduler.dispatcher.CompositeDispatcher.dispatchStep(CompositeDispatcher.java:55)
at org.astrogrid.jes.jobscheduler.impl.groovy.JesInterface.dispatchStep(JesInterface.java:136)
at gjdk.org.astrogrid.jes.jobscheduler.impl.groovy.JesInterface_GroovyReflector.invoke(JesInterface_GroovyReflector.java)
at groovy.lang.MetaMethod.invoke(MetaMethod.java:110)
at groovy.lang.MetaClass.doMethodInvoke(MetaClass.java:1357)
at groovy.lang.MetaClass.invokeMethod(MetaClass.java:320)
at org.codehaus.groovy.runtime.Invoker.invokeMethod(Invoker.java:142)
at org.codehaus.groovy.runtime.InvokerHelper.invokeMethod(InvokerHelper.java:104)
at org.codehaus.groovy.runtime.ScriptBytecodeAdapter.invokeMethod(ScriptBytecodeAdapter.java:84)
at Script7.run(Script7.groovy:2)
at org.astrogrid.jes.jobscheduler.impl.groovy.JesShell.executeBody(JesShell.java:171)
at org.astrogrid.jes.jobscheduler.impl.groovy.Rule.fire(Rule.java:55)
at org.astrogrid.jes.jobscheduler.impl.groovy.GroovyInterpreter.run(GroovyInterpreter.java:83)
at org.astrogrid.jes.jobscheduler.impl.groovy.GroovySchedulerImpl.scheduleSteps(GroovySchedulerImpl.java:114)
at org.astrogrid.jes.jobscheduler.impl.AbstractJobSchedulerImpl.scheduleNewJob(AbstractJobSchedulerImpl.java:82)
at org.astrogrid.jes.jobscheduler.impl.SchedulerTaskQueueDecorator$2.run(SchedulerTaskQueueDecorator.java:132)
at EDU.oswego.cs.dl.util.concurrent.QueuedExecutor$RunLoop.run(QueuedExecutor.java:88)
at java.lang.Thread.run(Thread.java:534)
Caused by: org.astrogrid.applications.delegate.CEADelegateException: The job-step jes:twmbarlwm/127.0.0.1/frog@org.astrogrid.localhost/108#N1000Bcould not be initialized; the service at http://twmbarlwm.star.le.ac.uk:8888/astrogrid-cea-server-SNAPSHOT/services/CommonExecutionConnectorService/services/CommonExecutionConnectorService rejected it.
at org.astrogrid.applications.delegate.impl.CommonExecutionConnectorDelegateImpl.init(CommonExecutionConnectorDelegateImpl.java:111)
at org.astrogrid.jes.jobscheduler.dispatcher.CeaApplicationDispatcher.dispatchStep(CeaApplicationDispatcher.java:91)
... 18 more
Caused by: The AXIS engine could not find a target service to invoke! targetService is CommonExecutionConnectorService/services/CommonExecutionConnectorService
at org.apache.axis.message.SOAPFaultBuilder.createFault(SOAPFaultBuilder.java:222)
at org.apache.axis.message.SOAPFaultBuilder.endElement(SOAPFaultBuilder.java:129)
at org.apache.axis.encoding.DeserializationContext.endElement(DeserializationContext.java:1087)
at org.apache.xerces.parsers.AbstractSAXParser.endElement(Unknown Source)
at org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanEndElement(Unknown Source)
at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown Source)
at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
at javax.xml.parsers.SAXParser.parse(Unknown Source)
at org.apache.axis.encoding.DeserializationContext.parse(DeserializationContext.java:227)
at org.apache.axis.SOAPPart.getAsSOAPEnvelope(SOAPPart.java:696)
at org.apache.axis.Message.getSOAPEnvelope(Message.java:435)
at org.apache.axis.handlers.soap.MustUnderstandChecker.invoke(MustUnderstandChecker.java:62)
at org.apache.axis.client.AxisClient.invoke(AxisClient.java:206)
at org.apache.axis.client.Call.invokeEngine(Call.java:2784)
at org.apache.axis.client.Call.invoke(Call.java:2767)
at org.apache.axis.client.Call.invoke(Call.java:2443)
at org.apache.axis.client.Call.invoke(Call.java:2366)
at org.apache.axis.client.Call.invoke(Call.java:1812)
at org.astrogrid.applications.service.v1.cea.CommonExecutionConnectorServiceSoapBindingStub.init(CommonExecutionConnectorServiceSoapBindingStub.java:336)
at org.astrogrid.applications.delegate.impl.CommonExecutionConnectorDelegateImpl.init(CommonExecutionConnectorDelegateImpl.java:101)
... 19 more
</ns9:content>
<ns9:source>
JES </ns9:source>
<ns9:timestamp>
2007-01-02T12:03:10.775Z </ns9:timestamp>
<ns9:level>
info </ns9:level>
<ns9:phase>
RUNNING </ns9:phase>
</ns9:message>
</ns7:step-execution-record>
</Activity>
<Activity id="N10023" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="script">
<body>
print (sumResults != null && sumResults.result != null && sumResults.result == '15') </body>
</Activity>
</sequence>
<description>
a description </description>
<Credentials>
<ns10:Account xmlns:ns10="http://www.astrogrid.org/schema/Credentials/v1">
<ns10:Name>
frog </ns10:Name>
<ns10:Community>
org.astrogrid.localhost </ns10:Community>
</ns10:Account>
<ns11:Group xmlns:ns11="http://www.astrogrid.org/schema/Credentials/v1">
<ns11:Name>
devel </ns11:Name>
<ns11:Community>
org.astrogrid.localhost </ns11:Community>
</ns11:Group>
<ns12:SecurityToken xmlns:ns12="http://www.astrogrid.org/schema/Credentials/v1">
token </ns12:SecurityToken>
</Credentials>
<ns13:job-execution-record finishTime="2007-01-02T12:03:11.017Z" startTime="2007-01-02T12:03:05.435Z" status="ERROR" xmlns:ns13="http://www.astrogrid.org/schema/ExecutionRecord/v1">
<ns13:extension key="pickled.groovy.interpreter">
<interpreter>
<ruleStore>
<indexScript>def index() {if (
states.getStatus(&apos;N10006&apos;) == START
){
return &apos;script-N10006&apos;;
}
if (
states.getStatus(&apos;N1000B&apos;) == FINISHED &amp;&amp; states.getStatus(&apos;N10023&apos;) == UNSTARTED
){
return &apos;sequence chain-N1000B&apos;;
}
if (
states.getStatus(&apos;N1000B&apos;) == FINISH
&amp;&amp; states.getStatus(&apos;N1000B&apos; + &quot;-results&quot;) == FINISHED
){
return &apos;step-end-N1000B&apos;;
}
if (
states.getStatus(&apos;N10005&apos;) == ERROR
){
return &apos;error-handler-N10005&apos;;
}
if (
states.getStatus(&apos;N1000B&apos;) == ERROR
){
return &apos;error-handler-N1000B&apos;;
}
if (
states.getStatus(&apos;N10006&apos;) == FINISHED &amp;&amp; states.getStatus(&apos;N1000B&apos;) == UNSTARTED
){
return &apos;sequence chain-N10006&apos;;
}
if (
states.getStatus(&apos;N10023&apos;) == ERROR
){
return &apos;error-handler-N10023&apos;;
}
if (
states.getStatus(&apos;N10005&apos;) == STARTED
&amp;&amp; states.getStatus(&apos;N10023&apos;) == FINISHED
){
return &apos;sequence-end-N10005&apos;;
}
if (
states.getStatus(&apos;N10001&apos;) == ERROR
){
return &apos;workflow-error-N10001&apos;;
}
if (
states.getStatus(&apos;N1000B&apos;) == START
){
return &apos;step-start-N1000B&apos;;
}
if (
states.getStatus(&apos;N10001&apos;) == UNSTARTED
){
return &apos;workflow-start-N10001&apos;;
}
if (
states.getStatus(&apos;N10001&apos;) == STARTED &amp;&amp; states.getStatus(&apos;N10005&apos;) == FINISHED
){
return &apos;workflow-end-N10001&apos;;
}
if (
states.getStatus(&apos;N10006&apos;) == ERROR
){
return &apos;error-handler-N10006&apos;;
}
if (
states.getStatus(&apos;N10005&apos;) == START
){
return &apos;sequence-start-N10005&apos;;
}
if (
states.getStatus(&apos;N10023&apos;) == START
){
return &apos;script-N10023&apos;;
}
return null;}
index()</indexScript>
<entry>
<string>script-N10006</string>
<rule>
<trigger>states.getStatus(&apos;N10006&apos;) == START</trigger>
<name>script-N10006</name>
<body>
states.setStatus(&apos;N10006&apos;,STARTED);
if(jes.dispatchScript(&apos;N10006&apos;,shell,states,rules)) {
states.setStatus(&apos;N10006&apos;,FINISHED);
} else {
states.setStatus(&apos;N10006&apos;,ERROR);
}
</body>
</rule>
</entry>
<entry>
<string>sequence chain-N1000B</string>
<rule>
<trigger>states.getStatus(&apos;N1000B&apos;) == FINISHED &amp;&amp; states.getStatus(&apos;N10023&apos;) == UNSTARTED</trigger>
<name>sequence chain-N1000B</name>
<body>
states.setStatus(&apos;N10023&apos;,START);
states.setEnv(&apos;N10023&apos;,states.getEnv(&apos;N1000B&apos;));
</body>
</rule>
</entry>
<entry>
<string>step-end-N1000B</string>
<rule>
<trigger>states.getStatus(&apos;N1000B&apos;) == FINISH
&amp;&amp; states.getStatus(&apos;N1000B&apos; + &quot;-results&quot;) == FINISHED
</trigger>
<name>step-end-N1000B</name>
<body>
states.setStatus(&apos;N1000B&apos;,FINISHED);
states.setStatus(&apos;N1000B&apos; + &quot;-results&quot;,START);
</body>
</rule>
</entry>
<entry>
<string>error-handler-N10005</string>
<rule>
<trigger>states.getStatus(&apos;N10005&apos;) == ERROR</trigger>
<name>error-handler-N10005</name>
<body>
states.setStatus(&apos;N10005&apos;,ERRED);
states.setStatus(&apos;N10001&apos;,ERROR);
</body>
</rule>
</entry>
<entry>
<string>error-handler-N1000B</string>
<rule>
<trigger>states.getStatus(&apos;N1000B&apos;) == ERROR</trigger>
<name>error-handler-N1000B</name>
<body>
states.setStatus(&apos;N1000B&apos;,ERRED);
states.setStatus(&apos;N10005&apos;,ERROR);
</body>
</rule>
</entry>
<entry>
<string>sequence chain-N10006</string>
<rule>
<trigger>states.getStatus(&apos;N10006&apos;) == FINISHED &amp;&amp; states.getStatus(&apos;N1000B&apos;) == UNSTARTED</trigger>
<name>sequence chain-N10006</name>
<body>
states.setStatus(&apos;N1000B&apos;,START);
states.setEnv(&apos;N1000B&apos;,states.getEnv(&apos;N10006&apos;));
</body>
</rule>
</entry>
<entry>
<string>error-handler-N10023</string>
<rule>
<trigger>states.getStatus(&apos;N10023&apos;) == ERROR</trigger>
<name>error-handler-N10023</name>
<body>
states.setStatus(&apos;N10023&apos;,ERRED);
states.setStatus(&apos;N10005&apos;,ERROR);
</body>
</rule>
</entry>
<entry>
<string>sequence-end-N10005</string>
<rule>
<trigger>states.getStatus(&apos;N10005&apos;) == STARTED
&amp;&amp; states.getStatus(&apos;N10023&apos;) == FINISHED
</trigger>
<name>sequence-end-N10005</name>
<body>
states.setStatus(&apos;N10005&apos;, FINISHED) ;
</body>
</rule>
</entry>
<entry>
<string>workflow-error-N10001</string>
<rule>
<trigger>states.getStatus(&apos;N10001&apos;) == ERROR</trigger>
<name>workflow-error-N10001</name>
<body>
states.setStatus(&apos;N10001&apos;,ERRED);
jes.setWorkflowStatus(ERROR);
</body>
</rule>
</entry>
<entry>
<string>step-start-N1000B</string>
<rule>
<trigger>states.getStatus(&apos;N1000B&apos;) == START</trigger>
<name>step-start-N1000B</name>
<body>
if (jes.dispatchStep(&apos;N1000B&apos;,shell,states,rules)) {
states.setStatus(&apos;N1000B&apos;,STARTED);
} else {
states.setStatus(&apos;N1000B&apos;,ERROR);
}
</body>
</rule>
</entry>
<entry>
<string>workflow-start-N10001</string>
<rule>
<trigger>states.getStatus(&apos;N10001&apos;) == UNSTARTED</trigger>
<name>workflow-start-N10001</name>
<body>
states.setStatus(&apos;N10001&apos;,STARTED);
jes.setWorkflowStatus(STARTED);
states.setStatus(&apos;N10005&apos;,START);
</body>
</rule>
</entry>
<entry>
<string>workflow-end-N10001</string>
<rule>
<trigger>states.getStatus(&apos;N10001&apos;) == STARTED &amp;&amp; states.getStatus(&apos;N10005&apos;) == FINISHED</trigger>
<name>workflow-end-N10001</name>
<body>
states.setStatus(&apos;N10001&apos;,FINISHED);
jes.setWorkflowStatus(FINISHED);
</body>
</rule>
</entry>
<entry>
<string>error-handler-N10006</string>
<rule>
<trigger>states.getStatus(&apos;N10006&apos;) == ERROR</trigger>
<name>error-handler-N10006</name>
<body>
states.setStatus(&apos;N10006&apos;,ERRED);
states.setStatus(&apos;N10005&apos;,ERROR);
</body>
</rule>
</entry>
<entry>
<string>sequence-start-N10005</string>
<rule>
<trigger>states.getStatus(&apos;N10005&apos;) == START</trigger>
<name>sequence-start-N10005</name>
<body>
states.setStatus(&apos;N10006&apos;,START);
states.setEnv(&apos;N10006&apos;,states.getEnv(&apos;N10005&apos;)) ;
states.setStatus(&apos;N10005&apos;,STARTED)
</body>
</rule>
</entry>
<entry>
<string>script-N10023</string>
<rule>
<trigger>states.getStatus(&apos;N10023&apos;) == START</trigger>
<name>script-N10023</name>
<body>
states.setStatus(&apos;N10023&apos;,STARTED);
if(jes.dispatchScript(&apos;N10023&apos;,shell,states,rules)) {
states.setStatus(&apos;N10023&apos;,FINISHED);
} else {
states.setStatus(&apos;N10023&apos;,ERROR);
}
</body>
</rule>
</entry>
</ruleStore>
<stateMap>
<states>
<entry>
<string>N10023</string>
<state>
<key>N10023</key>
<status>
<status>UNSTARTED</status>
</status>
<env>
<l>
<map/>
</l>
</env>
</state>
</entry>
<entry>
<string>N10005</string>
<state>
<key>N10005</key>
<status>
<status>ERRED</status>
</status>
<env>
<l>
<map/>
</l>
</env>
</state>
</entry>
<entry>
<string>N10001</string>
<state>
<key>N10001</key>
<status reference="../../../entry[2]/state/status"/>
<env>
<l>
<map/>
</l>
</env>
</state>
</entry>
<entry>
<string>N1000B</string>
<state>
<key>N1000B</key>
<status reference="../../../entry[2]/state/status"/>
<env reference="../../../entry[2]/state/env"/>
</state>
</entry>
<entry>
<string>N10006</string>
<state>
<key>N10006</key>
<status>
<status>FINISHED</status>
</status>
<env reference="../../../entry[2]/state/env"/>
</state>
</entry>
</states>
</stateMap>
</interpreter> </ns13:extension>
<ns14:message xmlns:ns14="http://www.astrogrid.org/schema/CEATypes/v1">
<ns14:content>
Failed to dispatch step
org.astrogrid.jes.JesException Failed to communicate or initialize application with any CEA Server that provides this application:[http://twmbarlwm.star.le.ac.uk:8888/astrogrid-cea-server-SNAPSHOT/services/CommonExecutionConnectorService/services/CommonExecutionConnectorService]
caused by
org.astrogrid.applications.delegate.CEADelegateException The job-step jes:twmbarlwm/127.0.0.1/frog@org.astrogrid.localhost/108#N1000Bcould not be initialized; the service at http://twmbarlwm.star.le.ac.uk:8888/astrogrid-cea-server-SNAPSHOT/services/CommonExecutionConnectorService/services/CommonExecutionConnectorService rejected it.
caused by
org.apache.axis.AxisFault The AXIS engine could not find a target service to invoke! targetService is CommonExecutionConnectorService/services/CommonExecutionConnectorService </ns14:content>
<ns14:source>
JES </ns14:source>
<ns14:timestamp>
2007-01-02T12:03:10.774Z </ns14:timestamp>
<ns14:level>
error </ns14:level>
<ns14:phase>
RUNNING </ns14:phase>
</ns14:message>
<ns15:message xmlns:ns15="http://www.astrogrid.org/schema/CEATypes/v1">
<ns15:content>
Failed to dispatch step
Failed: org.astrogrid.jes.JesException
Failed to communicate or initialize application with any CEA Server that provides this application:[http://twmbarlwm.star.le.ac.uk:8888/astrogrid-cea-server-SNAPSHOT/services/CommonExecutionConnectorService/services/CommonExecutionConnectorService]
org.astrogrid.jes.JesException: Failed to communicate or initialize application with any CEA Server that provides this application:[http://twmbarlwm.star.le.ac.uk:8888/astrogrid-cea-server-SNAPSHOT/services/CommonExecutionConnectorService/services/CommonExecutionConnectorService]
at org.astrogrid.jes.jobscheduler.dispatcher.CeaApplicationDispatcher.dispatchStep(CeaApplicationDispatcher.java:117)
at org.astrogrid.jes.jobscheduler.dispatcher.CompositeDispatcher.dispatchStep(CompositeDispatcher.java:55)
at org.astrogrid.jes.jobscheduler.impl.groovy.JesInterface.dispatchStep(JesInterface.java:136)
at gjdk.org.astrogrid.jes.jobscheduler.impl.groovy.JesInterface_GroovyReflector.invoke(JesInterface_GroovyReflector.java)
at groovy.lang.MetaMethod.invoke(MetaMethod.java:110)
at groovy.lang.MetaClass.doMethodInvoke(MetaClass.java:1357)
at groovy.lang.MetaClass.invokeMethod(MetaClass.java:320)
at org.codehaus.groovy.runtime.Invoker.invokeMethod(Invoker.java:142)
at org.codehaus.groovy.runtime.InvokerHelper.invokeMethod(InvokerHelper.java:104)
at org.codehaus.groovy.runtime.ScriptBytecodeAdapter.invokeMethod(ScriptBytecodeAdapter.java:84)
at Script7.run(Script7.groovy:2)
at org.astrogrid.jes.jobscheduler.impl.groovy.JesShell.executeBody(JesShell.java:171)
at org.astrogrid.jes.jobscheduler.impl.groovy.Rule.fire(Rule.java:55)
at org.astrogrid.jes.jobscheduler.impl.groovy.GroovyInterpreter.run(GroovyInterpreter.java:83)
at org.astrogrid.jes.jobscheduler.impl.groovy.GroovySchedulerImpl.scheduleSteps(GroovySchedulerImpl.java:114)
at org.astrogrid.jes.jobscheduler.impl.AbstractJobSchedulerImpl.scheduleNewJob(AbstractJobSchedulerImpl.java:82)
at org.astrogrid.jes.jobscheduler.impl.SchedulerTaskQueueDecorator$2.run(SchedulerTaskQueueDecorator.java:132)
at EDU.oswego.cs.dl.util.concurrent.QueuedExecutor$RunLoop.run(QueuedExecutor.java:88)
at java.lang.Thread.run(Thread.java:534)
Caused by: org.astrogrid.applications.delegate.CEADelegateException: The job-step jes:twmbarlwm/127.0.0.1/frog@org.astrogrid.localhost/108#N1000Bcould not be initialized; the service at http://twmbarlwm.star.le.ac.uk:8888/astrogrid-cea-server-SNAPSHOT/services/CommonExecutionConnectorService/services/CommonExecutionConnectorService rejected it.
at org.astrogrid.applications.delegate.impl.CommonExecutionConnectorDelegateImpl.init(CommonExecutionConnectorDelegateImpl.java:111)
at org.astrogrid.jes.jobscheduler.dispatcher.CeaApplicationDispatcher.dispatchStep(CeaApplicationDispatcher.java:91)
... 18 more
Caused by: The AXIS engine could not find a target service to invoke! targetService is CommonExecutionConnectorService/services/CommonExecutionConnectorService
at org.apache.axis.message.SOAPFaultBuilder.createFault(SOAPFaultBuilder.java:222)
at org.apache.axis.message.SOAPFaultBuilder.endElement(SOAPFaultBuilder.java:129)
at org.apache.axis.encoding.DeserializationContext.endElement(DeserializationContext.java:1087)
at org.apache.xerces.parsers.AbstractSAXParser.endElement(Unknown Source)
at org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanEndElement(Unknown Source)
at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown Source)
at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
at javax.xml.parsers.SAXParser.parse(Unknown Source)
at org.apache.axis.encoding.DeserializationContext.parse(DeserializationContext.java:227)
at org.apache.axis.SOAPPart.getAsSOAPEnvelope(SOAPPart.java:696)
at org.apache.axis.Message.getSOAPEnvelope(Message.java:435)
at org.apache.axis.handlers.soap.MustUnderstandChecker.invoke(MustUnderstandChecker.java:62)
at org.apache.axis.client.AxisClient.invoke(AxisClient.java:206)
at org.apache.axis.client.Call.invokeEngine(Call.java:2784)
at org.apache.axis.client.Call.invoke(Call.java:2767)
at org.apache.axis.client.Call.invoke(Call.java:2443)
at org.apache.axis.client.Call.invoke(Call.java:2366)
at org.apache.axis.client.Call.invoke(Call.java:1812)
at org.astrogrid.applications.service.v1.cea.CommonExecutionConnectorServiceSoapBindingStub.init(CommonExecutionConnectorServiceSoapBindingStub.java:336)
at org.astrogrid.applications.delegate.impl.CommonExecutionConnectorDelegateImpl.init(CommonExecutionConnectorDelegateImpl.java:101)
... 19 more
</ns15:content>
<ns15:source>
JES </ns15:source>
<ns15:timestamp>
2007-01-02T12:03:10.775Z </ns15:timestamp>
<ns15:level>
info </ns15:level>
<ns15:phase>
RUNNING </ns15:phase>
</ns15:message>
<ns13:jobId>
jes:twmbarlwm/127.0.0.1/frog@org.astrogrid.localhost/108 </ns13:jobId>
</ns13:job-execution-record>
</workflow>
***WORKFLOW-END***
|