简体   繁体   English

Azure Service Fabric:无法运行Microsoft Service Fabric主机服务

[英]Azure Service Fabric: cannot run Microsoft Service Fabric Host Service

I have a problem with Azure Service Fabric. 我对Azure Service Fabric有问题。

I have installed it (on Windows 7) as it was said in https://azure.microsoft.com/en-gb/documentation/articles/service-fabric-get-started/ . 我已经按照https://azure.microsoft.com/zh-cn/gb/documentation/articles/service-fabric-get-started/中的说明在Windows 7上安装了它。

But when I try to run a Service Fabric application from Visual Studio I see that Windows service Microsoft Service Fabric Host Service ("C:\\Program Files\\Microsoft Service Fabric\\bin\\FabricHost.exe") fails to start. 但是,当我尝试从Visual Studio运行Service Fabric应用程序时,我看到Windows服务Microsoft Service Fabric主机服务(“ C:\\ Program Files \\ Microsoft Service Fabric \\ bin \\ FabricHost.exe”)无法启动。 This service hangs for several minutes and then finishes with the following error message: 该服务挂起几分钟,然后结束,并显示以下错误消息:

Faulting application name: FabricHost.exe, version: 5.0.217.100, time stamp: 0x571a85d8 Faulting module name: FabricHost.exe, version: 5.0.217.100, time stamp: 0x571a85d8 Exception code: 0xc0000602 Fault offset: 0x00000000000b3146 Faulting process id: 0xb34 Faulting application start time: 0x01d1b90822b3eb43 Faulting application path: C:\\Program Files\\Microsoft Service Fabric\\bin\\FabricHost.exe Faulting module path: C:\\Program Files\\Microsoft Service Fabric\\bin\\FabricHost.exe Report Id: 0b7cff13-24fc-11e6-bccf-e06995ddb2c0 错误的应用程序名称:FabricHost.exe,版本:5.0.217.100,时间戳:0x571a85d8错误的模块名称:FabricHost.exe,版本:5.0.217.100,时间戳:0x571a85d8异常代码:0xc0000602错误的偏移量:0x00000000000b3146错误的进程ID:0xb34错误应用程序开始时间:0x01d1b90822b3eb43错误的应用程序路径:C:\\ Program Files \\ Microsoft Service Fabric \\ bin \\ FabricHost.exe错误的模块路径:C:\\ Program Files \\ Microsoft Service Fabric \\ bin \\ FabricHost.exe报告ID:0b7cff13-24fc- 11e6-bccf-e06995ddb2c0

How can I fix it? 我该如何解决?

Try the following: make sure you have Windows firewall running on the server before you do anything else. 请尝试以下操作:在执行其他操作之前,请确保服务器上正在运行Windows防火墙。

Once its running start the fabric service. 运行后,启动结构服务。 Once Fabric Service is running you should be able to start the Front End service. Fabric服务运行之后,您应该能够启动前端服务。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM