Windows Azure Service Fabric count not start -


to point: having trouble setting 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 appear before trying start service. following error screen shot when tried expand node view

enter image description here

troubleshooting link available in sdk tutorial not helping. tried un/installing sdk no luck.

could try running following command 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 command prints out corrupt, need run 'lodctr /r' recover performance counter registry on system. depending on system, might need run lodctr c:\windows\syswow64 , c:\windows\system32.


Comments

Popular posts from this blog

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -