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