English is not my native language, please excuse typing errors.
I guess your problem is that you forget close the connection when exception 
happened.
If so, you should put the close method in the finally block.
If connection doesn’t released, the connection pool will be fill up.

Reply via email to