Resource Menu


Fatal Postgres Connect Error
Hi dear people,

I just did a fresh install on Fedora Core 10 running postgresql 8.2.11. When I run start.sh I get the following fatal error

2008-12-26 09:09:51,780 : ConnectionManager.getXAConnection : Could not get Connection on jdbc:postgresql://localhost:5432/libresource: org.postgresql.util.PSQLException: A connection error has occurred: org.postgresql.util.PSQLException: FATAL: no pg_hba.conf entry for host "127.0.0.1", user "postgres", database "libresource", SSL off

my pg_hba.conf file says this:

local all all trust I am suspecting that I need to add the line: 127.0.0.1 libresource postgres trust.

Please help me onto the right path.

posted by moriger at Dec 26, 2008 10:18 PM