changing port numbers so pgbouncer can read geoserver and postgres

From: si24 <smrcoutts24(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: changing port numbers so pgbouncer can read geoserver and postgres
Date: 2013-11-01 12:44:39
Message-ID: 1383309879752-5776631.post@n5.nabble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I get this error in geoserver :Original exception error:

Unable to obtain connection: Cannot create PoolableConnectionFactory (ERROR:
client_login_timeout (server down))

when I change the store port number from 5432 to 6432 so that geoserver can
use the pgbouncer instead of calling on the postgres db directly. Not sure
if thats the way i'm suppose to do it.

5432 is the port that my postgresql is working from and 6432 is where my
pgbouncer is calling from.

geoserver is using port 8080, some how they don't seem to be speaking to
each other.

--
View this message in context: http://postgresql.1045698.n5.nabble.com/changing-port-numbers-so-pgbouncer-can-read-geoserver-and-postgres-tp5776631.html
Sent from the PostgreSQL - general mailing list archive at Nabble.com.

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Gary Fu 2013-11-01 12:54:11 Re: autovaccum task got cancelled
Previous Message Birta Levente 2013-11-01 09:40:06 Re: Explanantion on pgbouncer please