Hi,
 
The key to your issue seems to be in the Postgres configuration file
pg_hba.conf. This file will need to include a line that allows hosts to
connect to the Postgres server. Something like 
 
host rftDatabase "globus" 140.221.8.31 255.255.255.255 md5
 
where 140.221.8.31 is replaced with the IP address of the host
connecting to the Postgres server.
 
As I understand, RFT uses this database to StageIn GRAM jobs, and that's
where you're job seems to be failing.
 
Are you submitting this job to the container running on the first
machine or the second? Have you setup RFT on both or only on one? Could
you try submitting an RFT job from the second machine to the first
using:
 
rft -h <first machine hostname> -f <rft xfr file>
 
and see what happens?
 
Thanks & Regards,
Jini
Support Engineer
Direct: 630.563.8624
Main: 630.563.8600
Fax: 630.563.8601
[EMAIL PROTECTED]
www.univa.com <http://www.univa.com/> 
________________________________________________________________ 
Join us for "Your Open Source Cluster Alternative" June 19th
www.univa.com.  
 
The Leaders of Open Source Cluster and Grid Software
 
 
The information contained in this e-mail message is from Univa Corp. and
may be privileged, confidential, and protected from disclosure. If you
are not the intended recipient, any further disclosure or use,
dissemination, distribution, or copying of this message or any
attachment is strictly prohibited. If you think that you have received
this e-mail message in error, please delete the e-mail, and either
e-mail the sender at the above address or notify us at our address. 
________________________________

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Neelu Tripathy
Sent: Wednesday, June 13, 2007 1:36 AM
To: [EMAIL PROTECTED]; [email protected]; [EMAIL PROTECTED]
Subject: [gt-user] staging error in globusrun-ws
 
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.StagingFaultT
ype</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 &quot;127.0.0.1&quot;,
user &quot;globus&quot;, database &quot;rftDatabase&quot;, 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
<http://schemas.xmlsoap.org/soap/envelope/%7dServer.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
&amp;quot;127.0.0.1&amp;quot;, user &amp;quot;globus&amp;quot;, database
&amp;quot;rftDatabase&amp;quot;, SSL off

 faultActor:
 faultNode:
 faultDetail:
        {http://xml.apache.org/axis/}stackTrace:java.rmi.RemoteException
<http://xml.apache.org/axis/%7dstackTrace: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
&amp;quot;127.0.0.1&amp;quot;, user &amp;quot;globus&amp;quot;, database
&amp;quot;rftDatabase&amp;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.

<<image001.jpg>>

Reply via email to