我已经使用 Service Fabric 一段时间了,成功构建、部署和测试了多个服务,但是我刚刚完成构建的服务在部署时失败(请参见下面的错误)。在诊断过程中,我尝试使用 VS 模板(没有代码更改)创建和部署一个全新的服务,但也不会部署 - 同样的错误。不过,计算器 SDK 示例部署得很好。
我收到以下错误,无法构建其中一个分区:
Service Status:
fabric:/DataFabricServiceApplication/DataFabricService is not ready, 1 partitions remaining.
Service Status:
fabric:/DataFabricServiceApplication/DataFabricService is not ready, 1 partitions remaining.
Service Status:
fabric:/DataFabricServiceApplication/DataFabricService is not ready, 1 partitions remaining.
Service Status:
fabric:/DataFabricServiceApplication/DataFabricService is not ready, 1 partitions remaining.
Service Status:,fabric:/DataFabricServiceApplication/DataFabricService is not ready, 1 partitions remaining.
Something is taking too long, the application is still not ready.
Finished executing script 'Get-FabricApplicationStatus.ps1'.
Time elapsed: 00:01:48.0681346
The thread 0x37fc has exited with code …
Run Code Online (Sandbox Code Playgroud)