Tuesday, 17 September 2013

In PRPC ERROR: The transaction is no longer active - status: 'Committed'

The PRPC instance on weblogic throws the exception 

"The transaction is no longer active - status: 'Committed'. No further JDBC access is allowed within this transaction"

Caused by: java.sql.SQLException: The transaction is no longer active - status: 'Committed'. No further JDBC access is allowed within this transaction.

at weblogic.jdbc.wrapper.JTSConnection.checkIfRolledBack(JTSConnection.java:193)

at weblogic.jdbc.wrapper.JTSConnection.checkConnection(JTSConnection.java:204)

at weblogic.jdbc.wrapper.Connection.preInvocationHandler(Connection.java:94)

at weblogic.jdbc.wrapper.JTSConnection_oracle_jdbc_driver_T4CConnection.getAutoCommit(Unknown Source)

at com.pega.pegarules.data.internal.access.DatabaseConnectionImpl.getAutoCommit(DatabaseConnectionImpl.java:767)

at com.pega.pegarules.data.internal.access.ConnectionManagerImpl.returnConnection(ConnectionManagerImpl.java:2246) 


Solution:

Uncheck the Supports Global Transactions restart the server.


No comments:

Post a Comment