Re: The backend has broken the connection... - Mailing list pgsql-jdbc

From Tom Lane
Subject Re: The backend has broken the connection...
Date
Msg-id 18912.1010529477@sss.pgh.pa.us
Whole thread Raw
In response to The backend has broken the connection...  (bcarterette@mail.liberty.k12.mo.us)
Responses Re: The backend has broken the connection...  ("Nick Fankhauser" <nickf@ontko.com>)
Re: The backend has broken the connection...  (bcarterette@mail.liberty.k12.mo.us)
List pgsql-jdbc
bcarterette@mail.liberty.k12.mo.us writes:
> I am running several databases on a PostgresQL server and webapps to go
> with them on another server.  For the past couple of days, several times
> a day I've been getting a "The backend has broken the connection.
> Possibly the action you have attempted has caused it to close." error.
> When this happens, all connections close and anyone in the middle of a
> session is screwed.

Sounds like you are seeing backend crashes.  Does the postmaster log
show any complaints about unexpected child process exits?  Are there
any core files laying about in the database subdirectories?  Ideally
I'd like to see a debugger backtrace from a core file ...

In any case, this is not a Java or JDBC problem, it's a backend problem.

            regards, tom lane

pgsql-jdbc by date:

Previous
From: bcarterette@mail.liberty.k12.mo.us
Date:
Subject: The backend has broken the connection...
Next
From: "Nick Fankhauser"
Date:
Subject: Re: The backend has broken the connection...