You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "John Sisson (JIRA)" <de...@geronimo.apache.org> on 2005/07/26 07:15:22 UTC

[jira] Created: (GERONIMO-815) Get stack trace from ActiveMQ when shutting down geronimo

Get stack trace from ActiveMQ when shutting down geronimo
---------------------------------------------------------

         Key: GERONIMO-815
         URL: http://issues.apache.org/jira/browse/GERONIMO-815
     Project: Geronimo
        Type: Bug
  Components: ActiveMQ  
    Versions: 1.0-M4    
    Reporter: John Sisson


It seems unnecessary to have a stack trace from ActiveMQ when a connection is shut down during Geronimo shutdown?

Server shutdown begun
2005-07-26 12:29:43,623 [TcpTransportChannel: Socket[addr=localhost/127.0.0.1,port=61616,localport=1567]] WARN  org.activemq.transpo
rt.tcp.TcpTransportChannel  - Peer closed connection
java.io.EOFException
        at java.io.DataInputStream.readByte(Unknown Source)
        at org.activemq.io.impl.AbstractDefaultWireFormat.readPacket(AbstractDefaultWireFormat.java:168)
        at org.activemq.transport.tcp.TcpTransportChannel.run(TcpTransportChannel.java:309)
        at java.lang.Thread.run(Unknown Source)
Server shutdown completed

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Commented: (GERONIMO-815) Get stack trace from ActiveMQ when shutting down geronimo

