Re: pgsql-jdbc and ident

Поиск
Список
Период
Сортировка
От Ian Pilcher
Тема Re: pgsql-jdbc and ident
Дата
Msg-id kh15kq$314$1@ger.gmane.org
обсуждение исходный текст
Ответ на pgsql-jdbc and ident  (Matt Rose <mrose@n-able.com>)
Ответы Re: pgsql-jdbc and ident  (Matt Rose <mrose@n-able.com>)
Список pgsql-jdbc
On 03/01/2013 10:04 AM, Matt Rose wrote:
> I am having the oddest problem with postgresql-9.2-1002.jdbc3.jar doing
> ident authentication against postgresql-9.2.3

Your ident server might be having a problem recognizing IPv6
connections, including "IPv4-mapped IPv6 addresses" (see
http://en.wikipedia.org/wiki/IPv6#IPv4-mapped_IPv6_addresses).

Try running your program with -Djava.net.preferIPv4Stack=true to
determine if your problem is IPv6-related.

--
========================================================================
Ian Pilcher                                         arequipeno@gmail.com
Sometimes there's nothing left to do but crash and burn...or die trying.
========================================================================

В списке pgsql-jdbc по дате отправления:

Предыдущее
От: Adib Saikali
Дата:
Сообщение: Re: Working toward a JTA 1.0.1 Compliant XADataSource
Следующее
От: Matt Rose
Дата:
Сообщение: Re: pgsql-jdbc and ident