On Tue, Feb 09, 2010 at 04:51:40PM -0600, King, Lance wrote:
> I did ant fresh_install  and got the following error this time ... 
> 
> [dsp...@lib-esr2 dspace-1.5.2-build.dir]$ ant fresh_install
> Buildfile: build.xml
...
> setup_database:
...
>      [java] 2010-02-09 16:50:54,932 INFO  
> org.dspace.storage.rdbms.InitializeDatabase @ Initializing Database
>      [java] 2010-02-09 16:50:55,031 FATAL 
> org.dspace.storage.rdbms.InitializeDatabase @ Caught exception:
>      [java] org.postgresql.util.PSQLException: FATAL: Ident authentication 
> failed for user "dspace"

Well, that is progress.  PostgreSQL doesn't like the credentials
provided by the installer, which should be the ones you configured in
config/dspace.cfg.  It appears that the first match in pg_hba.cfg is
using Ident authentication.  You should check not only pg_hba.cfg but
any specified ident-map, to ensure that the OS account you are using
to run the installer matches (after mapping) the DBMS account
specified in dspace.cfg.

-- 
Mark H. Wood, Lead System Programmer   [email protected]
Friends don't let friends publish revisable-form documents.

Attachment: pgpmH7DXKTpNi.pgp
Description: PGP signature

------------------------------------------------------------------------------
SOLARIS 10 is the OS for Data Centers - provides features such as DTrace,
Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW
http://p.sf.net/sfu/solaris-dev2dev
_______________________________________________
DSpace-tech mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-tech

Reply via email to