Re: problem connecting from JDBC: not over - Mailing list pgsql-jdbc

From Paul Thomas
Subject Re: problem connecting from JDBC: not over
Date
Msg-id 20031118210519.A28648@bacon
Whole thread Raw
In response to problem connecting from JDBC: not over  ("Carlos Ho Shih Ning" <cning@atech.br>)
List pgsql-jdbc
On 18/11/2003 21:01 Carlos Ho Shih Ning wrote:

> [snip]
> The Linux distribution is RedHat 9, and PostGreSQL 7.3.4, and PostGIS
> 0.7.5
> [snip]
> The netstat -an | grep 10.10.  produces the relevant line
>
> tcp        0      0 10.10.5.41:22           10.10.6.11:2631
> ESTABLISHED
> tcp        0      0 10.10.5.41:22           10.10.5.168:2382
> ESTABLISHED
> tcp        0      0 10.10.5.41:22           10.10.6.11:2770
> ESTABLISHED

Those look like ssh connections to me (port 22). Try grepping for 5432. If
the tcpip listener is active you should see a line something like

tcp      0     0 0.0.0.0:5432      0.0.0.0:*       LISTEN

Also check that port 5432 is not blocked by a firewall.

HTH

--
Paul Thomas
+------------------------------+---------------------------------------------+
| Thomas Micro Systems Limited | Software Solutions for the Smaller
Business |
| Computer Consultants         |
http://www.thomas-micro-systems-ltd.co.uk   |
+------------------------------+---------------------------------------------+

pgsql-jdbc by date:

Previous
From: "Carlos Ho Shih Ning"
Date:
Subject: problem connecting from JDBC: not over
Next
From: Dave Cramer
Date:
Subject: Re: problem connecting from JDBC: not over