Re: PostgreSQL JDBC error: Missing or erroneous pg_hba.conf file

From: Patrick Welche <prlw1(at)newn(dot)cam(dot)ac(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-02 10:27:02
Message-ID: 20000602112702.A9558@quartz.newn.cam.ac.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

On Wed, May 31, 2000 at 02:13:59PM +0900, 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
...
> 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
> host all 203.216.0.0 255.255.255.0 trust
>
> Any ideas?

Remove 3rd line? (Needs netmask?)

Cheers,

Patrick

In response to

Browse pgsql-interfaces by date

  From Date Subject
Next Message Jeff Eckermann 2000-06-02 15:04:49 RE: RE: ODBC driver
Previous Message Nicolas Huillard 2000-06-02 10:12:31 RE: ODBC driver