Add this line replacing your ip into pg_hba.conf file

host    rftDatabase     globus    IPaddress    IPmask  md5

three formats

local   database  user  authentication-method  [authentication-option]
host    database  user  IP-address  IP-mask  authentication-method
[authentication-option]
hostssl  database  user  IP-address  IP-mask  authentication-method
[authentication-option]

example:

# TYPE  DATABASE    USER        IP-ADDRESS        IP-MASK           METHOD

   host    template1         all          192.168.12.10
255.255.255.255
md5


Good Luck,
Adarsh
http://www.gridfacts.com






On 7/21/07, Karthikeyan Krish <[EMAIL PROTECTED]> wrote:
hi all
when i start the container i got the following error in my container.log

please tell me the solution

Thanks in advance

The Error Follows:
2007-07-21 19:20:11,495 ERROR service.ReliableFileTransferImpl  [main,<init>:69]
Unable to setup database driver with pooling.A connection error has
occurred: FATAL:  no pg_hba.conf entry for host "192.168.1.203", user
"globus", database "rftDatabase", SSL off

2007-07-21 19:20:11,984 WARN  
service.ReliableFileTransferHome[main,initialize:97] All RFT requests will fail 
and all GRAM jobs that
require file staging will fail.A connection error has occurred: FATAL:  no
pg_hba.conf entry for host " 192.168.1.203", user "globus", database
"rftDatabase", SSL off

Starting SOAP server at: https://192.168.1.203:8443/wsrf/services/
With the following services:

[1]: https://192.168.1.203:8443/wsrf/services/AdminService
[2]:  https://192.168.1.203:8443/wsrf/services/AuthzCalloutTestService
[3]: https://192.168.1.203:8443/wsrf/services/CASService
[4]:
https://192.168.1.203:8443/wsrf/services/ContainerRegistryEntryService
[5]: https://192.168.1.203:8443/wsrf/services/ContainerRegistryService
etc,....

Reply via email to