Hi

       i am submitting a job to host "hybrid" .Problem in the
fileStageOut. In my job description i am mentioning about my stdout and
stderr files.But when fileStageOut step my stderr file is staging out but
stdout file is not staging out . What may be the reason.My job description
file as follows

<job>
<executable>Myexe</executable>

<stdout>${GLOBUS_USER_HOME}/stdout</stdout>
<stderr>${GLOBUS_USER_HOME}/stderr</stderr>
<fileStageIn>
        <transfer>
                <sourceUrl>gsiftp://mypc.org.in:2811/home/sagar/Myexe
</sourceUrl>

<destinationUrl>file:///${GLOBUS_USER_HOME}/Myexe</destinationUrl>
        </transfer>
</fileStageIn>

<fileStageOut>
        <transfer>
                <sourceUrl>gsiftp://
fgwu.xtc.in:2811/${GLOBUS_USER_HOME}/stdout<http://fgwu.xtc.in:2811/$%7BGLOBUS_USER_HOME%7D/stdout>
</sourceUrl>
                <destinationUrl>gsiftp://mypc.org.in:2811/home/sagar/stdout
</destinationUrl>
        </transfer>
<transfer>
         
<sourceUrl>gsiftp://fgwu.xtc.in:2811/${GLOBUS_USER_HOME}/stderr<http://fgwu.xtc.in:2811/$%7BGLOBUS_USER_HOME%7D/stderr>
</sourceUrl>
        <destinationUrl>gsiftp://mypc.org.in:2811/home/sagar/stderr
</destinationUrl>
</transfer>
</fileStageOut>

//Here in fileStageOut only stderr is staging out but stdout is not staging
out

<fileCleanUp>
        <deletion>
                 <file>file:///${GLOBUS_USER_HOME}/stdout</file>
        </deletion>
        <deletion>
                 <file>file:///${GLOBUS_USER_HOME}/stderr</file>
        </deletion>
        <deletion>
                <file>file:///${GLOBUS_USER_HOME}/Myexe</file>
        </deletion>
</fileCleanUp>

</job>

Current job state: Failed
globusrun-ws: Job failed: Staging error for RSL element fileStageOut.
Can't do MLST on non-existing file/dir /home/sagar/stdout on server
mypc.org.in [Caused by: Server refused performing the request. Custom
message: Server refused MLST command (error code 1) [Nested exception
message:  Custom message: Unexpected reply: 500-Command failed :
System error in stat: No such file or directory
500-A system call failed: No such file or directory
500 End.]]
Can't do MLST on non-existing file/dir /home/ssdg/stdout on server
mypc.org.in [Caused by: Server refused performing the request. Custom
message: Server refused MLST command (error code 1) [Nested exception
message:  Custom message: Unexpected reply: 500-Command failed :
System error in stat: No such file or directory
500-A system call failed: No such file or directory
500 End.]]

please help me

my rft is working fine...

Thanks in advance

sagar

Reply via email to