On Tue, Jul 10, 2012 at 8:36 PM, Kelly Brown <[email protected]> wrote: > Please find attached the output of ant fresh_install
I looked at your stack trace and I think in this case, the ORA-00942 error is harmless. It's just trying to drop tables during fresh install so that it can create them again empty. Obviously, this exception should be caught and ignored in the code. Does your installation seem to work otherwise? If so, you can ignore the problem and we can file a Jira issue about the unnecessary output. This is the code your stacktrace relates to: https://github.com/DSpace/DSpace/blob/20943b7192cfaa5caa13d0bebf72a472c8c29bd9/dspace-api/src/main/java/org/dspace/browse/BrowseCreateDAOOracle.java#L469 https://github.com/DSpace/DSpace/blob/20943b7192cfaa5caa13d0bebf72a472c8c29bd9/dspace-api/src/main/java/org/dspace/browse/IndexBrowse.java#L876 https://github.com/DSpace/DSpace/blob/20943b7192cfaa5caa13d0bebf72a472c8c29bd9/dspace-api/src/main/java/org/dspace/browse/IndexBrowse.java#L757 https://github.com/DSpace/DSpace/blob/20943b7192cfaa5caa13d0bebf72a472c8c29bd9/dspace-api/src/main/java/org/dspace/browse/IndexBrowse.java#L711 Regards, ~~helix84 ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ DSpace-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech

