Copied to clipboard

Flag this post as spam?

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


  • Dora Vouth 6 posts 97 karma points
    Dec 06, 2018 @ 15:05
    Dora Vouth
    1

    Error refreshing distributed list

    Hello,

    I have a load balanced environment and my Umbraco version is 7.2.6.

    Occasionally when creating new content it can sometimes take up to 15 minutes.

    Today there was a request timeout error while publishing new content and I found in the umbraco logs the following:

    • 2018-12-06 12:21:03,276 [8] INFO Umbraco.Web.BatchedServerMessenger [T76/D2] Submitting calls to distributed servers
    • 2018-12-06 12:21:08,799 [8] INFO umbraco.content - [T148/D2] Saved Xml to file.
    • 2018-12-06 12:21:08,812 [8] INFO umbraco.content - [T92/D2] Save Xml to file...
    • 2018-12-06 12:21:08,600 [8] ERROR Umbraco.Web.BatchedServerMessenger - [T131/D2] Error refreshing distributed list System.Threading.ThreadAbortException: Thread was being aborted. at System.Threading.WaitHandle.WaitMultiple(WaitHandle[] waitHandles, Int32 millisecondsTimeout, Boolean exitContext, Boolean WaitAll) at System.Threading.WaitHandle.WaitAll(WaitHandle[] waitHandles, Int32 millisecondsTimeout, Boolean exitContext) at Umbraco.Web.BatchedServerMessenger.SendMessages(IEnumerable`1 messages)
    • 2018-12-06 12:21:08,616 [8] ERROR Umbraco.Web.BatchedServerMessenger - [T76/D2] Error refreshing distributed list System.Threading.ThreadAbortException: Thread was being aborted. at System.Threading.WaitHandle.WaitMultiple(WaitHandle[] waitHandles, Int32 millisecondsTimeout, Boolean exitContext, Boolean WaitAll) at System.Threading.WaitHandle.WaitAll(WaitHandle[] waitHandles, Int32 millisecondsTimeout, Boolean exitContext) at Umbraco.Web.BatchedServerMessenger.SendMessages(IEnumerable`1 messages)
    • 2018-12-06 12:21:15,365 [8] INFO Umbraco.Core.Publishing.PublishingStrategy - [T138/D2] Content 'Plazza' with Id '35037' has been published.

    I do not really understand what this error is about and how to resolve it.

  • Yakov Lebski 427 posts 1654 karma points
    Dec 07, 2018 @ 15:03
    Yakov Lebski
    1

    Please check distributedCall section in umbracoSettings.config I think you have distributedCall enabled with non accessible servers

  • 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