简体   繁体   中英

Windows Azure Service Fabric count not start

To the point: Having trouble setting up Windows Azure Service fabric. Please help.

System Detail:

  • Windows 8.1 Enterprise
  • Windows Azure SDK 2.6 (installed before Service Fabri SDK install)
  • 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. I tried with un/installing the SDK but no luck.

Could you try running the following command from an elevated powershell session?

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. Depending on your system, you might need to run lodctr from c:\\windows\\syswow64 and c:\\windows\\system32.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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