I have recently upgraded from smartgwt 6.1 to smartgwt 13.1 but after the upgrade we faced performance issues like the connection pool is getting fully occupied and not releasing the connection. We are using Oracle DB and when we set connection via jndi in server properties then our connection pool in jboss was getting fully utilized and not releasing connections later we changed this config to direct oracle connection then we noticed the issue in oracle db where connections are not getting released. Can you please provide any help on this issue? Getting below exception when all connections are used. Attached the full log as well for reference. Let me know if any further details needed
org.springframework.transaction.CannotCreateTransactionException: Could not open Hibernate Session for transaction; nested exception is org.hibernate.exception.GenericJDBCException: Unable to acquire JDBC Connection
at org.springframework.orm.hibernate5.HibernateTransactionManager.doBegin(HibernateTransactionManager.java:598) ~[spring-orm-5.3.22.jar:5.3.22]
at org.springframework.transaction.support.AbstractPlatformTransactionManager.startT
org.springframework.transaction.CannotCreateTransactionException: Could not open Hibernate Session for transaction; nested exception is org.hibernate.exception.GenericJDBCException: Unable to acquire JDBC Connection
at org.springframework.orm.hibernate5.HibernateTransactionManager.doBegin(HibernateTransactionManager.java:598) ~[spring-orm-5.3.22.jar:5.3.22]
at org.springframework.transaction.support.AbstractPlatformTransactionManager.startT
Comment