Re: idle in transaction...unexpected EOF on client connection - Mailing list pgsql-admin

From Tom Lane
Subject Re: idle in transaction...unexpected EOF on client connection
Date
Msg-id 3993.1194649386@sss.pgh.pa.us
Whole thread Raw
In response to Re: idle in transaction...unexpected EOF on client connection  ("Scott Marlowe" <scott.marlowe@gmail.com>)
List pgsql-admin
"Scott Marlowe" <scott.marlowe@gmail.com> writes:
> Hmmm.  Well, when you see an error like unexpected EOF on client
> connection then that means that the client "disappeared" without
> closing the connection, or the network connection went away.

More specifically, the client didn't send the expected "terminate session"
message before dropping the network connection.

I seem to recall that old versions of the JDBC driver had a bad habit
of not sending Terminate --- what JDBC version are you using?

            regards, tom lane

pgsql-admin by date:

Previous
From: "Scott Marlowe"
Date:
Subject: Re: idle in transaction...unexpected EOF on client connection
Next
From: "Tena Sakai"
Date:
Subject: Re: idle in transaction...unexpected EOF on client connection