I have a suspicion that parts of my node tree does not get indexed because of an exception that happens when the site is indexed.
I've installed Examine Index Admin to get a bit more control over the indexing process and when I try to index my site I get the following exexption and stacktrace:
In the directory where you have your indexes eg ExamineIndexes or Temp/ExamineIndexes delete the whole folder eg if you have folder called Internal for your internal index delete that then rebuild. It may be something with the lock file that is causing the issue but removing the folder then rebuilding "should" clear the issue.
Examine fails with exception while indexing
I have a suspicion that parts of my node tree does not get indexed because of an exception that happens when the site is indexed.
I've installed Examine Index Admin to get a bit more control over the indexing process and when I try to index my site I get the following exexption and stacktrace:
This error occurs both with the standard InternalIndex and my custom index.
Any Ideas?
kristian,
In the directory where you have your indexes eg ExamineIndexes or Temp/ExamineIndexes delete the whole folder eg if you have folder called Internal for your internal index delete that then rebuild. It may be something with the lock file that is causing the issue but removing the folder then rebuilding "should" clear the issue.
Regards
Ismail
Hi Ismail.
Thanks for the input put unfortunately that did not work.
I have a suspicion that it fails at a particular node. If I could find out what node that is I might be able to figure out what is causing this.
I've tried to subscribe to some of the events that examine fires while indexing but none seem to occur before this error happens.
/kristian
By using the divide and conquer method I removed parts of my site tree and thereby found out it was caused by blog4umbraco.
For some reason it failed when trying to do its Autoping. So I removed that handler from its eventcode and now it works:
is working on a reply...