Re: Postgres v8 jdbc connect fails while v7.4 connection - Mailing list pgsql-jdbc

From Dave Cramer
Subject Re: Postgres v8 jdbc connect fails while v7.4 connection
Date
Msg-id 427A75C7.1070705@fastcrypt.com
Whole thread Raw
In response to Postgres v8 jdbc connect fails while v7.4 connection works  (davidb999@gmail.com)
Responses Re: Postgres v8 jdbc connect fails while v7.4 connection
List pgsql-jdbc
Make sure you can telnet to port 5432 on the box in question
connecting locally doesn't say much

look in postgresql.conf and change listen_address to '*'

Dave

davidb999@gmail.com wrote:

>Folks,
>I point my app on my local PC at a v8 database on server A and it
>fails. If I point it at v7.4 db on server B it works. All are Red Hat
>ES3.
>
>I've upgraded to latest drivers.
>I've checked _hba and confirmed my IP address is there.
>In fact they are there in the new format x.x.x.0/255
>
>I can connect locally on the box so I know postmaster is running.
>
>Any thoughts?
>
>TIA...
>
>
>---------------------------(end of broadcast)---------------------------
>TIP 4: Don't 'kill -9' the postmaster
>
>
>
>

--
Dave Cramer
http://www.postgresintl.com
519 939 0336
ICQ#14675561


pgsql-jdbc by date:

Previous
From: davidb999@gmail.com
Date:
Subject: Postgres v8 jdbc connect fails while v7.4 connection works
Next
From: Prasanth
Date:
Subject: Re: Postgres v8 jdbc connect fails while v7.4 connection