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.



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(EvermindHttpServletResponse.java:673)

at
com.evermind.server.http.EvermindHttpServletResponse.commitAndIgnoreWrites(EvermindHttpServletResponse.java:212)

at
com.evermind.server.http.EvermindHttpServletResponse.sendRedirect(EvermindHttpServletResponse.java:1347)

at _touchtest1._site1._StartWorkServlet._jspService(_StartWorkServlet.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(ServletRequestDispatcher.java:691)

at
com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:276)

at
com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:737)

at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.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

Reply via email to