Dear Colleagues
I have been trying to upgrade to v1.1 from 1.01,
following your instructions. But no luck getting
it to work - it's not talking to our pgsql v7.3.2.
The 1.01 version did partially work - but not browsing.
Our site is at:
http://slave.anu.edu.au:8080/dspace/
I think this is a pgsql error being
sent to dspace (see below for error). Despite the
error msg, we actually DO have
a pg_hba.conf entry for this ip address:
<quote>
# TYPE DATABASE USER IP-ADDRESS IP-MASK METHOD
local all all trust
host all all 127.0.0.1 255.255.255.255 trust
host dspace dspace 150.203.2.89 255.255.255.0 trust
</quote>
The pg_hba.conf file is located here, as it should be:
/usr/local/pgsql/data/
I restarted pgsql with these options to make sure (postmaster.opts):
/usr/local/pgsql/bin/./postmaster '-i' '-D' '/usr/local/pgsql/data/'
I checked to see that all jar files are in /dspace/lib.
<error>
Stack Trace: java.sql.SQLException: FATAL: No pg_hba.conf entry for host 150.203.2.89, user dspace, database dspace at org.postgresql.Connection.openConnection(Unknown Source) at org.postgresql.Driver.connect(Unknown Source) at java.sql.DriverManager.getConnection(DriverManager.java:512) at java.sql.DriverManager.getConnection(DriverManager.java:171) at org.apache.commons.dbcp ... etc
</error>
--
_______________________________________________
Mark Huppert <
mark.h...@anu.edu.au>
Web Development Coordinator
SIS/Library, Division of Information
RG Menzies Building No. 2
Australian National University
Canberra ACT 0200
http://anulib.anu.edu.au
+61 02 6125 2752 / fax
+61 02 6125 3215