Hi All,
Currently we have 2 applications deployed in workbench where App1 has a process (Foundation->ApplicationUtility-1.0->readApplicationAsset->getAsset) that gets a TIF file from APP2. When this process gets invoked......it times out at 300 seconds and gives error.
When trying to invoke.....we are passing in a string (which is the path) to where the TIF resides. ie: /App2/1.0/common/signatures/Sig.TIF as the input parm.
java.sql.SQLException: The transaction is no longer active - status: 'Marked rollback. [Reason=weblogic.transaction.internal.TimedOutException: Transaction timed out after 300 seconds
BEA1-61F7F5CA6618BE52DAEF]'. No further JDBC access is allowed within this transaction.
at weblogic.jdbc.wrapper.JTSConnection.checkIfRolledBack(JTSConnection.java:178)
at weblogic.jdbc.wrapper.JTSConnection.checkConnection(JTSConnection.java:188)
at weblogic.jdbc.wrapper.ResultSet.preInvocationHandler(ResultSet.java:66)
at weblogic.jdbc.wrapper.ResultSet_oracle_jdbc_driver_OracleResultSetImpl.getShort(Unknown Source)
Anyone with idea's? Much appreciated!