Is it possible that your application is still in a transaction, yet the code somehow tries to close the database connection before the transaction completes?
env/jdbc/oracle/chiselDB. Caught exception: com.ibm.ws.exception.WsException: DSRA0080E: An exception was received by the Data Store Adapter. See original exception message: Cannot call 'cleanup' on a ManagedConnection while it is still in a transaction..
This is likely an application error. Find out how these application classes that were invoked. Your problem may be there:
at com.whitestone.chisel.util.DSConnection.returnConnection(Unknown Source)
at com.whitestone.chisel.framework.wfm.ChiselWFM.returnConnection(Unknown Source)
at com.whitestone.chisel.common.wfm.profiles.ProfilesWFM.retrievesProfile(Unknown Source)
at com.whitestone.chisel.framework.webui.ChiselProfile.profileSetting(Unknown Source)
Bill Lasley
Versant Corp.
http://www.versant.com