Hi,
I havent looked at service bus for a few weeks on my machine and now I need to start doing some development. So I noticed the Service bus Message Broker service had stopped. In the interim i had changed my Windows Password. So I updated this password on that service and tried to start the service but it fails. I have turned on the tracing and I am getting this
(I have fabric started and the gateway)
Log Name: Microsoft-ServiceBus/Operational
Source: Microsoft-ServiceBus
Date: 30/06/2013 17:37:33
Event ID: 30746
Task Category: (34788)
Level: Critical
Keywords: Host component
User: Rogerss
Computer: myoc
Description:
Windows Fabric Runtime create failed Exception 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()
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="Microsoft-ServiceBus" Guid="{3D05219E-3959-41C4-A2A7-EA6CA5B5C257}" />
<EventID>30746</EventID>
<Version>0</Version>
<Level>1</Level>
<Task>34788</Task>
<Opcode>0</Opcode>
<Keywords>0x4000100000000000</Keywords>
<TimeCreated SystemTime="2013-06-30T16:37:33.556538200Z" />
<EventRecordID>1512</EventRecordID>
<Correlation ActivityID="{36A6F27F-B277-4B0A-84C4-7A2AE2B47D24}" />
<Execution ProcessID="8568" ThreadID="6508" />
<Channel>Microsoft-ServiceBus/Operational</Channel>
<Computer>TPR-ITSS-016.btn.opra.gov.uk</Computer>
<Security UserID="S-1-5-21-1144989852-317532350-1544898942-2699" />
</System>
<EventData>
<Data Name="exceptionTrace">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()</Data>
</EventData>
</Event>
Log Name: Microsoft-ServiceBus/Operational
Source: Microsoft-ServiceBus
Date: 30/06/2013 17:37:33
Event ID: 62002
Task Category: (3532)
Level: Error
Keywords: Broker
User:
Computer:
Description:
ServiceBus Broker service failed to start, retry count 2. 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)
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="Microsoft-ServiceBus" Guid="{3D05219E-3959-41C4-A2A7-EA6CA5B5C257}" />
<EventID>62002</EventID>
<Version>0</Version>
<Level>2</Level>
<Task>3532</Task>
<Opcode>0</Opcode>
<Keywords>0x4000400000000000</Keywords>
<TimeCreated SystemTime="2013-06-30T16:37:33.556538200Z" />
<EventRecordID>1514</EventRecordID>
<Correlation ActivityID="{36A6F27F-B277-4B0A-84C4-7A2AE2B47D24}" />
<Execution ProcessID="8568" ThreadID="6508" />
<Channel>Microsoft-ServiceBus/Operational</Channel>
<Computer>TPR-ITSS-016.btn.opra.gov.uk</Computer>
<Security UserID="S-1-5-21-1144989852-317532350-1544898942-2699" />
</System>
<EventData>
<Data Name="retryCount">2</Data>
<Data Name="exceptionMessage">Operation timed out.</Data>
<Data Name="stackTrace"> 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)</Data>
</EventData>
</Event>