简体   繁体   English

Windows Azure Service Fabric计数未启动

[英]Windows Azure Service Fabric count not start

To the point: Having trouble setting up Windows Azure Service fabric. 关键点:设置Windows Azure Service结构时遇到问题。 Please help. 请帮忙。

System Detail: 系统细节:

  • Windows 8.1 Enterprise Windows 8.1企业版
  • Windows Azure SDK 2.6 (installed before Service Fabri SDK install) Windows Azure SDK 2.6(在安装Service Fabri SDK之前安装)
  • SQL Server 2012 SQL Server 2012

在此处输入图片说明

Other errors also appear but those are before trying to start the service. 其他错误也会出现,但是这些错误是在尝试启动服务之前。 Following is error screen shot when I tried to expand Node view 以下是我尝试扩展节点视图时的错误屏幕截图

在此处输入图片说明

Troubleshooting link available in the SDK tutorial is not helping. SDK教程中提供的故障排除链接无济于事。 I tried with un/installing the SDK but no luck. 我尝试卸载/安装SDK,但是没有运气。

Could you try running the following command from an elevated powershell session? 您可以尝试从提升的Powershell会话中运行以下命令吗?

if((get-ItemProperty 'hklm:\software\microsoft\Windows NT\CurrentVersion\perflib\009' Counter).Counter[0] -eq ''){echo "Corrupt"} if([System.Diagnostics.PerformanceCounterCategory]::Exists("Service Fabric Actor") -and ![System.Diagnostics.PerformanceCounterCategory]::GetCategories().CategoryName.Contains("Service Fabric Actor")) { echo "Corrupt" }

If this command prints out Corrupt, you will need to run 'lodctr /R' to recover the performance counter registry on your system. 如果此命令打印出Corrupt,则您将需要运行“ lodctr / R”来恢复系统上的性能计数器注册表。 Depending on your system, you might need to run lodctr from c:\\windows\\syswow64 and c:\\windows\\system32. 根据您的系统,您可能需要从c:\\ windows \\ syswow64和c:\\ windows \\ system32运行lodctr。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM