Hi Marco,
I think you can check the file postgresql.conf maybe in
/var/lib/pgsql/data to see
whether some options are correct such as listen_addresses, port,..
Good luck!
Binh.
Marco Lackovic wrote:
Hello,
I am trying to install Globus Toolkit on CentOS 5.0. I have followed
the instructions reported here
http://globus.org/toolkit/docs/4.0/admin/docbook/quickstart.html
Having reached the section "2.6. Configuring RFT", when I try to run
globus-start-container I still get the following error and warning:
ERROR service.ReliableFileTransferImpl [main,<init>:69] Unable to
setup database driver with pooling.Connection refused. Check that the
hostname and port are correct and that the postmaster is accepting
TCP/IP connections.
WARN service.ReliableFileTransferHome [main,initialize:97] All RFT
requests will fail and all GRAM jobs that require file staging will
fail.Connection refused. Check that the hostname and port are correct
and that the postmaster is accepting TCP/IP connections.
Starting SOAP server at: https://x.x.x.x:8443/wsrf/services/
I have checked that postgres is running properly:
cat /etc/services | grep postgres
postgres 5432/tcp # POSTGRES
postgres 5432/udp # POSTGRES
And that the connection is opened and working:
telnet localhost 5432
Trying 127.0.0.1...
Connected to localhost.localdomain (127.0.0.1).
Escape character is '^]'.
What else should I check in order to identify the problem?