我们安装了Windows 7,其中包含VS 2015 Update 3和Service Fabric Runtime 6.1.456.9494以及Service Fabric SDK 3.0.456。安装运行时或sdk时没有错误,但在设置本地群集时,它会失败并出现以下错误,这种情况发生在我们正在使用的所有机器上。
警告:Service Fabric Cluster的使用时间比预期的要长 连接。
等待命名服务准备就绪。这可能需要几分钟......
Connect-ServiceFabricCluster:无法访问集群端点, 请检查是否存在连接/防火墙/ DNS问题。在 C:\ Program Files \ Microsoft SDKs \ Service Fabric \ Tools \ Scripts \ ClusterSetupUtilities.psm1:620 char:12 + [void](Connect-ServiceFabricCluster @connparams)+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo: InvalidOperation:(:) [Connect-ServiceFabricClus 2>之三] FabricException + FullyQualifiedErrorId: TestClusterConnectionErrorId,Microsoft.ServiceFa 2> bric.Powershell.ConnectCluster
错误应用程序名称:Fabric.exe,版本:6.1.456.9494,时间戳:0x5a66710e 错误模块名称:FabricCommon.dll_unloaded,版本:0.0.0.0,时间戳:0x5a666cec 异常代码:0xc0000005 故障偏移:0x000007febd3e6d31 错误进程id:0x2854 错误应用程序启动时间:0x01d3a64824f31fdc 错误应用程序路径:C:\ SfDevCluster \ Data_Node_0 \ Fabric \ Fabric.Code \ Fabric.exe 错误模块路径:FabricCommon.dll 报告ID:62dd8dbf-123b-11e8-bbb0-00505699504f
我也没有在Trace日志中看到任何有用的东西。
我尝试重新发送 microsoft visual c ++ 2012 redistributable package(x64),尝试运行cleanupfabric,cleanupcluster但问题仍然存在。 此外,unisntalled并重新安装了服务结构运行时和sdk多次,仍然存在问题。