Re: could not receive data from client: Connection reset by peer

From: Doug Easterbrook <doug(at)artsman(dot)com>
To: bhanu udaya <udayabhanu1984(at)hotmail(dot)com>
Cc: Gary Giumarra <ggiumarra(at)yahoo(dot)com>, Chris Bartlett <c(dot)bartlett(at)paradise(dot)net(dot)nz>, pgAdmin Support <pgadmin-support(at)postgresql(dot)org>, Dave Page <dpage(at)pgadmin(dot)org>
Subject: Re: could not receive data from client: Connection reset by peer
Date: 2013-02-02 19:43:39
Message-ID: 678A67F9-394C-47CC-BE82-C5435DF0E762@artsman.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

those specific issues are not pg_admin problems. those come because your client application dropped the connection to the database and postgres logged it.

so either fix the client or have a good look at your network to see if it is flakey.

Doug Easterbrook
Arts Management Systems Ltd.
mailto:doug(at)artsman(dot)com
http://www.artsman.com
Phone (403) 536-1205 Fax (403) 536-1210

On Feb 2, 2013, at 11:20 AM, bhanu udaya <udayabhanu1984(at)hotmail(dot)com> wrote:

> Greetings !
>
> It is observed that there are very frequent errors related to below:
> "could not receive data from client: Connection reset by peer. Unexpected EOF on client connection." These are seen heavily in the pg_log files. some of them are seen as fatal errors and the database gets shutdown after the above messages. How do I get rid of these messages.
>
> Is this related to postgres configuration issue or the client/Java program which is not doing proper handshake with postgres database and dropping connections. Please advise.
>
>
> Thanks and Regards
> Radha
>
>

In response to

Browse pgadmin-support by date

  From Date Subject
Next Message Dave Page 2013-02-04 15:37:32 Re: 1.16.1: many operations cause display tree to collapse
Previous Message bhanu udaya 2013-02-02 18:20:49 could not receive data from client: Connection reset by peer