Re: idle in transaction...unexpected EOF on client connection

From: "Tena Sakai" <tsakai(at)gallo(dot)ucsf(dot)edu>
To: "Scott Marlowe" <scott(dot)marlowe(at)gmail(dot)com>
Cc: <pgsql-admin(at)postgresql(dot)org>
Subject: Re: idle in transaction...unexpected EOF on client connection
Date: 2007-11-09 22:36:13
Message-ID: FE44E0D7EAD2ED4BB2165071DB8E328C03062D83@egcrc-ex01.egcrc.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Hi Scott,

> Most likely what is happening is that you have a firewall between your
> app and your db server that is closing idle connections after x minutes.

Thanks for your comment.

I hate to be disagreeable, but the app and postgres are running
on the same computer. The app is a java program using jdbc to
issue postgres commands. However, I see the same message via
psql (on the same machine).

Tena Sakai
tsakai(at)gallo(dot)ucsf(dot)edu

-----Original Message-----
From: Scott Marlowe [mailto:scott(dot)marlowe(at)gmail(dot)com]
Sent: Fri 11/9/2007 2:11 PM
To: Tena Sakai
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: [ADMIN] idle in transaction...unexpected EOF on client connection

On Nov 9, 2007 3:58 PM, Tena Sakai <tsakai(at)gallo(dot)ucsf(dot)edu> wrote:
>
> Hi Everybody,
>
> I see in serverlog many entries that read:
> <gadb 2007-11-09 13:13:47 PST idle in transaction>LOG: unexpected EOF on
> client connection
> <gadb 2007-11-09 13:23:08 PST idle in transaction>LOG: unexpected EOF on
> client connection
> <gadb 2007-11-09 13:23:44 PST idle in transaction>LOG: unexpected EOF on
> client connection
> <gadb 2007-11-09 13:25:42 PST idle in transaction>LOG: unexpected EOF on
> client connection
>
> This occurs regularly and frequently and I am
> wondering if it is indicative of any underlying
> issue(s). Would you please let me know what
> you know?

Most likely what is happening is that you have a firewall between your
app and your db server that is closing idle connections after x
minutes. Could be other things, like crashing clients, etc... Hard
to say without more evidence.

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Scott Marlowe 2007-11-09 22:41:34 Re: idle in transaction...unexpected EOF on client connection
Previous Message Scott Marlowe 2007-11-09 22:33:47 Re: idle in transaction...unexpected EOF on client connection