Re: Applet - JDBC?

Поиск
Список
Период
Сортировка
От Oliver Jowett
Тема Re: Applet - JDBC?
Дата
Msg-id 43A876F7.3010708@opencloud.com
обсуждение исходный текст
Ответ на Applet - JDBC?  ("Leonardo Ribeiro Queiros" <leonardo@eee.ufg.br>)
Список pgsql-jdbc
Leonardo Ribeiro Queiros wrote:

> Erro: java.net.ConnectException: Connection refused: connect
> Erro: Conexão negada. Verifique se o nome da máquina e a porta estão
> corretos e se o postmaster está aceitando conexões TCP/IP

I guess this is a localization of "Connection refused"?

Can you use psql running on the client machine to connect to the server
successfully? If not, JDBC isn't going to work either. I'd check for
firewalls between the client and server.

 From JDBC's perspective, it's tried to establish a TCP connection to
port 5432 on your server and got a connection refused error. There is
nothing that the driver can do about that, you've got a connectivity
problem somewhere.

-O

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

Предыдущее
От: Markus Schaber
Дата:
Сообщение: Re: Create Database using JDBC
Следующее
От: Oliver Jowett
Дата:
Сообщение: Re: Feature request for setting the role with the URL connection