Copied to clipboard

Flag this post as spam?

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


  • Niklas Ederoth 4 posts 74 karma points
    Jan 11, 2017 @ 09:02
    Niklas Ederoth
    0

    Examine, Corrupt Internal and external Index

    Hi fellow Umbracians! this is my first post so bear with me :)

    I have a problem with my internal and external index, 1 - 2 times a month the indexes becomes corrupt and this error message shows in the logs:

     2016-12-23 10:28:00,653 [P3380/D6/T91] ERROR UmbracoExamine.DataServices.UmbracoLogService - Provider=InternalIndexer, NodeId=-1
    System.Exception: App is shutting down so index batch operation is ignored,, IndexSet: InternalIndexSet
    

    My application rebuilds two other indexes that stores est. 100,000 articles each every night and they work properly.

    The Internal and External indexes stores est. 20-50 sets.

    I´m running the application in Azure webapps.

    My indexes:

    <IndexSet SetName="InternalMemberIndexSet" IndexPath="~/App_Data/TEMP/ExamineIndexes/InternalMember/">
        <IndexAttributeFields>
          <add Name="id" />
          <add Name="nodeName"/>
          <add Name="updateDate" />
          <add Name="writerName" />
          <add Name="loginName" />
          <add Name="email" />
          <add Name="nodeTypeAlias" />
        </IndexAttributeFields>
      </IndexSet>
    
      <IndexSet SetName="ExternalIndexSet" IndexPath="~/App_Data/TEMP/ExamineIndexes/External/">
        <ExcludeNodeTypes>
          <add Name="containerPage" />
          <add Name="searchPage" />
        </ExcludeNodeTypes>
      </IndexSet>
    

    IndexProviders:

    <add name="InternalIndexer" type="UmbracoExamine.UmbracoContentIndexer, UmbracoExamine"
               supportUnpublished="true"
               supportProtected="true"
               analyzer="Lucene.Net.Analysis.WhitespaceAnalyzer, Lucene.Net"
               useTempStorage="Sync"
               tempStorageDirectory="UmbracoExamine.LocalStorage.AzureLocalStorageDirectory, UmbracoExamine"/>
    
        <add name="ExternalIndexer" type="UmbracoExamine.UmbracoContentIndexer, UmbracoExamine"
             useTempStorage="Sync"
             tempStorageDirectory="UmbracoExamine.LocalStorage.AzureLocalStorageDirectory, UmbracoExamine"/>
    

    IndexSearchProviders:

      <add name="ExternalSearcher" type="UmbracoExamine.UmbracoExamineSearcher, UmbracoExamine" 
           useTempStorage="Sync"
           tempStorageDirectory="UmbracoExamine.LocalStorage.AzureLocalStorageDirectory, UmbracoExamine"/>
    

    I will send a big hug to any who helps me crack this case ;)

    Cheers /Nick

  • Bojan 16 posts 131 karma points
    Jan 11, 2017 @ 14:37
    Bojan
    0

    Hi Niklas,

    The same issue here, so +1

    Details: VPS server, Umbraco 7.5.6, Win 2012 R2, IIS 8.5, default config setup (I'm not using Examine, but I see this error often while publishing)

    Bojan

  • Fredrik 5 posts 75 karma points
    Jan 12, 2017 @ 12:57
    Fredrik
    0

    +1

  • Ismail Mayat 4511 posts 10092 karma points MVP 2x admin c-trib
    Jan 12, 2017 @ 14:14
    Ismail Mayat
    1

    Niklas,

    The issue is azure webapps moving around. We had this on a site. So when in azure you setup you have to do a few things that are different from out of box setup.

    1. Remove machine name token from config file
    2. Use temp storage

    See here for full details https://our.umbraco.org/Documentation/Getting-Started/Setup/Server-Setup/azure-web-apps

    Regards

    Ismail

  • Niklas Ederoth 4 posts 74 karma points
    Jan 12, 2017 @ 14:38
    Niklas Ederoth
    0

    Hi Ismail, Thanks for the replay but I have already changed those settings and still gets this problem.

    I tried to open one of the corrupt indexes with Luke and had no problem searching in it. Same goes if I go to the Developer section in Umbraco and try to search with the Examine Management tools in the Internal index, but if i search for content in the content tree I don´t get anything at all :(

    Hope this info can help ;)

    /Nick

  • Rasmus Fjord 675 posts 1566 karma points c-trib
    Feb 03, 2017 @ 12:13
    Rasmus Fjord
    0

    We are seeing this on dedicated server windows 2012 umbraco 7.5.7

  • klaash 8 posts 87 karma points
    May 31, 2017 @ 07:35
    klaash
    0

    Was this issue ever solved?

    We are experiencing a similar issue.

  • 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