Vikramjit, Thanks for the reply. here are the answers: 1-App server: Oracle 9iAs
2-This application developed by Oracle JDeveloper 9i (IDE). Database connection is suppose to handel by itself( They defined Application Module including all view objects that uses by application). Base on document Oracle 9iAs creates a pool for connections and programmer does't need to handel that. 3- colud i use RequestDispatcher in jsp page? Thanks once again. --- Vikramjit Singh <[EMAIL PROTECTED]> wrote: > > -----Original Message----- > > From: Ali Chadorbaf [mailto:[EMAIL PROTECTED]] > > Sent: Wednesday, August 21, 2002 2:37 PM > > To: [EMAIL PROTECTED] > > Subject: unable to dispatch to requested page? > > > > > > Hi, > > In my jsp application i usually used sendRedirect() to > > forward from one jsp > > page to another(Some jsp page has database intraction > > involved). Some times > > receives following error message( I copied and pasted it from > > log file) and App > > server locks. And we must reboot the server and reload the > > Appserver to > > coutinue. Any idea would really appreciated. > > > Just a few questions: > Which app server are you using? > Are you closing the connections, resultset, statements when doing database > transactions? > > Another alternative is why dont you use RequestDispatcher, it is much faster > than response.sendRedirect(); > > > > > > > 8/21/02 9:30 AM defaultWebApp: JspServlet: unable to dispatch > > to requested > > page: com.evermind.server.http.HttpIOException: Connection > > reset by peer: > > socket write error > > at > > com.evermind.server.http.EvermindHttpServletResponse.commit(Ev > ermindHttpServletResponse.java:673) > > > > at > > com.evermind.server.http.EvermindHttpServletResponse.commitAnd > > IgnoreWrites(EvermindHttpServletResponse.java:212) > > > > at > > com.evermind.server.http.EvermindHttpServletResponse.sendRedir > > ect(EvermindHttpServletResponse.java:1347) > > > > at > > _touchtest1._site1._StartWorkServlet._jspService(_StartWorkSer > > vlet.java:115) > > > > at > > com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage > > .java:56) > > at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:180) > > at > > oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:352) > > at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:303) > > at javax.servlet.http.HttpServlet.service(HttpServlet.java:336) > > at > > com.evermind.server.http.ServletRequestDispatcher.invoke(Servl > > etRequestDispatcher.java:691) > > > > at > > com.evermind.server.http.ServletRequestDispatcher.forwardInter > > nal(ServletRequestDispatcher.java:276) > > > > at > > com.evermind.server.http.HttpRequestHandler.processRequest(Htt > > pRequestHandler.java:737) > > > > at > > com.evermind.server.http.HttpRequestHandler.run(HttpRequestHan > > dler.java:247) > > > > at com.evermind.util.ThreadPoolThread.run(ThreadPoolThread.java:64) > > > > > > > > __________________________________________________ > > Do You Yahoo!? > > HotJobs - Search Thousands of New Jobs > > http://www.hotjobs.com > > > > ______________________________________________________________ > > _____________ > > To unsubscribe, send email to [EMAIL PROTECTED] and > > include in the body > > of the message "signoff SERVLET-INTEREST". > > > > Archives: http://archives.java.sun.com/archives/servlet-interest.html > > Resources: > > http://java.sun.com/products/servlet/external-resources.html > > LISTSERV Help: http://www.lsoft.com/manuals/user/user.html > > > > ___________________________________________________________________________ > To unsubscribe, send email to [EMAIL PROTECTED] and include in the body > of the message "signoff SERVLET-INTEREST". > > Archives: http://archives.java.sun.com/archives/servlet-interest.html > Resources: http://java.sun.com/products/servlet/external-resources.html > LISTSERV Help: http://www.lsoft.com/manuals/user/user.html > __________________________________________________ Do You Yahoo!? HotJobs - Search Thousands of New Jobs http://www.hotjobs.com ___________________________________________________________________________ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html