These two errors don't seem related. On Wed, Apr 3, 2013 at 10:20 AM, Smart D Ncube <[email protected]> wrote: > BUILD FAILED > /dspace-3.0-release/dspace/target/dspace-3.0-build/build.xml:795: Java > returned: 1
This one indicates failure during creation of database tables: https://github.com/DSpace/DSpace/blob/dspace-3.0/dspace/src/main/config/build.xml#L795 This is not the error per se, only an indication that an error occurred earlier. You'll have to look above that message to find the actual error. The most common sources or errors during database creation include wrong database connection information (driver, IP, username, password), database not existing or insufficient permissions for the database user. > BUILD FAILED > /dspace-1.7.1-release/dspace/target/dspace-1.7.1-build.dir/build.xml:71: > Property handle.canonical.prefix was circularly defined. This indicates that you wrote something like this in configuration: handle.canonical.prefix = ${handle.canonical.prefix} Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette ------------------------------------------------------------------------------ Minimize network downtime and maximize team effectiveness. Reduce network management and security costs.Learn how to hire the most talented Cisco Certified professionals. Visit the Employer Resources Portal http://www.cisco.com/web/learning/employer_resources/index.html _______________________________________________ DSpace-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

