Jut thought I'd report back on this issue -- Elliot, you were correct, for some reason the wrong version of the Lucene library was being used. We replaced it with the correct one and all is well.
Thanks again, Mark Mark Jordan wrote: > Thanks Elliot, we'll look into this. We upgraded from every version > between 1.0.1 and 1.4.2, and unfortunately didn't test importing with > every version. Mark Date: Fri, 13 Jun 2008 19:06:32 -0700 (PDT) From: > Elliot Metsger <[EMAIL PROTECTED]> Subject: Re: [Dspace-tech] Fieldable > class exceptions on indexing and on import To: > [email protected] Message-ID: > <[EMAIL PROTECTED]> Content-Type: text/plain; > charset=us-ascii Hi Mark, What version of DSpace did you upgrade from? > I'd make sure that you are using the correct version of the Lucene > library; I believe 1.4.2 ships with Lucene version 2.1.0 in the > <src>/lib directory. I'd make sure that the correct version of the > library has been deployed to your DSpace <install>/lib directory. HTH, > Elliot Mark Jordan-5 wrote: > >> > > Hello, >> > > We've just upgraded to DSpace 1.4.2 and everything appears to be >> working > well. However, I'm getting two different error messages >> about the same > Java class, Fieldable: >> > > On running index-all: >> > > ./index-all >> > Creating browse index >> > Indexing all Items in DSpace.... ... Done >> > Creating search index >> > Exception in thread "main" java.lang.NoClassDefFoundError: > >> org/apache/lucene/document/Fieldable >> > > > And on trying to import a batch of items: >> > > [...] >> > Processing handle file: handle >> > It appears there is no handle file -- generating one >> > Exception in thread "main" java.lang.NoClassDefFoundError: > >> org/apache/lucene/document/Fieldable >> > at >> > org.dspace.content.InstallItem.installItem(InstallItem.java:149) >> > at > >> org.dspace.app.itemimport.ItemImport.addItem(ItemImport.java:663) >> > at > >> org.dspace.app.itemimport.ItemImport.addItems(ItemImport.java:506) >> > at >> org.dspace.app.itemimport.ItemImport.main(ItemImport.java:415) >> > > This second error happens on import for the first item in the >> batch; > even if we delete the offending "first items" from the input >> directory, > the same error occurs on every attempt to load. The >> dublin_core.xml file > for the item validates and all the elements >> match elements in our > metadata registry. >> > > Can anyone suggest what might be causing these error? >> > > Thanks, >> > > Mark >> > > Mark Jordan >> > Head of Library Systems >> > W.A.C. Bennett Library, Simon Fraser University >> > Burnaby, British Columbia, V5A 1S6, Canada >> > Voice: 778.782.5753 / Fax: 778.782.3023 >> > > ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ DSpace-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech

