Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

at java.lang.Throwable.fillInStackTrace(Native Method)

843835Aug 13 2002 — edited Nov 8 2002
Hello,

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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 6 2002
Added on Aug 13 2002
1 comment
1,262 views