Wendy, It sounds like something is either did not get built/installed properly or not configured properly. I'm not exactly sure what it would be though, so here's a few questions...
Are you running 1.8.0RC1? Or is this the "Trunk" (unreleased) code? Do you have all the proper 1.8 prerequisites in place (Java 1.6 or higher, Tomcat 5.5 or higher, Maven 2.2 or higher, Ant 1.8 or higher) Is this a fresh install or an upgrade? It also sounds like this is not specific to the Item Import command. Likely *any* command your run using "./dspace" will show the exact same error -- this would mean that the ./dspace script is having issues connecting to your DSpace (again likely either something went wrong with the install or something is configured oddly). I'm betting that you'd even see this error if you ran '.\dspace help' or '.\dspace test-database' from the commandline. When you start up your DSpace web application (e.g. XMLUI) in Tomcat are there any other useful errors reported? I'm wondering if it may give you more information as to whether something is configured wrong or missing altogether? Also, from that WingTransformer error you sent along, it sounds like the XMLUI webapp may not have built properly, as the "Wing API" is supposed to be part of that webapp. - Tim On 10/12/2011 10:36 AM, Wendy J Bossons wrote: > Running ./dspace index-init yields the same stack trace. > > This is a test instance... > > Is it some configuration issue? > > > ..\Wendy > > "I am putting myself to the fullest possible use, which is all I think that > any conscious entity can ever hope to do." > > Wendy Bossons > Senior Software Engineer > MIT Libraries > Software Analysis& Development > Building E25-131 > 77 Massachusetts Ave. > Cambridge, MA 02141-4307 > Phone 617-253-0770 > Fax 617-253-4462 > [email protected] > http://libraries.mit.edu > > > On Oct 12, 2011, at 10:50 AM, Blanco, Jose wrote: > > This is probably the 1st time you try this, right? Is this a test > environment? Have you done: > > ./dspace idex-inint > > And was it successful? > > -Jose > > From: Wendy J Bossons [mailto:[email protected]] > Sent: Wednesday, October 12, 2011 10:34 AM > To: [email protected] > Subject: [Dspace-tech] DSpace 1.8 - Item Import > > Hello, > > I am trying to import an item from the command line. However, I keep getting > a stack trace. Has anyone seen this and how can I resolve it? The test > command and *beginning* of the stack trace follows . . . > > sudo<my dspace installation dir>/bin/dspace import -a -e [email protected] -c > 123456789/34 -s<my dspace installation dir>/exports/1 -m<my dspace > installation dir>/imports -t > > Failed to startup the DSpace Service Manager: failure starting up spring > service manager: Error creating bean with name > 'org.dspace.servicemanager.spring.DSpaceBeanPostProcessor#0' defined in class > path resource [spring/spring-dspace-applicationContext.xml]: Unsatisfied > dependency expressed through constructor argument with index 0 of type > [org.dspace.servicemanager.config.DSpaceConfigurationService]: : Error > loading class > [org.dspace.app.xmlui.aspect.xmlworkflow.actions.userassignment.ClaimAction] > for bean with name 'claimaction_xmlui' defined in file > [/home/dspace/dspace-scm-18/config/spring/xmlui/workflow-actions-xmlui.xml]: > problem with class file or dependent class; nested exception is > java.lang.NoClassDefFoundError: org/dspace/app/xmlui/wing/WingTransformer; > nested exception is > org.springframework.beans.factory.CannotLoadBeanClassException: > ..\Wendy > > " A journey of a thousand miles must begin with a single step." > > Wendy Bossons > Senior Software Engineer > MIT Libraries > Software Analysis and Development > 77 Massachusetts Avenue > Cambridge, MA 02139-4307 > 617-253-0770 > [email protected] > > > > ------------------------------------------------------------------------------ > All the data continuously generated in your IT infrastructure contains a > definitive record of customers, application performance, security > threats, fraudulent activity and more. Splunk takes this data and makes > sense of it. Business sense. IT sense. Common sense. > http://p.sf.net/sfu/splunk-d2d-oct > _______________________________________________ > DSpace-tech mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/dspace-tech ------------------------------------------------------------------------------ All the data continuously generated in your IT infrastructure contains a definitive record of customers, application performance, security threats, fraudulent activity and more. Splunk takes this data and makes sense of it. Business sense. IT sense. Common sense. http://p.sf.net/sfu/splunk-d2d-oct _______________________________________________ DSpace-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech

