On Thu, Apr 25, 2013 at 3:47 PM, SanjibKumarDeka <[email protected]> wrote: > [java] Error: > [java] - org.postgresql.util.PSQLException: FATAL: password > authentication failed for user "dspace"
You didn't list the correct database password (db.password) for database user "dspace" (db.username) in [dspace-source]/dspace/config/dspace.cfg. Please note that after you fix it in the file I mentioned, you'll have to run "mvn package" again before you can run "ant fresh_install". Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette ------------------------------------------------------------------------------ Try New Relic Now & We'll Send You this Cool Shirt New Relic is the only SaaS-based application performance monitoring service that delivers powerful full stack analytics. Optimize and monitor your browser, app, & servers with just a few lines of code. Try New Relic and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr _______________________________________________ DSpace-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

