You appear to be missing the enclosing element of <fileSystemMaps>, and possibly the namespaces also. The auto-generated one looks like:

<?xml version="1.0" encoding="UTF-8"?>
<fileSystemMaps targetNamespace="http://www.globus.org/namespaces/ 2004/10/gram/job"> <ns1:map xmlns:ns1="http://www.globus.org/namespaces/2004/10/gram/ job" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:type="ns1:FileSystemMapType"> <ns1:scheduler xmlns:xsd="http://www.w3.org/2001/XMLSchema"; xsi:type="xsd:string">Fork</ns1:scheduler>
 <ns1:ftpServer xsi:type="ns1:FtpServerType">
<ns1:protocol xmlns:xsd="http://www.w3.org/2001/XMLSchema"; xsi:type="xsd:string">gsiftp</ns1:protocol> <ns1:host xmlns:xsd="http://www.w3.org/2001/XMLSchema"; xsi:type="xsd:string">your.hostname.here</ns1:host> <ns1:port xmlns:xsd="http://www.w3.org/2001/XMLSchema"; xsi:type="xsd:unsignedShort">2811</ns1:port>
 </ns1:ftpServer>
 <ns1:mapping xsi:type="ns1:FileSystemPathMappingType">
<ns1:jobPath xmlns:xsd="http://www.w3.org/2001/XMLSchema"; xsi:type="xsd:string">/</ns1:jobPath> <ns1:ftpPath xmlns:xsd="http://www.w3.org/2001/XMLSchema"; xsi:type="xsd:string">/</ns1:ftpPath>
 </ns1:mapping>
</ns1:map>
</fileSystemMaps>

I'm not sure why yours is so clean, unless the automatic setup scripts went wrong somehow.


Charles

On Nov 17, 2007, at 4:58 AM, Esteban Freire Garcia wrote:

Hello,

We have installed 'gt4.0.5-x86_64_rhas_4-installer' on "Red Hat
Enterprise Linux ES release 4 (Nahant)" and as required software we have
installed java j2sdk1.4.2_11, apache-ant-1.6.2 and postgresql.

A grid-proxy-init, globus-url-copy, counter-client -s
https://host:8443//wsrf/services/CounterService  and rft -h
svgd.cesga.es -f /tmp/rft.xfr it works correctly, but when we do:
---------------------------------------------------------------------- ----------------------------------------------------------------

[EMAIL PROTECTED] ~]$  globusrun-ws -submit -pft -T 10000 -s -S -F
https://svgd.cesga.es:8443/wsrf/services/ManagedJobFactoryService -Ft
Fork -c /bin/hostname
Delegating user credentials...Done.
Submitting job...Done.
Job ID: uuid:276ae724-939b-11dc-ad36-000423ac0723
Termination time: 11/16/2007 16:52 GMT
Fault Type:
{http://www.globus.org/namespaces/2004/10/gram/job/faults}FaultType
Current job state: Failed
Destroying job...Done.
Cleaning up any delegated credentials...Done.
globusrun-ws: Job failed: An unexpected error happened while trying to
resolve RSL substitution variables.
File map initialization failed.
---------------------------------------------------------------------- ----------------------------------------------------------------


The contain to the file 'globus_gram_fs_map_config.xml' is:
---------------------------------------------------------------------- ----------------------------------------------------------------

[EMAIL PROTECTED] ~]$ cat
/usr/local/globus-4.0.5/etc/gram-service/globus_gram_fs_map_config.xml
<?xml version="1.0" encoding="UTF-8"?>
<map>
 <scheduler>Fork</scheduler>
 <ftpServer>
   <protocol>gsiftp</protocol>
    <host>svgd.cesga.es</host>
    <port>2811</port>
 </ftpServer>
 <mapping>
          <jobPath>/</jobPath>
          <ftpPath>/</ftpPath>
 </mapping>
</map>
---------------------------------------------------------------------- ---------------------------------------------------------------- At the moment, we only have installed globus on one machine and we don't
have installed globus on any second machine or with any system
queues(pbs, sge..)
Does anybody what means this error or Do we could have misconfigured?

Thanks,
Esteban

--




Reply via email to