Which version of the GT is that? From 4.0.5+ on there
should be better error messages on the client-side.
Does the GT logfile show more information?

-Martin


Soumyadeep nandi wrote:
Hi,

While submitting job description file with command
"globusrun-ws -submit -s -f test-simple-1.xml". I am encountering the
following error:
Delegating user credentials...Done.
Submitting job...Done.
Job ID: uuid:af86eef0-f056-11dd-bca4-00e050002277
Termination time: 02/02/2009 11:51 GMT
Current job state: StageIn
Current job state: Failed
Destroying job...Done.
Cleaning up any delegated credentials...Done.
globusrun-ws: Job failed: Staging error for RSL element fileStageIn.


I am submitting the job in the same machine named sit.hpc.org and trying to get 
the out.log and err.log from /tmp to the home directory..

Following is the job description file:
<?xml version="1.0" encoding="UTF-8"?>
<job>
<executable>/bin/echo</executable>
<directory>/tmp</directory>
<argument>Test</argument>
<stdout>/tmp/out.log</stdout>
<stderr>/tmp/err.log</stderr>

<fileStageIn>
     <transfer>
        <sourceUrl>gsiftp://sit.hpc.org:2811/tmp/out.log
        <destinationUrl>file:///${GLOBUS_USER_HOME}/out.log</destinationUrl>
     </transfer>
     <transfer>
        <sourceUrl>gsiftp://sit.hpc.org:2811/tmp/err.log
        <destinationUrl>file:///${GLOBUS_USER_HOME}/err.log</destinationUrl>
     </transfer>
</fileStageIn>
</job>

Could someone suggest me where I am going wrong?

Thanking you,

Regards,
Soumyadeep



Reply via email to