Re: Sorry, to many clients already

From: Robert Treat <xzilla(at)users(dot)sourceforge(dot)net>
To: cristi <cristi(at)dmhi(dot)ct(dot)ro>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: Sorry, to many clients already
Date: 2003-01-06 18:20:06
Message-ID: 1041877206.15455.81.camel@camel
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

On Mon, 2003-01-06 at 09:12, cristi wrote:
> When I'm trying to connect I have this error message:
>
> Something unusual has occured to cause the driver to fail.Please report this
> exception: java.sql.SQLException: Sorry, to many clients already.
>
>
> What should I do?
>

I might suggest posting to the -jdbc list in case this is something
different, but generally speaking the "too many clients" error means
that your application is attempting to connect to the db and the db is
responding that it already has created the maximum number of connections
that are allowed. This might be an indication of other problems, but if
you simply want to raise the limit you'll need to modify max_connections
in the postgresql.conf

Robert Treat

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Stephan Szabo 2003-01-06 18:31:29 Re: sub-select, view and sum()
Previous Message Gary Stainburn 2003-01-06 17:29:07 sub-select, view and sum()