it seems the indexing had got itself into a mess and couldn't resolve the issue. I changed to runAsync="false" in examinesettings.config and this showed that it was erroring trying to locate a file.
So i deleted app_data/temp/examineindexes
the folder was recreated on next page laod and this solved the issue. (made Asynce=true again as well)
Having runAsync=true (or not specified) will not cause any error logs to appear as Examine runs outside of Umbraco and can't use its logger, just FYI ;)
Yes, that is correct. I got the error in the logs mentioned in my first post when Async=true. It was only after changing to false that I got the more detailed error that showed there was a missing file.
Hope this helps someone else if they come accross a similar error in the future.
UmbracoExamine errors
I am getting an error in my logs and I'm not sure what it means:
[UmbracoExamine] Error optimizing Lucene index,background merge hit exception: _5k:c72 _5l:c1 _5m:c1 _5n:c1 into _6d [optimize] [mergeDocStores]
The site was working perfectly yesterday but now it's running like a dog, pages timeing out and other inconsistent errors.
Any ideas on where I start looking into what is causing these issues?
Cheers
Paul
it seems the indexing had got itself into a mess and couldn't resolve the issue. I changed to runAsync="false" in examinesettings.config and this showed that it was erroring trying to locate a file.
So i deleted app_data/temp/examineindexes
the folder was recreated on next page laod and this solved the issue. (made Asynce=true again as well)
Having runAsync=true (or not specified) will not cause any error logs to appear as Examine runs outside of Umbraco and can't use its logger, just FYI ;)
Yes, that is correct. I got the error in the logs mentioned in my first post when Async=true. It was only after changing to false that I got the more detailed error that showed there was a missing file.
Hope this helps someone else if they come accross a similar error in the future.
is working on a reply...