无法启动Azure Service Fabric主机服务(FabricHostSvc)

时间:2017-02-10 21:34:25

标签: visual-studio-2015 azure-service-fabric

在Windows 7上,VS 2013VS 2015我尝试安装并运行 Service Fabric

首先尝试SDK和工具 - 安装VS 2015后的2.4.164,然后卸载并尝试使用SDK 2.3.311,结果相同。

然后我尝试权限和Fabric计数器计划任务搜索,在每种情况下都具有相同的结果: Error when run cluster setup

所有这些案例都会创建两个fabricdeployer-numbers.trace个文件,但没有错误,还有几个FabricSetup-number.trace包含此内容:

 2017-02-10 21:18:46.020,Info    ,9176,General.FabricSetup.Main,FabricSetup.exe invoked with arguments (C:\Program Files\Microsoft Service Fabric\bin\Fabric\Fabric.Code\FabricSetup.exe /operation:addnodestate). Current Exe version 5.3.311.9590
    2017-02-10 21:18:46.021,Info    ,9176,General.FabricSetup.Main,Environment information Data Root C:\SfDevCluster\Data, Log Root C:\SfDevCluster\Log
    2017-02-10 21:18:46.022,Info    ,9176,FabricSetup.FabricSetup.ServiceManager,Starting service eventlog
    2017-02-10 21:18:46.023,Info    ,9176,FabricSetup.FabricSetup.ServiceManager,Starting service pla
    2017-02-10 21:18:46.023,Error   ,9176,FabricSetup.FabricSetup.ServiceManager,Error 0x80070422 while starting service 'pla'
    2017-02-10 21:18:46.023,Warning ,9176,General.FabricSetup.Main,Unable to start pla service because of error 0x80070422
    2017-02-10 21:18:46.023,Error   ,9176,General.FabricSetup.Main,Failed the pre-requisite check for fabric setup
    2017-02-10 21:18:46.023,Noise   ,9176,Common.MutexHandle@3aff50,released

1 个答案:

答案 0 :(得分:0)

0x80070422是ERROR_SERVICE_DISABLED,在services.msc中你可以看到" Performance Logs&警报"服务是否存在并设置为自动启动Windows?