【问题标题】:ARR module related error logged in 'Event Viewer'“事件查看器”中记录的 ARR 模块相关错误
【发布时间】:2018-03-24 04:00:29
【问题描述】:

我们在生产站点上遇到问题,它会引发 500 错误。当我检查“事件查看器”时,我看到记录了以下错误:-

找不到来自源 Microsoft-Windows-IIS-IISManager 的事件 ID 11 的描述。引发此事件的组件未安装在本地计算机上,或者安装已损坏。您可以在本地计算机上安装或修复组件。

如果事件源自另一台计算机,则显示信息必须与事件一起保存。

活动中包含以下信息:

IISMANAGER_MODULE_INITIALIZATION_THREW_EXCEPTION

The Initialize method for module "Microsoft.Web.Management.WebFarm.WebFarmModule, Microsoft.Web.Management.WebFarmClient, Version=7.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" of type "WebFarmFramework" threw an exception.

Exception:System.IO.FileNotFoundException: Could not find file 'Microsoft.Web.Management.WebFarmClient.resources'.
   at System.Reflection.RuntimeAssembly.InternalGetSatelliteAssembly(String name, CultureInfo culture, Version version, Boolean throwOnFileNotFound, StackCrawlMark& stackMark)
   at System.Resources.ManifestBasedResourceGroveler.GetSatelliteAssembly(CultureInfo lookForCulture, StackCrawlMark& stackMark)
   at System.Resources.ManifestBasedResourceGroveler.GrovelForResourceSet(CultureInfo culture, Dictionary`2 localResourceSets, Boolean tryParents, Boolean createIfNotExists, StackCrawlMark& stackMark)
   at System.Resources.ResourceManager.InternalGetResourceSet(CultureInfo requestedCulture, Boolean createIfNotExists, Boolean tryParents, StackCrawlMark& stackMark)
   at System.Resources.ResourceManager.InternalGetResourceSet(CultureInfo culture, Boolean createIfNotExists, Boolean tryParents)
   at System.Resources.ResourceManager.GetString(String name, CultureInfo culture)
   at Microsoft.Web.Management.WebFarm.WebFarmModule.Initialize(IServiceProvider serviceProvider, ModuleInfo moduleInfo)
   at Microsoft.Web.Management.Client.Connection.Initialize(WebManagementInfo webManagementInfo)

Process:InetMgr

版本详情如下:- IIS 版本 8.5.9600 ARR 3.0.1750 WebFarm 框架:1.1.0490

我尝试在服务器上重新安装 ARR 模块,但即使在安装后我也没有在 IIS 中看到“服务器场”节点。

有人可以帮忙吗?

谢谢

【问题讨论】:

  • 安装ARR模块后需要重启IIS Mgr控制台
  • 如果您不使用这些功能,最好从模块列表中删除 WebFarmModule
  • @RichardHauer:感谢您的回复。不仅是 IIS,而且我们实际上重新启动了服务器。但这没有帮助。
  • @RichardHauer : 它在代码中被使用,所以我们实际上无法删除它。

标签: windows server sitecore iis-8 web-farm-framework


【解决方案1】:

该异常似乎暗示该模块尚未正确安装。您可以通过 Web 平台安装程序安装它,或者如果您的安装程序已损坏,请在已知良好的安装上找到该文件并将其复制。

从内存中模块位于 C:\windows\system32\inetsrv

【讨论】:

    猜你喜欢
    • 2011-02-02
    • 1970-01-01
    • 1970-01-01
    • 2011-04-05
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2010-12-04
    相关资源
    最近更新 更多