Server error: Failed to enter the lock within timeout
Hi all,
we have big trouble with a new developed website on umbraco v7.5.3 since a few days.
We have the following errors at irregular times in trace log:
2016-10-17 16:48:44,820 [P1160/D2/T1] INFO Umbraco.Core.PluginManager - Determining hash of code files on disk
2016-10-17 16:48:44,883 [P1160/D2/T1] INFO Umbraco.Core.PluginManager - Hash determined (took 64ms)
2016-10-17 16:50:18,889 [P1160/D2/T1] ERROR Umbraco.Core.UmbracoApplicationBase - An unhandled exception occurred
System.TimeoutException: Failed to enter the lock within timeout.
bei Umbraco.Core.AsyncLock.Lock(Int32 millisecondsTimeout)
bei Umbraco.Core.MainDom.Acquire()
bei Umbraco.Core.ApplicationContext.Init()
bei Umbraco.Core.ApplicationContext..ctor(DatabaseContext dbContext, ServiceContext serviceContext, CacheHelper cache, ProfilingLogger logger)
bei Umbraco.Core.CoreBootManager.CreateApplicationContext(DatabaseContext dbContext, ServiceContext serviceContext)
bei Umbraco.Core.CoreBootManager.Initialize()
bei Umbraco.Web.WebBootManager.Initialize()
bei Umbraco.Core.UmbracoApplicationBase.StartApplication(Object sender, EventArgs e)
bei Umbraco.Core.UmbracoApplicationBase.Application_Start(Object sender, EventArgs e)
Every time this error occurs, the application pool crashed or the complete server goes down.
I ran into this yesterday. We had over 5k rows (on top of the rest of the 300+ pages) of data that I needed to import, which I eventually threw in a custom table using PetaPoco. Seems that Umbraco was dying during the building of the cache. Have you made any recent changes to the site?
We are also seeing this error at least once per week. When it does happen we need to completely restart IIS and it will usually fail multiple times before it comes back up again. It has been happening intermittently on 7.2.2 but even now more so since we upgraded to 7.5.4. This is a very large site BTW.
Server error: Failed to enter the lock within timeout
Hi all,
we have big trouble with a new developed website on umbraco v7.5.3 since a few days.
We have the following errors at irregular times in trace log:
Every time this error occurs, the application pool crashed or the complete server goes down.
Have anyone an idea why this error occurs?
Cheers, Sören
I ran into this yesterday. We had over 5k rows (on top of the rest of the 300+ pages) of data that I needed to import, which I eventually threw in a custom table using PetaPoco. Seems that Umbraco was dying during the building of the cache. Have you made any recent changes to the site?
We're also running into this problem. Does anyone know if this is fixed in Umbraco 7.5.6?
Jeroen
Hi Jeroen,
we have updated to 7.5.4 and it seems that it solve the issue.
We're encountering the same issue on 7.5.4
We are also seeing this error at least once per week. When it does happen we need to completely restart IIS and it will usually fail multiple times before it comes back up again. It has been happening intermittently on 7.2.2 but even now more so since we upgraded to 7.5.4. This is a very large site BTW.
Thanks,
Jamie
I got this error on a server and it was related to Examine Index files not able to delete because the path was to long..
is working on a reply...