Hi. What version of postgresql do you have installed?. In 7.4 version you must edit /etc/postgresql/7.4/main/pg_hba.conf y postmaster.conf.
Your problem seems to be that you have not started a socket for postgresql so globus is unable to connect to it in order to access to the rft database. In 7.4 version tcp/ip sockets connections are configured inside postmaster.conf adding or de-commenting a line: tcpip_socket = true. Then you must restart de postgresql service. Don't forget to edit /usr/local/globus/etc/globus_wsrf_rft/jndi-config.xml and replace password foo by your password. Good luck!. El mié, 15-08-2007 a las 15:09 -0400, peter ye escribió: > Dear all: > I was trying to build Globus system on my machine following the > quick start tutorial. When I tried to start the globus container, it > gives me the following error. I think the problem is on allowing > TCP/IP access to postgresql? Does anyone know how to fix it? > Also, why there are only 5 services starts? Others such as > TriggerFactoryService, DelegationTestService etc aren't started? > > Thanks, > Peter > > [EMAIL PROTECTED]:~$ /etc/init.d/globus-4.0.5 start > Password: > Starting Globus container. PID: 15483 > [EMAIL PROTECTED]:~$ > head /usr/local/globus-4.0.5/var/container.log > > 2007-08-15 13:42:34,986 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. > 2007-08-15 13:42:35,258 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://192.168.52.128:8443/wsrf/services/ > With the following services: > > [1]: https://192.168.52.128:8443/wsrf/services/AdminService > [2]: https://192.168.52.128:8443/wsrf/services/AuthzCalloutTestService > [3]: https://192.168.52.128:8443/wsrf/services/CASService > [4]: > https://192.168.52.128:8443/wsrf/services/ContainerRegistryEntryService > [5]: > https://192.168.52.128:8443/wsrf/services/ContainerRegistryService > > > > > ______________________________________________________________________ > All new Yahoo! Mail - > ______________________________________________________________________ > Get a sneak peak at messages with a handy reading pane. > > > ______________________________________________________________________ > All new Yahoo! Mail > ______________________________________________________________________ > Get news delivered. Enjoy RSS feeds right on your Mail page. -- Iván Fernández Hernández Becario investigador Instituto de investigación en Informática de Albacete (I3A)
