- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
在使用 local Service Fabric cluster 的任务托盘图标运行“ Reset local cluster ”后,Connect-ServiceFabricCluster
powershell 命令不再能够在该命令之前成功的 powershell 窗口中连接到集群。
重置前
连接工作正常:
PS C:\Users\Administrator> Connect-ServiceFabricCluster
True
WARNING: Cluster connection with the same name already existed, the old connection will be deleted
ConnectionEndpoint :
FabricClientSettings : {
ClientFriendlyName : PowerShell-46eba43f-9981-4a04-93ce-dcc8bc707059
PartitionLocationCacheLimit : 100000
PartitionLocationCacheBucketCount : 1024
ServiceChangePollInterval : 00:02:00
ConnectionInitializationTimeout : 00:00:02
KeepAliveInterval : 00:00:20
ConnectionIdleTimeout : 00:00:00
HealthOperationTimeout : 00:02:00
HealthReportSendInterval : 00:00:00
HealthReportRetrySendInterval : 00:00:30
NotificationGatewayConnectionTimeout : 00:00:30
NotificationCacheUpdateTimeout : 00:00:30
AuthTokenBufferSize : 4096
}
GatewayInformation : {
NodeAddress : localhost:19000
NodeId : bf865279ba277deb864a976fbf4c200e
NodeInstanceId : 131314568099152528
NodeName : _Node_0
}
PS C:\Users\Administrator> Connect-ServiceFabricCluster
WARNING: Failed to contact Naming Service. Attempting to contact Failover Manager Service...
WARNING: Failed to contact Failover Manager Service, Attempting to contact FMM...
False
Connect-ServiceFabricCluster : The object is closed.
At line:1 char:1
+ Connect-ServiceFabricCluster
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidOperation: (:) [Connect-ServiceFabricCluster], FabricObjectClosedException
+ FullyQualifiedErrorId : TestClusterConnectionErrorId,Microsoft.ServiceFabric.Powershell.ConnectCluster
Connect-ServiceFabricCluster
在那里工作,但原始的 powershell 窗口永远不会恢复。
$ClusterConnection
变量无效。
Remove-Variable ClusterConnection
C:\Windows\System32\WindowsPowerShell\v1.0\Modules\ServiceFabric\
但它是一个编译的 .net 模块,所以不是最容易理解的。
最佳答案
那是 known问题。
Cluster connection fails with "Object is closed" Solution Close the current PowerShell window and open a new PowerShell window as an administrator. You should now be able to successfully connect
关于powershell - Connect-ServiceFabricCluster 在 "Reset local cluster"之后不起作用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42202524/
我正在尝试使用“Connect-ServiceFabricCluster”连接到 ServiceFabricCluster,但不断出现 Connect-ServiceFabricCluster : A
我使用 Install the Service Fabric runtime, SDK, and tools for Visual Studio 2015 Update 2 安装了 Service F
我正在尝试关注this有关通过 powershell 部署 Service Fabric 应用程序的文章,但我在运行 Connect-ServiceFabricCluster cmdlet 时遇到问题
在使用 local Service Fabric cluster 的任务托盘图标运行“ Reset local cluster ”后,Connect-ServiceFabricCluster powe
我在美国中北部预配了一个 Azure Service Fabric 集群。我最初能够使用 Visual Studio 将我的 Service Fabric 应用程序发布到集群,并且一切运行良好。我现在
我是一名优秀的程序员,十分优秀!