Re: Postgres v8 jdbc connect fails while v7.4 connection

From: Dave Cramer <pg(at)fastcrypt(dot)com>
To: davidb999(at)gmail(dot)com
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Postgres v8 jdbc connect fails while v7.4 connection
Date: 2005-05-05 19:36:39
Message-ID: 427A75C7.1070705@fastcrypt.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)gmail(dot)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

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Prasanth 2005-05-05 19:48:18 Re: Postgres v8 jdbc connect fails while v7.4 connection
Previous Message davidb999 2005-05-05 19:03:29 Postgres v8 jdbc connect fails while v7.4 connection works