Calling all developers! We invite you to provide your input on Feature Experimentation by completing this brief survey.
Calling all developers! We invite you to provide your input on Feature Experimentation by completing this brief survey.
Ouch looks like you've got a bunch of issues here. I would reach out to support on this one.
Are you using the default domains or custom hostnames to access your Preproduction?
Not sure if it's related but I had similar errors on a non-DXP Azure web app due to the urls appsetting. Try updating the appsetting to
"urls": "http://*:8080/"
Hello,
We moved code from development to integration without any issues, but when we moved to pre-production from integration we are facing following error:
[ERR] Initialize action failed for 'Initialize on class EPiServer.Initialization.Internal.ModelSyncInitialization, EPiServer, Version=12.15.0.0, Culture=neutral, PublicKeyToken=8fe83dea738b45b7'
System.AggregateException: One or more errors occurred. (Object reference not set to an instance of an object.) (Object reference not set to an instance of an object.)
---> System.NullReferenceException: Object reference not set to an instance of an object.
at EPiServer.DataAbstraction.RuntimeModel.Internal.ContentTypeModelRegister.IsNewModelType(PropertyDefinitionModel propertyModel, PropertyDefinitionType modelPropertyType)
at EPiServer.DataAbstraction.RuntimeModel.Internal.ContentTypeModelRegister.ValidateChangeOfModelType(PropertyDefinitionModel propertyModel, String modelName)
at EPiServer.DataAbstraction.RuntimeModel.Internal.ContentTypeModelRegister.SetStateForPropertyDefinitionModels(ContentTypeModel model)
at EPiServer.DataAbstraction.RuntimeModel.Internal.ContentTypeModelRegister.<AnalyzeProperties>b__15_0(ContentTypeModel model)
at System.Threading.Tasks.Parallel.<>c__DisplayClass33_0`2.<ForEachWorker>b__0(Int32 i)
at System.Threading.Tasks.Parallel.<>c__DisplayClass19_0`1.<ForWorker>b__1(RangeWorker& currentWorker, Int32 timeout, Boolean& replicationDelegateYieldedBeforeCompletion)
--- End of stack trace from previous location ---
at System.Threading.Tasks.Parallel.<>c__DisplayClass19_0`1.<ForWorker>b__1(RangeWorker& currentWorker, Int32 timeout, Boolean& replicationDelegateYieldedBeforeCompletion)
at System.Threading.Tasks.TaskReplicator.Replica.Execute()
--- End of inner exception stack trace ---
at System.Threading.Tasks.TaskReplicator.Run[TState](ReplicatableUserAction`1 action, ParallelOptions options, Boolean stopOnFirstFailure)
at System.Threading.Tasks.Parallel.ForWorker[TLocal](Int32 fromInclusive, Int32 toExclusive, ParallelOptions parallelOptions, Action`1 body, Action`2 bodyWithState, Func`4 bodyWithLocal, Func`1 localInit, Action`1 localFinally)
--- End of stack trace from previous location ---
at System.Threading.Tasks.Parallel.ThrowSingleCancellationExceptionOrOtherException(ICollection exceptions, CancellationToken cancelToken, Exception otherException)
at System.Threading.Tasks.Parallel.ForWorker[TLocal](Int32 fromInclusive, Int32 toExclusive, ParallelOptions parallelOptions, Action`1 body, Action`2 bodyWithState, Func`4 bodyWithLocal, Func`1 localInit, Action`1 localFinally)
at System.Threading.Tasks.Parallel.ForEachWorker[TSource,TLocal](IList`1 list, ParallelOptions parallelOptions, Action`1 body, Action`2 bodyWithState, Action`3 bodyWithStateAndIndex, Func`4 bodyWithStateAndLocal, Func`5 bodyWithEverything, Func`1 localInit, Action`1 localFinally)
at System.Threading.Tasks.Parallel.ForEachWorker[TSource,TLocal](IEnumerable`1 source, ParallelOptions parallelOptions, Action`1 body, Action`2 bodyWithState, Action`3 bodyWithStateAndIndex, Func`4 bodyWithStateAndLocal, Func`5 bodyWithEverything, Func`1 localInit, Action`1 localFinally)
at System.Threading.Tasks.Parallel.ForEach[TSource](IEnumerable`1 source, Action`1 body)
at EPiServer.DataAbstraction.RuntimeModel.Internal.ContentTypeModelRegister.AnalyzeProperties()
at EPiServer.DataAbstraction.RuntimeModel.Internal.ContentTypeModelScanner.Sync(Boolean forceCommit)
at EPiServer.Initialization.Internal.ModelSyncInitialization.Initialize(InitializationEngine context)
at EPiServer.Framework.Initialization.Internal.ModuleNode.Execute(Action a, String key)
at EPiServer.Framework.Initialization.Internal.ModuleNode.Initialize(InitializationEngine context)
at EPiServer.Framework.Initialization.InitializationEngine.InitializeModules()
---> (Inner Exception #1) System.NullReferenceException: Object reference not set to an instance of an object.
at EPiServer.DataAbstraction.RuntimeModel.Internal.ContentTypeModelRegister.IsNewModelType(PropertyDefinitionModel propertyModel, PropertyDefinitionType modelPropertyType)
at EPiServer.DataAbstraction.RuntimeModel.Internal.ContentTypeModelRegister.ValidateChangeOfModelType(PropertyDefinitionModel propertyModel, String modelName)
at EPiServer.DataAbstraction.RuntimeModel.Internal.ContentTypeModelRegister.SetStateForPropertyDefinitionModels(ContentTypeModel model)
at EPiServer.DataAbstraction.RuntimeModel.Internal.ContentTypeModelRegister.<AnalyzeProperties>b__15_0(ContentTypeModel model)
at System.Threading.Tasks.Parallel.<>c__DisplayClass33_0`2.<ForEachWorker>b__0(Int32 i)
at System.Threading.Tasks.Parallel.<>c__DisplayClass19_0`1.<ForWorker>b__1(RangeWorker& currentWorker, Int32 timeout, Boolean& replicationDelegateYieldedBeforeCompletion)
--- End of stack trace from previous location ---
at System.Threading.Tasks.Parallel.<>c__DisplayClass19_0`1.<ForWorker>b__1(RangeWorker& currentWorker, Int32 timeout, Boolean& replicationDelegateYieldedBeforeCompletion)
at System.Threading.Tasks.TaskReplicator.Replica.Execute()<---
2023-07-19 10:35:34.607 +05:30 [ERR] BackgroundService failed
System.OperationCanceledException: The operation was canceled.
at System.Threading.Channels.AsyncOperation`1.GetResult(Int16 token)
at System.Threading.Channels.ChannelReader`1.ReadAllAsync(CancellationToken cancellationToken)+MoveNext()
at System.Threading.Channels.ChannelReader`1.ReadAllAsync(CancellationToken cancellationToken)+System.Threading.Tasks.Sources.IValueTaskSource<System.Boolean>.GetResult()
at Geta.NotFoundHandler.Optimizely.Core.AutomaticRedirects.MovedContentRegistratorBackgroundService.ExecuteAsync(CancellationToken stoppingToken)
at Geta.NotFoundHandler.Optimizely.Core.AutomaticRedirects.MovedContentRegistratorBackgroundService.ExecuteAsync(CancellationToken stoppingToken)
at Microsoft.Extensions.Hosting.Internal.Host.TryExecuteBackgroundServiceAsync(BackgroundService backgroundService)
2023-07-19 10:35:34.624 +05:30 [FTL] The HostOptions.BackgroundServiceExceptionBehavior is configured to StopHost. A BackgroundService has thrown an unhandled exception, and the IHost instance is stopping. To avoid this behavior, configure this to Ignore; however the BackgroundService will not be restarted.
System.OperationCanceledException: The operation was canceled.
at System.Threading.Channels.AsyncOperation`1.GetResult(Int16 token)
at System.Threading.Channels.ChannelReader`1.ReadAllAsync(CancellationToken cancellationToken)+MoveNext()
at System.Threading.Channels.ChannelReader`1.ReadAllAsync(CancellationToken cancellationToken)+System.Threading.Tasks.Sources.IValueTaskSource<System.Boolean>.GetResult()
at Geta.NotFoundHandler.Optimizely.Core.AutomaticRedirects.MovedContentRegistratorBackgroundService.ExecuteAsync(CancellationToken stoppingToken)
at Geta.NotFoundHandler.Optimizely.Core.AutomaticRedirects.MovedContentRegistratorBackgroundService.ExecuteAsync(CancellationToken stoppingToken)
at Microsoft.Extensions.Hosting.Internal.Host.TryExecuteBackgroundServiceAsync(BackgroundService backgroundService)
2023-07-19 10:35:35.302 +05:30 [ERR] An error occurred while polling cache validity.
System.NullReferenceException: Object reference not set to an instance of an object.
at EPiServer.Data.Dynamic.Internal.EPiServerDynamicDataStoreFactory.GetStore(Type type)
at EPiServer.Marketing.Testing.Web.Config.AdminConfigTestSettings.get_Current()
at EPiServer.Marketing.Testing.Web.Repositories.MarketingTestingWebRepository.Refresh()
at EPiServer.Marketing.Testing.Core.Manager.RemoteCacheSignal.PollValidity(Object state)
2023-07-19 10:35:35.326 +05:30 [ERR] Initialize action failed for 'Initialize on class EPiServer.Initialization.Internal.ModelSyncInitialization, EPiServer, Version=12.15.0.0, Culture=neutral, PublicKeyToken=8fe83dea738b45b7'
System.ObjectDisposedException: Cannot access a disposed object.
Object name: 'Microsoft.Extensions.Caching.Memory.MemoryCache'.
at Microsoft.Extensions.Caching.Memory.MemoryCache.<CheckDisposed>g__Throw|31_0()
at Microsoft.Extensions.Caching.Memory.MemoryCache.Remove(Object key)
at EPiServer.Framework.Cache.Internal.MemoryObjectInstanceCache.<>c__DisplayClass12_0.<Remove>b__0()
at EPiServer.Framework.Cache.Internal.MemoryObjectInstanceCache.LockWrite(Action action)
at EPiServer.Events.Internal.RemoteCacheSynchronization.Remove(String key)
at EPiServer.Initialization.Internal.ModelSyncInitialization.Initialize(InitializationEngine context)
at EPiServer.Framework.Initialization.Internal.ModuleNode.Execute(Action a, String key)
at EPiServer.Framework.Initialization.Internal.ModuleNode.Initialize(InitializationEngine context)
at EPiServer.Framework.Initialization.InitializationEngine.InitializeModules()
2023-07-19 10:36:27.176 +05:30 [ERR] BackgroundService failed
System.OperationCanceledException: The operation was canceled.
at System.Threading.Channels.AsyncOperation`1.GetResult(Int16 token)
at System.Threading.Channels.ChannelReader`1.ReadAllAsync(CancellationToken cancellationToken)+MoveNext()
at System.Threading.Channels.ChannelReader`1.ReadAllAsync(CancellationToken cancellationToken)+System.Threading.Tasks.Sources.IValueTaskSource<System.Boolean>.GetResult()
at Geta.NotFoundHandler.Optimizely.Core.AutomaticRedirects.MovedContentRegistratorBackgroundService.ExecuteAsync(CancellationToken stoppingToken)
at Geta.NotFoundHandler.Optimizely.Core.AutomaticRedirects.MovedContentRegistratorBackgroundService.ExecuteAsync(CancellationToken stoppingToken)
at Microsoft.Extensions.Hosting.Internal.Host.TryExecuteBackgroundServiceAsync(BackgroundService backgroundService)
2023-07-19 10:36:27.569 +05:30 [FTL] The HostOptions.BackgroundServiceExceptionBehavior is configured to StopHost. A BackgroundService has thrown an unhandled exception, and the IHost instance is stopping. To avoid this behavior, configure this to Ignore; however the BackgroundService will not be restarted.
System.OperationCanceledException: The operation was canceled.
at System.Threading.Channels.AsyncOperation`1.GetResult(Int16 token)
at System.Threading.Channels.ChannelReader`1.ReadAllAsync(CancellationToken cancellationToken)+MoveNext()
at System.Threading.Channels.ChannelReader`1.ReadAllAsync(CancellationToken cancellationToken)+System.Threading.Tasks.Sources.IValueTaskSource<System.Boolean>.GetResult()
at Geta.NotFoundHandler.Optimizely.Core.AutomaticRedirects.MovedContentRegistratorBackgroundService.ExecuteAsync(CancellationToken stoppingToken)
at Geta.NotFoundHandler.Optimizely.Core.AutomaticRedirects.MovedContentRegistratorBackgroundService.ExecuteAsync(CancellationToken stoppingToken)
at Microsoft.Extensions.Hosting.Internal.Host.TryExecuteBackgroundServiceAsync(BackgroundService backgroundService)
2023-07-19 10:36:27.575 +05:30 [ERR] An error occurred while polling cache validity.
System.ObjectDisposedException: Cannot access a disposed object.
Object name: 'Microsoft.Extensions.Caching.Memory.MemoryCache'.
at Microsoft.Extensions.Caching.Memory.MemoryCache.<CheckDisposed>g__Throw|31_0()
at Microsoft.Extensions.Caching.Memory.MemoryCache.TryGetValue(Object key, Object& result)
at EPiServer.Framework.Cache.Internal.MemoryObjectInstanceCache.Get(String key)
at EPiServer.Marketing.Testing.Core.Manager.RemoteCacheSignal.PollValidity(Object state)
2023-07-19 10:36:27.575 +05:30 [ERR] An error occurred while polling cache validity.
System.ObjectDisposedException: Cannot access a disposed object.
Object name: 'Microsoft.Extensions.Caching.Memory.MemoryCache'.
at Microsoft.Extensions.Caching.Memory.MemoryCache.<CheckDisposed>g__Throw|31_0()
at Microsoft.Extensions.Caching.Memory.MemoryCache.TryGetValue(Object key, Object& result)
at EPiServer.Framework.Cache.Internal.MemoryObjectInstanceCache.Get(String key)
at EPiServer.Marketing.Testing.Core.Manager.RemoteCacheSignal.PollValidity(Object state)
2023-07-19 10:36:28.378 +05:30 [ERR] An error occurred while polling cache validity.
System.NullReferenceException: Object reference not set to an instance of an object.
at EPiServer.Data.Dynamic.Internal.EPiServerDynamicDataStoreFactory.GetStore(Type type)
at EPiServer.Marketing.Testing.Web.Config.AdminConfigTestSettings.get_Current()
at EPiServer.Marketing.Testing.Web.Repositories.MarketingTestingWebRepository.Refresh()
at EPiServer.Marketing.Testing.Core.Manager.RemoteCacheSignal.PollValidity(Object state)
2023-07-19 10:36:28.407 +05:30 [ERR] Initialize action failed for 'Initialize on class EPiServer.Initialization.Internal.ModelSyncInitialization, EPiServer, Version=12.15.0.0, Culture=neutral, PublicKeyToken=8fe83dea738b45b7'
System.ObjectDisposedException: Cannot access a disposed object.
Object name: 'Microsoft.Extensions.Caching.Memory.MemoryCache'.
at Microsoft.Extensions.Caching.Memory.MemoryCache.<CheckDisposed>g__Throw|31_0()
at Microsoft.Extensions.Caching.Memory.MemoryCache.Remove(Object key)
at EPiServer.Framework.Cache.Internal.MemoryObjectInstanceCache.<>c__DisplayClass12_0.<Remove>b__0()
at EPiServer.Framework.Cache.Internal.MemoryObjectInstanceCache.LockWrite(Action action)
at EPiServer.Events.Internal.RemoteCacheSynchronization.Remove(String key)
at EPiServer.Initialization.Internal.ModelSyncInitialization.Initialize(InitializationEngine context)
at EPiServer.Framework.Initialization.Internal.ModuleNode.Execute(Action a, String key)
at EPiServer.Framework.Initialization.Internal.ModuleNode.Initialize(InitializationEngine context)
at EPiServer.Framework.Initialization.InitializationEngine.InitializeModules()
2023-07-19 10:36:33.557 +05:30 [ERR] BackgroundService failed
System.OperationCanceledException: The operation was canceled.
at System.Threading.Channels.AsyncOperation`1.GetResult(Int16 token)
at System.Threading.Channels.ChannelReader`1.ReadAllAsync(CancellationToken cancellationToken)+MoveNext()
at System.Threading.Channels.ChannelReader`1.ReadAllAsync(CancellationToken cancellationToken)+System.Threading.Tasks.Sources.IValueTaskSource<System.Boolean>.GetResult()
at Geta.NotFoundHandler.Optimizely.Core.AutomaticRedirects.MovedContentRegistratorBackgroundService.ExecuteAsync(CancellationToken stoppingToken)
at Geta.NotFoundHandler.Optimizely.Core.AutomaticRedirects.MovedContentRegistratorBackgroundService.ExecuteAsync(CancellationToken stoppingToken)
at Microsoft.Extensions.Hosting.Internal.Host.TryExecuteBackgroundServiceAsync(BackgroundService backgroundService)
2023-07-19 10:36:33.561 +05:30 [FTL] The HostOptions.BackgroundServiceExceptionBehavior is configured to StopHost. A BackgroundService has thrown an unhandled exception, and the IHost instance is stopping. To avoid this behavior, configure this to Ignore; however the BackgroundService will not be restarted.
System.OperationCanceledException: The operation was canceled.
at System.Threading.Channels.AsyncOperation`1.GetResult(Int16 token)
at System.Threading.Channels.ChannelReader`1.ReadAllAsync(CancellationToken cancellationToken)+MoveNext()
at System.Threading.Channels.ChannelReader`1.ReadAllAsync(CancellationToken cancellationToken)+System.Threading.Tasks.Sources.IValueTaskSource<System.Boolean>.GetResult()
at Geta.NotFoundHandler.Optimizely.Core.AutomaticRedirects.MovedContentRegistratorBackgroundService.ExecuteAsync(CancellationToken stoppingToken)
at Geta.NotFoundHandler.Optimizely.Core.AutomaticRedirects.MovedContentRegistratorBackgroundService.ExecuteAsync(CancellationToken stoppingToken)
at Microsoft.Extensions.Hosting.Internal.Host.TryExecuteBackgroundServiceAsync(BackgroundService backgroundService)
2023-07-19 10:36:34.219 +05:30 [ERR] An error occurred while polling cache validity.
System.NullReferenceException: Object reference not set to an instance of an object.
at EPiServer.Data.Dynamic.Internal.EPiServerDynamicDataStoreFactory.GetStore(Type type)
at EPiServer.Marketing.Testing.Web.Config.AdminConfigTestSettings.get_Current()
at EPiServer.Marketing.Testing.Web.Repositories.MarketingTestingWebRepository.Refresh()
at EPiServer.Marketing.Testing.Core.Manager.RemoteCacheSignal.PollValidity(Object state)
2023-07-19 10:36:34.294 +05:30 [ERR] Initialize action failed for 'Initialize on class EPiServer.Initialization.Internal.ModelSyncInitialization, EPiServer, Version=12.15.0.0, Culture=neutral, PublicKeyToken=8fe83dea738b45b7'
System.ObjectDisposedException: Cannot access a disposed object.
Object name: 'Microsoft.Extensions.Caching.Memory.MemoryCache'.
at Microsoft.Extensions.Caching.Memory.MemoryCache.<CheckDisposed>g__Throw|31_0()
at Microsoft.Extensions.Caching.Memory.MemoryCache.Remove(Object key)
at EPiServer.Framework.Cache.Internal.MemoryObjectInstanceCache.<>c__DisplayClass12_0.<Remove>b__0()
at EPiServer.Framework.Cache.Internal.MemoryObjectInstanceCache.LockWrite(Action action)
at EPiServer.Events.Internal.RemoteCacheSynchronization.Remove(String key)
at EPiServer.Initialization.Internal.ModelSyncInitialization.Initialize(InitializationEngine context)
at EPiServer.Framework.Initialization.Internal.ModuleNode.Execute(Action a, String key)
at EPiServer.Framework.Initialization.Internal.ModuleNode.Initialize(InitializationEngine context)
at EPiServer.Framework.Initialization.InitializationEngine.InitializeModules()
2023-07-19 10:36:38.230 +05:30 [ERR] BackgroundService failed
System.OperationCanceledException: The operation was canceled.
at System.Threading.Channels.AsyncOperation`1.GetResult(Int16 token)
at System.Threading.Channels.ChannelReader`1.ReadAllAsync(CancellationToken cancellationToken)+MoveNext()
at System.Threading.Channels.ChannelReader`1.ReadAllAsync(CancellationToken cancellationToken)+System.Threading.Tasks.Sources.IValueTaskSource<System.Boolean>.GetResult()
at Geta.NotFoundHandler.Optimizely.Core.AutomaticRedirects.MovedContentRegistratorBackgroundService.ExecuteAsync(CancellationToken stoppingToken)
at Geta.NotFoundHandler.Optimizely.Core.AutomaticRedirects.MovedContentRegistratorBackgroundService.ExecuteAsync(CancellationToken stoppingToken)
at Microsoft.Extensions.Hosting.Internal.Host.TryExecuteBackgroundServiceAsync(BackgroundService backgroundService)
2023-07-19 10:36:38.237 +05:30 [FTL] The HostOptions.BackgroundServiceExceptionBehavior is configured to StopHost. A BackgroundService has thrown an unhandled exception, and the IHost instance is stopping. To avoid this behavior, configure this to Ignore; however the BackgroundService will not be restarted.
System.OperationCanceledException: The operation was canceled.
at System.Threading.Channels.AsyncOperation`1.GetResult(Int16 token)
at System.Threading.Channels.ChannelReader`1.ReadAllAsync(CancellationToken cancellationToken)+MoveNext()
at System.Threading.Channels.ChannelReader`1.ReadAllAsync(CancellationToken cancellationToken)+System.Threading.Tasks.Sources.IValueTaskSource<System.Boolean>.GetResult()
at Geta.NotFoundHandler.Optimizely.Core.AutomaticRedirects.MovedContentRegistratorBackgroundService.ExecuteAsync(CancellationToken stoppingToken)
at Geta.NotFoundHandler.Optimizely.Core.AutomaticRedirects.MovedContentRegistratorBackgroundService.ExecuteAsync(CancellationToken stoppingToken)
at Microsoft.Extensions.Hosting.Internal.Host.TryExecuteBackgroundServiceAsync(BackgroundService backgroundService)
2023-07-19 10:36:39.089 +05:30 [ERR] An error occurred while polling cache validity.
System.NullReferenceException: Object reference not set to an instance of an object.
at EPiServer.Data.Dynamic.Internal.EPiServerDynamicDataStoreFactory.GetStore(Type type)
at EPiServer.Marketing.Testing.Web.Config.AdminConfigTestSettings.get_Current()
at EPiServer.Marketing.Testing.Web.Repositories.MarketingTestingWebRepository.Refresh()
at EPiServer.Marketing.Testing.Core.Manager.RemoteCacheSignal.PollValidity(Object state)
2023-07-19 10:36:39.108 +05:30 [ERR] Initialize action failed for 'Initialize on class EPiServer.Initialization.Internal.ModelSyncInitialization, EPiServer, Version=12.15.0.0, Culture=neutral, PublicKeyToken=8fe83dea738b45b7'
System.ObjectDisposedException: Cannot access a disposed object.
Object name: 'Microsoft.Extensions.Caching.Memory.MemoryCache'.
at Microsoft.Extensions.Caching.Memory.MemoryCache.<CheckDisposed>g__Throw|31_0()
at Microsoft.Extensions.Caching.Memory.MemoryCache.Remove(Object key)
at EPiServer.Framework.Cache.Internal.MemoryObjectInstanceCache.<>c__DisplayClass12_0.<Remove>b__0()
at EPiServer.Framework.Cache.Internal.MemoryObjectInstanceCache.LockWrite(Action action)
at EPiServer.Events.Internal.RemoteCacheSynchronization.Remove(String key)
at EPiServer.Initialization.Internal.ModelSyncInitialization.Initialize(InitializationEngine context)
at EPiServer.Framework.Initialization.Internal.ModuleNode.Execute(Action a, String key)
at EPiServer.Framework.Initialization.Internal.ModuleNode.Initialize(InitializationEngine context)
at EPiServer.Framework.Initialization.InitializationEngine.InitializeModules()
2023-07-19 10:36:43.605 +05:30 [ERR] An error occurred while polling cache validity.
System.ObjectDisposedException: Cannot access a disposed object.
Object name: 'Microsoft.Extensions.Caching.Memory.MemoryCache'.
at Microsoft.Extensions.Caching.Memory.MemoryCache.<CheckDisposed>g__Throw|31_0()
at Microsoft.Extensions.Caching.Memory.MemoryCache.TryGetValue(Object key, Object& result)
at EPiServer.Framework.Cache.Internal.MemoryObjectInstanceCache.Get(String key)
at EPiServer.Marketing.Testing.Core.Manager.RemoteCacheSignal.PollValidity(Object state)
2023-07-19 10:36:43.933 +05:30 [ERR] An error occurred while polling cache validity.
System.ObjectDisposedException: Cannot access a disposed object.
Object name: 'Microsoft.Extensions.Caching.Memory.MemoryCache'.
at Microsoft.Extensions.Caching.Memory.MemoryCache.<CheckDisposed>g__Throw|31_0()
at Microsoft.Extensions.Caching.Memory.MemoryCache.TryGetValue(Object key, Object& result)
at EPiServer.Framework.Cache.Internal.MemoryObjectInstanceCache.Get(String key)
at EPiServer.Marketing.Testing.Core.Manager.RemoteCacheSignal.PollValidity(Object state)
2023-07-19 10:36:43.935 +05:30 [ERR] An error occurred while polling cache validity.
System.ObjectDisposedException: Cannot access a disposed object.
Object name: 'Microsoft.Extensions.Caching.Memory.MemoryCache'.
at Microsoft.Extensions.Caching.Memory.MemoryCache.<CheckDisposed>g__Throw|31_0()
at Microsoft.Extensions.Caching.Memory.MemoryCache.TryGetValue(Object key, Object& result)
at EPiServer.Framework.Cache.Internal.MemoryObjectInstanceCache.Get(String key)
at EPiServer.Marketing.Testing.Core.Manager.RemoteCacheSignal.PollValidity(Object state)
2023-07-19 10:36:43.935 +05:30 [ERR] BackgroundService failed
System.OperationCanceledException: The operation was canceled.
at System.Threading.Channels.AsyncOperation`1.GetResult(Int16 token)
at System.Threading.Channels.ChannelReader`1.ReadAllAsync(CancellationToken cancellationToken)+MoveNext()
at System.Threading.Channels.ChannelReader`1.ReadAllAsync(CancellationToken cancellationToken)+System.Threading.Tasks.Sources.IValueTaskSource<System.Boolean>.GetResult()
at Geta.NotFoundHandler.Optimizely.Core.AutomaticRedirects.MovedContentRegistratorBackgroundService.ExecuteAsync(CancellationToken stoppingToken)
at Geta.NotFoundHandler.Optimizely.Core.AutomaticRedirects.MovedContentRegistratorBackgroundService.ExecuteAsync(CancellationToken stoppingToken)
at Microsoft.Extensions.Hosting.Internal.Host.TryExecuteBackgroundServiceAsync(BackgroundService backgroundService)
2023-07-19 10:36:43.940 +05:30 [FTL] The HostOptions.BackgroundServiceExceptionBehavior is configured to StopHost. A BackgroundService has thrown an unhandled exception, and the IHost instance is stopping. To avoid this behavior, configure this to Ignore; however the BackgroundService will not be restarted.
System.OperationCanceledException: The operation was canceled.
at System.Threading.Channels.AsyncOperation`1.GetResult(Int16 token)
at System.Threading.Channels.ChannelReader`1.ReadAllAsync(CancellationToken cancellationToken)+MoveNext()
at System.Threading.Channels.ChannelReader`1.ReadAllAsync(CancellationToken cancellationToken)+System.Threading.Tasks.Sources.IValueTaskSource<System.Boolean>.GetResult()
at Geta.NotFoundHandler.Optimizely.Core.AutomaticRedirects.MovedContentRegistratorBackgroundService.ExecuteAsync(CancellationToken stoppingToken)
at Geta.NotFoundHandler.Optimizely.Core.AutomaticRedirects.MovedContentRegistratorBackgroundService.ExecuteAsync(CancellationToken stoppingToken)
at Microsoft.Extensions.Hosting.Internal.Host.TryExecuteBackgroundServiceAsync(BackgroundService backgroundService)
2023-07-19 10:36:44.645 +05:30 [ERR] An error occurred while polling cache validity.
System.NullReferenceException: Object reference not set to an instance of an object.
at EPiServer.Data.Dynamic.Internal.EPiServerDynamicDataStoreFactory.GetStore(Type type)
at EPiServer.Marketing.Testing.Web.Config.AdminConfigTestSettings.get_Current()
at EPiServer.Marketing.Testing.Web.Repositories.MarketingTestingWebRepository.Refresh()
at EPiServer.Marketing.Testing.Core.Manager.RemoteCacheSignal.PollValidity(Object state)
2023-07-19 10:36:44.663 +05:30 [ERR] Initialize action failed for 'Initialize on class EPiServer.Initialization.Internal.ModelSyncInitialization, EPiServer, Version=12.15.0.0, Culture=neutral, PublicKeyToken=8fe83dea738b45b7'
System.ObjectDisposedException: Cannot access a disposed object.
Object name: 'Microsoft.Extensions.Caching.Memory.MemoryCache'.
at Microsoft.Extensions.Caching.Memory.MemoryCache.<CheckDisposed>g__Throw|31_0()
at Microsoft.Extensions.Caching.Memory.MemoryCache.Remove(Object key)
at EPiServer.Framework.Cache.Internal.MemoryObjectInstanceCache.<>c__DisplayClass12_0.<Remove>b__0()
at EPiServer.Framework.Cache.Internal.MemoryObjectInstanceCache.LockWrite(Action action)
at EPiServer.Events.Internal.RemoteCacheSynchronization.Remove(String key)
at EPiServer.Initialization.Internal.ModelSyncInitialization.Initialize(InitializationEngine context)
at EPiServer.Framework.Initialization.Internal.ModuleNode.Execute(Action a, String key)
at EPiServer.Framework.Initialization.Internal.ModuleNode.Initialize(InitializationEngine context)
at EPiServer.Framework.Initialization.InitializationEngine.InitializeModules()
What might be causing this issue, it just breaks in Program file?
Thanks,
Deepa