Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
尝试在 Service Fabric Explorer 中展开节点视图时,出现红色框,Service Fabric 调用失败,并且提供的 Fabric Exception 地址无效。我试过刷新但得到同样的错误。
听起来您的本地集群没有成功安装。
要检查,请尝试从新的 PowerShell 管理窗口运行以下命令:
Connect-ServiceFabricCluster localhost:19000
如果一切正常,您应该很快就会看到这样的输出:
否则,它将尝试连接一段时间并最终返回如下错误:
尝试再次运行群集设置脚本并等待它成功完成,然后再转到 Service Fabric Explorer。