The error says "Unable to connect to localhost:8443". You are submitting the
job to localhost and it seems that there's no GT server running on localhost
(or it doesn't listen on port 8443).
Either submit the job to a machine where a server is running (use the -F option
[check globusrun-ws -help about the usage of the -F option]) or start a GT
server at localhost.
Martin
Ankuj Gupta wrote:
> 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
> <http://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
>