Hi

I am getting the following Exception in my jsp web-app frequently in my  log
window. but this doesnt halt the program flow.
My appilcation works fine but this exceptions keeps coming .
Can anyone tell me whats happening and do I need to modify my code?

I am using Tomcat 3.3.1, Jdk1.4 and MySql 3.53 on Cobalt Linux.

2003-03-04 13:27:10 - Ctx(/mmw) : IOException in R( /mmw + /user/message.jsp
+ null) - java.net.SocketException: Connection reset
        at java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:96)
        at java.net.SocketOutputStream.write(SocketOutputStream.java:136)
        at org.apache.tomcat.modules.server.Http10.doWrite(Http10.java:436)
        at
org.apache.tomcat.modules.server.HttpResponse.doWrite(Http10Interceptor.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(ThreadPool.java:516)
        at java.lang.Thread.run(Thread.java:536)

Thanx in advance
Deepak

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".

Some relevant archives, FAQs and Forums on JSPs can be found at:

 http://java.sun.com/products/jsp
 http://archives.java.sun.com/jsp-interest.html
 http://forums.java.sun.com
 http://www.jspinsider.com

Reply via email to