Details
-
Bug
-
Status: Reopened
-
Major
-
Resolution: Unresolved
-
0.10
-
Windows 7
Description
When the broker shuts down or restarts the dotnet Qpid Console (version 0.10) throws an unhandled exception:
Log Name: Application
Source: .NET Runtime
Date: 19-06-2011 13:23:26
Event ID: 1026
Task Category: None
Level: Error
Keywords: Classic
User: N/A
Computer: XXX
Description:
Application: XXX.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: org.apache.qpid.transport.SessionClosedException
Stack:
at org.apache.qpid.transport.Session.Invoke(org.apache.qpid.transport.Method)
at org.apache.qpid.transport.Invoker.MessageStop(System.String, org.apache.qpid.transport.Option[])
at org.apache.qpid.console.Broker.Shutdown()
at org.apache.qpid.console.Broker.Finalize()
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name=".NET Runtime" />
<EventID Qualifiers="0">1026</EventID>
<Level>2</Level>
<Task>0</Task>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="2011-06-19T12:23:26.000000000Z" />
<EventRecordID>20215</EventRecordID>
<Channel>Application</Channel>
<Computer>XXX</Computer>
<Security />
</System>
<EventData>
<Data>Application: XXX.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: org.apache.qpid.transport.SessionClosedException
Stack:
at org.apache.qpid.transport.Session.Invoke(org.apache.qpid.transport.Method)
at org.apache.qpid.transport.Invoker.MessageStop(System.String, org.apache.qpid.transport.Option[])
at org.apache.qpid.console.Broker.Shutdown()
at org.apache.qpid.console.Broker.Finalize()
</Data>
</EventData>
</Event>