Thread: Connections closed unexpectedly

Connections closed unexpectedly

From
psqluser
Date:
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.

Re: Connections closed unexpectedly

From
Robert Haas
Date:
On Fri, Aug 7, 2009 at 7:50 AM, psqluser<gokul.visolve@gmail.com> wrote:
> I am getting the below error repeatedly in postgres 8.3
>
> 2009-08-07 15:19:35.749 ISTLOG: =A0unexpected EOF on client connection
> 2009-08-07 15:31:47.718 ISTWARNING: =A0worker took too long to start;
> cancelled
> 2009-08-07 15:32:22.825 ISTWARNING: =A0autovacuum 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