Hi All,
I am getting the following exception when i open the URL in browser first time.
However it works fine when I open it in new browser.
An unexpected error occurred.
The exception is :: DSRA9110E: Connection is closed.
Stack trace:
com.ibm.websphere.ce.cm.ObjectClosedException: DSRA9110E: Connection is closed. at com.ibm.ws.rsadapter.jdbc.WSJdbcConnection****ntim eXIfNotClosed(WSJdbcConnection.java:2433) at com.ibm.ws.rsadapter.jdbc.WSJdbcConnection.rollbac k(WSJdbcConnection.java:2400) at com.dcx.eng.dpd.caepte.DB.UserProfTbl.setUserProf( UserProfTbl.java:213) at com.dcx.eng.dpd.caepte.eventHandler.HomeController .Login_EH.process(Login_EH.java:242) at com.dcx.eng.dpd.caepte.HomeController.doProcessing (HomeController.java:59) at com.dcx.eng.dpd.caepte.BaseController.doPost(BaseC ontroller.java:94) at com.dcx.eng.dpd.caepte.BaseController.doGet(BaseCo ntroller.java:108) at javax.servlet.http.HttpServlet.service(HttpServlet .java:743) at javax.servlet.http.HttpServlet.service(HttpServlet .java:856) at com.ibm.ws.webcontainer.servlet.ServletWrapper.ser vice(ServletWrapper.java:1572) at com.ibm.ws.webcontainer.servlet.ServletWrapper.han dleRequest(ServletWrapper.java:762) at com.ibm.ws.webcontainer.extension.InvokerExtension Processor.handleRequest(InvokerExtensionProcessor. java:300) at com.ibm.ws.webcontainer.webapp.WebAppRequestDispat cher.forward(WebAppRequestDispatcher.java:334) at org.apache.jasper****ntime.PageContextImpl.forward (PageContextImpl.java:520) at com.ibm._jsp._home_5F_e._jspService(_home_5F_e.jav a:177) at com.ibm.ws.jsp****ntime.HttpJspBase.service(HttpJs pBase.java:91) at javax.servlet.http.HttpServlet.service(HttpServlet .java:856) at com.ibm.ws.webcontainer.servlet.ServletWrapper.ser vice(ServletWrapper.java:1572) at com.ibm.ws.webcontainer.servlet.ServletWrapper.han dleRequest(ServletWrapper.java:762) at com.ibm.wsspi.webcontainer.servlet.GenericServletW rapper.handleRequest(GenericServletWrapper.java:12 1) at com.ibm.ws.jsp.webcontainerext.JSPExtensionServlet Wrapper.handleRequest(JSPExtensionServletWrapper.j ava:204) at com.ibm.ws.webcontainer.webapp.WebApp.handleReques t(WebApp.java:3146) at com.ibm.ws.webcontainer.webapp.WebGroup.handleRequ est(WebGroup.java:250) at com.ibm.ws.webcontainer.VirtualHost.handleRequest( VirtualHost.java:212) at com.ibm.ws.webcontainer.WebContainer.handleRequest (WebContainer.java:1958) at com.ibm.ws.webcontainer.channel.WCChannelLink.read y(WCChannelLink.java:112) at com.ibm.ws.http.channel.inbound.impl.HttpInboundLi nk.handleDiscrimination(HttpInboundLink.java:472) at com.ibm.ws.http.channel.inbound.impl.HttpInboundLi nk.handleNewInformation(HttpInboundLink.java:411) at com.ibm.ws.http.channel.inbound.impl.HttpICLReadCa llback.complete(HttpICLReadCallback.java:101) at com.ibm.ws.tcp.channel.impl.WorkQueueManager.reque stComplete(WorkQueueManager.java(Compiled Code)) at com.ibm.ws.tcp.channel.impl.WorkQueueManager.attem ptIO(WorkQueueManager.java(Compiled Code)) at com.ibm.ws.tcp.channel.impl.WorkQueueManager.worke rRun(WorkQueueManager.java(Compiled Code)) at com.ibm.ws.tcp.channel.impl.WorkQueueManager$Worke r****n(WorkQueueManager.java(Compiled Code)) at com.ibm.ws.util.ThreadPool$Worker****n(ThreadPool. java(Compiled Code))
Thanks in advance