Register-ServiceFabricApplicationType in einem sicheren Cluster läuft immer ab.

Wenn dieser Befehl ausgeführt wird, während eine Verbindung zu einem sicheren Cluster besteht:

Register-ServiceFabricApplicationType -ApplicationPathInImageStore 'MyType' -TimeoutSec 600 -Debug -Verbose 

... es wird eine Timeout-Ausnahme ausgelöst. Ich kann rennenCopy-ServiceFabricApplicationPackage ohne Probleme, so ist es eindeutig möglich, eine Verbindung zum Cluster herzustellen.

Registrierung eines App-Typs sollte eigentlich kein schwerer Vorgang sein, ich vermute daher, dass es ein zugrunde liegendes Problem gibt.

Stack trace:

VERBOSE: System.TimeoutException: Operation timed out. ---> System.Runtime.InteropServices.COMException: Exception from HRESULT: 0x80071BFF
   at System.Fabric.Interop.NativeClient.IFabricApplicationManagementClient6.EndProvisionApplicationType(IFabricAsyncOperationContext context)
   at System.Fabric.Interop.Utility.<>c__DisplayClassa.<WrapNativeAsyncInvoke>b__9(IFabricAsyncOperationContext context)
   at System.Fabric.Interop.AsyncCallOutAdapter2`1.Finish(IFabricAsyncOperationContext context, Boolean expectedCompletedSynchronously)
   --- End of inner exception stack trace ---
Register-ServiceFabricApplicationType : Operation timed out.
At line:1 char:1
+ Register-ServiceFabricApplicationType -ApplicationPathInImageStore 'M ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : OperationT,imeout: (Microsoft.Servi...usterConnection:ClusterConnection) [Register-ServiceFabricApplicationType], TimeoutException
    + FullyQualifiedErrorId : RegisterApplicationTypeErrorId,Microsoft.ServiceFabric.Powershell.RegisterApplicationType

Jede Hilfe sehr geschätzt!

Antworten auf die Frage(4)

Ihre Antwort auf die Frage