Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Paul Blair 466 posts 731 karma points
    Nov 30, 2010 @ 23:39
    Paul Blair
    0

    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

  • Paul Blair 466 posts 731 karma points
    Dec 01, 2010 @ 02:35
    Paul Blair
    0

    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)

  • Aaron Powell 1708 posts 3046 karma points c-trib
    Dec 01, 2010 @ 05:38
    Aaron Powell
    0

    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 ;)

  • Paul Blair 466 posts 731 karma points
    Dec 01, 2010 @ 22:27
    Paul Blair
    0

    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.

Please Sign in or register to post replies

Write your reply to:

Draft