[jboss-user] [JCA/JBoss] - Re: IDLE Connections and Pool ConnectionDestroyedCount near

vickyk do-not-reply at jboss.com
Wed Aug 29 15:55:39 EDT 2007


"skajotde" wrote : 
  | According to jmx-console all connections are "in use" (InUseConnectionCount) and none of them are closed (ConnectionDestroyedCount, near zero, but sometime incease, but very slow)
  | 
Check the listInUseConnections() operation in the CachedConnectionManager Mbean from the jmx-console . This will tell you what connections are not getting closed from your application .
All you need is to identify the application part which is leaking the connection and fix it.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4079324#4079324

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4079324



More information about the jboss-user mailing list