Hi Jeff, This is a bit of a shot in the dark, but what settings do you have in dspace.cfg for the search indexes? They should look similar (but not necessarily identical) to:
search.index.1 = author:dc.contributor.* search.index.2 = author:dc.creator.* search.index.3 = title:dc.title.* search.index.4 = keyword:dc.subject.* search.index.5 = abstract:dc.description.abstract search.index.6 = author:dc.description.statementofresponsibility search.index.7 = series:dc.relation.ispartofseries search.index.8 = abstract:dc.description.tableofcontents search.index.9 = mime:dc.format.mimetype search.index.10 = sponsor:dc.description.sponsorship search.index.11 = identifier:dc.identifier.* search.index.12 = language:dc.language.iso This guess is based on the error message "Caused by: java.lang.ArrayIndexOutOfBoundsException: Array index out of range: 1 at org.dspace.search.DSIndexer.<clinit>(DSIndexer.java:200)" because line 200 of DSIndexer is where those search indexes are stripped into their constituent parts for processing. Thanks, Stuart Lewis Digital Services Programmer Te Tumu Herenga The University of Auckland Library Auckland Mail Centre, Private Bag 92019, Auckland 1142, New Zealand Ph: 64 9 373-7599 x81928 http://www.library.auckland.ac.nz/ From: Jeffrey Trimble [mailto:[email protected]] Sent: Friday, 17 April 2009 6:48 a.m. To: DSpace Tech Subject: [Dspace-tech] Index-Init failed I've started to convert my production server to 1.5.1 and have received this error when issuing index-init: $ ./index-init Creating browse index Creating search index Exception in thread "main" java.lang.ExceptionInInitializerError at java.lang.J9VMInternals.initialize(J9VMInternals.java:222) Caused by: java.lang.ArrayIndexOutOfBoundsException: Array index out of range: 1 at org.dspace.search.DSIndexer.<clinit>(DSIndexer.java:200) at java.lang.J9VMInternals.initializeImpl(Native Method) at java.lang.J9VMInternals.initialize(J9VMInternals.java:200) My software/hardware: AIX 5.3 Java 1.6.0.100 Is there something that needs to be changed? TIA, jeff Jeffrey Trimble System LIbrarian William F. Maag Library Youngstown State University 330.941.2483 (Office) [email protected] http://www.maag.ysu.edu http://digital.maag.ysu.edu ------------------------------------------------------------------------------ Stay on top of everything new and different, both inside and around Java (TM) technology - register by April 22, and save $200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco. 300 plus technical and hands-on sessions. Register today. Use priority code J9JMT32. http://p.sf.net/sfu/p _______________________________________________ DSpace-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech

