SALUDOS Jorge
--- El lun 31-may-10, [email protected] <[email protected]> escribió: De: [email protected] <[email protected]> Asunto: gt-user Digest, Vol 20, Issue 41 A: [email protected] Fecha: lunes, 31 de mayo de 2010, 12:00 Send gt-user mailing list submissions to [email protected] To subscribe or unsubscribe via the World Wide Web, visit https://lists.globus.org/mailman/listinfo/gt-user or, via email, send a message with subject or body 'help' to [email protected] You can reach the person managing the list at [email protected] When replying, please edit your Subject line so it is more specific than "Re: Contents of gt-user digest..." Today's Topics: 1. Error while staging a job (Ankuj Gupta) 2. Re: Error while staging a job (Martin Feller) ---------------------------------------------------------------------- Message: 1 Date: Mon, 31 May 2010 16:45:22 +0530 From: Ankuj Gupta <[email protected]> Subject: [gt-user] Error while staging a job To: gt-user <[email protected]> Message-ID: <[email protected]> Content-Type: text/plain; charset="iso-8859-1" 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 -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.globus.org/pipermail/gt-user/attachments/20100531/e0f412af/attachment-0001.htm> ------------------------------ Message: 2 Date: Mon, 31 May 2010 07:02:19 -0500 From: Martin Feller <[email protected]> Subject: Re: [gt-user] Error while staging a job Cc: gt-user <[email protected]> Message-ID: <[email protected]> Content-Type: text/plain; charset=ISO-8859-1 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 > ------------------------------ _______________________________________________ gt-user mailing list [email protected] https://lists.globus.org/mailman/listinfo/gt-user End of gt-user Digest, Vol 20, Issue 41 ***************************************
