Hello,
 
I'm stucked in a problem related with credentials delegation. I understand
the concept, but cannot find documentation that explains the details of
including credental delegation in job submission files.
 
For instance, the globusrun-ws description page mentions this topic in the
delegation section, but no exaamples are given.
 
http://www.globus.org/toolkit/docs/4.0/execution/wsgram/rn01re01.html
 
The quicktstart guide also gives severall examples on how to create staging
files, but none indicates how to delegate the credentials.
 
So I keep on getting this error:
 
[EMAIL PROTECTED] ~]$ globusrun-ws -s -submit -Ff grid02.epr -f simpletest.xml
Delegating user credentials...Failed.
globusrun-ws: Error trying to delegate
Error querying delegation factories
globus_soap_message_module: Failed receiving response
ManagedJobFactoryPortType_GetMultipleResourceProperties.
globus_soap_message_module: Deserialization of
{http://schemas.xmlsoap.org/soap/envelope/}Header failed.

The content of the grid02.epr file is the following:

<factoryEndpoint
xmlns:gram="http://www.globus.org/namespaces/2004/10/gram/job";
        xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/03/addressing";>
        <wsa:Address>
        
https://grid02.fccn.pt:8443/wsrf/services/ManagedJobFactoryService
        </wsa:Address>
<wsa:ReferenceProperties>
        <gram:ResourceID>Fork</gram:ResourceID>
</wsa:ReferenceProperties>

And the simpletest.xml is really simple:

<job>
        <executable>uname</executable>
        <directory>/bin</directory>
        <argument>-a</argument>
</job>

Is there any document that explains how to delegate the credentials?
 
Thank's a lot.
 
José Rogado

Reply via email to