Hello,
While running globusrun-ws with a.rsl for the SECOND machine, we
are getting the staging error as:
globusrun-ws: Job failed: Staging error for RSL element
fileStageIn.
---------------------------------------------------------
Our rsl file looks like:
<job>
<executable>my_echo</executable>
<directory>${GLOBUS_USER_HOME}</directory>
<argument>Hello</argument>
<argument>World!</argument>
<stdout>${GLOBUS_USER_HOME}/stdout</stdout>
<stderr>${GLOBUS_USER_HOME}/stderr</stderr>
<fileStageIn>
<transfer>
<sourceUrl>gsiftp://node3.btech.stk.kiit:2811/bin/echo</sourceUrl>
<destinationUrl>file:///${GLOBUS_USER_HOME}/my_echo</destinationUrl>
</transfer>
</fileStageIn>
<fileCleanUp>
<deletion>
<file>file:///${GLOBUS_USER_HOME}/my_echo</file>
</deletion>
</fileCleanUp>
</job>
NB: node1 is our first machine.
-------------------------------------------------------------------
A part of the debugging process is given below too:
</ns9:ErrorCode><ns9:Description>
org.globus.exec.generated.StagingFaultType</ns9:Description></ns9:FaultCause><ns10:FaultCause
xmlns:ns10="
http://docs.oasis-open.org/wsrf/2004/06/wsrf-WS-BaseFaults-1.2-draft-01.xsd
"><ns10:Timestamp>2007-06-13T06:18:19.652Z
</ns10:Timestamp><ns10:Description>java.rmi.RemoteException: Unable to
create RFT resource; nested exception is:
org.apache.commons.dbcp.DbcpException: A connection error has
occurred: FATAL: no pg_hba.conf entry for host "127.0.0.1", user
"globus", database "rftDatabase", SSL off
</ns10:Description><ns10:FaultCause><ns10:Timestamp>2007-06-13T06:18:19.655Z</ns10:Timestamp><ns10:ErrorCode
dialect="http://www.globus.org/fault/stacktrace">AxisFault
faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userException
faultSubcode:
faultString: java.rmi.RemoteException: Unable to create RFT resource;
nested exception is:
org.apache.commons.dbcp.DbcpException: A connection error has
occurred: FATAL: no pg_hba.conf entry for host
&quot;127.0.0.1&quot;, user &quot;globus&quot;, database
&quot;rftDatabase&quot;, SSL off
faultActor:
faultNode:
faultDetail:
{http://xml.apache.org/axis/}stackTrace:java.rmi.RemoteException:
Unable to create RFT resource; nested exception is:
org.apache.commons.dbcp.DbcpException: A connection error has
occurred: FATAL: no pg_hba.conf entry for host
&quot;127.0.0.1&quot;, user &quot;globus&quot;, database
&quot;rftDatabase&quot;, SSL off
-----------------------------------------------------------------------------------------
Our rft.xfr entry in the 1st machine is as given:
true
16000
16000
false
1
true
1
null
null
false
10
gsiftp://node1.btech.stk.kiit:2811/etc/group
gsiftp://node1.btech.stk.kiit:2811/tmp/rftTest_Done.tmp
-----------------------------------------------
What could be the possible error in any file. Please check if anything is
wrong.
Thankyou
Neelu.