I noticed a few days ago that my client website had an issue with the Examine index files while trying to get the cache:
System.IO.IOException: An unexpected network error occurred.
at Umbraco.Core.Cache.HttpRuntimeCacheProvider.GetCacheItem(String cacheKey, Func`1 getCacheItem, Nullable`1 timeout, Boolean isSliding, CacheItemPriority priority, CacheItemRemovedCallback removedCallback, CacheDependency dependency)
at Umbraco.Core.Cache.HttpRuntimeCacheProvider.GetCacheItem(String cacheKey, Func`1 getCacheItem, Nullable`1 timeout, Boolean isSliding, CacheItemPriority priority, CacheItemRemovedCallback removedCallback, String[] dependentFiles)
at Umbraco.Core.Cache.DeepCloneRuntimeCacheProvider.GetCacheItem(String cacheKey, Func`1 getCacheItem, Nullable`1 timeout, Boolean isSliding, CacheItemPriority priority, CacheItemRemovedCallback removedCallback, String[] dependentFiles)
at Umbraco.Web.PublishedCache.XmlPublishedCache.PublishedMediaCache.GetCacheValues(Int32 id, Func`2 func)
at Umbraco.Web.PublishedCache.XmlPublishedCache.PublishedMediaCache.GetUmbracoMedia(Int32 id)
at Umbraco.Web.PublishedCache.XmlPublishedCache.PublishedMediaCache.GetById(UmbracoContext umbracoContext, Boolean preview, Int32 nodeId)
at Umbraco.Web.PublishedCache.ContextualPublishedCache`1.GetById(Boolean preview, Int32 contentId)
at Umbraco.Web.UmbracoHelper.TypedMedia(Int32 id)
at ASP._Page_Views_Partials_Home_Carousel_cshtml.Execute() in d:\home\site\wwwroot\Views\Partials\Home\Carousel.cshtml:line 10
I was reading that it was some kind of deadlock ? The website is hosted on Azure (web apps) and we followed the guidelines to set up Examine for Azure.
The umbraco version is 7.3.8.
Some articles were mentioning the Azure Local cache, does anybody has feedback regarding this feature ?
Azure local cache - Index deadlock
Hi,
I noticed a few days ago that my client website had an issue with the Examine index files while trying to get the cache:
I was reading that it was some kind of deadlock ? The website is hosted on Azure (web apps) and we followed the guidelines to set up Examine for Azure.
The umbraco version is 7.3.8.
Some articles were mentioning the Azure Local cache, does anybody has feedback regarding this feature ?
Thanks,
Giuliano
Hi i'm using Umbraco 7.13 on azure and i am now getting the same error messages and the website keeps going down any help. Thanks Ali
Do you have the following set in your ExamineSettings.confg?
is working on a reply...