Hi,

What version of the GT do you use?
If it's 4.0.7:
Get http://www.mcs.anl.gov/~feller/heller/globus_wsrf_rft.jar,
back up $GLOBUS_LOCATION/lib/globus_wsrf_rft.jar, drop the downloaded
file into $GLOBUS_LOCATION/lib, restart the GT server and retry your job.
Does that fix it?

Martin

globus world wrote:
> Hi
> 
>        i am submitting a job to host "fgwu.xtc.in" .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</sourceUrl>
>                 <destinationUrl>gsiftp://mypc.org.in:2811/home/sagar/stdout
> </destinationUrl>
>         </transfer>
> <transfer>
>          <sourceUrl>gsiftp://fgwu.xtc.in:2811/${GLOBUS_USER_HOME}/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>
> 
> The error is
> 
>  Current job state: StageOut
> Current job state: Failed
> Destroying job...Done.
> Cleaning up any delegated credentials...Done.
> 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/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.]]
> 
> 
> Thanks and Regards
> sagar
> 

Reply via email to