From: | Stephen Bacon <sbacon(at)13x(dot)com> |
---|---|
To: | Postgres JDBC <pgsql-jdbc(at)postgresql(dot)org> |
Subject: | Re: Connection reset errors |
Date: | 2002-09-16 16:56:35 |
Message-ID: | 1032195396.12179.43.camel@babylon.13x.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-jdbc |
On Mon, 2002-09-16 at 12:13, Fredrik Wendt wrote:
> Does this really has anything to do with jdbc at all?
>
> Is it not just apache's timeout that closes the connection?
I'm not sure. This isn't a web-log connection reset message - it's from
a java.sql class, so I assumed it was either a driver proble, or the db
resetting the connection. Possibly it is because the user hit [stop] and
tomcat killed the connection, causing the error.
I was suspicioius because there were a bunch of them. Maybe I've got a
user on a flaky connection who keeps hitting the stop button.
Anyone?
-Steve
>
> Stephen Bacon wrote, On 2002-09-16 17:18:
>
> >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
<snip>
From | Date | Subject | |
---|---|---|---|
Next Message | Felipe Schnack | 2002-09-16 19:40:32 | just curious |
Previous Message | Stephen Bacon | 2002-09-16 15:18:30 | Connection reset errors |