Sean Carte wrote: > > Sorry if I'm being dense, but I still have the same problem: > > 2009-03-19 11:09:15,241 ERROR > org.dspace.app.webui.servlet.SubmissionController @ Error loading step > class'org.dspace.submit.step.EmbargoProcessor': > java.lang.ClassNotFoundException: org.dspace.submit.step.EmbargoProcessor > at > org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1362) > > tomcat uses /dspace/webapps, so I don't think I have to move anything > after installation. > How do you know that tomcat is using /dspace/webapps? Did you modify your Tomcat configuration? Sean Carte wrote: > > Does this mean I still have to move something somewhere: > > /dspace/webapps/xmlui$ jar -tf WEB-INF/lib/dspace-xmlui-api-1.5.1.jar > |grep Embargo > org/dspace/app/xmlui/aspect/administrative/item/ConfirmEmbargoItemForm.class > org/dspace/app/xmlui/aspect/administrative/collection/EditCollectionEmbargoForm.class > org/dspace/app/xmlui/aspect/administrative/FlowEmbargoUtils.class > org/dspace/app/xmlui/aspect/submission/submit/EmbargoStep.class > org/dspace/app/xmlui/cocoon/BitstreamReader$WorkflowEmbargo.class > org/dspace/submit/step/EmbargoProcessor.class > No, if Tomcat is indeed using the xmlui webapp under /dspace/webapps/xmlui, then you shouldn't need to move anything. But the error you're getting makes me think that Tomcat isn't using /dspace/webapps/xmlui. First, the EmbargoProcessor class is on the xmlui webapp classpath, because it's in your XMLUI WEB-INF/lib/dspace-xmlui-api-1.5.1.jar file. Second, the class reporting the error (org.dspace.app.webui.servlet.SubmissionController) is part of JSPUI, not XMLUI, so I'm not sure how or why you're getting an error from SubmissionController if you're using the XMLUI webapp under /dspace/webapps/xmlui. So, to me, there seems to be something funny with the installation itself... I'd try a fresh install with a clean Tomcat installation? -- View this message in context: http://www.nabble.com/Embargo-tp21933256p22601440.html Sent from the DSpace - Tech mailing list archive at Nabble.com. ------------------------------------------------------------------------------ Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly and easily build your RIAs with Flex Builder, the Eclipse(TM)based development software that enables intelligent coding and step-through debugging. Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com _______________________________________________ DSpace-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech

