On 31/08/2009, at 3:15 PM, Gopa Kumar wrote:

> [java] 2009-08-31 10:39:36,802 FATAL  
> org.dspace.storage.rdbms.InitializeDatabase @ Caught exception:
> [java] org.postgresql.util.PSQLException: The connection attempt  
> failed.


The fatal error message occurs in the above. A place to look is the  
settings file

# see ch20 client authentication in the postgresql-8.1 manual
  pgsql/data/pg_hba.conf

and the lists resulting from calls to

# for roles
  echo '\du' | psql
# should have

                                List of roles
  Role name | Superuser | Create role | Create DB | Connections |  
Member of
-----------+-----------+-------------+-----------+------------- 
+-----------
  dspace    | no        | no          | yes       | no limit    |


# for databases
  echo '\l' | psql
# should have

          List of databases
      Name     |  Owner   | Encoding
--------------+----------+----------
  dspace       | dspace   | UTF8

Best wishes,

Van Ly
vly at usyd dot edu dot au





------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
DSpace-tech mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-tech

Reply via email to