I'm having problems with upload and delete in my DSpace 4.0 installation. Both steps seem to complete successfully, that is, items are added and deleted, but in both cases the pages hang at the final step. I'm not sure if this is the source of the problem, but as I begin my debugging, I am seeing many, many of the following type of error in my cocoon log:
2014-03-03 14:38:37,639 INFO org.apache.cocoon.i18n.XMLResourceBundle - Bundle <resource://aspects/ViewArtifacts/i18n/messages.xml> not loaded: Source URI not found 2014-03-03 14:38:37,642 INFO org.apache.cocoon.i18n.XMLResourceBundle - Bundle <file:///swadm/usr/local/dspace/webapps/xmlui/i18n/aspects/ViewArtifacts/messages.xml> not loaded: Source URI not found 2014-03-03 14:38:37,644 INFO org.apache.cocoon.i18n.XMLResourceBundle - Bundle <resource://aspects/BrowseArtifacts/i18n/messages.xml> not loaded: Source URI not found 2014-03-03 14:38:37,645 INFO org.apache.cocoon.i18n.XMLResourceBundle - Bundle <file:///swadm/usr/local/dspace/webapps/xmlui/i18n/aspects/BrowseArtifacts/messages.xml> not loaded: Source URI not found 2014-03-03 14:38:37,652 INFO org.apache.cocoon.i18n.XMLResourceBundle - Bundle <file:///swadm/usr/local/dspace/webapps/xmlui/i18n/aspects/Discovery/messages.xml> not loaded: Source URI not found 2014-03-03 14:38:37,654 INFO org.apache.cocoon.i18n.XMLResourceBundle - Bundle <resource://aspects/Administrative/i18n/messages.xml> not loaded: Source URI not found 2014-03-03 14:38:37,656 INFO org.apache.cocoon.i18n.XMLResourceBundle - Bundle <file:///swadm/usr/local/dspace/webapps/xmlui/i18n/aspects/Administrative/messages.xml> not loaded: Source URI not found etc etc Indeed, those files are NOT there. In xmlui, I do have ./WEB-INF/classes/aspects/Discovery/i18n/messages.xml ./WEB-INF/classes/aspects/SwordClient/i18n/messages.xml ./WEB-INF/classes/aspects/XMLWorkflow/i18n/messages.xml ./i18n/messages.xml And also xmlui/i18n contains messages_bg.xml messages_de.xml messages_gl.xml messages_pt_BR.xml messages_ca_ES.xml messages_el.xml messages_it.xml messages_ru.xml messages_ca.xml messages_es.xml messages_ja.xml messages_tr.xml messages_cs.xml messages_et.xml messages_pl.xml messages.xml and in xmlui/aspects I have aspects.xmap json-solr.xmap protodocument.xml Are these errors related to the pages hanging? Unrelated, but important anyway? Or can I just ignore them and keep looking? Ideas and suggestions welcome!! Bill ------------------------------------------------------------------------------ Subversion Kills Productivity. Get off Subversion & Make the Move to Perforce. With Perforce, you get hassle-free workflows. Merge that actually works. Faster operations. Version large binaries. Built-in WAN optimization and the freedom to use Git, Perforce or both. Make the move to Perforce. http://pubads.g.doubleclick.net/gampad/clk?id=122218951&iu=/4140/ostg.clktrk _______________________________________________ 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

