From: | Peter Mount <peter(at)retep(dot)org(dot)uk> |
---|---|
To: | Ira Waxberg <i-waxberg(at)exodus(dot)co(dot)jp> |
Cc: | pgsql-interfaces(at)postgresql(dot)org |
Subject: | Re: PostgreSQL JDBC error: Missing or erroneous pg_hba.conf file |
Date: | 2000-06-05 09:47:21 |
Message-ID: | Pine.LNX.4.10.10006051045410.5726-100000@maidast.retep.org.uk |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-interfaces |
On Wed, 31 May 2000, Ira Waxberg wrote:
> I get this error only when coming in from the local host! Remote clients,
> oddly enough, don't have this problem.
>
> Something unusual has occured to cause the driver to fail. Please report
> this exception: java.sql.SQLException: Missing or erroneous pg_hba.conf
> file, see postmaster log for details
This is being sent to the backend as it's seeing a corrupt pg_hba.conf
file.
This file could also be missing but as you include it next, it's not that.
> The pg_hba.conf file:
>
> host all 127.0.0.1 255.255.255.255 trust
> host all 203.216.99.58 255.255.255.255 trust
> host all 203.216.99.58 trust
This line is corrupt as it's missing the subnet mask. delete it, as it's a
duplicate of the preciding line.
Peter
--
Peter T Mount peter(at)retep(dot)org(dot)uk
Main Homepage: http://www.retep.org.uk
PostgreSQL JDBC Faq: http://www.retep.org.uk/postgres
Java PDF Generator: http://www.retep.org.uk/pdf
From | Date | Subject | |
---|---|---|---|
Next Message | Peter Mount | 2000-06-05 10:03:43 | Re: JDBC squirrely transaction behavior?? |
Previous Message | Kovacs Zoltan Sandor | 2000-06-05 08:46:31 | Re: ODBC driver for Windows - Problems |