You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Matt Hogstrom (JIRA)" <de...@geronimo.apache.org> on 2005/12/11 03:56:08 UTC

[jira] Created: (GERONIMO-1327) ActiveMQ Generates Stack Traces when closing connections...logging these at a trace level is desireable

ActiveMQ Generates Stack Traces when closing connections...logging these at a trace level is desireable
-------------------------------------------------------------------------------------------------------

         Key: GERONIMO-1327
         URL: http://issues.apache.org/jira/browse/GERONIMO-1327
     Project: Geronimo
        Type: Bug
  Components: ActiveMQ  
    Versions: 1.0-M5    
 Environment: All
    Reporter: Matt Hogstrom
 Assigned to: Hiram Chirino 
     Fix For: 1.1


18:41:02,808 ERROR [DirectoryMonitor] Hot deploy directory has disappeared!  Shutting down directory monitor.
Server shutdown begun              
18:42:12,644 WARN  [BrokerContainerImpl] Got duplicate deregisterConnection for client: ID:Hogstrom.local-52647-1134267676264-10:0
18:42:12,661 WARN  [TcpTransportChannel] Peer closed connection
java.io.EOFException
        at java.io.DataInputStream.readByte(DataInputStream.java:333)
        at org.activemq.io.AbstractWireFormat.readPacket(AbstractWireFormat.java:230)
        at org.activemq.transport.tcp.TcpTransportChannel.run(TcpTransportChannel.java:313)
        at java.lang.Thread.run(Thread.java:552)
18:42:12,672 WARN  [TcpTransportChannel] Peer closed connection
java.io.EOFException
        at java.io.DataInputStream.readByte(DataInputStream.java:333)
        at org.activemq.io.AbstractWireFormat.readPacket(AbstractWireFormat.java:230)
        at org.activemq.transport.tcp.TcpTransportChannel.run(TcpTransportChannel.java:313)
        at java.lang.Thread.run(Thread.java:552)
18:42:12,673 WARN  [TcpTransportChannel] Peer closed connection
java.io.EOFException
        at java.io.DataInputStream.readByte(DataInputStream.java:333)
        at org.activemq.io.AbstractWireFormat.readPacket(AbstractWireFormat.java:230)
        at org.activemq.transport.tcp.TcpTransportChannel.run(TcpTransportChannel.java:313)
        at java.lang.Thread.run(Thread.java:552)
18:42:12,677 WARN  [TransportChannelSupport] Caught exception dispatching message and no ExceptionListener registered: javax.jms.JMSException: Error reading socket: java.io.EOFException
javax.jms.JMSException: Error reading socket: java.io.EOFException
        at org.activemq.util.JMSExceptionHelper.newJMSException(JMSExceptionHelper.java:49)
        at org.activemq.transport.tcp.TcpTransportChannel.doClose(TcpTransportChannel.java:509)
        at org.activemq.transport.tcp.TcpTransportChannel.run(TcpTransportChannel.java:330)
        at java.lang.Thread.run(Thread.java:552)
Caused by: java.io.EOFException
        at java.io.DataInputStream.readByte(DataInputStream.java:333)
        at org.activemq.io.AbstractWireFormat.readPacket(AbstractWireFormat.java:230)
        at org.activemq.transport.tcp.TcpTransportChannel.run(TcpTransportChannel.java:313)
        ... 1 more
javax.naming.NamingException: Failed to close all [Root exception is org.apache.ldap.common.MultiException]
        at org.apache.ldap.server.partition.impl.btree.jdbm.JdbmContextPartition.destroy(JdbmContextPartition.java:253)
        at org.apache.ldap.server.partition.DefaultContextPartitionNexus.removeContextPartition(DefaultContextPartitionNexus.java:389)
        at org.apache.ldap.server.partition.DefaultContextPartitionNexus.destroy(DefaultContextPartitionNexus.java:261)
        at org.apache.ldap.server.jndi.DefaultContextFactoryService.shutdown(DefaultContextFactoryService.java:238)
        at org.apache.ldap.server.jndi.DefaultContextFactoryService$1.run(DefaultContextFactoryService.java:110)
        at java.lang.Thread.run(Thread.java:552)
Caused by: org.apache.ldap.common.MultiException
        at org.apache.ldap.server.partition.impl.btree.jdbm.JdbmContextPartition.destroy(JdbmContextPartition.java:214)
        ... 5 more
