Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
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?
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" />
Shannon,
Thanks for the reply, but setting the values like you suggested has no effect.
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.
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
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
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?
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" />
Shannon,
Thanks for the reply, but setting the values like you suggested has no effect.
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.
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
is working on a reply...