On Wed, May 2, 2012 at 10:33 AM, KC Roa <[email protected]> wrote: > I tried to re-index dspace but I get an error saying that _1b.prx > cannot be found as well. Therefore, it cannot be re-indexed. I hope > someone could enlighten me. Thank you. :)
If you tried to reindex using [dspace]/bin/dspace index-init and it didn't work, you should try to drop the indexes compeletely and re-create them: [dspace]/bin/dspace index-init -r -f Note that tomcat must be shut down while index-init is running. Also, depending on number of items in your repository, it may take a very long time. If you're using Discovery, you will also want to recreate the discovery index with [dspace]/bin/dspace update-discovery-index -b This command must be run while tomcat is running. Regards, ~~helix84 ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ DSpace-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech

