UPDATE Concurrent Connections - User only allowed one

From: "Gordon Ross" <G(dot)Ross(at)ccw(dot)gov(dot)uk>
To: <pgsql-jdbc(at)postgresql(dot)org>
Subject: UPDATE Concurrent Connections - User only allowed one
Date: 2003-10-03 16:15:06
Message-ID: sf7da096.080@groupwise.ccw.gov.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Just been playing with some things. I don't get this problem if
Postgresql is running on Linux (Using Slackware 9.0 with 2.4.20 kernel)

The only other difference, is that this Linux system (running under
VMWare) is using the latest Tomcat 4.1.27, whereas the tomcat on the
Solaris box is 4.0.something

Not sure if this helps or hinders...

GTG

>>> Paul Thomas <paul(at)tmsl(dot)demon(dot)co(dot)uk> 03/10/2003 13:21:09 >>>

On 03/10/2003 11:35 Gordon Ross wrote:
> OK. I increased it from the default of 32 to 128 and did a pg_ctl
> reload. Still get the same problem. With server running (but doing
> nothing), cannot connect from PC, I get the error message: "No
> pg_hba.conf entry for host 192.168.24.108" - yet shutting down the
> server process allows the PC to connect.

Wierd. It sounds like your server program is grabbing every possible
tcp/ip connection to the db. Could this be the case somehow? You would

still be able to psql to the db from the Solaris box as there are
usually
a couple of reserved super-user connections. I can't explain why you
get
that particular error message though.

--
Paul Thomas
+------------------------------+---------------------------------------------+
| Thomas Micro Systems Limited | Software Solutions for the Smaller
Business |
| Computer Consultants |
http://www.thomas-micro-systems-ltd.co.uk |
+------------------------------+---------------------------------------------+

---------------------------(end of
broadcast)---------------------------
TIP 3: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to majordomo(at)postgresql(dot)org so that
your
message can get through to the mailing list cleanly

Browse pgsql-jdbc by date

  From Date Subject
Next Message Tom Lane 2003-10-03 16:19:04 Re: Concurrent Connections - User only allowed one
Previous Message scott.marlowe 2003-10-03 15:09:27 Re: Concurrent Connections - User only allowed one