Ver Mensaje Individual
  #1 (permalink)  
Antiguo 25/10/2010, 14:41
yensei
 
Fecha de Ingreso: octubre-2010
Mensajes: 3
Antigüedad: 13 años, 5 meses
Puntos: 0
Problema con el pool de conexion

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

La configuracion actual del server.xml esta de esta manera
<Context docBase="Proyecto" path="/Proyecto" reloadable="true"
source="org.eclipse.jst.j2ee.server:Proyecto">

<Resource auth="Container" autoreconnection="true" driverClassName="com.mysql.jdbc.Driver"
logAbandoned="true" maxActive="30" maxIdle="30" maxWait="2000" name="jdbc/poolProyecto"
password="123" removeAbandoed="true" removeAbandonedTimeout="30"
type="javax.sql.DataSource" url="jdbc:mysql://xxx.xxx.xxx.xxx:3306/kh_retail"
username="root" />

</Context>

No consigo librarme de este error, me para todo el sistema.. surge constantement y se debe reiniciar el tomcat a todo momento.