IOException JspWriter
"karthik" <[email protected]>
| Newsgroups | gmane.comp.jakarta.taglibs.user |
|---|---|
| Message-ID | <[email protected]> |
Hi I am new to this form I would like to know under what conditions "JspWriter.pageContext.getOut()." would raise IOException I am currently using custom built DataGrid to be made use of in Oracle 10G Release2 AS on Linux RedHat with 2 GB RAM. More Often the code above is throw's the exception as given below in stack trace [New Entry] 07/02/22 13:49:57 result set [New Entry] 07/02/22 13:49:57 addColumn() com.xius.common.grid.TextColumn@1ddc66e [New Entry] 07/02/22 13:49:57 addColumn() com.xius.common.grid.TextColumn@10e7120 [New Entry] 07/02/22 13:49:57 addColumn() com.xius.common.grid.TextColumn@12520bb [New Entry] 07/02/22 13:49:57 addColumn() com.xius.common.grid.TextColumn@8808dd [New Entry] 07/02/22 13:49:57 addColumn() com.xius.common.grid.TextColumn@fe1ac8 [New Entry] 07/02/22 13:49:57 addColumn() com.xius.common.grid.TextColumn@905eba [New Entry] 07/02/22 13:49:57 PageNumber 1 StartPage 1 EndPage 11 PageSize 11 [New Entry] 07/02/22 13:49:57 mlstColumns [com.xius.common.grid.TextColumn@1ddc66e, com.xius.common.grid.TextColumn@10e7120, com.xius.common.grid.TextColumn@12520bb, com.xius.common.grid.TextColumn@8808dd, com.xius.common.grid.TextColumn@fe1ac8, com.xius.common.grid.TextColumn@905eba] [New Entry] 07/02/22 13:49:57 PageNumber 1 StartPage 1 EndPage 11 PageSize 11 [New Entry] 07/02/22 13:49:57 java.io.IOException: The Writer is closed [New Entry] 07/02/22 13:49:57 at com.evermind.server.http.EvermindJSPWriter.print(EvermindJSPWriter.java:749) [New Entry] 07/02/22 13:49:57 at com.xius.common.grid.PrintButton.renderDetail(PrintButton.java:73) [New Entry] 07/02/22 13:49:57 at com.xius.common.grid.MainGrid.drawGrid(MainGrid.java:201) [New Entry] 07/02/22 13:49:57 at com.xius.common.grid.MainGrid.doEndTag(MainGrid.java:99) [New Entry] 07/02/22 13:49:57 at _ticketing._tkt__ViewTicket._jspService(_tkt__ViewTicket.java:573) [New Entry] 07/02/22 13:49:57 at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56) [New Entry] 07/02/22 13:49:57 at oracle.jsp.runtimev2.JspPageTable.compileAndServe(JspPageTable.java:569) [New Entry] 07/02/22 13:49:57 at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:305) [New Entry] 07/02/22 13:49:57 at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:509) [New Entry] 07/02/22 13:49:57 at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:413) [New Entry] 07/02/22 13:49:57 at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) [New Entry] 07/02/22 13:49:57 at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.ja va:65) [New Entry] 07/02/22 13:49:57 at com.xius.common.XIUSFilter.doFilter(XIUSFilter.java:33) [New Entry] 07/02/22 13:49:57 at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispa tcher.java:663) [New Entry] 07/02/22 13:49:57 at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletReq uestDispatcher.java:330) [New Entry] 07/02/22 13:49:57 at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandle r.java:830) [New Entry] 07/02/22 13:49:57 at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:224) [New Entry] 07/02/22 13:49:57 at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:133) [New Entry] 07/02/22 13:49:57 at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableRe sourcePooledExecutor.java:186) [New Entry] 07/02/22 13:49:57 at java.lang.Thread.run(Thread.java:534) [New Entry] 07/02/22 13:49:57 javax.servlet.jsp.JspException: Error: IOException while writing to client! [New Entry] 07/02/22 13:49:57 ---------------- > javax.servlet.jsp.JspException: Error: IOException while writing to client! [New Entry] 07/02/22 13:49:57 Message is ----> null [New Entry] Exception is ---->javax.servlet.jsp.JspException: Error: IOException while writing to client! [New Entry] Login Id is ---->karthik Please somebody help me immediately with regards Karthik