The RSL file has following contents

<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://ashish.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>

Here ashish.gridglobus.com is the user from which I am submitting the job.


Ankuj


On Fri, Jun 4, 2010 at 9:17 AM, Martin Feller <[email protected]> wrote:

> What does your job description look like?
>
> J
>
> Ankuj Gupta wrote:
> > Hi!!
> >
> > I am getting the following error while running the container
> >
> > 2010-06-03 18:47:38,154 ERROR container.GSIServiceThread
> > [ServiceThread-47,process:147] Error processing request
> > java.io.EOFException
> >     at
> >
> org.globus.gsi.gssapi.net.impl.GSIGssInputStream.readHandshakeToken(GSIGssInputStream.java:56)
> >     at
> >
> org.globus.gsi.gssapi.net.impl.GSIGssSocket.readToken(GSIGssSocket.java:60)
> >     at
> >
> org.globus.gsi.gssapi.net.GssSocket.authenticateServer(GssSocket.java:122)
> >     at
> > org.globus.gsi.gssapi.net.GssSocket.startHandshake(GssSocket.java:142)
> >     at
> > org.globus.gsi.gssapi.net.GssSocket.getOutputStream(GssSocket.java:161)
> >     at
> >
> org.globus.wsrf.container.GSIServiceThread.process(GSIServiceThread.java:99)
> >     at
> org.globus.wsrf.container.ServiceThread.run(ServiceThread.java:291)
> > 2010-06-03 18:47:38,347 INFO  impl.DefaultIndexService
> > [ServiceThread-45,processConfigFile:107] Reading default registration
> > configuration from file:
> > /usr/local/globus-4.0.7/etc/globus_wsrf_mds_index/hierarchy.xml
> > Starting SOAP server at: https://192.168.1.40:8443/wsrf/services/
> > With the following services:
> >
> >
> >
> > If I try to submit a job from a user node using an RSL file I get the
> > following error on the client
> > globusrun-ws: Job failed: Staging error for RSL element fileStageIn.
> > ; nested exception is:
> >     javax.xml.rpc.soap.SOAPFaultException: Host authorization failed:
> > expected "/CN=host/192.168.1.40 <http://192.168.1.40>", peer returned
> > "/O=Grid/OU=GlobusTest/OU=
> simpleCA-ankuj.gridglobus.com/CN=host/ankuj.gridglobus.com
> > <http://simpleCA-ankuj.gridglobus.com/CN=host/ankuj.gridglobus.com>"
> >
> >
> > Ankuj Gupta
> >
>
>

Reply via email to