Hi,

I am trying to get an application that is presently working with IBM's
cloudscape database to work with mysql and Tomcat's pool manager.

I have set the poolmanager to have an initial pool of 10 db objects. I have
a screen that allows users to traverse through a record set and view the
records in a table. As they are traversing through this record set I
periodically get the below error.

There is only one user on the system. Can someone suggest what is going on.

Thanks

Alex

ERROR 1

exception java.lang.IllegalArgumentException: JDBC-Troubles: was not able to
create connection, using the following DbConnection:DbConnection =
name=jdbc:mysql://127.0.0.1/fred,jndi=false,conClass=org.gjt.mm.mysql.Drive
r,username=fred
Message JDBC-Troubles: was not able to create connection, using the
following DbConnection:DbConnection =
name=jdbc:mysql://127.0.0.1/fred,jndi=false,conClass=org.gjt.mm.mysql.Drive
r,username=fred

ERROR 2

exception javax.servlet.jsp.JspTagException: java.sql.SQLException: DBCP
could not obtain an idle db connection, pool exhausted
Message java.sql.SQLException: DBCP could not obtain an idle db connection,
pool exhausted

Localized Message java.sql.SQLException: DBCP could not obtain an idle db
connection, pool exhausted

Stack trace
        javax.servlet.jsp.JspTagException: java.sql.SQLException: DBCP could
not obtain an idle db connection, pool exhausted
        at
org.apache.taglibs.dbtags.connection.ConnectionTag.doEndTag(ConnectionTag.ja
va:235)



------------------------------------------------------------
This e-mail may be privileged and/or confidential, and the sender does not waive any 
related rights and obligations. Any distribution, use or copying of this e-mail or the 
information it contains by other than an intended recipient is unauthorized. If you 
received this e-mail in error, please advise me (by return e-mail or otherwise) 
immediately. 

Ce courriel est confidentiel et prot�g�. L'exp�diteur ne renonce pas aux droits et 
obligations qui s'y rapportent. Toute diffusion, utilisation ou copie de ce message ou 
des renseignements qu'il contient par une personne autre que le (les) destinataire(s) 
d�sign�(s) est interdite. Si vous recevez ce courriel par erreur, veuillez m'en aviser 
imm�diatement, par retour de courriel ou par un autre moyen. 


============================================================

Reply via email to