Hi Martin,
I'm requesting your help on this issue. Apologies to post on this old thread raised 3 years back.
Our live site editor have encountered similar error. Did you get chance to resolve this? Any response would be really helpful:
[NullReferenceException: Object reference not set to an instance of an object.]
at EPiServer.Editor.Notification.InUseNotificationRepository.<>c__DisplayClass1.b__0(InUseNotification notification)
at System.Linq.Enumerable.WhereSelectListIterator`2.MoveNext()
at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection)
at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source)
at EPiServer.Cms.Shell.UI.Rest.ContentStoreModelCreator.CreateContentDataStoreModel[TModel](IContent content, Boolean withProperties, String[] typeIdentifiers, Boolean allLanguages)
at EPiServer.Cms.Shell.UI.Rest.ContentStructureStore.CreateStoreModel(IContent content, String[] typeIdentifiers, Boolean allLanguages)
at EPiServer.Cms.Shell.UI.Rest.ContentStructureStore.GetContent(ContentReference contentReference, String[] typeIdentifiers, Boolean allLanguages)
at EPiServer.Cms.Shell.UI.Rest.ContentStructureStore.Get(ContentReference id, String query, ContentReference referenceId, String[] typeIdentifiers, Nullable`1 allLanguages, IEnumerable`1 sortColumns, ItemRange range)
at lambda_method(Closure , ControllerBase , Object[] )
at System.Web.Mvc.ReflectedActionDescriptor.Execute(ControllerContext controllerContext, IDictionary`2 parameters)
at System.Web.Mvc.ControllerActionInvoker.InvokeActionMethod(ControllerContext controllerContext, ActionDescriptor actionDescriptor, IDictionary`2 parameters)
at System.Web.Mvc.ControllerActionInvoker.<>c__DisplayClass13.b__10()
at System.Web.Mvc.ControllerActionInvoker.InvokeActionMethodWithFilters(ControllerContext controllerContext, IList`1 filters, ActionDescriptor actionDescriptor, IDictionary`2 parameters)
at System.Web.Mvc.ControllerActionInvoker.InvokeAction(ControllerContext controllerContext, String actionName)
at EPiServer.Shell.Services.Rest.RestControllerBase.ExecuteCore()
at System.Web.Mvc.ControllerBase.Execute(RequestContext requestContext)
at EPiServer.Shell.Services.Rest.RestHttpHandler.ProcessRequest(HttpContextBase httpContext)
at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
Hello!
Quite often our editors get stuck at a blank page and page tree when in editing mode. We haven't managed to reproduce it in our test environment but finally received a stack trace from production. Status 500 is returned for multiple requests to /EPiserver/cms/Stores/contentstructure and /EPiserver/cms/Stores/contentdata. The stack trace however points to Notifications and InUseNotificationRepository, but we can't find a solution.
It seems as if it is related to this bug http://world.episerver.com/documentation/Release-Notes/ReleaseNote/?releaseNoteId=114969. However, we are using EPi 10.3.1 and the bug above was found in EPi 7. We couldn't find the "linked SupportCase" mentioned in the bug.
This is the stacktrace:
/Martin