Connection reset errors

From: Stephen Bacon <sbacon(at)13x(dot)com>
To: Postgres JDBC <pgsql-jdbc(at)postgresql(dot)org>
Subject: Connection reset errors
Date: 2002-09-16 15:18:30
Message-ID: 1032189511.12205.33.camel@babylon.13x.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Stephen Bacon 2002-09-16 16:56:35 Re: Connection reset errors
Previous Message snpe 2002-09-15 14:41:00 Patch for getProcedureColumns