18:42:46,908 INFO  [ActiveMQAsfEndpointWorker] Endpoint connection to JMS broker failed: Initialization of TcpTransportChannel failed. URI was: tcp://localhost:61616 Reason: java.net.ConnectException: Connection refused
18:42:46,909 INFO  [ActiveMQAsfEndpointWorker] Endpoint will try to reconnect to the JMS broker in 30 seconds
18:42:46,914 INFO  [ActiveMQAsfEndpointWorker] Endpoint connection to JMS broker failed: Initialization of TcpTransportChannel failed. URI was: tcp://localhost:61616 Reason: java.net.ConnectException: Connection refused
18:42:46,915 INFO  [ActiveMQAsfEndpointWorker] Endpoint will try to reconnect to the JMS broker in 30 seconds
18:43:16,912 INFO  [ActiveMQAsfEndpointWorker] Endpoint connection to JMS broker failed: Initialization of TcpTransportChannel failed. URI was: tcp://localhost:61616 Reason: java.net.ConnectException: Connection refused
18:43:16,914 INFO  [ActiveMQAsfEndpointWorker] Endpoint will try to reconnect to the JMS broker in 30 seconds
18:43:16,920 INFO  [ActiveMQManagedConnection] Error occured during close of a JMS connection.
javax.jms.JMSException: syncSendTimedOut: connection no longer OK
        at org.activemq.ActiveMQConnection.syncSendPacket(ActiveMQConnection.java:1392)
        at org.activemq.ActiveMQConnection.sendConnectionInfoToBroker(ActiveMQConnection.java:1617)
        at org.activemq.ActiveMQConnection.close(ActiveMQConnection.java:762)
        at org.activemq.ra.ActiveMQManagedConnection.destroy(ActiveMQManagedConnection.java:225)
        at org.apache.geronimo.connector.outbound.SinglePoolConnectionInterceptor.internalDestroy(SinglePoolConnectionInterceptor.java:121)
        at org.apache.geronimo.connector.outbound.AbstractSinglePoolConnectionInterceptor.destroy(AbstractSinglePoolConnectionInterceptor.java:137)
        at org.apache.geronimo.connector.outbound.TransactionEnlistingInterceptor.destroy(TransactionEnlistingInterceptor.java:98)
        at org.apache.geronimo.connector.outbound.TransactionCachingInterceptor.destroy(TransactionCachingInterceptor.java:113)
        at org.apache.geronimo.connector.outbound.ConnectionHandleInterceptor.destroy(ConnectionHandleInterceptor.java:75)
        at org.apache.geronimo.connector.outbound.TCCLInterceptor.destroy(TCCLInterceptor.java:57)
        at org.apache.geronimo.connector.outbound.ConnectionTrackingInterceptor.destroy(ConnectionTrackingInterceptor.java:86)
        at org.apache.geronimo.connector.outbound.AbstractConnectionManager.doStop(AbstractConnectionManager.java:165)
        at org.apache.geronimo.gbean.runtime.GBeanInstance.destroyInstance(GBeanInstance.java:1079)
        at org.apache.geronimo.gbean.runtime.GBeanInstanceState.attemptFullStop(GBeanInstanceState.java:395)
        at org.apache.geronimo.gbean.runtime.GBeanInstanceState.stop(GBeanInstanceState.java:200)
        at org.apache.geronimo.gbean.runtime.GBeanInstance.stop(GBeanInstance.java:545)
        at org.apache.geronimo.kernel.basic.BasicKernel.stopGBean(BasicKernel.java:213)
        at org.apache.geronimo.gbean.runtime.GBeanInstanceState.stop(GBeanInstanceState.java:192)
        at org.apache.geronimo.gbean.runtime.GBeanInstance.stop(GBeanInstance.java:545)
        at org.apache.geronimo.kernel.basic.BasicKernel.stopGBean(BasicKernel.java:213)
        at org.apache.geronimo.gbean.runtime.GBeanInstanceState.stop(GBeanInstanceState.java:192)
        at org.apache.geronimo.gbean.runtime.GBeanInstance.stop(GBeanInstance.java:545)
        at org.apache.geronimo.kernel.basic.BasicKernel.stopGBean(BasicKernel.java:213)
        at org.apache.geronimo.gbean.runtime.GBeanInstanceState.stop(GBeanInstanceState.java:192)
        at org.apache.geronimo.gbean.runtime.GBeanInstance.stop(GBeanInstance.java:545)
        at org.apache.geronimo.kernel.basic.BasicKernel.stopGBean(BasicKernel.java:213)
        at org.apache.geronimo.gbean.runtime.GBeanInstanceState.stop(GBeanInstanceState.java:192)
        at org.apache.geronimo.gbean.runtime.GBeanInstance.stop(GBeanInstance.java:545)
        at org.apache.geronimo.kernel.basic.BasicKernel.stopGBean(BasicKernel.java:213)
        at org.apache.geronimo.gbean.runtime.GBeanInstanceState.stop(GBeanInstanceState.java:192)
        at org.apache.geronimo.gbean.runtime.GBeanInstance.stop(GBeanInstance.java:545)
        at org.apache.geronimo.kernel.basic.BasicKernel.stopGBean(BasicKernel.java:213)
        at org.apache.geronimo.kernel.config.ConfigurationManagerImpl$ShutdownHook.run(ConfigurationManagerImpl.java:287)
        at org.apache.geronimo.kernel.basic.BasicKernel.notifyShutdownHooks(BasicKernel.java:406)
        at org.apache.geronimo.kernel.basic.BasicKernel.shutdown(BasicKernel.java:383)
        at org.apache.geronimo.system.main.Daemon$1.run(Daemon.java:272)
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-1327) ActiveMQ Generates Stack Traces when closing connections...logging these at a trace level is desireable

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

Matt Hogstrom closed GERONIMO-1327.
-----------------------------------

    Resolution: Fixed

