[java] java.sql.SQLException: Cannot create PoolableConnectionFactory
(FATAL: password authentication failed for user "dspace")
The first thing I would do is check that the database properties are
set correctly in 'local.cfg'. Is it the right database? Is 'dspace'
the correct *database* user? Is the password correct for the
*database* user 'dspace'?
You can test these conveniently using the 'psql' command:
psql --user dspace dspace
(assuming that the database is named 'dspace', the database user is
named 'dspace', and the DBMS is running on the local host.)
--
Mark H. Wood
Lead Technology Analyst
University Library
Indiana University Indianapolis
755 W. Michigan Street
Indianapolis, IN 46202
317-274-0749
library.indianapolis.iu.edu