Mohan, On 10/12/22 03:50, Mohan T wrote:
We are using tomcatapache-tomcat- 9.0.65.0 on Red Hat Enterprise Linux release 8.6 (Ootpa) We are hitting the below error and transaction is not getting rolled back. java.sql.SQLException: PooledConnection has already been closed. at org.apache.tomcat.jdbc.pool.DisposableConnectionFacade.invoke(DisposableConnectionFacade.java:87) at com.sun.proxy.$Proxy5.rollback(Unknown Source) Any inputs on this would be helpful
It looks like your connection is being closed before you have a change to try the rollback.
You will either need to enable more logging in the tomcat-pool classes, add a lot of logging to your application, or use a debugger to find out what is happening.
The stack trace you provided contains absolutely no useful information. -chris --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
