Wednesday, June 14, 2017

Sitecore 8.1 - Sitecore publishing stucks and CD server contents not updated


  • Sitecore 8.1 is not publishing and “initializing” is going forever
  •  CD website contents are not updated after publish to CD while the database is up to date




 Solution:
  •        Add the following handler server to CM environment at sitecore.config file to clear HTML cache in the remote server (CD environment)

  • \App_Config\Sitecore.config file, set the Indexing.UpdateInterval setting to the 00:00:00 value  on both CM and CD servers
  •  Comment the CleanupEventQueue agent is set to <IntervalToKeep>06:00:00</IntervalToKeep> on both CM and CD. The <DaysToKeep>1</DaysToKeep> 
  •  \App_Config\Sitecore.config file, remove the __system index definition under the \configuration\sitecore\search\configuration element:
<search>
...
  <configuration type="Sitecore.Search.SearchConfiguration, Sitecore.Kernel" singleInstance="true">
    <indexes hint="list:AddIndex">
      <index id="system" type="Sitecore.Search.Index, Sitecore.Kernel">
      ...
      </index>
    </indexes>
  </configuration>
</search>
  •        On both CM and CD servers, keep disabled Sitecore Performance Counters, Sitecore Memory Monitor and Sitecore Health Monitor:


10 comments:

  1. This comment has been removed by the author.

    ReplyDelete
  2. I had similar issue with sitecore8.1 update 2, content needs long time to be updated on cd1,cd2 after changing the Indexing.UpdateInterval to be 00:00:30 it works 100%, if you put it 00:00:00 rebuild indexes will be disabled on live environment so minimum should be 30 seconds as alex shyba recommendation :http://sitecoreblog.alexshyba.com/search_index_troubleshooting/
    this is very helpfull Thanks!

    ReplyDelete
  3. Thank you for the update i just checked my environment i have sitecore 8.1 update 1
    At CM environment i used the default value for Indexing.UpdateInterval which is 00:05:00 ,but at CD it's 00:00:00 and the contents updated after publishing to production(CD).

    ReplyDelete
  4. I have read all the comments and suggestions posted by the visitors for this article are very fine,We will wait for your next article so only.Thanks! cd duplication services

    ReplyDelete
  5. I would like to thank you for the efforts you have made in writing this article. I am hoping the same best work from you in the future as well. Thanks... Europa-Road traktor szállítás

    ReplyDelete
  6. Excellent blog! I found it while surfing around on Google. Content of this page is unique as well as well researched. Appreciate it. https://gnula.website

    ReplyDelete
  7. I was reading some of your content on this website and I conceive this internet site is really informative ! Keep on putting up. https://123-movies.world

    ReplyDelete

Sitecore : Rendering Exception Handling

To prevent showing yellow crash page if an error raised in one of Sitecore controls  and keep handle errors for developers without showing ...