Due to AMQ Version upgrade as well as lack of stack traces at shutdown I'm closing this defect.  If this is still an issue please re-open.

> ActiveMQ Generates Stack Traces when closing connections...logging these at a trace level is desireable
> -------------------------------------------------------------------------------------------------------
>
>                 Key: GERONIMO-1327
>                 URL: http://issues.apache.org/jira/browse/GERONIMO-1327
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: ActiveMQ
>    Affects Versions: 1.0-M5
>         Environment: All
>            Reporter: Matt Hogstrom
>         Assigned To: Hiram Chirino
>             Fix For: 1.2
>
>
> 18:41:02,808 ERROR [DirectoryMonitor] Hot deploy directory has disappeared!  Shutting down directory monitor.
> Server shutdown begun              
> 18:42:12,644 WARN  [BrokerContainerImpl] Got duplicate deregisterConnection for client: ID:Hogstrom.local-52647-1134267676264-10:0
> 18:42:12,661 WARN  [TcpTransportChannel] Peer closed connection
> java.io.EOFException
>         at java.io.DataInputStream.readByte(DataInputStream.java:333)
>         at org.activemq.io.AbstractWireFormat.readPacket(AbstractWireFormat.java:230)
>         at org.activemq.transport.tcp.TcpTransportChannel.run(TcpTransportChannel.java:313)
>         at java.lang.Thread.run(Thread.java:552)
> 18:42:12,672 WARN  [TcpTransportChannel] Peer closed connection
> java.io.EOFException
>         at java.io.DataInputStream.readByte(DataInputStream.java:333)
>         at org.activemq.io.AbstractWireFormat.readPacket(AbstractWireFormat.java:230)
>         at org.activemq.transport.tcp.TcpTransportChannel.run(TcpTransportChannel.java:313)
>         at java.lang.Thread.run(Thread.java:552)
> 18:42:12,673 WARN  [TcpTransportChannel] Peer closed connection
> java.io.EOFException
>         at java.io.DataInputStream.readByte(DataInputStream.java:333)
>         at org.activemq.io.AbstractWireFormat.readPacket(AbstractWireFormat.java:230)
>         at org.activemq.transport.tcp.TcpTransportChannel.run(TcpTransportChannel.java:313)
>         at java.lang.Thread.run(Thread.java:552)
> 18:42:12,677 WARN  [TransportChannelSupport] Caught exception dispatching message and no ExceptionListener registered: javax.jms.JMSException: Error reading socket: java.io.EOFException
> javax.jms.JMSException: Error reading socket: java.io.EOFException
>         at org.activemq.util.JMSExceptionHelper.newJMSException(JMSExceptionHelper.java:49)
>         at org.activemq.transport.tcp.TcpTransportChannel.doClose(TcpTransportChannel.java:509)
>         at org.activemq.transport.tcp.TcpTransportChannel.run(TcpTransportChannel.java:330)
>         at java.lang.Thread.run(Thread.java:552)
> Caused by: java.io.EOFException
>         at java.io.DataInputStream.readByte(DataInputStream.java:333)
>         at org.activemq.io.AbstractWireFormat.readPacket(AbstractWireFormat.java:230)
>         at org.activemq.transport.tcp.TcpTransportChannel.run(TcpTransportChannel.java:313)
>         ... 1 more
> javax.naming.NamingException: Failed to close all [Root exception is org.apache.ldap.common.MultiException]
>         at org.apache.ldap.server.partition.impl.btree.jdbm.JdbmContextPartition.destroy(JdbmContextPartition.java:253)
>         at org.apache.ldap.server.partition.DefaultContextPartitionNexus.removeContextPartition(DefaultContextPartitionNexus.java:389)
>         at org.apache.ldap.server.partition.DefaultContextPartitionNexus.destroy(DefaultContextPartitionNexus.java:261)
>         at org.apache.ldap.server.jndi.DefaultContextFactoryService.shutdown(DefaultContextFactoryService.java:238)
>         at org.apache.ldap.server.jndi.DefaultContextFactoryService$1.run(DefaultContextFactoryService.java:110)
>         at java.lang.Thread.run(Thread.java:552)
> Caused by: org.apache.ldap.common.MultiException
>         at org.apache.ldap.server.partition.impl.btree.jdbm.JdbmContextPartition.destroy(JdbmContextPartition.java:214)
>         ... 5 more
> 18:42:46,908 INFO  [ActiveMQAsfEndpointWorker] Endpoint connection to JMS broker failed: Initialization of TcpTransportChannel failed. URI was: tcp://localhost:61616 Reason: java.net.ConnectException: Connection refused
> 18:42:46,909 INFO  [ActiveMQAsfEndpointWorker] Endpoint will try to reconnect to the JMS broker in 30 seconds
> 18:42:46,914 INFO  [ActiveMQAsfEndpointWorker] Endpoint connection to JMS broker failed: Initialization of TcpTransportChannel failed. URI was: tcp://localhost:61616 Reason: java.net.ConnectException: Connection refused
> 18:42:46,915 INFO  [ActiveMQAsfEndpointWorker] Endpoint will try to reconnect to the JMS broker in 30 seconds
> 18:43:16,912 INFO  [ActiveMQAsfEndpointWorker] Endpoint connection to JMS broker failed: Initialization of TcpTransportChannel failed. URI was: tcp://localhost:61616 Reason: java.net.ConnectException: Connection refused
> 18:43:16,914 INFO  [ActiveMQAsfEndpointWorker] Endpoint will try to reconnect to the JMS broker in 30 seconds
> 18:43:16,920 INFO  [ActiveMQManagedConnection] Error occured during close of a JMS connection.
> javax.jms.JMSException: syncSendTimedOut: connection no longer OK
>         at org.activemq.ActiveMQConnection.syncSendPacket(ActiveMQConnection.java:1392)
>         at org.activemq.ActiveMQConnection.sendConnectionInfoToBroker(ActiveMQConnection.java:1617)
>         at org.activemq.ActiveMQConnection.close(ActiveMQConnection.java:762)
>         at org.activemq.ra.ActiveMQManagedConnection.destroy(ActiveMQManagedConnection.java:225)
>         at org.apache.geronimo.connector.outbound.SinglePoolConnectionInterceptor.internalDestroy(SinglePoolConnectionInterceptor.java:121)
>         at org.apache.geronimo.connector.outbound.AbstractSinglePoolConnectionInterceptor.destroy(AbstractSinglePoolConnectionInterceptor.java:137)
>         at org.apache.geronimo.connector.outbound.TransactionEnlistingInterceptor.destroy(TransactionEnlistingInterceptor.java:98)
>         at org.apache.geronimo.connector.outbound.TransactionCachingInterceptor.destroy(TransactionCachingInterceptor.java:113)
>         at org.apache.geronimo.connector.outbound.ConnectionHandleInterceptor.destroy(ConnectionHandleInterceptor.java:75)
>         at org.apache.geronimo.connector.outbound.TCCLInterceptor.destroy(TCCLInterceptor.java:57)
>         at org.apache.geronimo.connector.outbound.ConnectionTrackingInterceptor.destroy(ConnectionTrackingInterceptor.java:86)
>         at org.apache.geronimo.connector.outbound.AbstractConnectionManager.doStop(AbstractConnectionManager.java:165)
>         at org.apache.geronimo.gbean.runtime.GBeanInstance.destroyInstance(GBeanInstance.java:1079)
>         at org.apache.geronimo.gbean.runtime.GBeanInstanceState.attemptFullStop(GBeanInstanceState.java:395)
>         at org.apache.geronimo.gbean.runtime.GBeanInstanceState.stop(GBeanInstanceState.java:200)
>         at org.apache.geronimo.gbean.runtime.GBeanInstance.stop(GBeanInstance.java:545)
>         at org.apache.geronimo.kernel.basic.BasicKernel.stopGBean(BasicKernel.java:213)
>         at org.apache.geronimo.gbean.runtime.GBeanInstanceState.stop(GBeanInstanceState.java:192)
>         at org.apache.geronimo.gbean.runtime.GBeanInstance.stop(GBeanInstance.java:545)
>         at org.apache.geronimo.kernel.basic.BasicKernel.stopGBean(BasicKernel.java:213)
>         at org.apache.geronimo.gbean.runtime.GBeanInstanceState.stop(GBeanInstanceState.java:192)
>         at org.apache.geronimo.gbean.runtime.GBeanInstance.stop(GBeanInstance.java:545)
>         at org.apache.geronimo.kernel.basic.BasicKernel.stopGBean(BasicKernel.java:213)
>         at org.apache.geronimo.gbean.runtime.GBeanInstanceState.stop(GBeanInstanceState.java:192)
>         at org.apache.geronimo.gbean.runtime.GBeanInstance.stop(GBeanInstance.java:545)
>         at org.apache.geronimo.kernel.basic.BasicKernel.stopGBean(BasicKernel.java:213)
>         at org.apache.geronimo.gbean.runtime.GBeanInstanceState.stop(GBeanInstanceState.java:192)
>         at org.apache.geronimo.gbean.runtime.GBeanInstance.stop(GBeanInstance.java:545)
>         at org.apache.geronimo.kernel.basic.BasicKernel.stopGBean(BasicKernel.java:213)
>         at org.apache.geronimo.gbean.runtime.GBeanInstanceState.stop(GBeanInstanceState.java:192)
>         at org.apache.geronimo.gbean.runtime.GBeanInstance.stop(GBeanInstance.java:545)
>         at org.apache.geronimo.kernel.basic.BasicKernel.stopGBean(BasicKernel.java:213)
>         at org.apache.geronimo.kernel.config.ConfigurationManagerImpl$ShutdownHook.run(ConfigurationManagerImpl.java:287)
>         at org.apache.geronimo.kernel.basic.BasicKernel.notifyShutdownHooks(BasicKernel.java:406)
>         at org.apache.geronimo.kernel.basic.BasicKernel.shutdown(BasicKernel.java:383)
>         at org.apache.geronimo.system.main.Daemon$1.run(Daemon.java:272)
> 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] Reopened: (GERONIMO-1327) ActiveMQ Generates Stack Traces when closing connections...logging these at a trace level is desireable

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

