iPlanet 6.1 Web server hanging up.
Hi,
I am facing the following problem:
The iplanet 6.1 webserver stops responding and when the users tries to access the site the following message shows up in the browser:
"The Page Cannot Be Displayed MSG HTTP 500 Internal Server Error"
And when i checked in the server log file I found the following error was logged before the server stopped responding:
java.io.IOException: WEB8004: Error flushing the output stream
at com.iplanet.ias.web.connector.nsapi.NSAPIConnector.flush(NSAPIConnector.java:74 3)
at com.iplanet.ias.web.connector.nsapi.NSAPIResponseStream.flush(NSAPIResponseStre am.java:97)
at com.iplanet.ias.web.connector.nsapi.NSAPIResponse.flushBuffer(NSAPIResponse.jav a:131)
at org.apache.catalina.connector.ResponseFacade.flushBuffer(ResponseFacade.java:21 9)
at org.apache.jasper.runtime.JspWriterImpl.flush(JspWriterImpl.java:227)
at org.apache.jasper.runtime.JspRuntimeLibrary.include(JspRuntimeLibrary.java:823)
at _jsps._misc._error_jsp._jspService(_error_jsp.java:87)
at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:107)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:908)
at com.iplanet.ias.web.jsp.JspServlet$JspServletWrapper.service(JspServlet.java:68 7)
at com.iplanet.ias.web.jsp.JspServlet.serviceJspFile(JspServlet.java:459)
at com.iplanet.ias.web.jsp.JspServlet.service(JspServlet.java:375)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:908)
at org.apache.catalina.core.StandardWrapperValve.invokeServletService(StandardWrap perValve.java:771)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java: 322)
at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:509)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java: 218)
at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:509)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:209)
at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:509)
at com.iplanet.ias.web.connector.nsapi.NSAPIProcessor.process(NSAPIProcessor.java: 157)
at com.iplanet.ias.web.WebContainer.service(WebContainer.java:579)
Please let me know if any body has any idea about this problem and its cause. The remedy i am using as of now is restarting the web server.

