You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Ricardo Pereira moura (JIRA)" <ji...@apache.org> on 2011/06/20 12:52:47 UTC

[jira] [Created] (QPID-3312) Console throws unhandled exception when the broker shuts down/restarts

Console throws unhandled exception when the broker shuts down/restarts
----------------------------------------------------------------------

                 Key: QPID-3312
                 URL: https://issues.apache.org/jira/browse/QPID-3312
             Project: Qpid
          Issue Type: Bug
          Components: Dot Net Client
    Affects Versions: 0.10
         Environment: Windows 7
            Reporter: Ricardo Pereira moura
             Fix For: 0.10


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>

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org


[jira] [Updated] (QPID-3312) Console throws unhandled exception when the broker shuts down/restarts

Posted by "Robbie Gemmell (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-3312?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Robbie Gemmell updated QPID-3312:
---------------------------------

    Fix Version/s:     (was: 0.10)
                   Future

> Console throws unhandled exception when the broker shuts down/restarts
> ----------------------------------------------------------------------
>
>                 Key: QPID-3312
>                 URL: https://issues.apache.org/jira/browse/QPID-3312
>             Project: Qpid
>          Issue Type: Bug
>          Components: Dot Net Client
>    Affects Versions: 0.10
>         Environment: Windows 7
>            Reporter: Ricardo Pereira moura
>              Labels: console, dot_net, qpidclient, shutdown
>             Fix For: Future
>
>
> 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>

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org


[jira] [Reopened] (QPID-3312) Console throws unhandled exception when the broker shuts down/restarts

Posted by "Robbie Gemmell (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-3312?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Robbie Gemmell reopened QPID-3312:
----------------------------------


Think I put this one in the wrong pile, reopening.

> Console throws unhandled exception when the broker shuts down/restarts
> ----------------------------------------------------------------------
>
>                 Key: QPID-3312
>                 URL: https://issues.apache.org/jira/browse/QPID-3312
>             Project: Qpid
>          Issue Type: Bug
>          Components: Dot Net Client
>    Affects Versions: 0.10
>         Environment: Windows 7
>            Reporter: Ricardo Pereira moura
>              Labels: console, dot_net, qpidclient, shutdown
>             Fix For: 0.10
>
>
> 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>

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org


[jira] [Closed] (QPID-3312) Console throws unhandled exception when the broker shuts down/restarts

Posted by "Robbie Gemmell (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-3312?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Robbie Gemmell closed QPID-3312.
--------------------------------

    Resolution: Won't Fix

Closing thess issues out as they relate to the old 0-8 and 0-10 .Net clients which were removed from the repository months ago, and not the current .Net bindings for the C++ messaging API.

> Console throws unhandled exception when the broker shuts down/restarts
> ----------------------------------------------------------------------
>
>                 Key: QPID-3312
>                 URL: https://issues.apache.org/jira/browse/QPID-3312
>             Project: Qpid
>          Issue Type: Bug
>          Components: Dot Net Client
>    Affects Versions: 0.10
>         Environment: Windows 7
>            Reporter: Ricardo Pereira moura
>              Labels: console, dot_net, qpidclient, shutdown
>             Fix For: 0.10
>
>
> 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>

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org