Hi All, I found my problem. The problem was in my JS file. I accidentally called the document.myform.submit() twice and the Tomcat generates the following IO exceptions. Thank you for all of your feedbacks!
- Lee --- Adolfo Miguelez <[EMAIL PROTECTED]> wrote: > I would be interested also in feedback on this > issue, since I get this > exception too often. Nothing happends and pages are > rendered properly but it > is really anoying. > > It looks like that server lose connection with the > client (despite HTTP is a > connectionless protocol). Does any of you could > provide an explanation? > > I am using VisualAge 3.5.e with WTE as IDE. > > TIA, > > Adolfo. > > > > > > > >From: struts user <[EMAIL PROTECTED]> > >Reply-To: "Struts Users Mailing List" > <[EMAIL PROTECTED]> > >To: Struts Users Mailing List > <[EMAIL PROTECTED]> > >Subject: RE: Forward action. > >Date: Wed, 11 Dec 2002 14:15:09 -0800 (PST) > > > > > >Hi, > > > >The page is displayed fine. However, Tomcat > returned > >me with the following stack traces. Do you know > why? > >Thanks! > > > >- Lee > > > >2002-12-11 16:12:28 - Ctx() : IOException in R( /) > - > >java.net.SocketException: C > >onnection aborted by peer: socket write error > > at > >java.net.SocketOutputStream.socketWrite(Native > Method) > > at > >java.net.SocketOutputStream.write(SocketOutputStream.java:83) > > at > >org.apache.tomcat.modules.server.Http10.doWrite(Http10.java:436) > > at > >org.apache.tomcat.modules.server.HttpResponse.doWrite(Http10Intercept > >or.java:480) > > at > >org.apache.tomcat.core.OutputBuffer.realWriteBytes(OutputBuffer.java: > >188) > > at > >org.apache.tomcat.util.buf.ByteChunk.flushBuffer(ByteChunk.java:360) > > at > >org.apache.tomcat.core.OutputBuffer.flush(OutputBuffer.java:315) > > at > >org.apache.tomcat.core.OutputBuffer.close(OutputBuffer.java:305) > > at > >org.apache.tomcat.core.Response.finish(Response.java:271) > > at > >org.apache.tomcat.core.ContextManager.service(ContextManager.java:838 > >) > > at > >org.apache.tomcat.modules.server.Http10Interceptor.processConnection( > >Http10Interceptor.java:176) > > at > >org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java > >:494) > > at > >org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadP > >ool.java:516) > > at java.lang.Thread.run(Thread.java:484) > >2002-12-11 16:12:28 - ErrorHandler: Error loop for > R( > >/) error java.net.SocketEx > >ception: Connection aborted by peer: socket write > >error > > > >--- Wendy Smoak <[EMAIL PROTECTED]> wrote: > > > Lee wrote: > > > > I would like to know how do I forward from > action > > > to > > > > action? Can I do the following in my <forward > ... > > > > path="/showUsers.do"/>? > > > > > > Those tags look fine to me, and similar to what > I'm > > > using. Did you try this > > > and get an error? > > > > > > -- > > > Wendy Smoak > > > Applications Systems Analyst, Sr. > > > Arizona State University PA Information > Resources > > > Management > > > > > > > > >__________________________________________________ > >Do you Yahoo!? > >Yahoo! Mail Plus - Powerful. Affordable. Sign up > now. > >http://mailplus.yahoo.com > > > >-- > >To unsubscribe, e-mail: > ><mailto:[EMAIL PROTECTED]> > >For additional commands, e-mail: > ><mailto:[EMAIL PROTECTED]> > > > _________________________________________________________________ > The new MSN 8: advanced junk mail protection and 2 > months FREE* > http://join.msn.com/?page=features/junkmail > > > -- > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > __________________________________________________ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

