【发布时间】:2018-03-17 04:58:18
【问题描述】:
我已经四处搜索,但无法解决我的问题。我唯一没有尝试过的建议是从工作服务器复制 MMC 注册表条目,主要是因为我没有相同配置的工作服务器可以从中复制并且真的不想经历麻烦除非那是我唯一的选择。
如标题中所述,我有一个 Server 2008 R2 域控制器,我正在尝试将 Active Directory 证书服务角色添加到该控制器。当我打开添加角色对话框时,MMC 在选中 AD CS 角色复选框后立即崩溃。如果我选择任何其他尚未安装的角色的复选框,它不会崩溃。如果有人有任何建议,将不胜感激。我已经按照其他论坛的建议删除了缓存。我已经使用 Microsoft 的验证工具验证了 .net 安装。而且我已经运行了sfc工具,没有报错。
由于我不是专业的 IT 人员,如果有人愿意帮助我,我很乐意重新考虑我已经尝试过的任何建议或提供任何可能有用的额外数据。谢谢。
以下是服务器管理器日志中有关崩溃的文本:
3208: 2017-10-04 16:01:20.927 [CBS] IsCacheStillGood: True.
3208: 2017-10-04 16:01:32.315 [Provider] System changed since last refresh: False
3208: 2017-10-04 16:01:34.062 [CAManager] Test Initialization: CCertSrvSetup
3208: 2017-10-04 16:01:34.202 [CAManager] Test initialization: True
3208: 2017-10-04 16:01:35.388 [CAManager] Initialization: Creating CCertSrvSetup
3208: 2017-10-04 16:01:35.404 [CAManager] Initialization: Initializing defaults
3208: 2017-10-04 16:01:35.435 [CAManager] Initialization: Getting default key information
3208: 2017-10-04 16:01:35.435 [CAManager] Initialization: Getting existing certificates
3208: 2017-10-04 16:01:35.466 [CAManager] Error (Id=0) An exception occurred at at Microsoft.CertificateServices.Setup.Interop.CCertSrvSetupClass.GetExistingCACertificates()
at Microsoft.Windows.ServerManager.CertificateServer.CAManager.UpdateModel(Boolean certificateAuthorityAdded). Exception: 'Attempted to read or write protected memory. This is often an indication that other memory is corrupt.'
这是崩溃发生时问题详细信息对话框中的文本:
Description:
Stopped working
Problem signature:
Problem Event Name: CLR20r3
Problem Signature 01: mmc.exe
Problem Signature 02: 6.1.7601.23892
Problem Signature 03: 5990c6ab
Problem Signature 04: mscorlib
Problem Signature 05: 2.0.0.0
Problem Signature 06: 58e46330
Problem Signature 07: 4227
Problem Signature 08: a9
Problem Signature 09: System.AccessViolationException
OS Version: 6.1.7601.2.1.0.272.7
Locale ID: 1033
Read our privacy statement online:
http://go.microsoft.com/fwlink/?linkid=104288&clcid=0x0409
If the online privacy statement is not available, please read our privacy statement offline:
C:\Windows\system32\en-US\erofflps.txt
【问题讨论】:
标签: server active-directory ssl-certificate windows-server-2008 mmc