Matt Hogstrom reopened GERONIMO-1327:
-------------------------------------

             

> ActiveMQ Generates Stack Traces when closing connections...logging these at a trace level is desireable
> -------------------------------------------------------------------------------------------------------
>
>                 Key: GERONIMO-1327
>                 URL: http://issues.apache.org/jira/browse/GERONIMO-1327
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: ActiveMQ
>    Affects Versions: 1.0-M5
>         Environment: All
>            Reporter: Matt Hogstrom
>         Assigned To: Hiram Chirino
>
> 18:41:02,808 ERROR [DirectoryMonitor] Hot deploy directory has disappeared!  Shutting down directory monitor.
> Server shutdown begun              
> 18:42:12,644 WARN  [BrokerContainerImpl] Got duplicate deregisterConnection for client: ID:Hogstrom.local-52647-1134267676264-10:0
> 18:42:12,661 WARN  [TcpTransportChannel] Peer closed connection
> java.io.EOFException
>         at java.io.DataInputStream.readByte(DataInputStream.java:333)
>         at org.activemq.io.AbstractWireFormat.readPacket(AbstractWireFormat.java:230)
>         at org.activemq.transport.tcp.TcpTransportChannel.run(TcpTransportChannel.java:313)
>         at java.lang.Thread.run(Thread.java:552)
> 18:42:12,672 WARN  [TcpTransportChannel] Peer closed connection
> java.io.EOFException
>         at java.io.DataInputStream.readByte(DataInputStream.java:333)
>         at org.activemq.io.AbstractWireFormat.readPacket(AbstractWireFormat.java:230)
>         at org.activemq.transport.tcp.TcpTransportChannel.run(TcpTransportChannel.java:313)
>         at java.lang.Thread.run(Thread.java:552)
> 18:42:12,673 WARN  [TcpTransportChannel] Peer closed connection
> java.io.EOFException
>         at java.io.DataInputStream.readByte(DataInputStream.java:333)
>         at org.activemq.io.AbstractWireFormat.readPacket(AbstractWireFormat.java:230)
>         at org.activemq.transport.tcp.TcpTransportChannel.run(TcpTransportChannel.java:313)
>         at java.lang.Thread.run(Thread.java:552)
> 18:42:12,677 WARN  [TransportChannelSupport] Caught exception dispatching message and no ExceptionListener registered: javax.jms.JMSException: Error reading socket: java.io.EOFException
> javax.jms.JMSException: Error reading socket: java.io.EOFException
>         at org.activemq.util.JMSExceptionHelper.newJMSException(JMSExceptionHelper.java:49)
>         at org.activemq.transport.tcp.TcpTransportChannel.doClose(TcpTransportChannel.java:509)
>         at org.activemq.transport.tcp.TcpTransportChannel.run(TcpTransportChannel.java:330)
>         at java.lang.Thread.run(Thread.java:552)
> Caused by: java.io.EOFException
>         at java.io.DataInputStream.readByte(DataInputStream.java:333)
>         at org.activemq.io.AbstractWireFormat.readPacket(AbstractWireFormat.java:230)
>         at org.activemq.transport.tcp.TcpTransportChannel.run(TcpTransportChannel.java:313)
>         ... 1 more
> javax.naming.NamingException: Failed to close all [Root exception is org.apache.ldap.common.MultiException]
>         at org.apache.ldap.server.partition.impl.btree.jdbm.JdbmContextPartition.destroy(JdbmContextPartition.java:253)
>         at org.apache.ldap.server.partition.DefaultContextPartitionNexus.removeContextPartition(DefaultContextPartitionNexus.java:389)
>         at org.apache.ldap.server.partition.DefaultContextPartitionNexus.destroy(DefaultContextPartitionNexus.java:261)
>         at org.apache.ldap.server.jndi.DefaultContextFactoryService.shutdown(DefaultContextFactoryService.java:238)
>         at org.apache.ldap.server.jndi.DefaultContextFactoryService$1.run(DefaultContextFactoryService.java:110)
>         at java.lang.Thread.run(Thread.java:552)
> Caused by: org.apache.ldap.common.MultiException
>         at org.apache.ldap.server.partition.impl.btree.jdbm.JdbmContextPartition.destroy(JdbmContextPartition.java:214)
>         ... 5 more
> 18:42:46,908 INFO  [ActiveMQAsfEndpointWorker] Endpoint connection to JMS broker failed: Initialization of TcpTransportChannel failed. URI was: tcp://localhost:61616 Reason: java.net.ConnectException: Connection refused
> 18:42:46,909 INFO  [ActiveMQAsfEndpointWorker] Endpoint will try to reconnect to the JMS broker in 30 seconds
> 18:42:46,914 INFO  [ActiveMQAsfEndpointWorker] Endpoint connection to JMS broker failed: Initialization of TcpTransportChannel failed. URI was: tcp://localhost:61616 Reason: java.net.ConnectException: Connection refused
> 18:42:46,915 INFO  [ActiveMQAsfEndpointWorker] Endpoint will try to reconnect to the JMS broker in 30 seconds
> 18:43:16,912 INFO  [ActiveMQAsfEndpointWorker] Endpoint connection to JMS broker failed: Initialization of TcpTransportChannel failed. URI was: tcp://localhost:61616 Reason: java.net.ConnectException: Connection refused
> 18:43:16,914 INFO  [ActiveMQAsfEndpointWorker] Endpoint will try to reconnect to the JMS broker in 30 seconds
> 18:43:16,920 INFO  [ActiveMQManagedConnection] Error occured during close of a JMS connection.
> javax.jms.JMSException: syncSendTimedOut: connection no longer OK
>         at org.activemq.ActiveMQConnection.syncSendPacket(ActiveMQConnection.java:1392)
>         at org.activemq.ActiveMQConnection.sendConnectionInfoToBroker(ActiveMQConnection.java:1617)
>         at org.activemq.ActiveMQConnection.close(ActiveMQConnection.java:762)
>         at org.activemq.ra.ActiveMQManagedConnection.destroy(ActiveMQManagedConnection.java:225)
>         at org.apache.geronimo.connector.outbound.SinglePoolConnectionInterceptor.internalDestroy(SinglePoolConnectionInterceptor.java:121)
>         at org.apache.geronimo.connector.outbound.AbstractSinglePoolConnectionInterceptor.destroy(AbstractSinglePoolConnectionInterceptor.java:137)
>         at org.apache.geronimo.connector.outbound.TransactionEnlistingInterceptor.destroy(TransactionEnlistingInterceptor.java:98)
>         at org.apache.geronimo.connector.outbound.TransactionCachingInterceptor.destroy(TransactionCachingInterceptor.java:113)
>         at org.apache.geronimo.connector.outbound.ConnectionHandleInterceptor.destroy(ConnectionHandleInterceptor.java:75)
>         at org.apache.geronimo.connector.outbound.TCCLInterceptor.destroy(TCCLInterceptor.java:57)
>         at org.apache.geronimo.connector.outbound.ConnectionTrackingInterceptor.destroy(ConnectionTrackingInterceptor.java:86)
>         at org.apache.geronimo.connector.outbound.AbstractConnectionManager.doStop(AbstractConnectionManager.java:165)
>         at org.apache.geronimo.gbean.runtime.GBeanInstance.destroyInstance(GBeanInstance.java:1079)
>         at org.apache.geronimo.gbean.runtime.GBeanInstanceState.attemptFullStop(GBeanInstanceState.java:395)
>         at org.apache.geronimo.gbean.runtime.GBeanInstanceState.stop(GBeanInstanceState.java:200)
>         at org.apache.geronimo.gbean.runtime.GBeanInstance.stop(GBeanInstance.java:545)
>         at org.apache.geronimo.kernel.basic.BasicKernel.stopGBean(BasicKernel.java:213)
>         at org.apache.geronimo.gbean.runtime.GBeanInstanceState.stop(GBeanInstanceState.java:192)
>         at org.apache.geronimo.gbean.runtime.GBeanInstance.stop(GBeanInstance.java:545)
>         at org.apache.geronimo.kernel.basic.BasicKernel.stopGBean(BasicKernel.java:213)
>         at org.apache.geronimo.gbean.runtime.GBeanInstanceState.stop(GBeanInstanceState.java:192)
>         at org.apache.geronimo.gbean.runtime.GBeanInstance.stop(GBeanInstance.java:545)
>         at org.apache.geronimo.kernel.basic.BasicKernel.stopGBean(BasicKernel.java:213)
>         at org.apache.geronimo.gbean.runtime.GBeanInstanceState.stop(GBeanInstanceState.java:192)
>         at org.apache.geronimo.gbean.runtime.GBeanInstance.stop(GBeanInstance.java:545)
>         at org.apache.geronimo.kernel.basic.BasicKernel.stopGBean(BasicKernel.java:213)
>         at org.apache.geronimo.gbean.runtime.GBeanInstanceState.stop(GBeanInstanceState.java:192)
>         at org.apache.geronimo.gbean.runtime.GBeanInstance.stop(GBeanInstance.java:545)
>         at org.apache.geronimo.kernel.basic.BasicKernel.stopGBean(BasicKernel.java:213)
>         at org.apache.geronimo.gbean.runtime.GBeanInstanceState.stop(GBeanInstanceState.java:192)
>         at org.apache.geronimo.gbean.runtime.GBeanInstance.stop(GBeanInstance.java:545)
>         at org.apache.geronimo.kernel.basic.BasicKernel.stopGBean(BasicKernel.java:213)
>         at org.apache.geronimo.kernel.config.ConfigurationManagerImpl$ShutdownHook.run(ConfigurationManagerImpl.java:287)
>         at org.apache.geronimo.kernel.basic.BasicKernel.notifyShutdownHooks(BasicKernel.java:406)
>         at org.apache.geronimo.kernel.basic.BasicKernel.shutdown(BasicKernel.java:383)
>         at org.apache.geronimo.system.main.Daemon$1.run(Daemon.java:272)
> 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-1327) ActiveMQ Generates Stack Traces when closing connections...logging these at a trace level is desireable

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

