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

Поиск
Список
Период
Сортировка
От Dave Cramer
Тема Re: Postgres v8 jdbc connect fails while v7.4 connection
Дата
Msg-id 427A75C7.1070705@fastcrypt.com
обсуждение исходный текст
Ответ на Postgres v8 jdbc connect fails while v7.4 connection works  (davidb999@gmail.com)
Ответы Re: Postgres v8 jdbc connect fails while v7.4 connection  ("DavidB" <davidb999@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: davidb999@gmail.com
Дата:
Сообщение: Postgres v8 jdbc connect fails while v7.4 connection works
Следующее
От: Prasanth
Дата:
Сообщение: Re: Postgres v8 jdbc connect fails while v7.4 connection