[Dspace-tech] ant fresh_install on dspace-1.6.0

19 views
Skip to first unread message

Lewatle Phaladi

unread,
Aug 25, 2015, 1:43:01 PM8/25/15
to dspac...@lists.sourceforge.net

Hi All

 

After used :

#mvn package

On dspace-1.6.0 installation directory without errors I tried to run :

#ant fresh_install and I got the error, my question is that, it is necessary to run ant after mvn or for 1.6.0 I just copy the contents of webapps from the directory as it is ?

 

Regards,

Lewatle

This communication is intended for the addressee only. It is confidential. If you have received this communication in error, please notify us immediately and destroy the original message. You may not copy or disseminate this communication without the permission of the University. Only authorized signatories are competent to enter into agreements on behalf of the University and recipients are thus advised that the content of this message may not be legally binding on the University and may contain the personal views and opinions of the author, which are not necessarily the views and opinions of The University of the Witwatersrand, Johannesburg. All agreements between the University and outsiders are subject to South African Law unless the University agrees in writing to the contrary.

Mark Diggory

unread,
Aug 25, 2015, 1:43:14 PM8/25/15
to Lewatle Phaladi, dspac...@lists.sourceforge.net
That is because you ran fresh install on an already populated dspace database.

Mark

On Wed, Apr 7, 2010 at 7:19 AM, Lewatle Phaladi
<Lewatle...@wits.ac.za> wrote:
> Hi All
>
>
>
> After used :
>
> #mvn package
>
> On dspace-1.6.0 installation directory without errors I tried to run :
>

