Posted By:
sam_desilva
Posted On:
Thursday, March 18, 2004 01:30 AM
Dear all, I am using OC4J 1.0.2.2 as application server and Oracle 9i as back-end. Though the connection is closed on each and every JSP page, when i go to next page by clicking link for next page, the source page gives me following error on console. OrionCMTConnection not closed, check your code! LogicalDriverManagerXAConnection not closed, check your code! Created at: java.lang.Throwable: OrionCMTConnection created at com.evermind.sql.OrionCMTConnection. (OrionCMTConnection.java:39) at com.evermind.sql.OrionCMTDataSource.getConnection(OrionCMTDataSource.java:56) at projsp.ConnectionOpen.getConnection(ConnectionOpen.java:13) at __jspPage18_jsp_nc_fa_cr_note_list_jsp._jspService
More>>
Dear all,
I am using OC4J 1.0.2.2 as application server and Oracle 9i as back-end.
Though the connection is closed on each and every JSP page, when i go to next page by clicking link for next page, the source page gives me following error on console.
OrionCMTConnection not closed, check your code!
LogicalDriverManagerXAConnection not closed, check your code!
Created at:
java.lang.Throwable: OrionCMTConnection created
at com.evermind.sql.OrionCMTConnection.
(OrionCMTConnection.java:39)
at com.evermind.sql.OrionCMTDataSource.getConnection(OrionCMTDataSource.java:56)
at projsp.ConnectionOpen.getConnection(ConnectionOpen.java:13)
at __jspPage18_jsp_nc_fa_cr_note_list_jsp._jspService(__jspPage18_jsp_nc_fa_cr_note_list_jsp.java:940)
at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:54)
at com.evermind.server.http.HttpApplication.serviceJSP(HttpApplication.java:5458)
at com.evermind.server.http.JSPServlet.service(JSPServlet.java:31)
at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:501)
at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:170)
at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:576)
at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:189)
at com.evermind.util.ThreadPoolThread.run(ThreadPoolThread.java:62)
what could be the reason for this error and what is the solution for this?
Sameer.
<<Less