Omid,
Just to make sure: can you please double-check that the job and the logging
message belong together?
The executable in your job description is /bin/testjob, but the error message
says '... Invalid executable path "/tmp/jobtest" ...'
I can't reproduce that at the moment.
Martin
omid boroumand wrote:
Hi,
I installed GT 4.2.0 and want submit single job to a second machine .
i use this instruction :
------
[EMAIL PROTECTED] $ globusrun-ws -submit -f test_job.xml
------
I create the executable job by a program in C language and compile it
with gcc .
test_job.xml contains this :
-------------
<?xml version="1.0" encoding="UTF-8"?>
<multiJob
xmlns:gram="http://www.globus.org/namespaces/2008/03/gram/job"
xmlns:wsa="http://www.w3.org/2005/08/addressing">
<job>
<factoryEndpoint>
<wsa:Address>
https://192.168.134.179:8443/wsrf/services/ManagedJobFactoryService
</wsa:Address>
<wsa:ReferenceParameters>
<gram:ResourceID>Fork</gram:ResourceID>
</wsa:ReferenceParameters>
</factoryEndpoint>
<executable>/bin/testjob</executable>
<argument>This file is the first file written by WS GRAM job
with multiple job by omid 666 .</argument>
<stdout>${GLOBUS_USER_HOME}/stdout_multi_11</stdout>
<stderr>${GLOBUS_USER_HOME}/stderr_multi_11</stderr>
<count>1</count>
</job>
</multiJob>
--------------------
after run this following instruction i see this error in globus on the
second machine :
[EMAIL PROTECTED] $ globusrun-ws -submit -f test_job.xml
error :
2008-08-13T18:35:41.590-04:00 INFO
handler.FinalizeTerminationStateHandler
[pool-1-thread-1,handleFailedState:96] Job
282e88f0-6988-11dd-ac88-da4ce055fffd failed. Fault #1: Description:
Invalid executable path "/tmp/jobtest". Cause:
org.globus.exec.generated.InvalidPathFaultType: Invalid executable path
"/tmp/jobtest".
do you help me for solve this problem ?
thank you .
Omid