Posted by "Hiram Chirino (JIRA)" <de...@geronimo.apache.org>.
    [ http://issues.apache.org/jira/browse/GERONIMO-815?page=comments#action_12371369 ] 

Hiram Chirino commented on GERONIMO-815:
----------------------------------------

I've got a feeling that this will not show up anymore with AMQ 4.x but will need to get the integration work for AMQ 4.x done first to know for sure.

> Get stack trace from ActiveMQ when shutting down geronimo
> ---------------------------------------------------------
>
>          Key: GERONIMO-815
>          URL: http://issues.apache.org/jira/browse/GERONIMO-815
>      Project: Geronimo
>         Type: Bug
>   Components: ActiveMQ
>     Versions: 1.0-M4
>     Reporter: John Sisson
>     Assignee: Hiram Chirino
>      Fix For: 1.2

>
> It seems unnecessary to have a stack trace from ActiveMQ when a connection is shut down during Geronimo shutdown?
> Server shutdown begun
> 2005-07-26 12:29:43,623 [TcpTransportChannel: Socket[addr=localhost/127.0.0.1,port=61616,localport=1567]] WARN  org.activemq.transpo
> rt.tcp.TcpTransportChannel  - Peer closed connection
> java.io.EOFException
>         at java.io.DataInputStream.readByte(Unknown Source)
>         at org.activemq.io.impl.AbstractDefaultWireFormat.readPacket(AbstractDefaultWireFormat.java:168)
>         at org.activemq.transport.tcp.TcpTransportChannel.run(TcpTransportChannel.java:309)
>         at java.lang.Thread.run(Unknown Source)
> Server shutdown completed

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Closed: (GERONIMO-815) Get stack trace from ActiveMQ when shutting down geronimo

Posted by "Matt Hogstrom (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/GERONIMO-815?page=all ]

Matt Hogstrom closed GERONIMO-815.
----------------------------------

    Resolution: Fixed

Stack traces seem to be cleared up at shutdown.

> Get stack trace from ActiveMQ when shutting down geronimo
> ---------------------------------------------------------
>
>                 Key: GERONIMO-815
>                 URL: http://issues.apache.org/jira/browse/GERONIMO-815
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: ActiveMQ
>    Affects Versions: 1.0-M4
>            Reporter: John Sisson
>         Assigned To: Hiram Chirino
>             Fix For: 1.2
>
>
> It seems unnecessary to have a stack trace from ActiveMQ when a connection is shut down during Geronimo shutdown?
> Server shutdown begun
> 2005-07-26 12:29:43,623 [TcpTransportChannel: Socket[addr=localhost/127.0.0.1,port=61616,localport=1567]] WARN  org.activemq.transpo
> rt.tcp.TcpTransportChannel  - Peer closed connection
> java.io.EOFException
>         at java.io.DataInputStream.readByte(Unknown Source)
>         at org.activemq.io.impl.AbstractDefaultWireFormat.readPacket(AbstractDefaultWireFormat.java:168)
>         at org.activemq.transport.tcp.TcpTransportChannel.run(TcpTransportChannel.java:309)
>         at java.lang.Thread.run(Unknown Source)
> Server shutdown completed

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (GERONIMO-815) Get stack trace from ActiveMQ when shutting down geronimo

Posted by "Matt Hogstrom (JIRA)" <de...@geronimo.apache.org>.
     [ http://issues.apache.org/jira/browse/GERONIMO-815?page=all ]

Matt Hogstrom updated GERONIMO-815:
-----------------------------------

    Fix Version: 1.1
                     (was: 1.0)
      Assign To: Hiram Chirino

Moving to 1.1.  I will ping Hiram on fixing this in the next release of ActiveMQ

> Get stack trace from ActiveMQ when shutting down geronimo
> ---------------------------------------------------------
>
>          Key: GERONIMO-815
>          URL: http://issues.apache.org/jira/browse/GERONIMO-815
>      Project: Geronimo
>         Type: Bug
>   Components: ActiveMQ
>     Versions: 1.0-M4
>     Reporter: John Sisson
>     Assignee: Hiram Chirino
>      Fix For: 1.1

>
> It seems unnecessary to have a stack trace from ActiveMQ when a connection is shut down during Geronimo shutdown?
> Server shutdown begun
> 2005-07-26 12:29:43,623 [TcpTransportChannel: Socket[addr=localhost/127.0.0.1,port=61616,localport=1567]] WARN  org.activemq.transpo
> rt.tcp.TcpTransportChannel  - Peer closed connection
> java.io.EOFException
>         at java.io.DataInputStream.readByte(Unknown Source)
>         at org.activemq.io.impl.AbstractDefaultWireFormat.readPacket(AbstractDefaultWireFormat.java:168)
>         at org.activemq.transport.tcp.TcpTransportChannel.run(TcpTransportChannel.java:309)
>         at java.lang.Thread.run(Unknown Source)
> Server shutdown completed

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Updated: (GERONIMO-815) Get stack trace from ActiveMQ when shutting down geronimo

Posted by "Aaron Mulder (JIRA)" <de...@geronimo.apache.org>.
     [ http://issues.apache.org/jira/browse/GERONIMO-815?page=all ]

Aaron Mulder updated GERONIMO-815:
----------------------------------

    Fix Version: 1.0-M5

Is this still an issue in M5?

> Get stack trace from ActiveMQ when shutting down geronimo
> ---------------------------------------------------------
>
>          Key: GERONIMO-815
>          URL: http://issues.apache.org/jira/browse/GERONIMO-815
>      Project: Geronimo
>         Type: Bug
>   Components: ActiveMQ
>     Versions: 1.0-M4
>     Reporter: John Sisson
>      Fix For: 1.0-M5

>
> It seems unnecessary to have a stack trace from ActiveMQ when a connection is shut down during Geronimo shutdown?
> Server shutdown begun
> 2005-07-26 12:29:43,623 [TcpTransportChannel: Socket[addr=localhost/127.0.0.1,port=61616,localport=1567]] WARN  org.activemq.transpo
> rt.tcp.TcpTransportChannel  - Peer closed connection
> java.io.EOFException
>         at java.io.DataInputStream.readByte(Unknown Source)
>         at org.activemq.io.impl.AbstractDefaultWireFormat.readPacket(AbstractDefaultWireFormat.java:168)
>         at org.activemq.transport.tcp.TcpTransportChannel.run(TcpTransportChannel.java:309)
>         at java.lang.Thread.run(Unknown Source)
> Server shutdown completed

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Updated: (GERONIMO-815) Get stack trace from ActiveMQ when shutting down geronimo

Posted by "David Blevins (JIRA)" <de...@geronimo.apache.org>.
     [ http://issues.apache.org/jira/browse/GERONIMO-815?page=all ]

David Blevins updated GERONIMO-815:
-----------------------------------

    Fix Version: 1.0
                     (was: 1.0-M5)

> Get stack trace from ActiveMQ when shutting down geronimo
> ---------------------------------------------------------
>
>          Key: GERONIMO-815
>          URL: http://issues.apache.org/jira/browse/GERONIMO-815
>      Project: Geronimo
>         Type: Bug
>   Components: ActiveMQ
>     Versions: 1.0-M4
>     Reporter: John Sisson
>      Fix For: 1.0

>
> It seems unnecessary to have a stack trace from ActiveMQ when a connection is shut down during Geronimo shutdown?
> Server shutdown begun
> 2005-07-26 12:29:43,623 [TcpTransportChannel: Socket[addr=localhost/127.0.0.1,port=61616,localport=1567]] WARN  org.activemq.transpo
> rt.tcp.TcpTransportChannel  - Peer closed connection
> java.io.EOFException
>         at java.io.DataInputStream.readByte(Unknown Source)
>         at org.activemq.io.impl.AbstractDefaultWireFormat.readPacket(AbstractDefaultWireFormat.java:168)
>         at org.activemq.transport.tcp.TcpTransportChannel.run(TcpTransportChannel.java:309)
>         at java.lang.Thread.run(Unknown Source)
> Server shutdown completed

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira