OK, I found the problem. The aspects portion of the xmlui.xconf file
had the old format

<aspects>
     <aspect name="Artifact Browser" path="ArtifactBrowser/" />
     <aspect name="Administration" path="Administrative/" />
     <aspect name="E-Person" path="EPerson/"/>
     <aspect name="Submission and Workflow" path="Submission/" />
   </aspects>

because I copied the old xmui.xconf over the new one. when I fixed it to:

<aspects>
        <aspect name="Artifact Browser"
path="resource://aspects/ArtifactBrowser/" />
        <aspect name="Administration"
path="resource://aspects/Administrative/" />
        <aspect name="E-Person" path="resource://aspects/EPerson/" />
        <aspect name="Submission and Workflow"
path="resource://aspects/Submission/" />
</aspects>


everything is fine.

John


---------- Forwarded message ----------
From: John Preston <byhisde...@gmail.com>
Date: Tue, Feb 10, 2009 at 8:21 AM
Subject: Error upgrading 1.4.1 to 1.5.1
To: dspace-tech@lists.sourceforge.net


I am upgrading a 1.4.1 DSpace instance using manakin to 1.5.1. After
following the upgrade instructions I get the following error when
trying to use the xmlui:

java.io.FileNotFoundException:
/usr/local/tomcat-dspace/webapps/xmlui/aspects/Administrative/sitemap.xmap

The jspui works fine. Does anybody know what I should do.

john

------------------------------------------------------------------------------
Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM)
software. With Adobe AIR, Ajax developers can use existing skills and code to
build responsive, highly engaging applications that combine the power of local
resources and data with the reach of the web. Download the Adobe AIR SDK and
Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com
_______________________________________________
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech

Reply via email to