Re: DBCP Connections build up on one server

2012-02-18 Thread Pid *
On 17 Feb 2012, at 22:02, Shanti Suresh wrote: > The threaddump look the same across both servers. The heapdump shows > increasing heap on the suspect server in the Finalizer class. The Finalizer > class is holding references to another class which is a wrapper class for > ConectionPool obje

Re: DBCP Connections build up on one server

2012-02-17 Thread Shanti Suresh
The threaddump look the same across both servers. The heapdump shows increasing heap on the suspect server in the Finalizer class. The Finalizer class is holding references to another class which is a wrapper class for ConectionPool objects. Thanks for all tips/suggestions!