Connection reset errors - Mailing list pgsql-jdbc

From Stephen Bacon
Subject Connection reset errors
Date
Msg-id 1032189511.12205.33.camel@babylon.13x.com
Whole thread Raw
List pgsql-jdbc
Hi folks,
  I'm noticing a bunch of errors in the logs today. Any ideas what would
cause this / what I should look for? They occur on different pages, at
different times, but they're all basically the same "Connection reset"
error. Looking in my postgres log file shows no errors there.
I'm running Tomcat 3.3 / RedHat 7.3 (kernel-2.4.18-10) / Postgres 7.2.1
jar tvf pgjdbc2.jar (the latest verson I found about 4 weeks ago) gives:
46 Sat Feb 09 22:28:40 EST 2002 META-INF/MANIFEST.MF
-thanks
  Steve


2002-09-16 10:31:55 - Ctx(/erehabdata) : IOException in R( /erehabdata +
/LaunchScreen.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.Ajp13.send(Ajp13.java)
    at org.apache.tomcat.modules.server.Ajp13.doWrite(Ajp13.java)
    at
org.apache.tomcat.modules.server.Ajp13Response.doWrite(Ajp13Interceptor.java)
    at
org.apache.tomcat.core.OutputBuffer.realWriteBytes(OutputBuffer.java)
    at org.apache.tomcat.util.buf.ByteChunk.flushBuffer(ByteChunk.java)
    at org.apache.tomcat.util.buf.ByteChunk.append(ByteChunk.java)
    at
org.apache.tomcat.util.buf.IntermediateOutputStream.write(C2BConverter.java)
    at
sun.nio.cs.StreamEncoder$CharsetSE.writeBytes(StreamEncoder.java:334)
    at
sun.nio.cs.StreamEncoder$CharsetSE.implFlushBuffer(StreamEncoder.java:402)
    at sun.nio.cs.StreamEncoder$CharsetSE.implFlush(StreamEncoder.java:406)
    at sun.nio.cs.StreamEncoder.flush(StreamEncoder.java:150)
    at java.io.OutputStreamWriter.flush(OutputStreamWriter.java:213)
    at org.apache.tomcat.util.buf.WriteConvertor.flush(C2BConverter.java)
    at
org.apache.tomcat.util.buf.C2BConverter.flushBuffer(C2BConverter.java)
    at
org.apache.tomcat.core.OutputBuffer.realWriteChars(OutputBuffer.java)
    at org.apache.tomcat.util.buf.CharChunk.flushBuffer(CharChunk.java)
    at org.apache.tomcat.core.OutputBuffer.flush(OutputBuffer.java)
    at org.apache.tomcat.core.OutputBuffer.close(OutputBuffer.java)
    at org.apache.tomcat.core.Response.finish(Response.java)
    at
org.apache.tomcat.modules.server.Ajp13Response.finish(Ajp13Interceptor.java)
    at org.apache.tomcat.core.ContextManager.service(ContextManager.java)
    at
org.apache.tomcat.modules.server.Ajp13Interceptor.processConnection(Ajp13Interceptor.java)
    at
org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java)
    at
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java)
    at java.lang.Thread.run(Thread.java:536)





pgsql-jdbc by date:

Previous
From: Kris Jurka
Date:
Subject: Re: Patch for getBestRowIdentifier (for testing with Oracle
Next
From: Stephen Bacon
Date:
Subject: Re: Connection reset errors