I'm a bit confused about this error. It seems that RFT does not
find the delegated credential delegated by globusrun-ws.
Does the GT container logfile give more information?
Does the same happen if you do job delegation?
(globusrun-ws -submit -J -c /bin/date)
Does a job with streaming give the same error?
globusrun-ws -submit -s -c /bin/date
-Martin
Ritesh Badwaik wrote:
> I am using gt4.2.1
>
> Martin Feller wrote:
>> Hi,
>>
>> What GT version is that?
>>
>> Martin
>>
>> Ritesh Badwaik wrote:
>>
>>> hi,
>>> After giving the command "globusrun-ws -submit -S -f a.rsl "
>>> I am getting following error
>>> __________________________________________________________________________________________________________
>>>
>>>
>>> Delegating user credentials...Done.
>>> Submitting job...Done.
>>> Job ID: uuid:5ffcc398-0878-11de-b882-0004796723fc
>>> Termination time: 03/04/3009 04:53 GMT
>>> Current job state: StageIn
>>> Current job state: Failed
>>> Destroying job...Done.
>>> Cleaning up any delegated credentials...Done.
>>> globusrun-ws: Job failed: Staging error for RSL element fileStageIn.
>>> Unable to create RFT resource; nested exception is:
>>> org.globus.transfer.reliable.service.exception.RftException:
>>> Error processing delegated credentialError getting delegation resource
>>> [Caused by: org.globus.wsrf.NoSuchResourceException] [Caused by: Error
>>> getting delegation resource [Caused by:
>>> org.globus.wsrf.NoSuchResourceException]]
>>> globusrun-ws: Job failed: Staging error for RSL element fileCleanUp.
>>> Unable to create RFT resource; nested exception is:
>>> org.globus.transfer.reliable.service.exception.RftException:
>>> Error processing delegated credentialError getting delegation resource
>>> [Caused by: org.globus.wsrf.NoSuchResourceException] [Caused by: Error
>>> getting delegation resource [Caused by:
>>> org.globus.wsrf.NoSuchResourceException]]
>>> __________________________________________________________________________________________________________
>>>
>>>
>>>
>>>
>>> My rsl file is as follows
>>> ------------------------------------------------------------------------------------------
>>>
>>>
>>> <job>
>>> <executable>my_echo</executable>
>>> <directory>${GLOBUS_USER_HOME}</directory>
>>> <stdout>${GLOBUS_USER_HOME}/stdout</stdout>
>>> <stderr>${GLOBUS_USER_HOME}/stderr</stderr>
>>> <fileStageIn>
>>> <transfer>
>>>
>>> <sourceUrl>gsiftp://vsundar-fc8.corp.cdac.in:2811/home/ritesh/s</sourceUrl>
>>>
>>>
>>> <destinationUrl>file:///${GLOBUS_USER_HOME}/my_echo</destinationUrl>
>>> </transfer>
>>> </fileStageIn>
>>> <fileCleanUp>
>>> <deletion>
>>> <file>file:///${GLOBUS_USER_HOME}/my_echo</file>
>>> </deletion>
>>> </fileCleanUp>
>>> </job>
>>>
>>> _________________________________________________________
>>> I have attached the container.log file.
>>> vsundar-fc8.corp.cdac.in is the same machine on which I am submitting
>>> rsl file.
>>> Can anyone give me the solution for this error ?
>>>
>>>
>>> Thanks and Regards
>>> Ritesh
>>>
>>>
>>
>>
>