I have found following error message in log file:
ManagedPoolThread #16 11:21:54 INFO Job started: Sitecore.ListManagement.Analytics.UnlockContactListsAgent ManagedPoolThread #16 11:21:54 ERROR Exception Exception: System.Reflection.TargetInvocationException Message: Exception has been thrown by the target of an invocation. Source: mscorlib
at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
at System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments)
at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
at System.Reflection.MethodBase.Invoke(Object obj, Object[] parameters)
at (Object , Object[] )
at Sitecore.Pipelines.CorePipeline.Run(PipelineArgs args)
at Sitecore.Jobs.Job.ThreadEntry(Object state)
Nested Exception
Exception: System.InvalidOperationException Message: Could not get pipeline: listManagement.getLockedLists (domain: )
Source: Sitecore.Kernel at Sitecore.Pipelines.CorePipeline.Run(String pipelineName, PipelineArgs args, String pipelineDomain, Boolean failIfNotExists) at Sitecore.ListManagement.ContentSearch.PipelineBasedContactListStore
2.GetLockedListIds() at Sitecore.ListManagement.ListManager
2.GetLockedLists() at Sitecore.ListManagement.Analytics.UnlockContactListsAgent.Execute()
It is written in the log file every minute. Can't figure out how to fix this issue.
Any help will be appreciated.