On Fri, Mar 11, 2011 at 06:13:03PM +0300, Pius Maswaga wrote:
> root@ir:/dspace/dspace-1.7.0-src-release/dspace/target/dspace-1.7.0-build.dir
> #
> sudo ant fresh_install
> Buildfile:
> /dspace/dspace-1.7.0-src-release/dspace/target/dspace-1.7.0-build.dir/build.xml
> 
> init_installation:
> 
> init_configs:
> 
> test_database:
>       [java] 2011-03-10 19:19:09,170 INFO
>   org.dspace.core.ConfigurationManager @ Loading system provided config
> property (-Ddspace.configuration): config/dspace.cfg
>       [java] 2011-03-10 19:19:09,199 INFO
>   org.dspace.core.ConfigurationManager @ Using default log4j provided
> log configuration,if unintended, check your dspace.cfg for (log.init.config)
>       [java]
>       [java] Attempting to connect to database:
>       [java]  - URL: jdbc:postgresql://localhost:5432/dspace
>       [java]  - Driver: org.postgresql.Driver
>       [java]  - Username: dspace
>       [java]  - Password: dspace
>       [java]  - Schema: null
>       [java]
>       [java] Testing connection...
>       [java]
>       [java] Error:
>       [java]  - org.postgresql.util.PSQLException: FATAL: password
> authentication failed for user "dspace"

Right there.  PostgreSQL isn't set up to accept user "dspace",
password "dspace", database "dspace".  Is ant using the right
dspace.cfg, or do you need to specify the path with -Dconfig= ?  If
those are the credentials you intend to use, PostgreSQL isn't
accepting them.

-- 
Mark H. Wood, Lead System Programmer   [email protected]
Asking whether markets are efficient is like asking whether people are smart.

Attachment: pgpjGn8h9TCRP.pgp
Description: PGP signature

------------------------------------------------------------------------------
Colocation vs. Managed Hosting
A question and answer guide to determining the best fit
for your organization - today and in the future.
http://p.sf.net/sfu/internap-sfd2d
_______________________________________________
DSpace-tech mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-tech

Reply via email to