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
other errors appear before trying start service. following error screen shot when tried expand node view
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
Post a Comment