Hi!!
I am submitting a follwoing rsl file
<job>
<executable>my_echo</executable>
<directory>${GLOBUS_USER_HOME}</directory>
<argument>Hello</argument>
<argument>World!</argument>
<stdout>${GLOBUS_USER_HOME}/stdout</stdout>
<stderr>${GLOBUS_USER_HOME}/stderr</stderr>
<fileStageIn>
<transfer>
<sourceUrl>gsiftp://akhil.gridglobus.com:2811/bin/echo
</sourceUrl>
<destinationUrl>file:///${GLOBUS_USER_HOME}/my_echo</destinationUrl>
</transfer>
</fileStageIn>
<fileCleanUp>
<deletion>
<file>file:///${GLOBUS_USER_HOME}/my_echo</file>
</deletion>
</fileCleanUp>
</job>
But I am getting the following error
[t...@akhil ~]$ globusrun-ws -submit -S -f a.rsl
Delegating user credentials...Failed.
globusrun-ws: Error trying to delegate
globus_xio: Unable to connect to localhost:8443
globus_xio: System error in connect: Connection refused
globus_xio: A system call failed: Connection refused
Ankuj Gupta