Windows Azure Service Fabric count not start

878 views Asked by At

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

enter image description here

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

enter image description here

Troubleshooting link available in the SDK tutorial is not helping. I tried with un/installing the SDK but no luck.

1

There are 1 answers

3
Matt Trower - MSFT On

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.