Hi, I'm using GT4.0.8. I'm trying to submit a job in LOCAL_IP, and receive the response in REMOTE_IP. To do this, I create the following job:
<job> <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://LOCAL_IP:8443/wsrf/services/ManagedJobFactoryService </wsa:Address> <wsa:ReferenceProperties> <gram:ResourceID>Fork</gram:ResourceID> </wsa:ReferenceProperties> </factoryEndpoint> <jobCredentialEndpoint xsi:type="ns1:EndpointReferenceType" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns1="http://schemas.xmlsoap.org/ws/2004/03/addressing"> <ns1:Address xsi:type="ns1:AttributedURI"> https://LOCAL_IP:8443/wsrf/services/DelegationService </ns1:Address> <ns1:ReferenceProperties xsi:type="ns1:ReferencePropertiesType"> <ns1:DelegationKey xmlns:ns1="http://www.globus.org/08/2004/delegationService"> 1de27040-0649-11db-a7d0-8fccdff3a60c </ns1:DelegationKey> </ns1:ReferenceProperties> <ns1:ReferenceParameters xsi:type="ns1:ReferenceParametersType"/> </jobCredentialEndpoint> <stagingCredentialEndpoint xsi:type="ns1:EndpointReferenceType" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns1="http://schemas.xmlsoap.org/ws/2004/03/addressing"> <ns1:Address xsi:type="ns1:AttributedURI"> https://LOCAL_IP:8443/wsrf/services/DelegationService </ns1:Address> <ns1:ReferenceProperties xsi:type="ns1:ReferencePropertiesType"> <ns1:DelegationKey xmlns:ns1="http://www.globus.org/08/2004/delegationService"> 1de27040-0649-11db-a7d0-8fccdff3a60c </ns1:DelegationKey> </ns1:ReferenceProperties> <ns1:ReferenceParameters xsi:type="ns1:ReferenceParametersType"/> </stagingCredentialEndpoint> <executable>globus_MedidasSonares</executable> <directory>/usr/local/HttpIpthru/API_HttpIpthru_01_03_2010/C++-API/src</directory> <argument>SID_0000</argument> <argument>http://127.0.0.1:4951</argument> <stdout>/tmp/stdout</stdout> <fileStageIn> <transferCredentialEndpoint xsi:type="ns1:EndpointReferenceType" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns1="http://schemas.xmlsoap.org/ws/2004/03/addressing"> <ns1:Address xsi:type="ns1:AttributedURI"> https://LOCAL_IP:8443/wsrf/services/DelegationService </ns1:Address> <ns1:ReferenceProperties xsi:type="ns1:ReferencePropertiesType"> <ns1:DelegationKey xmlns:ns1="http://www.globus.org/08/2004/delegationService"> 1de27040-0649-11db-a7d0-8fccdff3a60c </ns1:DelegationKey> </ns1:ReferenceProperties> <ns1:ReferenceParameters xsi:type="ns1:ReferenceParametersType"/> </transferCredentialEndpoint> <transfer> <sourceUrl>gsiftp://LOCAL_IP/tmp/stdout</sourceUrl> <destinationUrl>gsiftp://REMOTE_IP/home/lucio/processed_job.txt</destinationUrl> </transfer> </fileStageIn> </job> Then I execute: $ globusrun-ws -submit -f job_medidas_sonares.xml Submitting job...Done. Job ID: uuid:57d6ebf2-3b45-11df-8e50-001c23c0ceff Termination time: 03/30/2010 15:11 GMT After some time, the message is showed: Current job state: Unsubmitted But no processing is showed after this. What I'm doing wrong? I copied the DelegationKey from a forum, this can be the problem? Some suggestions? Thanks in advance, Lucio .......... ____________________________________________________________________________________ Veja quais são os assuntos do momento no Yahoo! +Buscados http://br.maisbuscados.yahoo.com
