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

timeout - Handshake_timeout on RabbitMQ using python and pika from remote vm -

gcc - MinGW's ld cannot perform PE operations on non PE output file -

c# - Search and Add Comment with OpenXML for Word -