3

Sitecore 6.4 のインストール (Sitecore.NET 6.4.1 (rev. 110621)) があり、負荷分散された環境で 2 台のサーバーにデプロイされています。サーバーの 1 つ (および 1 つだけ) について、コンテンツ エディターでコンテンツ ツリーを参照すると、以下のようなスタック トレースが表示されます。常にエラーになるわけではありませんが、エラーが表示されると常に発生します。

[NullReferenceException: Object reference not set to an instance of an object.]
   Sitecore.Shell.Applications.ContentManager.ContentEditorForm.OnLoad(EventArgs e) +1636

[TargetInvocationException: Exception has been thrown by the target of an invocation.]
   System.RuntimeMethodHandle._InvokeMethodFast(IRuntimeMethodInfo method, Object target, Object[] arguments, SignatureStruct& sig, MethodAttributes methodAttributes, RuntimeType typeOwner) +0
   System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, Boolean skipVisibilityChecks) +639
   System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) +38
   System.Reflection.MethodBase.Invoke(Object obj, Object[] parameters) +35
   Sitecore.Reflection.ReflectionUtil.CallMethod(Type type, Object obj, String methodName, Boolean includeNonPublic, Boolean includeInherited, Object[] parameters) +37
   Sitecore.Reflection.ReflectionUtil.CallMethod(Object obj, String methodName, Boolean includeNonPublic, Boolean includeInherited, Object[] parameters) +66
   Sitecore.Web.UI.Sheer.ClientPage.OnLoad(EventArgs e) +420
   System.Web.UI.Control.LoadRecursive() +71
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +3064
4

1 に答える 1

0

@techphoria414 が言うように、スケーラビリティ ガイドを読んだことを確認し、名前を変更..Website\App_Config\Include\ScalabilitySettings.config.exampleしてScalabilitySettings.config、その構成内のさまざまな設定を確認したことを確認してください。

于 2012-08-21T20:02:36.387 に答える