You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Venkat R <av...@yahoo.com> on 2002/11/06 23:21:52 UTC

Broken Pipe Exception Problem

Please advise if there is any resolution to this issue. We are experiencing same problem. Same configuation(iPlanet web server, Weblogic 6.1 )

 

Thanks,

Venkat.

 

Date: Tue, 6 Aug 2002 10:13:38 -0700 (PDT)From: Vicky Das <co...@yahoo.com>Subject: Broken Pipe Exception ProblemContent-Type: text/plain; charset=us-ascii

Hi,   We are seeing a lot of broken pipe exceptions inour weblogic log files. The configuration that we areusing is : iPlanet acting as a webserver (but servingonly the static assets) and WebLogic at the backend(with a bunch of other gizmos) . Listed below is thesnippet of the exception: javax.servlet.jsp.JspException: Input/output error:java.io.IOException: Broken pipe	atorg.apache.struts.taglib.template.InsertTag.doEndTag(InsertTag.java:149)	atjsp_servlet._jsp._US._en.__11_1_C._jspService(__11_1_C.java:183)	atweblogic.servlet.jsp.JspBase.service(JspBase.java:27)	atweblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:265)	atweblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:200)	atweblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:215)	atorg.apache.struts.action.ActionServlet.processActionForward(ActionServlet.java:1759)	atorg.apache.struts.action.ActionServlet.process(ActionServlet.java:1596)	atorg.apache.struts.action.ActionServlet.doGet(ActionServlet.java:492)	atjavax.servlet.http.HttpServlet.service(HttpServlet.java:740)	atcom.gm.process.framework.GO2MainServlet.service(GO2MainServlet.java:79)	atjavax.servlet.http.HttpServlet.service(HttpServlet.java:853)	atweblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:265)	atweblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:200)	atweblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:2456)	atweblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2039)	atweblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)	atweblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)The exception always orginates from the same strutstemplate insert tag. Could anyone tell me the cause ofthis exception? I would be willing to provide you withmore details if what I have mentioned here is notsufficient.Thanks in advance.Cheers,- Vicky.



---------------------------------
Do you Yahoo!?
HotJobs - Search new jobs daily now

Re: Broken Pipe Exception Problem

Posted by Tim Shadel <ti...@zserve.com>.
I'm not sure about your situation, but I've seen broken pipe errors 
before when a database goes down and the appserver stays up.  That may 
also happen for any external resource that's managed by the container 
when that resource goes down.  I'm not sure, but maybe that's a place to 
start.

Tim

Venkat R wrote:
> Please advise if there is any resolution to this issue. We are experiencing same problem. Same configuation(iPlanet web server, Weblogic 6.1 )
> 
>  
> 
> Thanks,
> 
> Venkat.
> 
>  
> 
> Date: Tue, 6 Aug 2002 10:13:38 -0700 (PDT)From: Vicky Das <co...@yahoo.com>Subject: Broken Pipe Exception ProblemContent-Type: text/plain; charset=us-ascii
> 
> Hi,   We are seeing a lot of broken pipe exceptions inour weblogic log files. The configuration that we areusing is : iPlanet acting as a webserver (but servingonly the static assets) and WebLogic at the backend(with a bunch of other gizmos) . Listed below is thesnippet of the exception: javax.servlet.jsp.JspException: Input/output error:java.io.IOException: Broken pipe	atorg.apache.struts.taglib.template.InsertTag.doEndTag(InsertTag.java:149)	atjsp_servlet._jsp._US._en.__11_1_C._jspService(__11_1_C.java:183)	atweblogic.servlet.jsp.JspBase.service(JspBase.java:27)	atweblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:265)	atweblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:200)	atweblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:215)	atorg.apache.struts.action.ActionServlet.processActionForward(ActionServlet.java:1759)	atorg.apache.struts.action.ActionServlet.process(ActionServlet.java:1596
)	atorg.apache.struts.action.ActionServlet.doGet(ActionServlet.java:492)	atjavax.servlet.http.HttpServlet.service(HttpServlet.java:740)	atcom.gm.process.framework.GO2MainServlet.service(GO2MainServlet.java:79)	atjavax.servlet.http.HttpServlet.service(HttpServlet.java:853)	atweblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:265)	atweblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:200)	atweblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:2456)	atweblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2039)	atweblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)	atweblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)The exception always orginates from the same strutstemplate insert tag. Could anyone tell me the cause ofthis exception? I would be willing to provide you withmore details if what I have mentioned here is notsufficient.Thanks in advance.Cheers,- 
Vicky.
> 
> 
> 
> ---------------------------------
> Do you Yahoo!?
> HotJobs - Search new jobs daily now




--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: Broken Pipe Exception Problem

Posted by Antoni Reus <an...@wanadoo.es>.
Hi,

This has to do with http clients closing the connection while the server is 
writing to the response, so the container throws an IOException.

This is not a problem (besides the growing logs ;)


A Dimecres 06 Novembre 2002 23:21, Venkat R va escriure:
> Please advise if there is any resolution to this issue. We are experiencing
> same problem. Same configuation(iPlanet web server, Weblogic 6.1 )
>
>
>
> Thanks,
>
> Venkat.
>
>
>
> Date: Tue, 6 Aug 2002 10:13:38 -0700 (PDT)From: Vicky Das
> <co...@yahoo.com>Subject: Broken Pipe Exception ProblemContent-Type:
> text/plain; charset=us-ascii
>
> Hi,   We are seeing a lot of broken pipe exceptions inour weblogic log
> files. The configuration that we areusing is : iPlanet acting as a
> webserver (but servingonly the static assets) and WebLogic at the
> backend(with a bunch of other gizmos) . Listed below is thesnippet of the
> exception: javax.servlet.jsp.JspException: Input/output
> error:java.io.IOException: Broken
> pipe	atorg.apache.struts.taglib.template.InsertTag.doEndTag(InsertTag.java:
>149)	atjsp_servlet._jsp._US._en.__11_1_C._jspService(__11_1_C.java:183)	atwe
>blogic.servlet.jsp.JspBase.service(JspBase.java:27)	atweblogic.servlet.inter
>nal.ServletStubImpl.invokeServlet(ServletStubImpl.java:265)	atweblogic.servl
>et.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:200)	atweblog
>ic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImpl.java
>:215)	atorg.apache.struts.action.ActionServlet.processActionForward(ActionSe
>rvlet.java:1759)	atorg.apache.struts.action.ActionServlet.process(ActionServ
>let.java:1596)	atorg.apache.struts.action.ActionServlet.doGet(ActionServlet.
>java:492)	atjavax.servlet.http.HttpServlet.service(HttpServlet.java:740)	atc
>om.gm.process.framework.GO2MainServlet.service(GO2MainServlet.java:79)	atjav
>ax.servlet.http.HttpServlet.service(HttpServlet.java:853)	atweblogic.servlet
>.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:265)	atweblogic
>.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:200)	at
>weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletCo
>ntext.java:2456)	atweblogic.servlet.internal.ServletRequestImpl.execute(Serv
>letRequestImpl.java:2039)	atweblogic.kernel.ExecuteThread.execute(ExecuteThr
>ead.java:139)	atweblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)The
> exception always orginates from the same strutstemplate insert tag. Could
> anyone tell me the cause ofthis exception? I would be willing to provide
> you withmore details if what I have mentioned here is notsufficient.Thanks
> in advance.Cheers,- Vicky.
>
>
>
> ---------------------------------
> Do you Yahoo!?
> HotJobs - Search new jobs daily now


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>