"Distributed cache is not updated" on Azure single server (not load-balanced)
We are running Umbraco 7.15.5 in an Azure web app. It is just a single web app running in a single instance, so no load-balancing.
About once a week, I receive between 1 and 50 "Distributed cache is not updated" errors:
Message: DISTRIBUTED CACHE IS NOT UPDATED. Failed to execute instructions (id: 4932, instruction count: 1). Instruction is being skipped/ignored
Exception and stacktrace: System.NullReferenceException: Object reference not set to an instance of an object.
at Umbraco.Web.Cache.MediaCacheRefresher.ClearCache(JsonPayload[] payloads)
at Umbraco.Web.Cache.MediaCacheRefresher.Refresh(String jsonPayload)
at Umbraco.Core.Sync.DatabaseServerMessenger.NotifyRefreshers(IEnumerable1 instructions, HashSet1 processed)
at Umbraco.Core.Sync.DatabaseServerMessenger.ProcessDatabaseInstructions(IReadOnlyCollection1 instructionBatch, CacheInstructionDto dto, HashSet1 processed, Int32& lastId)
The site however is running just fine.
I have verified that distributedCall enable="false" is set in umbracoSettings.config.
Any tips for either fixing the error or getting rid of the warning?
"Distributed cache is not updated" on Azure single server (not load-balanced)
We are running Umbraco 7.15.5 in an Azure web app. It is just a single web app running in a single instance, so no load-balancing.
About once a week, I receive between 1 and 50 "Distributed cache is not updated" errors:
Message: DISTRIBUTED CACHE IS NOT UPDATED. Failed to execute instructions (id: 4932, instruction count: 1). Instruction is being skipped/ignored
Exception and stacktrace: System.NullReferenceException: Object reference not set to an instance of an object. at Umbraco.Web.Cache.MediaCacheRefresher.ClearCache(JsonPayload[] payloads) at Umbraco.Web.Cache.MediaCacheRefresher.Refresh(String jsonPayload) at Umbraco.Core.Sync.DatabaseServerMessenger.NotifyRefreshers(IEnumerable
1 instructions, HashSet
1 processed) at Umbraco.Core.Sync.DatabaseServerMessenger.ProcessDatabaseInstructions(IReadOnlyCollection1 instructionBatch, CacheInstructionDto dto, HashSet
1 processed, Int32& lastId)The site however is running just fine.
I have verified that distributedCall enable="false" is set in umbracoSettings.config.
Any tips for either fixing the error or getting rid of the warning?
is working on a reply...
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.