Copied to clipboard

Flag this post as spam?

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


  • Ron Lagumbay 1 post 71 karma points
    Sep 05, 2024 @ 22:59
    Ron Lagumbay
    0

    Could not enter monitor before timeout in content store

    Hello Team,

    We are running Umbraco.CMS v13.4.1.

    We have this method inside an implementation of UmbracoApiController.

    The aim of this method is to create a media folder and then create an actual media inside that folder.

    Below is an example of this folder created:

    enter image description here

    On a fresh start of the app there is no issue. But after some time, we are getting this error when trying to upload a media that calls that method.

    The error happens during the folder creation. When this code is called:

    mediaService.Save(folder);

    I was hoping someone can help us out resolve this issue?

    Thank you.

    I have included the full error below:

    An error occurred while creating an update request "One or more errors occurred. (Could not enter monitor before timeout in content store)", Details: "System.AggregateException: One or more errors occurred. (Could not enter monitor before timeout in content store) ---> System.TimeoutException: Could not enter monitor before timeout in content store at Umbraco.Cms.Infrastructure.PublishedCache.ContentStore.Lock(WriteLockInfo lockInfo, Boolean forceGen) at Umbraco.Cms.Infrastructure.PublishedCache.ContentStore.

Please Sign in or register to post replies

Write your reply to:

Draft