Feedback
Did this article resolve your question/issue?

   

Article

"Object has been closed" error when lots of data is inserted with Oracle JDBC driver.

Information

 
Title"Object has been closed" error when lots of data is inserted with Oracle JDBC driver.
URL NameObject-has-been-closed-error-when-lots-of-data-is-inserted-with-JDBC-driver
Article Number000115204
EnvironmentProduct: Connect for JDBC Oracle Driver
Version : 5.1.4.0101
OS: JAVA
Database : Oracle
Application : Webmethods 9.6
Question/Problem Description
When lots of data is getting inserted using the driver, the below error is returned.
Steps to Reproduce
Clarifying Information
Error MessageThe trace logs shows the following error:
com.wm.util.BasisException: [98.9998] Exception --> 0
java.sql.SQLException: [DataDirect][Oracle JDBC Driver]Object has been closed.
at com.wm.util.BasisRuntimeException.<init>(BasisRuntimeException.java:135)
at com.wm.app.b2b.server.ISRuntimeException.<init>(ISRuntimeException.java:93)
at com.wm.app.prt.storage.cache.ProcessAuditStorage.getConnection(ProcessAuditStorage.java:25)
at com.wm.app.prt.storage.cache.ProcessAuditCache.put(ProcessAuditCache.java:52)
at com.wm.app.prt.audit.AuditStep.logStep(AuditStep.java:43)
Defect Number
Enhancement Number
Cause
The exact cause is not known at this time.
Resolution
The above error thread stack shows that the error occurred in the client application.
It was not caused by the DataDirect driver code.
The client application should be investigated to find the root cause.
 
Workaround
Notes
Last Modified Date6/15/2020 6:56 PM
Files
Disclaimer The origins of the information on this site may be internal or external to Progress Software Corporation (“Progress”). Progress Software Corporation makes all reasonable efforts to verify this information. However, the information provided is for your information only. Progress Software Corporation makes no explicit or implied claims to the validity of this information.

Any sample code provided on this site is not supported under any Progress support program or service. The sample code is provided on an "AS IS" basis. Progress makes no warranties, express or implied, and disclaims all implied warranties including, without limitation, the implied warranties of merchantability or of fitness for a particular purpose. The entire risk arising out of the use or performance of the sample code is borne by the user. In no event shall Progress, its employees, or anyone else involved in the creation, production, or delivery of the code be liable for any damages whatsoever (including, without limitation, damages for loss of business profits, business interruption, loss of business information, or other pecuniary loss) arising out of the use of or inability to use the sample code, even if Progress has been advised of the possibility of such damages.