| From: | Ian Pilcher <arequipeno(at)gmail(dot)com> |
|---|---|
| To: | pgsql-jdbc(at)postgresql(dot)org |
| Subject: | Re: pgsql-jdbc and ident |
| Date: | 2013-03-04 03:49:49 |
| Message-ID: | kh15kq$314$1@ger.gmane.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | 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(at)gmail(dot)com
Sometimes there's nothing left to do but crash and burn...or die trying.
========================================================================
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Matt Rose | 2013-03-04 15:11:11 | Re: pgsql-jdbc and ident |
| Previous Message | Adib Saikali | 2013-03-04 01:42:13 | Re: Working toward a JTA 1.0.1 Compliant XADataSource |