Re: Connections closed unexpectedly

Lists: pgsql-bugs
From: psqluser <gokul(dot)visolve(at)gmail(dot)com>
To: pgsql-bugs(at)postgresql(dot)org
Subject: Connections closed unexpectedly
Date: 2009-08-07 11:50:55
Message-ID: 24863414.post@talk.nabble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-bugs


Hi ,

I am getting the below error repeatedly in postgres 8.3

2009-08-07 15:19:35.749 ISTLOG: unexpected EOF on client connection
2009-08-07 15:31:47.718 ISTWARNING: worker took too long to start;
cancelled
2009-08-07 15:32:22.825 ISTWARNING: autovacuum worker started without a
worker entry

All the connections were closed and throws an error.

Any help
Thanks
--
View this message in context: http://www.nabble.com/Connections-closed-unexpectedly-tp24863414p24863414.html
Sent from the PostgreSQL - bugs mailing list archive at Nabble.com.


From: Robert Haas <robertmhaas(at)gmail(dot)com>
To: psqluser <gokul(dot)visolve(at)gmail(dot)com>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: Connections closed unexpectedly
Date: 2009-08-12 03:35:53
Message-ID: 603c8f070908112035n27331c8bsa622a3681a90a1d9@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-bugs

On Fri, Aug 7, 2009 at 7:50 AM, psqluser<gokul(dot)visolve(at)gmail(dot)com> wrote:
> I am getting the below error repeatedly in postgres 8.3
>
> 2009-08-07 15:19:35.749 ISTLOG:  unexpected EOF on client connection
> 2009-08-07 15:31:47.718 ISTWARNING:  worker took too long to start;
> cancelled
> 2009-08-07 15:32:22.825 ISTWARNING:  autovacuum worker started without a
> worker entry
>
> All the connections were closed and throws an error.

It seems like might help if you could let us know exactly which 8.3.x
you are running and on what operating system. And did this error
happen the very first time you fired up PG, or is there something you
can do that triggers it, or what?

...Robert