As helix mentioned, no errors seem to appear in the script output. However, normal index-init run outputs the total time browse and search indexing needed to run.
Seems that the procedure stuck or you did not let it finish. Does it totally finished by outputting the command prompt again, or the last message you show was the one you sent and then you pressed something like ctrl C to bring the command prompt back? Since, the indexing procedure can last long, you should wait for indexing to finish. Here is an example of an index-init run: ============================= [root@localhost bin]# ./dspace index-init INFO [main] (DSpaceKernelInit.java:52) - Created new kernel: DSpaceKernel:org.dspace:name=44092adc-da73-4f42-9923-6ec21b58c032,type=DSpac eKernel:lastLoad=null: loadTime=0:running=false:kernel=null INFO [main] (ConfigurationManager.java:1224) - Loading from classloader: file:/ usr/local/dspace/config/dspace.cfg INFO [main] (ConfigurationManager.java:1224) - Using dspace provided log configuration (log.init.config) INFO [main] (ConfigurationManager.java:1224) - Loading: /usr/local/dspace /config/log4j.properties Started: 1370954210990 Ended: 1370954256617 Elapsed time: 45 secs (45627 msecs) Started: 1370954257352 Ended: 1370954273089 Elapsed time: 15 secs (15737 msecs) ============================= Between the last "INFO" message and the first "Started" message, the time period varies depending on the number of items that the repository hosts and the quantity of the metadata fields than need to be indexed. Regards, Kostas -----Original Message----- From: helix84 [mailto:[email protected]] Sent: Tuesday, June 11, 2013 2:56 PM To: Webshet, Sisay (ILRI) Cc: [email protected] Subject: Re: [Dspace-tech] dspace reindex problem These are no errors (as the INFO level shows), these are normal diagnostic messages showing where DSpace looks for its configuration file. If there is no other message, index-init finished successfully. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette ---------------------------------------------------------------------------- -- This SF.net email is sponsored by Windows: Build for Windows Store. http://p.sf.net/sfu/windows-dev2dev _______________________________________________ DSpace-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette ------------------------------------------------------------------------------ This SF.net email is sponsored by Windows: Build for Windows Store. http://p.sf.net/sfu/windows-dev2dev _______________________________________________ DSpace-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

