0 Replies Latest reply on Oct 14, 2019 5:02 AM by savita1987

    Active MQ bridge connection failing one one perticulat server

    savita1987

      The configuration of JMS bridge using wildfly 10 is working fine on 200 + systems

      But failing on one perticular system.

      Details of error are as below.

      Can some one help me to find the reason for this error

       

       

      "

      2019-10-14 06:39:15,326 WARN  [org.apache.activemq.artemis.jms.bridge] (Thread-201) AMQ342006: Detected failure on bridge connection: javax.jms.JMSException: ActiveMQInternalErrorException[errorType=INTERNAL_ERROR message=AMQ119005: Exception in Netty transport]

          at org.apache.activemq.artemis.jms.client.ActiveMQConnection$JMSFailureListener.connectionFailed(ActiveMQConnection.java:693)

          at org.apache.activemq.artemis.jms.client.ActiveMQConnection$JMSFailureListener.connectionFailed(ActiveMQConnection.java:714)

          at org.apache.activemq.artemis.core.client.impl.ClientSessionFactoryImpl.callSessionFailureListeners(ClientSessionFactoryImpl.java:656)

          at org.apache.activemq.artemis.core.client.impl.ClientSessionFactoryImpl.failoverOrReconnect(ClientSessionFactoryImpl.java:590)

          at org.apache.activemq.artemis.core.client.impl.ClientSessionFactoryImpl.handleConnectionFailure(ClientSessionFactoryImpl.java:469)

          at org.apache.activemq.artemis.core.client.impl.ClientSessionFactoryImpl.handleConnectionFailure(ClientSessionFactoryImpl.java:462)

          at org.apache.activemq.artemis.core.client.impl.ClientSessionFactoryImpl.connectionException(ClientSessionFactoryImpl.java:355)

          at org.apache.activemq.artemis.core.remoting.impl.netty.NettyConnector$Listener$2.run(NettyConnector.java:921)

          at org.apache.activemq.artemis.utils.OrderedExecutorFactory$OrderedExecutor$ExecutorTask.run(OrderedExecutorFactory.java:100)

          at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)

          at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)

          at java.lang.Thread.run(Thread.java:745)

      Caused by: ActiveMQInternalErrorException[errorType=INTERNAL_ERROR message=AMQ119005: Exception in Netty transport]

          at org.apache.activemq.artemis.core.remoting.impl.netty.ActiveMQChannelHandler.exceptionCaught(ActiveMQChannelHandler.java:91)

          at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:246)

          at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:224)

          at io.netty.channel.ChannelInboundHandlerAdapter.exceptionCaught(ChannelInboundHandlerAdapter.java:131)

          at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:246)

          at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:224)

          at io.netty.channel.DefaultChannelPipeline.fireExceptionCaught(DefaultChannelPipeline.java:834)

          at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.handleReadException(AbstractNioByteChannel.java:87)

          at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:162)

          at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:511)

          at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:468)

          at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:382)

          at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:354)

          at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:112)

          ... 1 more

      Caused by: java.io.IOException: An existing connection was forcibly closed by the remote host

          at sun.nio.ch.SocketDispatcher.read0(Native Method)

          at sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:43)

          at sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:223)

          at sun.nio.ch.IOUtil.read(IOUtil.java:197)

          at sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:380)

          at io.netty.buffer.UnpooledHeapByteBuf.setBytes(UnpooledHeapByteBuf.java:256)

          at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:880)

          at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:242)

          at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:119)

      "

      KIndly let me know what could be the reason for this error.

      When system is restarted, it works for some time and sends data. But starts giving this error after some time.