Hi guys,

Whenever I try to access a struts 2 page, and before the page is fully
rendered, I click on a link to access another page, I get the following
exception in the log.  Is there a way to fix this, or hide the exception
if it's not crucial???  I pasted the first part of the exception...In
the header.jsp that is referenced below, line 99 has an <s:action.../>
call like so

 

<s:action name="topMenu" executeResult="true" namespace="/common"/>

 

------------------------------------------------------------------------
------------------------------

 

18:22:13,606  WARN ActionComponent:152 - error while trying to flush
writer

java.net.SocketException: Software caused connection abort: socket write
error

        at java.net.SocketOutputStream.socketWrite0(Native Method)

        at
java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:92)

        at
java.net.SocketOutputStream.write(SocketOutputStream.java:136)

        at
weblogic.servlet.internal.ChunkUtils.writeChunkTransfer(ChunkUtils.java:
279)

        at
weblogic.servlet.internal.ChunkUtils.writeChunks(ChunkUtils.java:243)

        at
weblogic.servlet.internal.ChunkOutput.flush(ChunkOutput.java:311)

        at
weblogic.servlet.internal.ChunkOutputWrapper.flush(ChunkOutputWrapper.ja
va:156)

        at
weblogic.servlet.internal.ServletOutputStreamImpl.flush(ServletOutputStr
eamImpl.java:126)

        at
weblogic.servlet.internal.WLOutputStreamWriter.flush(WLOutputStreamWrite
r.java:142)

        at
weblogic.servlet.internal.DelegateChunkWriter.flush(DelegateChunkWriter.
java:111)

        at
weblogic.servlet.internal.ChunkOutputWrapper.flush(ChunkOutputWrapper.ja
va:156)

        at
weblogic.servlet.jsp.JspWriterImpl.flush(JspWriterImpl.java:114)

        at
org.apache.struts2.components.ActionComponent.end(ActionComponent.java:1
50)

        at
org.apache.struts2.views.jsp.ComponentTagSupport.doEndTag(ComponentTagSu
pport.java:43)

        at jsp_servlet._web._layout.__header._jspService(header.jsp:99)

        at weblogic.servlet.jsp.JspBase.service(JspBase.java:33)

        at
weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(Se
rvletStubImpl.java:1072)

        at
weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.
java:465)

        at
weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.
java:526)

        at
weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:28)

        at
weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:
27)

Reply via email to