Re: Problem getting a connection with Postgres 8.0.3 - Mailing list pgsql-jdbc

From Nelson Arape
Subject Re: Problem getting a connection with Postgres 8.0.3
Date
Msg-id 200509282059.43002.narape@ica.luz.ve
Whole thread Raw
In response to Re: Problem getting a connection with Postgres 8.0.3  (Kris Jurka <books@ejurka.com>)
List 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

pgsql-jdbc by date:

Previous
From: Kris Jurka
Date:
Subject: Re: Problem getting a connection with Postgres 8.0.3
Next
From: Marc Herbert
Date:
Subject: setObject(col, blob) throws PSQLException