unexpected EOF on client connection errors

From: "Charley L(dot) Tiggs" <ctiggs(at)xpressdocs(dot)com>
To: Postgres Novice <pgsql-novice(at)postgresql(dot)org>
Subject: unexpected EOF on client connection errors
Date: 2005-10-10 15:36:54
Message-ID: 497D5CE8-FFA3-4BFA-B511-E0358920A848@xpressdocs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Configuration:

Postgres 8.0.3
Apache 2.0.52
PHP 4.3.9
ADOdb 4.65

I have a web solution that works extremely well. Yet, the following
error appears in the logs a lot. At least one entry every 5 minutes,
quite a few more when the site is busy.

webuser - xxx.xxx.xxx.xxx(59420) 2005-10-10 11:00:29 EDT> LOG:
08P01: unexpected EOF on client connection
webuser - xxx.xxx.xxx.xxx(59420) 2005-10-10 11:00:29 EDT> LOCATION:
SocketBackend, postgres.c:287

As far as I can tell, I'm not losing any information when this error
occurs. Googling for the problem yields a mixed bag of reasons for
the error but didn't give me a clue as to how to begin tracking it
down. Can anyone give me an idea of where to begin looking for the
cause of this error?

Thanks,
Charley

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Oleg 2005-10-10 15:53:47 alter column problem
Previous Message Kevin Crenshaw 2005-10-10 13:19:05 Re: Stored Procedures Basics