Matt Hogstrom closed GERONIMO-1327.
-----------------------------------

    Fix Version/s:     (was: 1.2)
       Resolution: Won't Fix

Updating a few other attrsibutes I forgot.

> ActiveMQ Generates Stack Traces when closing connections...logging these at a trace level is desireable
> -------------------------------------------------------------------------------------------------------
>
>                 Key: GERONIMO-1327
>                 URL: http://issues.apache.org/jira/browse/GERONIMO-1327
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: ActiveMQ
>    Affects Versions: 1.0-M5
>         Environment: All
>            Reporter: Matt Hogstrom
>         Assigned To: Hiram Chirino
>
> 18:41:02,808 ERROR [DirectoryMonitor] Hot deploy directory has disappeared!  Shutting down directory monitor.
> Server shutdown begun              
> 18:42:12,644 WARN  [BrokerContainerImpl] Got duplicate deregisterConnection for client: ID:Hogstrom.local-52647-1134267676264-10:0
> 18:42:12,661 WARN  [TcpTransportChannel] Peer closed connection
> java.io.EOFException
>         at java.io.DataInputStream.readByte(DataInputStream.java:333)
>         at org.activemq.io.AbstractWireFormat.readPacket(AbstractWireFormat.java:230)
>         at org.activemq.transport.tcp.TcpTransportChannel.run(TcpTransportChannel.java:313)
>         at java.lang.Thread.run(Thread.java:552)
> 18:42:12,672 WARN  [TcpTransportChannel] Peer closed connection
> java.io.EOFException
>         at java.io.DataInputStream.readByte(DataInputStream.java:333)
>         at org.activemq.io.AbstractWireFormat.readPacket(AbstractWireFormat.java:230)
>         at org.activemq.transport.tcp.TcpTransportChannel.run(TcpTransportChannel.java:313)
>         at java.lang.Thread.run(Thread.java:552)
> 18:42:12,673 WARN  [TcpTransportChannel] Peer closed connection
> java.io.EOFException
>         at java.io.DataInputStream.readByte(DataInputStream.java:333)
>         at org.activemq.io.AbstractWireFormat.readPacket(AbstractWireFormat.java:230)
>         at org.activemq.transport.tcp.TcpTransportChannel.run(TcpTransportChannel.java:313)
>         at java.lang.Thread.run(Thread.java:552)
> 18:42:12,677 WARN  [TransportChannelSupport] Caught exception dispatching message and no ExceptionListener registered: javax.jms.JMSException: Error reading socket: java.io.EOFException
> javax.jms.JMSException: Error reading socket: java.io.EOFException
>         at org.activemq.util.JMSExceptionHelper.newJMSException(JMSExceptionHelper.java:49)
>         at org.activemq.transport.tcp.TcpTransportChannel.doClose(TcpTransportChannel.java:509)
>         at org.activemq.transport.tcp.TcpTransportChannel.run(TcpTransportChannel.java:330)
>         at java.lang.Thread.run(Thread.java:552)
> Caused by: java.io.EOFException
>         at java.io.DataInputStream.readByte(DataInputStream.java:333)
>         at org.activemq.io.AbstractWireFormat.readPacket(AbstractWireFormat.java:230)
>         at org.activemq.transport.tcp.TcpTransportChannel.run(TcpTransportChannel.java:313)
>         ... 1 more
> javax.naming.NamingException: Failed to close all [Root exception is org.apache.ldap.common.MultiException]
>         at org.apache.ldap.server.partition.impl.btree.jdbm.JdbmContextPartition.destroy(JdbmContextPartition.java:253)
>         at org.apache.ldap.server.partition.DefaultContextPartitionNexus.removeContextPartition(DefaultContextPartitionNexus.java:389)
>         at org.apache.ldap.server.partition.DefaultContextPartitionNexus.destroy(DefaultContextPartitionNexus.java:261)
>         at org.apache.ldap.server.jndi.DefaultContextFactoryService.shutdown(DefaultContextFactoryService.java:238)
>         at org.apache.ldap.server.jndi.DefaultContextFactoryService$1.run(DefaultContextFactoryService.java:110)
>         at java.lang.Thread.run(Thread.java:552)
> Caused by: org.apache.ldap.common.MultiException
>         at org.apache.ldap.server.partition.impl.btree.jdbm.JdbmContextPartition.destroy(JdbmContextPartition.java:214)
>         ... 5 more
> 18:42:46,908 INFO  [ActiveMQAsfEndpointWorker] Endpoint connection to JMS broker failed: Initialization of TcpTransportChannel failed. URI was: tcp://localhost:61616 Reason: java.net.ConnectException: Connection refused
> 18:42:46,909 INFO  [ActiveMQAsfEndpointWorker] Endpoint will try to reconnect to the JMS broker in 30 seconds
> 18:42:46,914 INFO  [ActiveMQAsfEndpointWorker] Endpoint connection to JMS broker failed: Initialization of TcpTransportChannel failed. URI was: tcp://localhost:61616 Reason: java.net.ConnectException: Connection refused
> 18:42:46,915 INFO  [ActiveMQAsfEndpointWorker] Endpoint will try to reconnect to the JMS broker in 30 seconds
> 18:43:16,912 INFO  [ActiveMQAsfEndpointWorker] Endpoint connection to JMS broker failed: Initialization of TcpTransportChannel failed. URI was: tcp://localhost:61616 Reason: java.net.ConnectException: Connection refused
> 18:43:16,914 INFO  [ActiveMQAsfEndpointWorker] Endpoint will try to reconnect to the JMS broker in 30 seconds
> 18:43:16,920 INFO  [ActiveMQManagedConnection] Error occured during close of a JMS connection.
> javax.jms.JMSException: syncSendTimedOut: connection no longer OK
>         at org.activemq.ActiveMQConnection.syncSendPacket(ActiveMQConnection.java:1392)
>         at org.activemq.ActiveMQConnection.sendConnectionInfoToBroker(ActiveMQConnection.java:1617)
>         at org.activemq.ActiveMQConnection.close(ActiveMQConnection.java:762)
>         at org.activemq.ra.ActiveMQManagedConnection.destroy(ActiveMQManagedConnection.java:225)
>         at org.apache.geronimo.connector.outbound.SinglePoolConnectionInterceptor.internalDestroy(SinglePoolConnectionInterceptor.java:121)
>         at org.apache.geronimo.connector.outbound.AbstractSinglePoolConnectionInterceptor.destroy(AbstractSinglePoolConnectionInterceptor.java:137)
>         at org.apache.geronimo.connector.outbound.TransactionEnlistingInterceptor.destroy(TransactionEnlistingInterceptor.java:98)
>         at org.apache.geronimo.connector.outbound.TransactionCachingInterceptor.destroy(TransactionCachingInterceptor.java:113)
>         at org.apache.geronimo.connector.outbound.ConnectionHandleInterceptor.destroy(ConnectionHandleInterceptor.java:75)
>         at org.apache.geronimo.connector.outbound.TCCLInterceptor.destroy(TCCLInterceptor.java:57)
>         at org.apache.geronimo.connector.outbound.ConnectionTrackingInterceptor.destroy(ConnectionTrackingInterceptor.java:86)
>         at org.apache.geronimo.connector.outbound.AbstractConnectionManager.doStop(AbstractConnectionManager.java:165)
>         at org.apache.geronimo.gbean.runtime.GBeanInstance.destroyInstance(GBeanInstance.java:1079)
>         at org.apache.geronimo.gbean.runtime.GBeanInstanceState.attemptFullStop(GBeanInstanceState.java:395)
>         at org.apache.geronimo.gbean.runtime.GBeanInstanceState.stop(GBeanInstanceState.java:200)
>         at org.apache.geronimo.gbean.runtime.GBeanInstance.stop(GBeanInstance.java:545)
>         at org.apache.geronimo.kernel.basic.BasicKernel.stopGBean(BasicKernel.java:213)
>         at org.apache.geronimo.gbean.runtime.GBeanInstanceState.stop(GBeanInstanceState.java:192)
>         at org.apache.geronimo.gbean.runtime.GBeanInstance.stop(GBeanInstance.java:545)
>         at org.apache.geronimo.kernel.basic.BasicKernel.stopGBean(BasicKernel.java:213)
>         at org.apache.geronimo.gbean.runtime.GBeanInstanceState.stop(GBeanInstanceState.java:192)
>         at org.apache.geronimo.gbean.runtime.GBeanInstance.stop(GBeanInstance.java:545)
>         at org.apache.geronimo.kernel.basic.BasicKernel.stopGBean(BasicKernel.java:213)
>         at org.apache.geronimo.gbean.runtime.GBeanInstanceState.stop(GBeanInstanceState.java:192)
>         at org.apache.geronimo.gbean.runtime.GBeanInstance.stop(GBeanInstance.java:545)
>         at org.apache.geronimo.kernel.basic.BasicKernel.stopGBean(BasicKernel.java:213)
>         at org.apache.geronimo.gbean.runtime.GBeanInstanceState.stop(GBeanInstanceState.java:192)
>         at org.apache.geronimo.gbean.runtime.GBeanInstance.stop(GBeanInstance.java:545)
>         at org.apache.geronimo.kernel.basic.BasicKernel.stopGBean(BasicKernel.java:213)
>         at org.apache.geronimo.gbean.runtime.GBeanInstanceState.stop(GBeanInstanceState.java:192)
>         at org.apache.geronimo.gbean.runtime.GBeanInstance.stop(GBeanInstance.java:545)
>         at org.apache.geronimo.kernel.basic.BasicKernel.stopGBean(BasicKernel.java:213)
>         at org.apache.geronimo.kernel.config.ConfigurationManagerImpl$ShutdownHook.run(ConfigurationManagerImpl.java:287)
>         at org.apache.geronimo.kernel.basic.BasicKernel.notifyShutdownHooks(BasicKernel.java:406)
>         at org.apache.geronimo.kernel.basic.BasicKernel.shutdown(BasicKernel.java:383)
>         at org.apache.geronimo.system.main.Daemon$1.run(Daemon.java:272)
> 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