in answer to my own question, after an unexpected app pool fail/recycle i've read that you need to delete lock files in the index directory.
i previously removed the files in the app_data/examinindexes folder but i also needed to remove the files in the app_data/temp/examineindexes folder too.
Correct, Lucene locks the index folder when it is running. If the app pool dies then Lucene isn't able to shut down cleanly and then results in the lock file not cleaned up.
yes if you delete the index and go back to the site hoping the iis will regenerate - not it does not work. i seriously doubt the hacks and half ass replies in the forum :)
[UmbracoExamine] Error indexing queue items,There is an error in XML document (0, 0).
i've been getting this error in the umbracolog recently. nodes will not index.
anybody seen this before?
Thanks
Simon
in answer to my own question, after an unexpected app pool fail/recycle i've read that you need to delete lock files in the index directory.
i previously removed the files in the app_data/examinindexes folder but i also needed to remove the files in the app_data/temp/examineindexes folder too.
iis needs to be stopped before you can delete
the files were regenerated after starting iis
Correct, Lucene locks the index folder when it is running. If the app pool dies then Lucene isn't able to shut down cleanly and then results in the lock file not cleaned up.
Hi
Even when I delete my index and let it be recreated I'm stil getting the error? Any ideas why?
I'm getting the same error many time and is crashing the website -
help please
yes if you delete the index and go back to the site hoping the iis will regenerate - not it does not work. i seriously doubt the hacks and half ass replies in the forum :)
is working on a reply...