For some reason RFT is not able to get the delegated credential
from the DelegationService. Looks like the credential does not
exist. That's why staging fails.

Please try the following:

1. delegate manually and store the EPR of the credential in a file

   globus-credential-delegate -h <hostname> cred.epr
   # if port is not 8443 you'll have to also specify "-p <port>"

2. let globusrun-ws use your manually delegated credential

   globusrun-ws -submit -f <yourJobDescriptionFile> \
      -Sf cred.epr -Tf cred.epr

3. destroy the delegated credential manually afterwards:

   wsrf-destroy -e cred.epr


Does that work for you?
If not: which command fails? Please send the output of the clients
and the container logfile.

2 questions:
* Did you configure WS-GRAM to use RFT on a different host?
* What GT version are you using?


Martin


> Hi,
>
> I've attached the output from the container when the job is sent.
>
>
> [EMAIL PROTECTED] wrote: Can you please send the container logfile?
>
> Martin
>
>> 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:
>>
>>     /bin/echo
>>     /home/silviup/staging
>>     Hello
>>     lume!!!
>>     /home/silviup/staging/stdout
>>     /home/silviup/staging/stderr
>>
>>
>>
>>         gsiftp://silviup-laptop:2811/home/silviup/staging/stdout
>>         gsiftp://silviu-desktop:2811/home/silviu/download/
>>
>>
>>
>>     gsiftp://silviup-laptop:2811/home/silviup/staging/stderr
>>         gsiftp://silviu-desktop:2811/home/silviu/download/
>>
>>
>>
>>
>>
>> Please help.
>>
>> Regards,
>>
>>
>>
>> Silviu Popescu
>>
>> ---------------------------------
>> Looking for last minute shopping deals?  Find them fast with Yahoo!
>> Search.
>
>
>
>
>
> Silviu Popescu
>
> ---------------------------------
> Looking for last minute shopping deals?  Find them fast with Yahoo!
> Search.


Reply via email to