> #ant fresh_install and I got the error pasted bellow
>
>
>
> On the message it says already exists, do I have to run the command (ant
> fresh_install) ?
>
>
>
>
>
>
>
> dspace@dspace-desktop:/usr/local/dspace-1.6.0/dspace/target/dspace-1.6.0-build.dir$
> sudo ant fresh_install
>
> rkflow_fk_idx" already exists
>
>      [java] org.postgresql.util.PSQLException: ERROR: relation
> "tasklist_workflow_fk_idx" already exists
>
>      [java]               at
> org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:1531)
>
>      [java]               at
> org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:1313)
>
>      [java]               at
> org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:188)
>
>      [java]               at
> org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:452)
>
>      [java]               at
> org.postgresql.jdbc2.AbstractJdbc2Statement.executeWithFlags(AbstractJdbc2Statement.java:340)
>
>      [java]               at
> org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:332)
>
>      [java]               at
> org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
>
>      [java]               at
> org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
>
>      [java]               at
> org.dspace.storage.rdbms.DatabaseManager.loadSql(DatabaseManager.java:1067)
>
>      [java]               at
> org.dspace.storage.rdbms.InitializeDatabase.main(InitializeDatabase.java:100)
>
>      [java] 2010-04-07 16:16:04,904 WARN
> org.dspace.storage.rdbms.DatabaseManager @ Got SQL Exception:
> org.postgresql.util.PSQLException: ERROR: relation "registrationdata"
> already exists
>
>      [java] org.postgresql.util.PSQLException: ERROR: relation
> "registrationdata" already exists
>
>      [java]               at
> org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:1531)
>
>      [java]               at
> org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:1313)
>
>      [java]               at
> org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:188)
>
>      [java]               at
> org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:452)
>
>      [java]               at
> org.postgresql.jdbc2.AbstractJdbc2Statement.executeWithFlags(AbstractJdbc2Statement.java:340)
>
>      [java]               at
> org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:332)
>
>      [java]               at
> org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
>
>      [java]               at
> org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
>
>      [java]               at
> org.dspace.storage.rdbms.DatabaseManager.loadSql(DatabaseManager.java:1067)
>
>      [java]               at
> org.dspace.storage.rdbms.InitializeDatabase.main(InitializeDatabase.java:100)
>
>      [java] 2010-04-07 16:16:04,905 WARN
> org.dspace.storage.rdbms.DatabaseManager @ Got SQL Exception:
> org.postgresql.util.PSQLException: ERROR: relation "subscription" already
> exists
>
>      [java] org.postgresql.util.PSQLException: ERROR: relation
> "subscription" already exists
>
>      [java]               at
> org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:1531)
>
>      [java]               at
> org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:1313)
>
>      [java]               at
> org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:188)
>
>      [java]               at
> org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:452)
>
>      [java]               at
> org.postgresql.jdbc2.AbstractJdbc2Statement.executeWithFlags(AbstractJdbc2Statement.java:340)
>
>      [java]               at
> org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:332)
>
>      [java]               at
> org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
>
>      [java]               at
> org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
>
>      [java]               at
> org.dspace.storage.rdbms.DatabaseManager.loadSql(DatabaseManager.java:1067)
>
>      [java]               at
> org.dspace.storage.rdbms.InitializeDatabase.main(InitializeDatabase.java:100)
>
>      [java] 2010-04-07 16:16:04,905 WARN
> org.dspace.storage.rdbms.DatabaseManager @ Got SQL Exception:
> org.postgresql.util.PSQLException: ERROR: relation "subs_eperson_fk_idx"
> already exists
>
>      [java] org.postgresql.util.PSQLException: ERROR: relation
> "subs_eperson_fk_idx" already exists
>
>      [java]               at
> org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:1531)
>
>      [java]               at
> org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:1313)
>
>      [java]               at
> org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:188)
>
>      [java]               at
> org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:452)
>
>      [java]               at
> org.postgresql.jdbc2.AbstractJdbc2Statement.executeWithFlags(AbstractJdbc2Statement.java:340)
>
>      [java]               at
> org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:332)
>
>      [java]               at
> org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
>
>      [java]               at
> org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
>
>      [java]               at
> org.dspace.storage.rdbms.DatabaseManager.loadSql(DatabaseManager.java:1067)
>
>      [java]               at
> org.dspace.storage.rdbms.InitializeDatabase.main(InitializeDatabase.java:100)
>
>      [java] 2010-04-07 16:16:04,906 WARN
> org.dspace.storage.rdbms.DatabaseManager @ Got SQL Exception:
> org.postgresql.util.PSQLException: ERROR: relation "subs_collection_fk_idx"
> already exists
>
>      [java] org.postgresql.util.PSQLException: ERROR: relation
> "subs_collection_fk_idx" already exists
>
>      [java]               at
> org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:1531)
>
>      [java]               at
> org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:1313)
>
>      [java]               at
> org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:188)
>
>      [java]               at
> org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:452)
>
>      [java]               at
> org.postgresql.jdbc2.AbstractJdbc2Statement.executeWithFlags(AbstractJdbc2Statement.java:340)
>
>      [java]               at
> org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:332)
>
>      [java]               at
> org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
>
>      [java]               at
> org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
>
>      [java]               at
> org.dspace.storage.rdbms.DatabaseManager.loadSql(DatabaseManager.java:1067)
>
>      [java]               at
> org.dspace.storage.rdbms.InitializeDatabase.main(InitializeDatabase.java:100)
>
>      [java] 2010-04-07 16:16:04,907 WARN
> org.dspace.storage.rdbms.DatabaseManager @ Got SQL Exception:
> org.postgresql.util.PSQLException: ERROR: relation
> "epersongroup2workspaceitem" already exists
>
>      [java] org.postgresql.util.PSQLException: ERROR: relation
> "epersongroup2workspaceitem" already exists
>
>      [java]               at
> org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:1531)
>
>      [java]               at
> org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:1313)
>
>      [java]               at
> org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:188)
>
>      [java]               at
> org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:452)
>
>      [java]               at
> org.postgresql.jdbc2.AbstractJdbc2Statement.executeWithFlags(AbstractJdbc2Statement.java:340)
>
>      [java]               at
> org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:332)
>
>      [java]               at
> org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
>
>      [java]               at
> org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
>
>      [java]               at
> org.dspace.storage.rdbms.DatabaseManager.loadSql(DatabaseManager.java:1067)
>
>      [java]               at
> org.dspace.storage.rdbms.InitializeDatabase.main(InitializeDatabase.java:100)
>
>      [java] 2010-04-07 16:16:04,907 WARN
> org.dspace.storage.rdbms.DatabaseManager @ Got SQL Exception:
> org.postgresql.util.PSQLException: ERROR: relation "epg2wi_group_fk_idx"
> already exists
>
>      [java] org.postgresql.util.PSQLException: ERROR: relation
> "epg2wi_group_fk_idx" already exists
>
>      [java]               at
> org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:1531)
>
>      [java]               at
> org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:1313)
>
>      [java]               at
> org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:188)
>
>      [java]               at
> org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:452)
>
>      [java]               at
> org.postgresql.jdbc2.AbstractJdbc2Statement.executeWithFlags(AbstractJdbc2Statement.java:340)
>
>      [java]               at
> org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:332)
>
>      [java]               at
> org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
>
>      [java]               at
> org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
>
>      [java]               at
> org.dspace.storage.rdbms.DatabaseManager.loadSql(DatabaseManager.java:1067)
>
>      [java]               at
> org.dspace.storage.rdbms.InitializeDatabase.main(InitializeDatabase.java:100)
>
>      [java] 2010-04-07 16:16:04,908 WARN
> org.dspace.storage.rdbms.DatabaseManager @ Got SQL Exception:
> org.postgresql.util.PSQLException: ERROR: relation "epg2wi_workspace_fk_idx"
> already exists
>
>      [java] org.postgresql.util.PSQLException: ERROR: relation
> "epg2wi_workspace_fk_idx" already exists
>
>      [java]               at
> org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:1531)
>
>      [java]               at
> org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:1313)
>
>      [java]               at
> org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:188)
>
>      [java]               at
> org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:452)
>
>      [java]               at
> org.postgresql.jdbc2.AbstractJdbc2Statement.executeWithFlags(AbstractJdbc2Statement.java:340)
>
>      [java]               at
> org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:332)
>
>      [java]               at
> org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
>
>      [java]               at
> org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
>
>      [java]               at
> org.dspace.storage.rdbms.DatabaseManager.loadSql(DatabaseManager.java:1067)
>
>      [java]               at
> org.dspace.storage.rdbms.InitializeDatabase.main(InitializeDatabase.java:100)
>
>      [java] 2010-04-07 16:16:04,909 WARN
> org.dspace.storage.rdbms.DatabaseManager @ Got SQL Exception:
> org.postgresql.util.PSQLException: ERROR: relation "communities2item"
> already exists
>
>      [java] org.postgresql.util.PSQLException: ERROR: relation
> "communities2item" already exists
>
>      [java]               at
> org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:1531)
>
>      [java]               at
> org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:1313)
>
>      [java]               at
> org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:188)
>
>      [java]               at
> org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:452)
>
>      [java]               at
> org.postgresql.jdbc2.AbstractJdbc2Statement.executeWithFlags(AbstractJdbc2Statement.java:340)
>
>      [java]               at
> org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:332)
>
>      [java]               at
> org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
>
>      [java]               at
> org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
>
>      [java]               at
> org.dspace.storage.rdbms.DatabaseManager.loadSql(DatabaseManager.java:1067)
>
>      [java]               at
> org.dspace.storage.rdbms.InitializeDatabase.main(InitializeDatabase.java:100)
>
>      [java] 2010-04-07 16:16:04,909 WARN
> org.dspace.storage.rdbms.DatabaseManager @ Got SQL Exception:
> org.postgresql.util.PSQLException: ERROR: relation
> "communities2item_item_id_idx" already exists
>
>      [java] org.postgresql.util.PSQLException: ERROR: relation
> "communities2item_item_id_idx" already exists
>
>      [java]               at
> org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:1531)
>
>      [java]               at
> org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:1313)
>
>      [java]               at
> org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:188)
>
>      [java]               at
> org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:452)
>
>      [java]               at
> org.postgresql.jdbc2.AbstractJdbc2Statement.executeWithFlags(AbstractJdbc2Statement.java:340)
>
>      [java]               at
> org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:332)
>
>      [java]               at
> org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
>
>      [java]               at
> org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
>
>      [java]               at
> org.dspace.storage.rdbms.DatabaseManager.loadSql(DatabaseManager.java:1067)
>
>      [java]               at
> org.dspace.storage.rdbms.InitializeDatabase.main(InitializeDatabase.java:100)
>
>      [java] 2010-04-07 16:16:04,910 WARN
> org.dspace.storage.rdbms.DatabaseManager @ Got SQL Exception:
> org.postgresql.util.PSQLException: ERROR: relation
> "comm2item_community_fk_idx" already exists
>
>      [java] org.postgresql.util.PSQLException: ERROR: relation
> "comm2item_community_fk_idx" already exists
>
>      [java]               at
> org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:1531)
>
>      [java]               at
> org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:1313)
>
>      [java]               at
> org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:188)
>
>      [java]               at
> org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:452)
>
>      [java]               at
> org.postgresql.jdbc2.AbstractJdbc2Statement.executeWithFlags(AbstractJdbc2Statement.java:340)
>
>      [java]               at
> org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:332)
>
>      [java]               at
> org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
>
>      [java]               at
> org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
>
>      [java]               at
> org.dspace.storage.rdbms.DatabaseManager.loadSql(DatabaseManager.java:1067)
>
>      [java]               at
> org.dspace.storage.rdbms.InitializeDatabase.main(InitializeDatabase.java:100)
>
>      [java] 2010-04-07 16:16:04,911 WARN
> org.dspace.storage.rdbms.DatabaseManager @ Got SQL Exception:
> org.postgresql.util.PSQLException: ERROR: relation "community2item" already
> exists
>
>      [java] org.postgresql.util.PSQLException: ERROR: relation
> "community2item" already exists
>
>      [java]               at
> org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:1531)
>
>      [java]               at
> org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:1313)
>
>      [java]               at
> org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:188)
>
>      [java]               at
> org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:452)
>
>      [java]               at
> org.postgresql.jdbc2.AbstractJdbc2Statement.executeWithFlags(AbstractJdbc2Statement.java:340)
>
>      [java]               at
> org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:332)
>
>      [java]               at
> org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
>
>      [java]               at
> org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
>
>      [java]               at
> org.dspace.storage.rdbms.DatabaseManager.loadSql(DatabaseManager.java:1067)
>
>      [java]               at
> org.dspace.storage.rdbms.InitializeDatabase.main(InitializeDatabase.java:100)
>
>      [java] 2010-04-07 16:16:04,941 WARN
> org.dspace.storage.rdbms.DatabaseManager @ Got SQL Exception:
> org.postgresql.util.PSQLException: ERROR: relation "collection_item_count"
> already exists
>
>      [java] org.postgresql.util.PSQLException: ERROR: relation
> "collection_item_count" already exists
>
>      [java]               at
> org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:1531)
>
>      [java]               at
> org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:1313)
>
>      [java]               at
> org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:188)
>
>      [java]               at
> org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:452)
>
>      [java]               at
> org.postgresql.jdbc2.AbstractJdbc2Statement.executeWithFlags(AbstractJdbc2Statement.java:340)
>
>      [java]               at
> org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:332)
>
>      [java]               at
> org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
>
>      [java]               at
> org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
>
>      [java]               at
> org.dspace.storage.rdbms.DatabaseManager.loadSql(DatabaseManager.java:1067)
>
>      [java]               at
> org.dspace.storage.rdbms.InitializeDatabase.main(InitializeDatabase.java:100)
>
>      [java] 2010-04-07 16:16:04,942 WARN
> org.dspace.storage.rdbms.DatabaseManager @ Got SQL Exception:
> org.postgresql.util.PSQLException: ERROR: relation "community_item_count"
> already exists
>
>      [java] org.postgresql.util.PSQLException: ERROR: relation
> "community_item_count" already exists
>
>      [java]               at
> org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:1531)
>
>      [java]               at
> org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:1313)
>
>      [java]               at
> org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:188)
>
>      [java]               at
> org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:452)
>
>      [java]               at
> org.postgresql.jdbc2.AbstractJdbc2Statement.executeWithFlags(AbstractJdbc2Statement.java:340)
>
>      [java]               at
> org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:332)
>
>      [java]               at
> org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
>
>      [java]               at
> org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
>
>      [java]               at
> org.dspace.storage.rdbms.DatabaseManager.loadSql(DatabaseManager.java:1067)
>
>      [java]               at
> org.dspace.storage.rdbms.InitializeDatabase.main(InitializeDatabase.java:100)
>
>      [java] 2010-04-07 16:16:04,977 WARN
> org.dspace.storage.rdbms.DatabaseManager @ Got SQL Exception:
> org.postgresql.util.PSQLException: ERROR: duplicate key value violates
> unique constraint "epersongroup_name_key"
>
>      [java] org.postgresql.util.PSQLException: ERROR: duplicate key value
> violates unique constraint "epersongroup_name_key"
>
>      [java]               at
> org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:1531)
>
>      [java]               at
> org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:1313)
>
>      [java]               at
> org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:188)
>
>      [java]               at
> org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:452)
>
>      [java]               at
> org.postgresql.jdbc2.AbstractJdbc2Statement.executeWithFlags(AbstractJdbc2Statement.java:340)
>
>      [java]               at
> org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:332)
>
>      [java]               at
> org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
>
>      [java]               at
> org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
>
>      [java]               at
> org.dspace.storage.rdbms.DatabaseManager.loadSql(DatabaseManager.java:1067)
>
>      [java]               at
> org.dspace.storage.rdbms.InitializeDatabase.main(InitializeDatabase.java:100)
>
>      [java] 2010-04-07 16:16:05,014 WARN
> org.dspace.storage.rdbms.DatabaseManager @ Got SQL Exception:
> org.postgresql.util.PSQLException: ERROR: duplicate key value violates
> unique constraint "epersongroup_name_key"
>
>      [java] org.postgresql.util.PSQLException: ERROR: duplicate key value
> violates unique constraint "epersongroup_name_key"
>
>      [java]               at
> org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:1531)
>
>      [java]               at
> org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:1313)
>
>      [java]               at
> org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:188)
>
>      [java]               at
> org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:452)
>
>      [java]               at
> org.postgresql.jdbc2.AbstractJdbc2Statement.executeWithFlags(AbstractJdbc2Statement.java:340)
>
>      [java]               at
> org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:332)
>
>      [java]               at
> org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
>
>      [java]               at
> org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
>
>      [java]               at
> org.dspace.storage.rdbms.DatabaseManager.loadSql(DatabaseManager.java:1067)
>
>      [java]               at
> org.dspace.storage.rdbms.InitializeDatabase.main(InitializeDatabase.java:100)
>
>      [java] 2010-04-07 16:16:05,014 WARN
> org.dspace.storage.rdbms.DatabaseManager @ Got SQL Exception:
> org.postgresql.util.PSQLException: ERROR: relation "checksum_results"
> already exists
>
>      [java] org.postgresql.util.PSQLException: ERROR: relation
> "checksum_results" already exists
>
>      [java]               at
> org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:1531)
>
>      [java]               at
> org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:1313)
>
>      [java]               at
> org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:188)
>
>      [java]               at
> org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:452)
>
>      [java]               at
> org.postgresql.jdbc2.AbstractJdbc2Statement.executeWithFlags(AbstractJdbc2Statement.java:340)
>
>      [java]               at
> org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:332)
>
>      [java]               at
> org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
>
>      [java]               at
> org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
>
>      [java]               at
> org.dspace.storage.rdbms.DatabaseManager.loadSql(DatabaseManager.java:1067)
>
>      [java]               at
> org.dspace.storage.rdbms.InitializeDatabase.main(InitializeDatabase.java:100)
>
>      [java] 2010-04-07 16:16:05,015 WARN
> org.dspace.storage.rdbms.DatabaseManager @ Got SQL Exception:
> org.postgresql.util.PSQLException: ERROR: relation "most_recent_checksum"
> already exists
>
>      [java] org.postgresql.util.PSQLException: ERROR: relation
> "most_recent_checksum" already exists
>
>      [java]               at
> org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:1531)
>
>      [java]               at
> org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:1313)
>
>      [java]               at
> org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:188)
>
>      [java]               at
> org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:452)
>
>      [java]               at
> org.postgresql.jdbc2.AbstractJdbc2Statement.executeWithFlags(AbstractJdbc2Statement.java:340)
>
>      [java]               at
> org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:332)
>
>      [java]               at
> org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
>
>      [java]               at
> org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
>
>      [java]               at
> org.dspace.storage.rdbms.DatabaseManager.loadSql(DatabaseManager.java:1067)
>
>      [java]               at
> org.dspace.storage.rdbms.InitializeDatabase.main(InitializeDatabase.java:100)
>
>      [java] 2010-04-07 16:16:05,015 WARN
> org.dspace.storage.rdbms.DatabaseManager @ Got SQL Exception:
> org.postgresql.util.PSQLException: ERROR: relation "mrc_result_fk_idx"
> already exists
>
>      [java] org.postgresql.util.PSQLException: ERROR: relation
> "mrc_result_fk_idx" already exists
>
>      [java]               at
> org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:1531)
>
>      [java]               at
> org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:1313)
>
>      [java]               at
> org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:188)
>
>      [java]               at
> org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:452)
>
>      [java]               at
> org.postgresql.jdbc2.AbstractJdbc2Statement.executeWithFlags(AbstractJdbc2Statement.java:340)
>
>      [java]               at
> org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:332)
>
>      [java]               at
> org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
>
>      [java]               at
> org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
>
>      [java]               at
> org.dspace.storage.rdbms.DatabaseManager.loadSql(DatabaseManager.java:1067)
>
>      [java]               at
> org.dspace.storage.rdbms.InitializeDatabase.main(InitializeDatabase.java:100)
>
>      [java] 2010-04-07 16:16:05,160 WARN
> org.dspace.storage.rdbms.DatabaseManager @ Got SQL Exception:
> org.postgresql.util.PSQLException: ERROR: relation "checksum_history"
> already exists
>
>      [java] org.postgresql.util.PSQLException: ERROR: relation
> "checksum_history" already exists
>
>      [java]               at
> org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:1531)
>
>      [java]               at
> org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:1313)
>
>      [java]               at
> org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:188)
>
>      [java]               at
> org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:452)
>
>      [java]               at
> org.postgresql.jdbc2.AbstractJdbc2Statement.executeWithFlags(AbstractJdbc2Statement.java:340)
>
>      [java]               at
> org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:332)
>
>      [java]               at
> org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
>
>      [java]               at
> org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
>
>      [java]               at
> org.dspace.storage.rdbms.DatabaseManager.loadSql(DatabaseManager.java:1067)
>
>      [java]               at
> org.dspace.storage.rdbms.InitializeDatabase.main(InitializeDatabase.java:100)
>
>      [java] 2010-04-07 16:16:05,171 WARN
> org.dspace.storage.rdbms.DatabaseManager @ Got SQL Exception:
> org.postgresql.util.PSQLException: ERROR: relation "ch_result_fk_idx"
> already exists
>
>      [java] org.postgresql.util.PSQLException: ERROR: relation
> "ch_result_fk_idx" already exists
>
>      [java]               at
> org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:1531)
>
>      [java]               at
> org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:1313)
>
>      [java]               at
> org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:188)
>
>      [java]               at
> org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:452)
>
>      [java]               at
> org.postgresql.jdbc2.AbstractJdbc2Statement.executeWithFlags(AbstractJdbc2Statement.java:340)
>
>      [java]               at
> org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:332)
>
>      [java]               at
> org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
>
>      [java]               at
> org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
>
>      [java]               at
> org.dspace.storage.rdbms.DatabaseManager.loadSql(DatabaseManager.java:1067)
>
>      [java]               at
> org.dspace.storage.rdbms.InitializeDatabase.main(InitializeDatabase.java:100)
>
>      [java] 2010-04-07 16:16:05,194 WARN
> org.dspace.storage.rdbms.DatabaseManager @ Got SQL Exception:
> org.postgresql.util.PSQLException: ERROR: duplicate key value violates
> unique constraint "checksum_results_pkey"
>
>      [java] org.postgresql.util.PSQLException: ERROR: duplicate key value
> violates unique constraint "checksum_results_pkey"
>
>      [java]               at
> org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:1531)
>
>      [java]               at
> org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:1313)
>
>      [java]               at
> org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:188)
>
>      [java]               at
> org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:452)
>
>      [java]               at
> org.postgresql.jdbc2.AbstractJdbc2Statement.executeWithFlags(AbstractJdbc2Statement.java:340)
>
>      [java]               at
> org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:332)
>
>      [java]               at
> org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
>
>      [java]               at
> org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
>
>      [java]               at
> org.dspace.storage.rdbms.DatabaseManager.loadSql(DatabaseManager.java:1067)
>
>      [java]               at
> org.dspace.storage.rdbms.InitializeDatabase.main(InitializeDatabase.java:100)
>
>      [java] 2010-04-07 16:16:05,195 WARN
> org.dspace.storage.rdbms.DatabaseManager @ Got SQL Exception:
> org.postgresql.util.PSQLException: ERROR: duplicate key value violates
> unique constraint "checksum_results_pkey"
>
>      [java] org.postgresql.util.PSQLException: ERROR: duplicate key value
> violates unique constraint "checksum_results_pkey"
>
>      [java]               at
> org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:1531)
>
>      [java]               at
> org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:1313)
>
>      [java]               at
> org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:188)
>
>      [java]               at
> org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:452)
>
>      [java]               at
> org.postgresql.jdbc2.AbstractJdbc2Statement.executeWithFlags(AbstractJdbc2Statement.java:340)
>
>      [java]               at
> org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:332)
>
>      [java]               at
> org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
>
>      [java]               at
> org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
>
>      [java]               at
> org.dspace.storage.rdbms.DatabaseManager.loadSql(DatabaseManager.java:1067)
>
>      [java]               at
> org.dspace.storage.rdbms.InitializeDatabase.main(InitializeDatabase.java:100)
>
>      [java] 2010-04-07 16:16:05,196 WARN
> org.dspace.storage.rdbms.DatabaseManager @ Got SQL Exception:
> org.postgresql.util.PSQLException: ERROR: duplicate key value violates
> unique constraint "checksum_results_pkey"
>
>      [java] org.postgresql.util.PSQLException: ERROR: duplicate key value
> violates unique constraint "checksum_results_pkey"
>
>      [java]               at
> org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:1531)
>
>      [java]               at
> org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:1313)
>
>      [java]               at
> org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:188)
>
>      [java]               at
> org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:452)
>
>      [java]               at
> org.postgresql.jdbc2.AbstractJdbc2Statement.executeWithFlags(AbstractJdbc2Statement.java:340)
>
>      [java]               at
> org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:332)
>
>      [java]               at
> org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
>
>      [java]               at
> org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
>
>      [java]               at
> org.dspace.storage.rdbms.DatabaseManager.loadSql(DatabaseManager.java:1067)
>
>      [java]               at
> org.dspace.storage.rdbms.InitializeDatabase.main(InitializeDatabase.java:100)
>
>      [java] 2010-04-07 16:16:05,198 WARN
> org.dspace.storage.rdbms.DatabaseManager @ Got SQL Exception:
> org.postgresql.util.PSQLException: ERROR: duplicate key value violates
> unique constraint "checksum_results_pkey"
>
>      [java] org.postgresql.util.PSQLException: ERROR: duplicate key value
> violates unique constraint "checksum_results_pkey"
>
>      [java]               at
> org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:1531)
>
>      [java]               at
> org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:1313)
>
>      [java]               at
> org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:188)
>
>      [java]               at
> org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:452)
>
>      [java]               at
> org.postgresql.jdbc2.AbstractJdbc2Statement.executeWithFlags(AbstractJdbc2Statement.java:340)
>
>      [java]               at
> org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:332)
>
>      [java]               at
> org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
>
>      [java]               at
> org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
>
>      [java]               at
> org.dspace.storage.rdbms.DatabaseManager.loadSql(DatabaseManager.java:1067)
>
>      [java]               at
> org.dspace.storage.rdbms.InitializeDatabase.main(InitializeDatabase.java:100)
>
>      [java] 2010-04-07 16:16:05,199 WARN
> org.dspace.storage.rdbms.DatabaseManager @ Got SQL Exception:
> org.postgresql.util.PSQLException: ERROR: duplicate key value violates
> unique constraint "checksum_results_pkey"
>
>      [java] org.postgresql.util.PSQLException: ERROR: duplicate key value
> violates unique constraint "checksum_results_pkey"
>
>      [java]               at
> org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:1531)
>
>      [java]               at
> org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:1313)
>
>      [java]               at
> org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:188)
>
>      [java]               at
> org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:452)
>
>      [java]               at
> org.postgresql.jdbc2.AbstractJdbc2Statement.executeWithFlags(AbstractJdbc2Statement.java:340)
>
>      [java]               at
> org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:332)
>
>      [java]               at
> org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
>
>      [java]               at
> org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
>
>      [java]               at
> org.dspace.storage.rdbms.DatabaseManager.loadSql(DatabaseManager.java:1067)
>
>      [java]               at
> org.dspace.storage.rdbms.InitializeDatabase.main(InitializeDatabase.java:100)
>
>      [java] 2010-04-07 16:16:05,199 WARN
> org.dspace.storage.rdbms.DatabaseManager @ Got SQL Exception:
> org.postgresql.util.PSQLException: ERROR: duplicate key value violates
> unique constraint "checksum_results_pkey"
>
>      [java] org.postgresql.util.PSQLException: ERROR: duplicate key value
> violates unique constraint "checksum_results_pkey"
>
>      [java]               at
> org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:1531)
>
>      [java]               at
> org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:1313)
>
>      [java]               at
> org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:188)
>
>      [java]               at
> org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:452)
>
>      [java]               at
> org.postgresql.jdbc2.AbstractJdbc2Statement.executeWithFlags(AbstractJdbc2Statement.java:340)
>
>      [java]               at
> org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:332)
>
>      [java]               at
> org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
>
>      [java]               at
> org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
>
>      [java]               at
> org.dspace.storage.rdbms.DatabaseManager.loadSql(DatabaseManager.java:1067)
>
>      [java]               at
> org.dspace.storage.rdbms.InitializeDatabase.main(InitializeDatabase.java:100)
>
>      [java] 2010-04-07 16:16:05,200 WARN
> org.dspace.storage.rdbms.DatabaseManager @ Got SQL Exception:
> org.postgresql.util.PSQLException: ERROR: duplicate key value violates
> unique constraint "checksum_results_pkey"
>
>      [java] org.postgresql.util.PSQLException: ERROR: duplicate key value
> violates unique constraint "checksum_results_pkey"
>
>      [java]               at
> org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:1531)
>
>      [java]               at
> org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:1313)
>
>      [java]               at
> org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:188)
>
>      [java]               at
> org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:452)
>
>      [java]               at
> org.postgresql.jdbc2.AbstractJdbc2Statement.executeWithFlags(AbstractJdbc2Statement.java:340)
>
>      [java]               at
> org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:332)
>
>      [java]               at
> org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
>
>      [java]               at
> org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
>
>      [java]               at
> org.dspace.storage.rdbms.DatabaseManager.loadSql(DatabaseManager.java:1067)
>
>      [java]               at
> org.dspace.storage.rdbms.InitializeDatabase.main(InitializeDatabase.java:100)
>
>      [java] 2010-04-07 16:16:05,201 WARN
> org.dspace.storage.rdbms.DatabaseManager @ Got SQL Exception:
> org.postgresql.util.PSQLException: ERROR: duplicate key value violates
> unique constraint "checksum_results_pkey"
>
>      [java] org.postgresql.util.PSQLException: ERROR: duplicate key value
> violates unique constraint "checksum_results_pkey"
>
>      [java]               at
> org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:1531)
>
>      [java]               at
> org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:1313)
>
>      [java]               at
> org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:188)
>
>      [java]               at
> org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:452)
>
>      [java]               at
> org.postgresql.jdbc2.AbstractJdbc2Statement.executeWithFlags(AbstractJdbc2Statement.java:340)
>
>      [java]               at
> org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:332)
>
>      [java]               at
> org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
>
>      [java]               at
> org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
>
>      [java]               at
> org.dspace.storage.rdbms.DatabaseManager.loadSql(DatabaseManager.java:1067)
>
>      [java]               at
> org.dspace.storage.rdbms.InitializeDatabase.main(InitializeDatabase.java:100)
>
>      [java] 2010-04-07 16:16:05,201 WARN
> org.dspace.storage.rdbms.DatabaseManager @ Got SQL Exception:
> org.postgresql.util.PSQLException: ERROR: duplicate key value violates
> unique constraint "checksum_results_pkey"
>
>      [java] org.postgresql.util.PSQLException: ERROR: duplicate key value
> violates unique constraint "checksum_results_pkey"
>
>      [java]               at
> org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:1531)
>
>      [java]               at
> org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:1313)
>
>      [java]               at
> org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:188)
>
>      [java]               at
> org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:452)
>
>      [java]               at
> org.postgresql.jdbc2.AbstractJdbc2Statement.executeWithFlags(AbstractJdbc2Statement.java:340)
>
>      [java]               at
> org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:332)
>
>      [java]               at
> org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
>
>      [java]               at
> org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
>
>      [java]               at
> org.dspace.storage.rdbms.DatabaseManager.loadSql(DatabaseManager.java:1067)
>
>      [java]               at
> org.dspace.storage.rdbms.InitializeDatabase.main(InitializeDatabase.java:100)
>
>      [java] 2010-04-07 16:16:05,202 WARN
> org.dspace.storage.rdbms.DatabaseManager @ Got SQL Exception:
> org.postgresql.util.PSQLException: ERROR: relation "harvested_collection"
> already exists
>
>      [java] org.postgresql.util.PSQLException: ERROR: relation
> "harvested_collection" already exists
>
>      [java]               at
> org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:1531)
>
>      [java]               at
> org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:1313)
>
>      [java]               at
> org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:188)
>
>      [java]               at
> org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:452)
>
>      [java]               at
> org.postgresql.jdbc2.AbstractJdbc2Statement.executeWithFlags(AbstractJdbc2Statement.java:340)
>
>      [java]               at
> org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:332)
>
>      [java]               at
> org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
>
>      [java]               at
> org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
>
>      [java]               at
> org.dspace.storage.rdbms.DatabaseManager.loadSql(DatabaseManager.java:1067)
>
>      [java]               at
> org.dspace.storage.rdbms.InitializeDatabase.main(InitializeDatabase.java:100)
>
>      [java] 2010-04-07 16:16:05,216 WARN
> org.dspace.storage.rdbms.DatabaseManager @ Got SQL Exception:
> org.postgresql.util.PSQLException: ERROR: relation
> "harvested_collection_fk_idx" already exists
>
>      [java] org.postgresql.util.PSQLException: ERROR: relation
> "harvested_collection_fk_idx" already exists
>
>      [java]               at
> org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:1531)
>
>      [java]               at
> org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:1313)
>
>      [java]               at
> org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:188)
>
>      [java]               at
> org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:452)
>
>      [java]               at
> org.postgresql.jdbc2.AbstractJdbc2Statement.executeWithFlags(AbstractJdbc2Statement.java:340)
>
>      [java]               at
> org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:332)
>
>      [java]               at
> org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
>
>      [java]               at
> org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
>
>      [java]               at
> org.dspace.storage.rdbms.DatabaseManager.loadSql(DatabaseManager.java:1067)
>
>      [java]               at
> org.dspace.storage.rdbms.InitializeDatabase.main(InitializeDatabase.java:100)
>
>      [java] 2010-04-07 16:16:05,221 WARN
> org.dspace.storage.rdbms.DatabaseManager @ Got SQL Exception:
> org.postgresql.util.PSQLException: ERROR: relation "harvested_item" already
> exists
>
>      [java] org.postgresql.util.PSQLException: ERROR: relation
> "harvested_item" already exists
>
>      [java]               at
> org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:1531)
>
>      [java]               at
> org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:1313)
>
>      [java]               at
> org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:188)
>
>      [java]               at
> org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:452)
>
>      [java]               at
> org.postgresql.jdbc2.AbstractJdbc2Statement.executeWithFlags(AbstractJdbc2Statement.java:340)
>
>      [java]               at
> org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:332)
>
>      [java]               at
> org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
>
>      [java]               at
> org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
>
>      [java]               at
> org.dspace.storage.rdbms.DatabaseManager.loadSql(DatabaseManager.java:1067)
>
>      [java]               at
> org.dspace.storage.rdbms.InitializeDatabase.main(InitializeDatabase.java:100)
>
>      [java] 2010-04-07 16:16:05,227 WARN
> org.dspace.storage.rdbms.DatabaseManager @ Got SQL Exception:
> org.postgresql.util.PSQLException: ERROR: relation "harvested_item_fk_idx"
> already exists
>
>      [java] org.postgresql.util.PSQLException: ERROR: relation
> "harvested_item_fk_idx" already exists
>
>      [java]               at
> org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:1531)
>
>      [java]               at
> org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:1313)
>
>      [java]               at
> org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:188)
>
>      [java]               at
> org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:452)
>
>      [java]               at
> org.postgresql.jdbc2.AbstractJdbc2Statement.executeWithFlags(AbstractJdbc2Statement.java:340)
>
>      [java]               at
> org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:332)
>
>      [java]               at
> org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
>
>      [java]               at
> org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
>
>      [java]               at
> org.dspace.storage.rdbms.DatabaseManager.loadSql(DatabaseManager.java:1067)
>
>      [java]               at
> org.dspace.storage.rdbms.InitializeDatabase.main(InitializeDatabase.java:100)
>
>      [java] 2010-04-07 16:16:06,013 ERROR org.dspace.browse.IndexBrowse @
> caught exception:
>
>      [java] org.postgresql.util.PSQLException: ERROR: column "authority"
> does not exist
>
>      [java]               at
> org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:1531)
>
>      [java]               at
> org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:1313)
>
>      [java]               at
> org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:188)
>
>      [java]               at
> org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:452)
>
>      [java]               at
> org.postgresql.jdbc2.AbstractJdbc2Statement.executeWithFlags(AbstractJdbc2Statement.java:354)
>
>      [java]               at
> org.postgresql.jdbc2.AbstractJdbc2Statement.executeQuery(AbstractJdbc2Statement.java:258)
>
>      [java]               at
> org.apache.commons.dbcp.DelegatingPreparedStatement.executeQuery(DelegatingPreparedStatement.java:93)
>
>      [java]               at
> org.apache.commons.dbcp.DelegatingPreparedStatement.executeQuery(DelegatingPreparedStatement.java:93)
>
>      [java]               at
> org.dspace.storage.rdbms.DatabaseManager.query(DatabaseManager.java:291)
>
>      [java]               at
> org.dspace.browse.BrowseItemDAOPostgres.queryMetadata(BrowseItemDAOPostgres.java:127)
>
>      [java]               at
> org.dspace.browse.BrowseItem.getMetadata(BrowseItem.java:162)
>
>      [java]               at
> org.dspace.browse.IndexBrowse$ItemMetadataProxy.getMetadata(IndexBrowse.java:1243)
>
>      [java]               at
> org.dspace.browse.IndexBrowse.getSortValues(IndexBrowse.java:551)
>
>      [java]               at
> org.dspace.browse.IndexBrowse.indexItem(IndexBrowse.java:367)
>
>      [java]               at
> org.dspace.browse.IndexBrowse.createIndex(IndexBrowse.java:1148)
>
>      [java]               at
> org.dspace.browse.IndexBrowse.initBrowse(IndexBrowse.java:1098)
>
>      [java]               at
> org.dspace.storage.rdbms.InitializeDatabase.main(InitializeDatabase.java:107)
>
>      [java] 2010-04-07 16:16:06,014 ERROR
> org.dspace.storage.rdbms.InitializeDatabase @
> org.postgresql.util.PSQLException: ERROR: column "authority" does not exist
>
>      [java] org.dspace.browse.BrowseException:
> org.postgresql.util.PSQLException: ERROR: column "authority" does not exist
>
>      [java]               at
> org.dspace.browse.IndexBrowse.indexItem(IndexBrowse.java:516)
>
>      [java]               at
> org.dspace.browse.IndexBrowse.createIndex(IndexBrowse.java:1148)
>
>      [java]               at
> org.dspace.browse.IndexBrowse.initBrowse(IndexBrowse.java:1098)
>
>      [java]               at
> org.dspace.storage.rdbms.InitializeDatabase.main(InitializeDatabase.java:107)
>
>      [java] Caused by: org.postgresql.util.PSQLException: ERROR: column
> "authority" does not exist
>
>      [java]               at
> org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:1531)
>
>      [java]               at
> org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:1313)
>
>      [java]               at
> org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:188)
>
>      [java]               at
> org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:452)
>
>      [java]               at
> org.postgresql.jdbc2.AbstractJdbc2Statement.executeWithFlags(AbstractJdbc2Statement.java:354)
>
>      [java]               at
> org.postgresql.jdbc2.AbstractJdbc2Statement.executeQuery(AbstractJdbc2Statement.java:258)
>
>      [java]               at
> org.apache.commons.dbcp.DelegatingPreparedStatement.executeQuery(DelegatingPreparedStatement.java:93)
>
>      [java]               at
> org.apache.commons.dbcp.DelegatingPreparedStatement.executeQuery(DelegatingPreparedStatement.java:93)
>
>      [java]               at
> org.dspace.storage.rdbms.DatabaseManager.query(DatabaseManager.java:291)
>
>      [java]               at
> org.dspace.browse.BrowseItemDAOPostgres.queryMetadata(BrowseItemDAOPostgres.java:127)
>
>      [java]               at
> org.dspace.browse.BrowseItem.getMetadata(BrowseItem.java:162)
>
>      [java]               at
> org.dspace.browse.IndexBrowse$ItemMetadataProxy.getMetadata(IndexBrowse.java:1243)
>
>      [java]               at
> org.dspace.browse.IndexBrowse.getSortValues(IndexBrowse.java:551)
>
>      [java]               at
> org.dspace.browse.IndexBrowse.indexItem(IndexBrowse.java:367)
>
>      [java]               ... 3 more
>
>      [java] 2010-04-07 16:16:06,014 FATAL
> org.dspace.storage.rdbms.InitializeDatabase @ Caught exception:
>
>      [java] java.lang.RuntimeException: org.postgresql.util.PSQLException:
> ERROR: column "authority" does not exist
>
>      [java]               at
> org.dspace.storage.rdbms.InitializeDatabase.main(InitializeDatabase.java:112)
>
>      [java] Caused by: org.dspace.browse.BrowseException:
> org.postgresql.util.PSQLException: ERROR: column "authority" does not exist
>
>      [java]               at
> org.dspace.browse.IndexBrowse.indexItem(IndexBrowse.java:516)
>
>      [java]               at
> org.dspace.browse.IndexBrowse.createIndex(IndexBrowse.java:1148)
>
>      [java]               at
> org.dspace.browse.IndexBrowse.initBrowse(IndexBrowse.java:1098)
>
>      [java]               at
> org.dspace.storage.rdbms.InitializeDatabase.main(InitializeDatabase.java:107)
>
>      [java] Caused by: org.postgresql.util.PSQLException: ERROR: column
> "authority" does not exist
>
>      [java]               at
> org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:1531)
>
>      [java]               at
> org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:1313)
>
>      [java]               at
> org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:188)
>
>      [java]               at
> org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:452)
>
>      [java]               at
> org.postgresql.jdbc2.AbstractJdbc2Statement.executeWithFlags(AbstractJdbc2Statement.java:354)
>
>      [java]               at
> org.postgresql.jdbc2.AbstractJdbc2Statement.executeQuery(AbstractJdbc2Statement.java:258)
>
>      [java]               at
> org.apache.commons.dbcp.DelegatingPreparedStatement.executeQuery(DelegatingPreparedStatement.java:93)
>
>      [java]               at
> org.apache.commons.dbcp.DelegatingPreparedStatement.executeQuery(DelegatingPreparedStatement.java:93)
>
>      [java]               at
> org.dspace.storage.rdbms.DatabaseManager.query(DatabaseManager.java:291)
>
>      [java]               at
> org.dspace.browse.BrowseItemDAOPostgres.queryMetadata(BrowseItemDAOPostgres.java:127)
>
>      [java]               at
> org.dspace.browse.BrowseItem.getMetadata(BrowseItem.java:162)
>
>      [java]               at
> org.dspace.browse.IndexBrowse$ItemMetadataProxy.getMetadata(IndexBrowse.java:1243)
>
>      [java]               at
> org.dspace.browse.IndexBrowse.getSortValues(IndexBrowse.java:551)
>
>      [java]               at
> org.dspace.browse.IndexBrowse.indexItem(IndexBrowse.java:367)
>
>      [java]               ... 3 more
>
>
>
> BUILD FAILED
>
> /usr/local/dspace-1.6.0/dspace/target/dspace-1.6.0-build.dir/build.xml:619:
> Java returned: 1
>
>
>
> Total time: 4 seconds
>
> dspace@dspace-desktop:/usr/local/dspace-1.6.0/dspace/target/dspace-1.6.0-build.dir$


