When running the Service Bus configuration wizard, it get stuck at "Add Host to Service Bus Farm" and in the event log I get following errors:
1.
TrackingId: 394828db-5322-45bb-ae1f-25951adb30de_BHYDVPBSO1, SubsystemId: NoSystemTracker. Server GC is disabled
2. TrackingId: 452f0d96-5d77-426b-965f-dc11a6de954c, SubsystemId: NoSystemTracker. Failed to open Messaging Host Component System.TimeoutException: Operation timed out. ---> System.Runtime.InteropServices.COMException: Exception from HRESULT: 0x80071BFF
at System.Fabric.Interop.NativeRuntime.FabricEndCreateRuntime(IFabricAsyncOperationContext context)
at System.Fabric.FabricRuntime.NativeFabricRuntimeFactory.InitializeFabricRuntimeEndWrapper(FabricRuntime runtime, AsyncCallOutAdapter adapter)
at System.Fabric.Interop.Utility.FinishNativeAsyncInvoke[TResult](String functionTag, Func`2 endFunc, TaskCompletionSource`1 source, AsyncCallOutAdapter adapter, Boolean expectCompletedSynchronously)
--- End of inner exception stack trace ---
at System.Fabric.FabricRuntime.Create(Action fabricExitCallback)
at Microsoft.Cloud.ServiceBus.MessageContainerHost.Ring.Join()
at Microsoft.Cloud.ServiceBus.MessageContainerHost.MessageContainerHostComponent.Open()
3.
ServiceBus Broker service failed to start, retry count 1. Exception message: Operation timed out.. Stack Trace: at System.Fabric.FabricRuntime.Create(Action fabricExitCallback)
at Microsoft.Cloud.ServiceBus.MessageContainerHost.Ring.Join()
at Microsoft.Cloud.ServiceBus.MessageContainerHost.MessageContainerHostComponent.Open()
at Microsoft.Cloud.HostingModel.ComponentHost.OpenComponent(IComponent component, RequestTracker tracker)
at Microsoft.Cloud.HostingModel.ComponentHost.Open()
at Microsoft.ServiceBus.MessageBroker.Backend.OnStart(String[] args)
It fails after all retries.
Any idea why? I have uninstalled and isntalled several times. restart / reboot... getting the same error. Enabled the GC as well it was already enabled reset restarted the DC. still get the same error.
Please help.