Copied to clipboard

Flag this post as spam?

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


  • Peter Mason 20 posts 40 karma points
    May 08, 2012 @ 08:15
    Peter Mason
    0

    UmbracoExamine index set error

    I get the following error in the log:

    [UmbracoExamine] An error occurred recreating the index set,Request failed., IndexSet: InternalIndexSet

    It does not appear to effect the running of the website in any way, but I would like to stop the error from occurring.

    Has anyone successfully deployed Umbraco into a medium trust hosting environment without encountering this error?

  • Shannon Deminick 1530 posts 5278 karma points MVP 3x
    Jun 11, 2012 @ 21:08
    Shannon Deminick
    0

    its a medium trust issue, you'll need to add the requirePermission="false" to the examine config header like:

     

        <section name="Examine" type="Examine.Config.ExamineSettings, Examine" requirePermission="false"/>   

        <section name="ExamineLuceneIndexSets" type="Examine.LuceneEngine.Config.IndexSets, Examine" requirePermission="false" />

  • Peter Mason 20 posts 40 karma points
    Jun 11, 2012 @ 23:57
    Peter Mason
    0

    Shannon,

    Thanks for the reply, but setting the values like you suggested has no effect.

  • Shannon Deminick 1530 posts 5278 karma points MVP 3x
    Jun 12, 2012 @ 00:42
    Shannon Deminick
    0

    Yup, have figured that out now :)

    that is one step in the process, the other step is that I have to upgrade Examine with the new Lucene DLLs as this is a Lucene issue with med trust. I'm in the process of creating a 1.4.1 version which will work. will be out within the week.

  • Peter Mason 20 posts 40 karma points
    Jun 12, 2012 @ 01:26
    Peter Mason
    0

    Shannon,

    Don't know if this helps - but I have noticed the problem only happens in my test environment - NOT in my live environment.

    In test I have XP and IIS Express 7.5 and the live web server is Windows Server with IIS 6.0

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies