Am Di 19.02.2008 16:21 schrieb Silviu Popescu <[EMAIL PROTECTED]>:

>
>
>Alexander Beck-Ratzka <[EMAIL PROTECTED]> wrote: Am Di
>19.02.2008 15:36 schrieb Silviu Popescu :
>
>>Hi,
>>Using a file:/// url returns the same error.
>>Griftp server si running on both host on 2811 port.
>>When I use the -s (-streaming) option in the command it works( I
>>recive
>>the output on screen) but still the output files are not transferred .
>>
>
>Please try a rsl file as I've posted; this should work.
>
>Cheers
>
>Alexander
>
>
>
>I tried this:
><?xml version="1.0" encoding="UTF-8"?>
><job>
><executable>/bin/echo</executable>
><directory>${GLOBUS_USER_HOME}</directory>
><argument>Test</argument>
><stdout>${GLOBUS_USER_HOME}/out.log</stdout>
><stderr>${GLOBUS_USER_HOME}/err.log</stderr>
><queue>gridbatch</queue>
>
><fileStageOut>
><transfer>
><sourceUrl>file:///${GLOBUS_USER_HOME}/out.log</sourceUrl>

>><destinationUrl>gsiftp://silviu-desktop:2811/home/silviu/out.log.dld</destinationUrl>
></transfer>
><transfer>
><sourceUrl>file:///${GLOBUS_USER_HOME}/err.log</sourceUrl>
><destinationUrl>gsiftp://silviu-desktop:2811/home/silviu/out.log.dld
></destinationUrl>
></transfer>
></fileStageOut>
></job>
>
>It gives the same error.
>
>Regards,
>
>
>Silviu Popescu


another idea: please check whether the gridftp server is running
correctly on your client host. If this server isn't available on your
client host (the hist where you like to poststage your results to),
poststaging will fail with globusrun-ws -submit.

And invoke globusrun-ws with the option

-S

-S means delegate staging to thr rsl file...

Cheers

Alexander

Reply via email to