Hi all,
I just installed a Globus 4.2.1, and read that it didn't required any
PostgreSQL database setup for RFT anymore.
I'd like to use the built-in Derby database, but starting the WS
container, I get the following error (with the provided
globus_wsrf_rft/jndi-config.xml):
"""
2009-09-29T15:53:30.433+02:00 ERROR service.ReliableFileTransferImpl
[main,oldLog:179] Unable to setup database driver with pooling
.Unable to connect to database.Cannot get a connection, pool exhausted
[Caused by: Cannot get a connection, pool exhausted]
"""
The database in $GLOBUS_LOCATION/var/rftDatabase seems to exist and to
be populated correctly, since the following works:
"""
$ deploy-derby-for-rft
ij version 10.4
ij> CONNECT 'jdbc:derby:/opt/gt4/var/rftDatabase';
ij> SELECT * FROM GLOBUS.REQUEST;
ID |CONCURRENCY|TERMINATION_TIME |PROXY_LOC
|USERNAME
|STA&|ALL&|MAXATTEMPTS|DELEGATED_EPR
|USER_SUBJECT
|UUID
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
0 rows selected
"""
Any idea which could explain this "Unable to setup database driver
with pooling" error?
Thanks,
--
Kilian