Hi @ll,
I'm not able to get Service Bus running on my Windows Server 2012 x64
The symptom on Service Bus is, that during the Add-SBHost command the Message Broker service gets stuck in endless error loop.
Microsoft-ServiceBus Event Log entry:
Windows Fabric Runtime create failed (Retries left 1) Exception System.TimeoutException: Operation timed out. ---> System.Runtime.InteropServices.COMException: Exception from HRESULT: 0x80071BFF
Microsoft\Windows\Windows Fabric event log entry:
connection 8dac340 at client failed to connect to send target 13921008, have tried all addresses resolved from localhost:9003
My guess for the root cause:
The "Windows Fabric Lease Layer" device is not able to start properly. In device manager it's shown with a yellow exclamation mark.
In System event log I see the following after installing via WebPI:
Log Name: System
Source: Microsoft-Windows-Kernel-PnP
Event ID: 219
Task Category: (212)
Level: Warning
Description:
The driver \Driver\leaslayr failed to load for the device ROOT\SYSTEM\0001.
But there are no details in the event log why this device isn't able to start (Windows Fabric-Lease is empty. Enabling Debug & Analytic won't help either). So this is where I'm stuck at the moment...
Before you start asking: It's not the firewall. Firewall is deactivated and ports are working fine in a test application. Even netstat -aon shows they are available.
Hosts file is also empty.
Thanks for any hints you have to offer :-)
~Thomas