【发布时间】:2017-07-25 03:42:26
【问题描述】:
我正在部署一个 Service Fabric 集群,但在 vmss 节点启动并报告 Service Fabric 扩展状态成功后,集群仍然只是等待状态 = deploying。
当我远程桌面读取我看到的事件日志时:
ERROR: Microsoft.Azure.ServiceFabric.Extension.Core.AgentException: Cluster configuration is not available yet
at Microsoft.Azure.ServiceFabric.Extension.Core.NodeBootstrapAgent.<RunOnce>d__f.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at Microsoft.Azure.ServiceFabric.Extension.Core.NodeBootstrapAgent.<RunAsync>d__0.MoveNext()
如果我可以收集任何其他有助于调试的信息,请告诉我。
【问题讨论】:
-
我对 azure 门户创建的默认模板所做的唯一更改是删除 vhd 磁盘并改用托管磁盘
-
稍后在事件日志中的几次尝试我还发现:Fabric 安装成功。然后调用命令时发生异常:System.NullReferenceException:对象引用未设置为对象的实例。在 Microsoft.Azure.ServiceFabric.Extension.Core.Utility.RunPowershellCommand(String commandText, Dictionary`2 参数)
-
然后开始显示大量正在运行的 Fabric 主机服务