we are using old version of Open text called "Vignette 7.6"
i noticed at specific time on the day , Tomcat Application server hanging and not respond
when i made a thread dump
com.vignette.dbms.VgnConnectionPool.getConnection(VgnConnectionPool.java:654)
while in the database i have a lot of free session
i tried to get information from the pool using the following code
String poolName = "AppSvcs Resource";
VgnConnectionPool pool = VgnConnectionPool.getInstance(poolName);
i noticed at the time window if the issue , number of connection int the connection pool increasing continually and didn't released and become connected for a long time ,
which at point of time it reach to max and error message appear
com.vignette.dbms.VgnConnectionPool.getConnection(VgnConnectionPool.java:654)