Re: error - driver -- postgresql 7.4.2 --Suse 9.0 - Mailing list pgsql-jdbc

From Kris Jurka
Subject Re: error - driver -- postgresql 7.4.2 --Suse 9.0
Date
Msg-id Pine.BSO.4.56.0410041758540.6548@leary.csoft.net
Whole thread Raw
In response to error - driver -- postgresql 7.4.2 --Suse 9.0  (tgutierrez@unipamplona.edu.co)
List pgsql-jdbc

On Mon, 4 Oct 2004 tgutierrez@unipamplona.edu.co wrote:

> greetings
>
> I have the following error when connecting from tomcat, appears to me:

The error message is pretty clear:

> Connection refused. Check that the hostname and port is correct, and that
> the postmaster is running with the -i flag, which enables TCP/IP
> networking.

This message is perhaps outdated as the more recommended method of
enabling tcp/ip connections is by enabling tcpip_socket in
postgresql.conf.

> driver that we used is: jdbc7.1-1.2.jar

This is unrelated to your immediate problem, but if you are using a 7.4
server you should also be using a 7.4 jdbc driver.

Kris Jurka

pgsql-jdbc by date:

Previous
From: tgutierrez@unipamplona.edu.co
Date:
Subject: error - driver -- postgresql 7.4.2 --Suse 9.0
Next
From: Jeffrey Tenny
Date:
Subject: ResultSet.getBinaryStream nothing more than a ResultSet.getBytes() call?