>
>
>
>
>
> Regards,
>
> Lewatle
>
> This communication is intended for the addressee only. It is confidential.
> If you have received this communication in error, please notify us
> immediately and destroy the original message. You may not copy or
> disseminate this communication without the permission of the University.
> Only authorized signatories are competent to enter into agreements on behalf
> of the University and recipients are thus advised that the content of this
> message may not be legally binding on the University and may contain the
> personal views and opinions of the author, which are not necessarily the
> views and opinions of The University of the Witwatersrand, Johannesburg. All
> agreements between the University and outsiders are subject to South African
> Law unless the University agrees in writing to the contrary.

--
Mark R. Diggory
Head of U.S. Operations - @mire

http://www.atmire.com - Institutional Repository Solutions
http://www.togather.eu - Before getting together, get Tog@ther

Lewatle Phaladi

unread,
Aug 25, 2015, 1:43:23 PM8/25/15
to Mark Diggory, dspac...@lists.sourceforge.net
Hi Mark

Yes in my configuration file I directed this new installation to point to already existing database that I was using in my previous version (1.5.2). What do you recommend I should do to solve this error.

Regards,
Lewatle
<html><p><font face = "verdana" size = "0.8" color = "navy">This communication is intended for the addressee only. It is confidential. If you have received this communication in error, please notify us immediately and destroy the original message. You may not copy or disseminate this communication without the permission of the University. Only authorized signatories are competent to enter into agreements on behalf of the University and recipients are thus advised that the content of this message may not be legally binding on the University and may contain the personal views and opinions of the author, which are not necessarily the views and opinions of The University of the Witwatersrand, Johannesburg. All agreements between the University and outsiders are subject to South African Law unless the University agrees in writing to the contrary.</font></p></html>

