James Rutherford schrieb: > > No, this is fine. The only thing I can think of then is that either > something changed in your pg_hba.conf to deny access to your DSpace user > or your dspace.cfg has been updated, and the incorrect password is in > there. Is the database running on the same machine as tomcat?
The database runs on the same machine as Tomcat. The password in dspace.cfg is correct (and without trailing spaces). I added one line in pg_hba.conf after (!) the connection failes - but without success (it is the last line in the following snippet): ####begin pg_hba.conf######### local all postgres ident sameuser # TYPE DATABASE USER CIDR-ADDRESS METHOD # "local" is for Unix domain socket connections only local all all ident sameuser # IPv4 local connections: host all all 127.0.0.1/32 md5 # IPv6 local connections: host all all ::1/128 md5 # DSpace settings: host dspace dspace 127.0.0.1 255.255.255.255 md5 # host dspace dspace 131.173.148.100 255.255.255.255 md5 ####end pg_hba.conf######## Greetings Robert ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ DSpace-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech

