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 > > -- View this message in context: http://www.nabble.com/Fieldable-class-exceptions-on-indexing-and-on-import-tp17811704p17834911.html Sent from the DSpace - Tech mailing list archive at Nabble.com. ------------------------------------------------------------------------- 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