Lewatle Phaladi

unread,
Aug 25, 2015, 1:43:25 PM8/25/15
to Mark Diggory, dspac...@lists.sourceforge.net
Hi All

Can someone read this e-mail and kindly advice, I need run dspace-1.6.0 test.

Regards,
Lewatle


-----Original Message-----
From: Lewatle Phaladi
Sent: 08 April 2010 08:23 AM
To: 'Mark Diggory'
Cc: dspac...@lists.sourceforge.net
Subject: RE: ant fresh_install on dspace-1.6.0

Hi Mark

Yes in my configuration file I directed this new installation to point to already existing database that I was using in my previous version (1.5.2). What do you recommend I should do to solve this error.

Regards,
Lewatle

-----Original Message-----
From: mdig...@gmail.com [mailto:mdig...@gmail.com] On Behalf Of Mark Diggory
Sent: 07 April 2010 08:03 PM
To: Lewatle Phaladi
Cc: dspac...@lists.sourceforge.net
Subject: Re: ant fresh_install on dspace-1.6.0

<html><p><font face = "verdana" size = "0.8" color = "navy">This communication is intended for the addressee only. It is confidential. If you have received this communication in error, please notify us immediately and destroy the original message. You may not copy or disseminate this communication without the permission of the University. Only authorized signatories are competent to enter into agreements on behalf of the University and recipients are thus advised that the content of this message may not be legally binding on the University and may contain the personal views and opinions of the author, which are not necessarily the views and opinions of The University of the Witwatersrand, Johannesburg. All agreements between the University and outsiders are subject to South African Law unless the University agrees in writing to the contrary.</font></p></html>

