Re: How to reslove Pool error Timeout waiting for idle object
Posted by: Todd Farmer
Date: February 11, 2014 12:17PM

Hi Satish,

It would appear that this error message is telling you the DBCP pool has no available connections to hand out. You will want to look at whether the pool size needs to be increased, or if other threads are holding their connections for excessive durations. You can get meaningful information about what other connections are doing from the slow query log, MySQL Enterprise Monitor (commercial offering, but available for free 30-day trial), or PERFORMANCE_SCHEMA (in MySQL 5.6+).

Hope that helps!

--
Todd Farmer
MySQL @ Oracle
http://www.oracle.com/mysql/

Options: ReplyQuote


Subject
Written By
Posted
Re: How to reslove Pool error Timeout waiting for idle object
February 11, 2014 12:17PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.