Re: Problem to connect from host via JDBC ...

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Problem to connect from host via JDBC ...
Дата
Msg-id 15783.1015344028@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Problem to connect from host via JDBC ...  (<tsmets@brutele.be>)
Список pgsql-jdbc
<tsmets@brutele.be> writes:
> Trying to connect from another machine via JDBC gives the following error :
> "1109 [main] WARN org.test.JDBCPostgres.TestJDBCPostgres  - Message :
> Connection refused.

"Connection refused" suggests that the server machine's kernel is
rejecting the connection before it ever gets to the postmaster.  Check
to make sure you have the right hostname and port number specified.
Another possibility is a packet-filtering issue (though those usually
result in no response, rather than a connection-refused response).

            regards, tom lane

В списке pgsql-jdbc по дате отправления:

Предыдущее
От: "Elmo"
Дата:
Сообщение: PostgreSQL+PHP+JDBC+Java Smart Card
Следующее
От:
Дата:
Сообщение: Re: Problem to connect from host via JDBC ...