Re: Problem getting a connection with Postgres 8.0.3

Поиск
Список
Период
Сортировка
От Nelson Arape
Тема Re: Problem getting a connection with Postgres 8.0.3
Дата
Msg-id 200509282059.43002.narape@ica.luz.ve
обсуждение исходный текст
Ответ на Re: Problem getting a connection with Postgres 8.0.3  (Kris Jurka <books@ejurka.com>)
Список 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 по дате отправления:

Предыдущее
От: Kris Jurka
Дата:
Сообщение: Re: Problem getting a connection with Postgres 8.0.3
Следующее
От: Marc Herbert
Дата:
Сообщение: setObject(col, blob) throws PSQLException