org.apache.tomcat.dbcp.dbcp.SQLNestedException: Cannot get a connection, pool error Timeout waiting for idle object

2007-08-11 Thread fusion35
Hello, I get the captioned error. Same works good with Tomcat 5.5 Tomcat 6.0.14 JDK 1.6_2 WinXP The text of the error is : org.apache.tomcat.dbcp.dbcp.SQLNestedException: Cannot get a connection, pool error Timeout waiting for idle object at

org.apache.tomcat.dbcp.dbcp.SQLNestedException : Cannot get a connection, pool error Timeout waiting for idle object

2007-08-11 Thread Devinder Singh Mahil
I get the captioned exception when I try to connect to a mysql DB. Tomcat 6.0.14 JDK 1.6_2 WinXP what causes the error to occur? The same application works in tomcat 5.5 thanks in advance Devinder - To start a new topic,

Re: RHEL and Tomcat startup/shutdown scripts

2007-08-11 Thread Ben Stringer
On Wed, 2007-08-08 at 15:17 -0500, Andrew R Feller wrote: Hello everyone, Over the past couple of months, I have been working with some Tomcat instances on RHEL 5 and wondered: what is the recommended method to startup/shutdown Tomcat? After reading the Tomcat documentation, they talk

Re: org.apache.tomcat.dbcp.dbcp.SQLNestedException : Cannot get a connection, pool error Timeout waiting for idle object

2007-08-11 Thread David Smith
Your not providing a lot of context here, so we can only guess. The error implies the pool is exhausted. Can you provide details on the pool config and when/where this error occurs? Additionally, you might want to check out the DBCP website at http://jakarta.apache.org/commons/dbcp --David

Re: Self-Signed Certificate for Tomcat JVM and CAS

2007-08-11 Thread Lisa Tan
After following the docs to generate self-signed pkcs12 key, I failed to import the key/certificate into my application with No password given for keystore, integrity will not be verified. What does the reason cause this error? I read some docs which ask to create an empty Java keystore and

Re: Self-Signed Certificate for Tomcat JVM and CAS

2007-08-11 Thread Martin Gainty
to re-iterate the doc from IBM at http://publib.boulder.ibm.com/infocenter/wasinfo/v6r0/index.jsp?topic=/com.ibm.websphere.express.doc/info/exp/ae/tsec_cekeen.html The keystore file is a key database file that contains both public keys (Public keys are stored as signer certificates) and

Re: MOD_JK TEST

2007-08-11 Thread Martin Gainty
in $APACHE_HOME\conf\httpd.conf notice the configuration for mod_jk # Loads the Jakarta Tomcat Connector module LoadModule jk_module modules/mod_jk.dll #Configuration Attributes for mod_jk JkWorkersFile C:/TOMCAT/TOMCAT~1.5/conf/workers.properties referencing