Re: Connection Problem - Mailing list pgsql-jdbc

From Oliver Jowett
Subject Re: Connection Problem
Date
Msg-id 4CFE9095.5090702@opencloud.com
Whole thread Raw
In response to Connection Problem  (Rob Stone <robstone@mira.net>)
Responses Re: Connection Problem
List pgsql-jdbc
On 08/12/10 02:29, Rob Stone wrote:

> Wrote a mickey mouse java class (testdbconn) to see if I could access
> the database and read data from a table that has two rows. See attached.
> When it runs it displays the same SQL error code as ExecuteQuery --
> 08001 -- which is the "can't connect error".

You have a network configuration problem of some sort:

> Caused by: java.net.SocketException: Network is unreachable

(This isn't "connection refused", it's "I have no configured route to
that address")

Oliver

pgsql-jdbc by date:

Previous
From: -
Date:
Subject: RETURNING id problem with insert.
Next
From: Dave Cramer
Date:
Subject: Re: RETURNING id problem with insert.