server shutting down

From: Jeremy <jferry(at)iexposure(dot)com>
To: <pgsql-jdbc(at)postgresql(dot)org>
Subject: server shutting down
Date: 2002-03-26 04:41:04
Message-ID: 200203260441.g2Q4fD802318@destiny.iexposure.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

I've been having a problem for a while and I don't really have any leads to
investigate. I've got an Enhydra java web application connected to a
PostgreSQL database (this happened with version 7.1.3 as well as 7.2). After
a time of running, usually no more than a week, the database stops accepting
new connections and responds with a message that it's shutting down. I've
checked sys logs, database logs, and application logs but there is no trace
of an error. In the mean time the application continues to run, I presume
because the application's database manager maintains the original
connections. When I have to restart the application, the connections are
released and the database dies. Does this sound familiar to anyone?
--
Jeremy

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Bruce Momjian 2002-03-26 04:43:32 Re: JDBC build - take 2
Previous Message Barry Lind 2002-03-25 22:34:06 Re: BigDecimal Bugs