Hello,

Am 26.07.2007 um 09:19 schrieb Li Yuan:

> org.dspace.storage.rdbms.InitializeDatabase @ Caught
> exception:
>      [java] org.postgresql.util.PSQLException: FATAL:
> missing or erroneous pg_hba.conf file

This is the culprit. Your postgres database
was not initializd propoerly or the rights
setting on the postgres data directory is
not in proper state. Follow the steps from
your postgres install package or the postgres
docs.

<http://www.postgresql.org/docs/8.1/interactive/installation.html>

I guess you missed something in step 14.6.
The pg_hba.conf resides in the data directory
of postgres and manages the access socket
through which your can reach the db. Before
starting the DSpace install, you should be
able to access your database on the command
line using psql. Did you modify this file?
Why? Can you send it to the list?

Then  start over with Step 3.ii from the
DSpace Quick Install. You might also check
your dspace.cfg as a last step.

Yours, Christian


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
DSpace-tech mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-tech

Reply via email to