This looks like what happens if the the browser gives up on the reqest in
question and makes a new one. I don't use Websphere so I can't be sure, but
the Tomcat error in that situation is very similair.

Try and reproduce it in development - make a request to your app then
navigate anywhere else in your browser.

Paul

> -----Original Message-----
> From: Khalid K. [mailto:[EMAIL PROTECTED]
> Sent: 28 January 2004 16:45
> To: Struts Users Mailing List
> Subject: no process to read data written to a pipe ??
> 
> 
> If anyone has seen this error, your input is appreciated, I can't
> seem to find any references to this on the web. 
> 
> Looks like the error is thrown during the rendering of jsp: 
> billingInfo.jsp. 
> Since this happens in production, I am not sure what is the 
> outcome etc.
> 
> stack trace:
> 
> [1/28/04 8:38:00:380 PST] 21e97599 WebGroup      
> X Servlet Error: There is no process to read data written to a pipe.: 
> java.io.IOException: There is no process to read data written 
> to a pipe.
> 
>       at java.net.SocketOutputStream.socketWrite(Native Method)
>       at 
> java.net.SocketOutputStream.write(SocketOutputStream.java(Compiled 
> Code))
>       at com.ibm.ws.io.Stream.write(Stream.java(Compiled Code))
>       at 
> com.ibm.ws.io.WriteStream.flushMyBuf(WriteStream.java(Inlined 
> Compiled Code))
>       at 
> com.ibm.ws.io.WriteStream.flush(WriteStream.java(Inlined Compiled 
> Code))
>       at 
> com.ibm.ws.http.ResponseStream.flush(ResponseStream.java(Compiled 
> Code))
>       at 
> com.ibm.ws.io.WriteStream.flush(WriteStream.java(Compiled Code))
>       at com.ibm.servlet.engine.http11.HttpConnection.flush
> (HttpConnection.java(Inlined Compiled Code))
>       at 
> com.ibm.servlet.engine.srp.SRPConnection.flush(SRPConnection.java
> (Compiled Code))
>       at 
> com.ibm.servlet.engine.srt.SRTOutputStream.flush(SRTOutputStream.java
> (Compiled Code))
>       at 
> java.io.OutputStreamWriter.flush(OutputStreamWriter.java(Compiled 
> Code))
>       at com.ibm.servlet.engine.srt.BufferedWriter.flushChars
> (BufferedWriter.java(Compiled Code))
>       at 
> com.ibm.servlet.engine.srt.BufferedWriter.flush(BufferedWriter.java
> (Inlined Compiled Code))
>       at com.ibm.servlet.engine.srt.BufferedWriter.flushBuffer
> (BufferedWriter.java(Compiled Code))
>       at com.ibm.servlet.engine.srt.SRTServletResponse.flushBuffer
> (SRTServletResponse.java(Compiled Code))
>       at 
> com.ibm.servlet.engine.webapp.HttpServletResponseProxy.flushBuffer
> (HttpServletResponseProxy.java(Compiled Code))
>       at 
> com.ibm.servlet.engine.webapp.HttpServletResponseProxy.flushBuffer
> (HttpServletResponseProxy.java(Compiled Code))
>       at 
> org.apache.jasper.runtime.JspWriterImpl.flush(JspWriterImpl.java
> (Compiled Code))
>       at _billingInfo_jsp_30._jspService(_billingInfo_jsp_30.java:763)
>       at 
> org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java
> (Compiled Code))
>       at 
> javax.servlet.http.HttpServlet.service(HttpServlet.java(Compiled 
> Code))
>       at 
> org.apache.jasper.runtime.JspServlet$JspServletWrapper.service
> (JspServlet.java(Compiled Code))
>       at 
> org.apache.jasper.runtime.JspServlet.serviceJspFile(JspServlet.java
> (Compiled Code))
>       at org.apache.jasper.runtime.JspServlet.service(JspServlet.java
> (Compiled Code))
>       at 
> javax.servlet.http.HttpServlet.service(HttpServlet.java(Compiled 
> Code))
>       at com.ibm.servlet.engine.webapp.StrictServletInstance.doService
> (ServletManager.java(Compiled Code))
>       at com.ibm.servlet.engine.webapp.StrictLifecycleServlet._service
> (StrictLifecycleServlet.java(Compiled Code))
>       at com.ibm.servlet.engine.webapp.IdleServletState.service
> (StrictLifecycleServlet.java(Compiled Code))
>       at com.ibm.servlet.engine.webapp.StrictLifecycleServlet.service
> (StrictLifecycleServlet.java(Inlined Compiled Code))
>       at com.ibm.servlet.engine.webapp.ServletInstance.service
> (ServletManager.java(Compiled Code))
>       at 
> com.ibm.servlet.engine.webapp.ValidServletReferenceState.dispatch
> (ServletManager.java(Compiled Code))
>       at 
> com.ibm.servlet.engine.webapp.ServletInstanceReference.dispatch
> (ServletManager.java(Inlined Compiled Code))
>       at 
> com.ibm.servlet.engine.webapp.WebAppRequestDispatcher.handleWe
> bAppDispatch
> (WebAppRequestDispatcher.java(Compiled Code))
>       at 
> com.ibm.servlet.engine.webapp.WebAppRequestDispatcher.dispatch
> (WebAppRequestDispatcher.java(Compiled Code))
>       at com.ibm.servlet.engine.webapp.WebAppRequestDispatcher.forward
> (WebAppRequestDispatcher.java(Compiled Code))
>       at org.apache.struts.action.ActionServlet.processActionForward
> (ActionServlet.java(Compiled Code))
>       at 
> org.apache.struts.action.ActionServlet.process(ActionServlet.java
> (Compiled Code))
>       at 
> org.apache.struts.action.ActionServlet.doGet(ActionServlet.java
> (Compiled Code))
>       at 
> javax.servlet.http.HttpServlet.service(HttpServlet.java(Compiled 
> Code))
>       at 
> javax.servlet.http.HttpServlet.service(HttpServlet.java(Compiled 
> Code))
>       at com.ibm.servlet.engine.webapp.StrictServletInstance.doService
> (ServletManager.java(Compiled Code))
>       at com.ibm.servlet.engine.webapp.StrictLifecycleServlet._service
> (StrictLifecycleServlet.java(Compiled Code))
>       at com.ibm.servlet.engine.webapp.ServicingServletState.service
> (StrictLifecycleServlet.java(Compiled Code))
>       at com.ibm.servlet.engine.webapp.StrictLifecycleServlet.service
> (StrictLifecycleServlet.java(Inlined Compiled Code))
>       at com.ibm.servlet.engine.webapp.ServletInstance.service
> (ServletManager.java(Compiled Code))
>       at 
> com.ibm.servlet.engine.webapp.ValidServletReferenceState.dispatch
> (ServletManager.java(Compiled Code))
>       at 
> com.ibm.servlet.engine.webapp.ServletInstanceReference.dispatch
> (ServletManager.java(Inlined Compiled Code))
>       at 
> com.ibm.servlet.engine.webapp.WebAppRequestDispatcher.handleWe
> bAppDispatch
> (WebAppRequestDispatcher.java(Compiled Code))
>       at 
> com.ibm.servlet.engine.webapp.WebAppRequestDispatcher.dispatch
> (WebAppRequestDispatcher.java(Compiled Code))
>       at com.ibm.servlet.engine.webapp.WebAppRequestDispatcher.forward
> (WebAppRequestDispatcher.java(Compiled Code))
>       at 
> com.ibm.servlet.engine.srt.WebAppInvoker.doForward(WebAppInvoker.java
> (Compiled Code))
>       at com.ibm.servlet.engine.srt.WebAppInvoker.handleInvocationHook
> (WebAppInvoker.java(Compiled Code))
>       at 
> com.ibm.servlet.engine.invocation.CachedInvocation.handleInvocation
> (CachedInvocation.java(Compiled Code))
>       at 
> com.ibm.servlet.engine.invocation.CacheableInvocationContext.invoke
> (CacheableInvocationContext.java(Compiled Code))
>       at 
> com.ibm.servlet.engine.srp.ServletRequestProcessor.dispatchByURI
> (ServletRequestProcessor.java(Compiled Code))
>       at 
> com.ibm.servlet.engine.oselistener.OSEListenerDispatcher.service
> (OSEListener.java(Compiled Code))
>       at com.ibm.servlet.engine.http11.HttpConnection.handleRequest
> (HttpConnection.java(Compiled Code))
>       at com.ibm.ws.http.HttpConnection.readAndHandleRequest
> (HttpConnection.java(Compiled Code))
>       at 
> com.ibm.ws.http.HttpConnection.run(HttpConnection.java(Compiled 
> Code))
>       at com.ibm.ws.util.CachedThread.run(ThreadPool.java:144)
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 


**************************************
Axios Email Confidentiality Footer
Privileged/Confidential Information may be contained in this message. If you are not 
the addressee indicated in this message (or responsible for delivery of the message to 
such person), you may not copy or deliver this message to anyone. In such case, you 
should destroy this message, and notify us immediately. If you or your employer does 
not consent to Internet email messages of this kind, please advise us immediately. 
Opinions, conclusions and other information expressed in this message are not given or 
endorsed by my Company or employer unless otherwise indicated by an authorised 
representative independent of this message.
WARNING:
While Axios Systems Ltd takes steps to prevent computer viruses from being transmitted 
via electronic mail attachments we cannot guarantee that attachments do not contain 
computer virus code.  You are therefore strongly advised to undertake anti virus 
checks prior to accessing the attachment to this electronic mail.  Axios Systems Ltd 
grants no warranties regarding performance use or quality of any attachment and 
undertakes no liability for loss or damage howsoever caused.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to