Re: [GENERAL] sorry, too many clients already error

2017-05-17 Thread Sandeep Gupta
The log_connections helped. I was able to diagnose the problem. The connections are getting closed but my setup is actually generating too many connections. Thanks for helping with this. -sandeep On Tue, May 16, 2017 at 6:53 PM, Tom Lane wrote: > Sandeep Gupta writes: >> I have set max_connect

Re: [GENERAL] sorry, too many clients already error

2017-05-16 Thread Tom Lane
Sandeep Gupta writes: > I have set max_connection = 40. > The usage is somewhat not typical. It is basically > experiment runs that connect to the database > and dump results there. > The experiments connect through JDBC and > they close the connection when they are done. > I can verify that no

[GENERAL] sorry, too many clients already error

2017-05-16 Thread Sandeep Gupta
I have set max_connection = 40. The usage is somewhat not typical. It is basically experiment runs that connect to the database and dump results there. The experiments connect through JDBC and they close the connection when they are done. I can verify that no more than 20 clients/experiments are

Re: [GENERAL] Sorry...

2000-07-12 Thread The Hermit Hacker
fixed On Wed, 12 Jul 2000, root wrote: > Ooops sorry. > Now all options on this machine are now set properly. > > My email address is NOT [EMAIL PROTECTED] . It is [EMAIL PROTECTED] > - > > Andreas Maus. > -- > @-@ > | email: [EMAIL PROTE

[GENERAL] Sorry...

2000-07-12 Thread root
Ooops sorry. Now all options on this machine are now set properly. My email address is NOT [EMAIL PROTECTED] . It is [EMAIL PROTECTED] - Andreas Maus. -- @-@ | email: [EMAIL PROTECTED] | | http://www.bigfoot.com/~andreas_maus/ | @---

[GENERAL] Sorry, I forgot put the exception in my message...

2000-04-19 Thread Javier Benito
Well, my problem isn't with the JDBC driver. I still haven't learnt to use it. I'm doing now. The initial exception, when i was trying to connect in such a way: String url = "jdbc:postgresql:BDPrueba"; Connection con = DriverManager.getConnection(url,"",""); was: