I am running PostgreSQL on FreeBSD and getting the following error when i try to get a connection
"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 "
where as /pgsql/data/pg_hba.cong contains the following entries
local trust
host all 127.0.0.1 255.255.255.255 trust