From: | Nelson Arape <narape(at)ica(dot)luz(dot)ve> |
---|---|
To: | pgsql-jdbc(at)postgresql(dot)org |
Subject: | Re: Problem getting a connection with Postgres 8.0.3 |
Date: | 2005-09-29 00:59:42 |
Message-ID: | 200509282059.43002.narape@ica.luz.ve |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-jdbc |
El Mié 28 Sep 2005 18:25, Kris Jurka escribió:
> On Wed, 28 Sep 2005, Pedro Mendes wrote:
> > Message: Connection refused. Check that the hostname and port are correct
> > and that the postmaster is accepting TCP/IP connections.
>
> This is a tcpip error message, caused by the server not listening on the
> desired port. What have you set listen_addresses in postgresql.conf?
> Probably only localhost. Try adding the server's external address or * to
> listen on all available addresses.
>
> Kris Jurka
Also make sure that you run postmaster with the -i parameter, so postgres
server can accept TCPIP connections
Nelson Arape
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 4: Have you searched our list archives?
>
> http://archives.postgresql.org
From | Date | Subject | |
---|---|---|---|
Next Message | Marc Herbert | 2005-09-29 09:57:59 | setObject(col, blob) throws PSQLException |
Previous Message | Kris Jurka | 2005-09-28 22:25:38 | Re: Problem getting a connection with Postgres 8.0.3 |