8 Replies Latest reply on Mar 18, 2015 9:31 AM by jbertram

    Connection failed with failedOver=false: HornetQInternalErrorException in clustured node

    valsaraj007

      Hi,

       

      I have set up a vertical scalable cluster with two WildFly-8.2.0 instances located on the same machine. I have disconnected one node which processed the previous request. Then I got the following warning in another node. The application that I used for testing is very simple application: https://github.com/liweinan/cluster-demo.

      2015-03-12 17:25:16,055 WARN  [org.hornetq.core.server] (Thread-11 (HornetQ-client-global-threads-859399932)) HQ222095: Connection failed with failedOver=false: HornetQInternalErrorException[errorType=INTERNAL_ERROR message=HQ119005: Exception in Netty transport]

       

       

        at org.hornetq.core.remoting.impl.netty.HornetQChannelHandler.exceptionCaught(HornetQChannelHandler.java:101) [hornetq-core-client-2.4.5.Final.jar:]

       

       

        at io.netty.channel.DefaultChannelHandlerContext.invokeExceptionCaught(DefaultChannelHandlerContext.java:276) [netty-all-4.0.15.Final.jar:4.0.15.Final]

       

       

        at io.netty.channel.DefaultChannelHandlerContext.fireExceptionCaught(DefaultChannelHandlerContext.java:254) [netty-all-4.0.15.Final.jar:4.0.15.Final]

       

       

        at io.netty.channel.ChannelInboundHandlerAdapter.exceptionCaught(ChannelInboundHandlerAdapter.java:131) [netty-all-4.0.15.Final.jar:4.0.15.Final]

       

       

        at io.netty.channel.DefaultChannelHandlerContext.invokeExceptionCaught(DefaultChannelHandlerContext.java:276) [netty-all-4.0.15.Final.jar:4.0.15.Final]

       

       

        at io.netty.channel.DefaultChannelHandlerContext.fireExceptionCaught(DefaultChannelHandlerContext.java:254) [netty-all-4.0.15.Final.jar:4.0.15.Final]

       

       

        at io.netty.channel.DefaultChannelPipeline.fireExceptionCaught(DefaultChannelPipeline.java:773) [netty-all-4.0.15.Final.jar:4.0.15.Final]

       

       

        at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.handleReadException(AbstractNioByteChannel.java:95) [netty-all-4.0.15.Final.jar:4.0.15.Final]

       

       

        at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:157) [netty-all-4.0.15.Final.jar:4.0.15.Final]

       

       

        at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:485) [netty-all-4.0.15.Final.jar:4.0.15.Final]

       

       

        at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:452) [netty-all-4.0.15.Final.jar:4.0.15.Final]

       

       

        at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:346) [netty-all-4.0.15.Final.jar:4.0.15.Final]

       

       

        at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:101) [netty-all-4.0.15.Final.jar:4.0.15.Final]

       

       

        at java.lang.Thread.run(Thread.java:722) [rt.jar:1.7.0_07]

       

       

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

       

       

        at sun.nio.ch.SocketDispatcher.read0(Native Method) [rt.jar:1.7.0_07]

       

       

        at sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:43) [rt.jar:1.7.0_07]

       

       

        at sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:218) [rt.jar:1.7.0_07]

       

       

        at sun.nio.ch.IOUtil.read(IOUtil.java:186) [rt.jar:1.7.0_07]

       

       

        at sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:359) [rt.jar:1.7.0_07]

       

       

        at io.netty.buffer.UnpooledUnsafeDirectByteBuf.setBytes(UnpooledUnsafeDirectByteBuf.java:446) [netty-all-4.0.15.Final.jar:4.0.15.Final]

       

       

        at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:871) [netty-all-4.0.15.Final.jar:4.0.15.Final]

       

       

        at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:208) [netty-all-4.0.15.Final.jar:4.0.15.Final]

       

       

        at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:124) [netty-all-4.0.15.Final.jar:4.0.15.Final]

       

       

        ... 5 more

       

       

      Please let me know what's wrong.

       

      Thanks!