Hi,
I'm trying to get some output from a job and I receive the error bellow. The 
command gets executed but I can't transfer stdout & stderr:

[14:53:[EMAIL PROTECTED] globusrun-ws -submit -job-delegate -staging-delegate 
-factory https://silviup-laptop:8443/wsrf/services/ManagedJobFactoryService 
-job-description-file job1.xml

Delegating user credentials...Done.
Submitting job...Done.
Job ID: uuid:ca4ee32a-dee9-11dc-8b72-00147806a3ee
Termination time: 02/20/2008 12:54 GMT
Current job state: Active
Current job state: StageOut
Current job state: Failed
Destroying job...Done.
Cleaning up any delegated credentials...Done.
globusrun-ws: Job failed: Staging error for RSL element fileStageOut.

Here is the job1.xml content:
 <job>
    <executable>/bin/echo</executable>
    <directory>/home/silviup/staging</directory>
    <argument>Hello</argument>
    <argument>lume!!!</argument>
    <stdout>/home/silviup/staging/stdout</stdout>
    <stderr>/home/silviup/staging/stderr</stderr>

   <fileStageOut>
     <transfer>
        
<sourceUrl>gsiftp://silviup-laptop:2811/home/silviup/staging/stdout</sourceUrl>
        
<destinationUrl>gsiftp://silviu-desktop:2811/home/silviu/download/</destinationUrl>
     </transfer>

     <transfer>
    
<sourceUrl>gsiftp://silviup-laptop:2811/home/silviup/staging/stderr</sourceUrl>
        
<destinationUrl>gsiftp://silviu-desktop:2811/home/silviu/download/</destinationUrl>
     </transfer>

   </fileStageOut>
</job>

Please help.

Regards,



Silviu Popescu
       
---------------------------------
Looking for last minute shopping deals?  Find them fast with Yahoo! Search.

Reply via email to