at java.lang.Throwable.fillInStackTrace(Native Method)
843835Aug 13 2002 — edited Nov 8 2002Hello,
I have a Jsp,which has a hyper link to another Jsp.Some times very rarely i get this error when i click on the
link.
java.lang.RuntimeException: IOException occured
at java.lang.Throwable.fillInStackTrace(Native Method)
at java.lang.Throwable.fillInStackTrace(Compiled Code)
at java.lang.Throwable.<init>(Compiled Code)
at java.lang.Exception.<init>(Compiled Code)
at java.lang.RuntimeException.<init>(Compiled Code)
at weblogic.servlet.internal.ServletOutputStreamImpl.write(Compiled Code)
at weblogic.servlet.internal.WLOutputStreamWriter.flushBuffer(Compiled Code)
at weblogic.servlet.internal.WLOutputStreamWriter.write(Compiled Code)
at weblogic.servlet.internal.WLOutputStreamWriter.write(Compiled Code)
at java.io.Writer.write(Compiled Code)
at weblogic.servlet.jsp.JspWriterImpl.print(Compiled Code)
at examples.jsp._pfsonline._https._showhide.__sso_showhide_cur._jspService(Compiled Code)
at weblogic.servlet.jsp.JspBase.service(Compiled Code)
at weblogic.servlet.internal.ServletStubImpl.invokeServlet(Compiled Code)
at weblogic.servlet.internal.ServletStubImpl.invokeServlet(Compiled Code)
at weblogic.servlet.internal.ServletContextImpl.invokeServlet(Compiled Code)
at weblogic.servlet.internal.ServletContextImpl.invokeServlet(Compiled Code)
at weblogic.servlet.internal.ServletContextManager.invokeServlet(Compiled Code)
at weblogic.socket.MuxableSocketHTTP.invokeServlet(Compiled Code)
at weblogic.socket.MuxableSocketHTTP.execute(Compiled Code)
at weblogic.kernel.ExecuteThread.run(Compiled Code)
can some one tell me when does this happen.Is it something to do with the configuration.
Thanks
Shashi