TAYLOR Robin

unread,
Aug 25, 2015, 1:43:26 PM8/25/15
to Lewatle Phaladi, Mark Diggory, dspac...@lists.sourceforge.net
Hi Lewatle,

It sounds like you are doing an upgrade not a new install. You should only run 'ant fresh_install' when doing a new installation. Have a look in your documentation and follow the instructions in chapter '4.1. Upgrading from 1.5.x to 1.6'.

Cheers, Robin.

Robin Taylor
Main Library
University of Edinburgh
Tel. 0131 6513808
> emDAOPostgres.java:127)
> >
> > [java] at
> > org.dspace.browse.BrowseItem.getMetadata(BrowseItem.java:162)
> >
> > [java] at
> >
> org.dspace.browse.IndexBrowse$ItemMetadataProxy.getMetadata(In
> --------------------------------------------------------------
> ----------------
> Download Intel&#174; Parallel Studio Eval
> Try the new software tools for yourself. Speed compiling, find bugs
> proactively, and fine-tune applications for parallel performance.
> See why Intel Parallel Studio got high marks during beta.
> http://p.sf.net/sfu/intel-sw-dev
> _______________________________________________
> DSpace-tech mailing list
> DSpac...@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/dspace-tech
>

--
The University of Edinburgh is a charitable body, registered in
Scotland, with registration number SC005336.


Lewatle Phaladi

unread,
Aug 25, 2015, 1:43:27 PM8/25/15
to TAYLOR Robin, dspac...@lists.sourceforge.net
Hi Taylor

I will just try to upgrade, my first intention it was to run new install
but use the same database only just to change the application.

TAYLOR Robin

unread,
Aug 25, 2015, 1:43:28 PM8/25/15
to Lewatle Phaladi, dspac...@lists.sourceforge.net
You could do a new install, but then only point dspace.cfg at the old database after you have finished the installation, not before running 'ant fresh_install'. You would also still need to run the sql upgrade script to apply any changes to the database. Additionally you would need to reuse your old assetstore files. Probably easier to do an upgrade.

Panyarak Ngamsritragul

unread,
Aug 25, 2015, 1:43:29 PM8/25/15
to dspac...@lists.sourceforge.net

Hi,

I did an upgrade to 1.6.0, but did it in a new test instance. What I have
done so far was:

1. Created a new DSpace database named 'dspace'.
2. Installed a fresh DSpace 1.6.0 instance.
3. Deleted the database
4. Created a new DSpace database named 'dspace'
5. Imported data from existing database to new DSpace database using teh
following command: psql dspace <dspace.sql
where dspace.sql is SQL data dumped from the existing database

Upon running this psql, there are a set if warnings:
WARNING: no privileges could be revoked for "public"
REVOKE
WARNING: no privileges could be revoked for "public"
REVOKE
WARNING: no privileges were granted for "public"
GRANT
WARNING: no privileges were granted for "public"
GRANT

Will these warnings have any possible harm to the system?

Please note that there is no error when I ran the command as stated in
step 7 as written in DSpace manual. Running 'dspace index-init' did not
produce any error too.

Regards,

Panyarak Ngamsritragul
Prince of Songkla University.

--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.


Hilton Gibson

unread,
Aug 25, 2015, 1:43:32 PM8/25/15
to Lewatle Phaladi, dspac...@lists.sourceforge.net, Mark Diggory
Hi Lewatle

Did you do the database upgrade ?

Cheers

hg.

------------------------------------------------------------------------------

Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
DSpace-tech mailing list
DSpac...@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech



--
Systems Administrator
Library and Information Services
Stellenbosch University

http://www.sun.ac.za
http://library.sun.ac.za
http://scholar.sun.ac.za
http://ubuntu.sun.ac.za

Hilton Gibson

unread,
Aug 25, 2015, 1:43:33 PM8/25/15
to Lewatle Phaladi, dspac...@lists.sourceforge.net, Mark Diggory
Ok. Just to be sure.

Is this an entirely new installation or an upgrade from a previous version ?

Cheers

hg. 

On 8 April 2010 13:50, Lewatle Phaladi <Lewatle...@wits.ac.za> wrote:

No, I never done database upgrade.

Hilton Gibson

unread,
Aug 25, 2015, 1:43:36 PM8/25/15
to Lewatle Phaladi, dspac...@lists.sourceforge.net, Mark Diggory
Ok. So its an upgrade.
This is what I have done so far on our test server to upgrade.
I am going to do fresh install of DSpace 1.5.2 and then upgrade to 1.6.1 at the beginning of June.
I will update the wiki as I go along.
Others on the list are welcome to update the page or transfer the contents to the new DSpace confluence wiki.

Cheers

hg.

On 8 April 2010 14:47, Lewatle Phaladi <Lewatle...@wits.ac.za> wrote:

Firstly I was intending to run new installation, but now I am trying to upgrade it because what I am doing on this test server I will have to do it on the production latter and  running fresh install to production is very bad although I will backup everything(database dump, assetstore etc).

I performed database update it went well, I am on step no. 9 Rolling Log aappender Upgrade.

Lewatle Phaladi

unread,
Aug 25, 2015, 1:43:37 PM8/25/15
to dspac...@lists.sourceforge.net, Mark Diggory

Lewatle Phaladi

unread,
Aug 25, 2015, 1:43:43 PM8/25/15
to Hilton Gibson, dspac...@lists.sourceforge.net, Mark Diggory

Hi Hilton

 

I followe the steps in the wiki you gave to me yesterday, I highlighted the error bellow, this dspace 1.6.0 it seems like it is uses several servers for packages and in my case I have to apply for firewall to be unblocked every time especially if the sever I request to download from I use it for the first time (http://geolite.maxmind.com/download/geoip/database/GeoLiteCity.dat.gz) , I will request the firewall to be opened and try to run ant update again.

 

 

 

dspace@dspace-desktop:/usr/local/dspace1.6.0/dspace-1.6.0-src-release/dspace/target/dspace-1.6.0-build.dir$ ant update

Buildfile: build.xml

 

prepare_configs:

    [mkdir] Created dir: /usr/local/dspace1.6.0/dspace-1.6.0-src-release/dspace/target/dspace-1.6.0-build.dir/config-temp

     [copy] Copying 1 file to /usr/local/dspace1.6.0/dspace-1.6.0-src-release/dspace/target/dspace-1.6.0-build.dir/config-temp

     [copy] Copying 1 file to /usr/local/dspace1.6.0/dspace-1.6.0-src-release/dspace/target/dspace-1.6.0-build.dir/config-temp

     [copy] Copying 53 files to /usr/local/dspace1.6.0/dspace-1.6.0-src-release/dspace/target/dspace-1.6.0-build.dir/config-temp

 

copy_configs_keep:

     [copy] Copying 55 files to /dspace/config

 

BUILD FAILED

/usr/local/dspace1.6.0/dspace-1.6.0-src-release/dspace/target/dspace-1.6.0-build.dir/build.xml:273: Failed to copy /usr/local/dspace1.6.0/dspace-1.6.0-src-release/dspace/target/dspace-1.6.0-build.dir/config-temp/crosswalks/QDC.properties to /dspace/config/crosswalks/QDC.properties due to java.io.FileNotFoundException /dspace/config/crosswalks/QDC.properties (No such file or directory)

 

Total time: 1 second

dspace@dspace-desktop:/usr/local/dspace1.6.0/dspace-1.6.0-src-release/dspace/target/dspace-1.6.0-build.dir$

dspace@dspace-desktop:/usr/local/dspace1.6.0/dspace-1.6.0-src-release/dspace/target/dspace-1.6.0-build.dir$ sudo ant update

[sudo] password for dspace:

Buildfile: build.xml

 

prepare_configs:

     [copy] Copying 1 file to /usr/local/dspace1.6.0/dspace-1.6.0-src-release/dspace/target/dspace-1.6.0-build.dir/config-temp

     [copy] Copying 53 files to /usr/local/dspace1.6.0/dspace-1.6.0-src-release/dspace/target/dspace-1.6.0-build.dir/config-temp

 

copy_configs_keep:

     [copy] Copying 55 files to /dspace/config

   [delete] Deleting directory /usr/local/dspace1.6.0/dspace-1.6.0-src-release/dspace/target/dspace-1.6.0-build.dir/config-temp

     [echo]

     [echo] ====================================================================

     [echo]  The DSpace configuration has been updated.

     [echo] 

     [echo]  During the upgrade process the build has preserved your original

     [echo]  configuration and placed any conflicting new files next to your

     [echo]  original suffixed with the "*.new" extension.

     [echo]            

     [echo]  To complete installation, you should do the following:

     [echo] 

     [echo]  * Check that you've properly merged any differences in the following files:

     [echo]            

     [echo]        

     [echo]

     [echo]   

     [echo]            

     [echo]   * To properly merge your previous configuration files, its

     [echo]     best to try to take the newer version and copy your

     [echo]     previous changes into it. Delete the old and remove the

     [echo]     ".new" suffix from the new file.

     [echo]            

     [echo] ====================================================================

     [echo]        

 

overwrite_configs:

 

update_configs:

 

check_geolite:

 

init_geolite:

 

update_geolite:

     [echo] Downloading: http://geolite.maxmind.com/download/geoip/database/GeoLiteCity.dat.gz

      [get] Getting: http://geolite.maxmind.com/download/geoip/database/GeoLiteCity.dat.gz

      [get] To: /dspace/config/GeoLiteCity.dat.gz

      [get] Error getting http://geolite.maxmind.com/download/geoip/database/GeoLiteCity.dat.gz to /dspace/config/GeoLiteCity.dat.gz

 

BUILD FAILED

/usr/local/dspace1.6.0/dspace-1.6.0-src-release/dspace/target/dspace-1.6.0-build.dir/build.xml:193: The following error occurred while executing this line:

/usr/local/dspace1.6.0/dspace-1.6.0-src-release/dspace/target/dspace-1.6.0-build.dir/build.xml:799: The following error occurred while executing this line:

/usr/local/dspace1.6.0/dspace-1.6.0-src-release/dspace/target/dspace-1.6.0-build.dir/build.xml:785: java.net.ConnectException: Connection timed out

 

Total time: 3 minutes 10 seconds

dspace@dspace-desktop:/usr/local/dspace1.6.0/dspace-1.6.0-src-release/dspace/target/dspace-1.6.0-build.dir$

 

Regards,

Lewatle

Hilton Gibson

unread,
Aug 25, 2015, 1:43:49 PM8/25/15
to Lewatle Phaladi, dspac...@lists.sourceforge.net, Mark Diggory
Hi Lewatle

I think I manually downloaded the GeoLiteCity file.

Cheers

hg.

Lewatle Phaladi

unread,
Aug 25, 2015, 1:43:50 PM8/25/15
to Hilton Gibson, dspac...@lists.sourceforge.net, Mark Diggory

Hi Hilton

 

I downloaded the file manually following you e-mail, then I am pasting it in /dspace/config/GeoLiteCity.dat.gz and run ant update again and see if there is no errors.

Hilton Gibson

unread,
Aug 25, 2015, 1:43:51 PM8/25/15
to Lewatle Phaladi, dspac...@lists.sourceforge.net, Mark Diggory
Hi

Not sure, my test server is down, will only be back up in two weeks.
So I cannot check.

Sorry.

Cheers

hg.

On 9 April 2010 14:15, Lewatle Phaladi <Lewatle...@wits.ac.za> wrote:

Hi

 

I still got the timeout error message if I run ant update, although I manually downloaded it or do I have to unzip the file or do I have to leave ant update?

Lewatle Phaladi

unread,
Aug 25, 2015, 1:43:52 PM8/25/15
to Hilton Gibson, dspac...@lists.sourceforge.net, Mark Diggory

Hi

 

I still got the timeout error message if I run ant update, although I manually downloaded it or do I have to unzip the file or do I have to leave ant update?

 

Regards,

Lewatle Phaladi

unread,
Aug 25, 2015, 1:44:04 PM8/25/15
to Hilton Gibson, dspac...@lists.sourceforge.net, Mark Diggory

Hi Hilton and Dspace Team

 

The firewall has been opened and I used  $ ant update successfully

I also upgraded the postgres and changed the configuration file using meld

I copied all files from Dspace-source/dspace/target/dspace-1.6.0-build.dir/webapps to CATALINA$/TOMCAT/webapps

And restated tomcat and I have got an ERROR  status 404

It says the requested resource is not available. Any idea why the application can’t be opened on the browser

Lewatle Phaladi

unread,
Aug 25, 2015, 1:44:05 PM8/25/15
to Hilton Gibson, dspac...@lists.sourceforge.net

Yes I did installed it, when I open http://localhost:8080 I got to the home directory of tomcat with no errors, but if I type http://localhost:8080/jspui I got error 404

I think of setting up everything from scratch.  

 

From: Hilton Gibson [mailto:hilton...@gmail.com]
Sent: 12 April 2010 12:19 PM
To: Lewatle Phaladi
Subject: Re: [Dspace-tech] ant fresh_install on dspace-1.6.0

 

Ok.

 

Did you install and setup the Apache Jakarta extension.

Jakarta does the webapp redirection for Apache.

Apache is complaining because it is not redirecting to Tomcat via Jakarta.

 

Cheers

 

hg.

Reply all
Reply to author
Forward
0 new messages