java - Apache-Commons-DBCP Issue -



java - Apache-Commons-DBCP Issue -

java.lang.object.wait(native method) java.lang.object.wait(object.java:485) org.apache.commons.pool.impl.genericobjectpool.borrowobject(genericobjectpool.java:810) org.apache.commons.dbcp.poolingdriver.connect(poolingdriver.java:180) java.sql.drivermanager.getconnection(drivermanager.java:582) java.sql.drivermanager.getconnection(drivermanager.java:207)

the application becomes unresponsive in production server.

verified connection closed in block. probable scenarios situation

based on little info you've provided above, i'd you've exceeded maximum capacity of pool. stack-trace you've pasted, shows wait() after borrowobject. me means have bunch of open/active connections , borrowobject waiting connection returned pool.

java apache apache-commons-dbcp

Comments

Popular posts from this blog

php - Android app custom user registration and login with cookie using facebook sdk -

django - Access session in user model .save() -

php - .htaccess Multiple Rewrite Rules / Prioritizing -