【发布时间】:2016-02-23 12:25:11
【问题描述】:
我在日志文件中发现以下错误消息:
ManagedPoolThread #16 11:21:54 INFO 作业开始:Sitecore.ListManagement.Analytics.UnlockContactListsAgent ManagedPoolThread #16 11:21:54 错误异常 异常:System.Reflection.TargetInvocationException 消息:调用的目标已引发异常。 来源: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)
嵌套异常
异常:System.InvalidOperationException 消息:无法获取管道:listManagement.getLockedLists(域:)
来源:Sitecore.Kernel 在 Sitecore.Pipelines.CorePipeline.Run(字符串 pipelineName,PipelineArgs 参数,字符串 pipelineDomain,布尔值 failIfNotExists) 在 Sitecore.ListManagement.ContentSearch.PipelineBasedContactListStore
2.GetLockedListIds() at Sitecore.ListManagement.ListManager2.GetLockedLists() 在 Sitecore.ListManagement.Analytics.UnlockContactListsAgent.Execute()
每分钟写入一次日志文件。无法弄清楚如何解决此问题。
任何帮助将不胜感激。
【问题讨论】:
-
您使用的是什么版本的 sitecore?你有更新吗?
-
是的,我同意@SitecoreClimber。这很可能是您的配置文件和 Sitecore 二进制文件不匹配。
标签: sitecore