0 Replies Latest reply on Apr 7, 2017 6:41 AM by valsaraj007

    DefaultChannelPipeline exceptions

    valsaraj007

      2017-04-07 15:50:58,920 WARNING [io.netty.channel.DefaultChannelPipeline] (default I/O-8) An exceptionCaught() event was fired, and it reached at the tail of the pipeline. It usually means the last handler in the pipeline did not handle the exception.: 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:192)

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

        at org.xnio.nio.NioSocketConduit.read(NioSocketConduit.java:289)

        at org.xnio.conduits.ConduitStreamSourceChannel.read(ConduitStreamSourceChannel.java:127)

        at io.netty.buffer.UnpooledUnsafeDirectByteBuf.setBytes(UnpooledUnsafeDirectByteBuf.java:357)

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

        at org.xnio.netty.transport.AbstractXnioSocketChannel$ReadListener.handleEvent(AbstractXnioSocketChannel.java:428)

        at org.xnio.netty.transport.AbstractXnioSocketChannel$ReadListener.handleEvent(AbstractXnioSocketChannel.java:371)

        at org.xnio.ChannelListeners.invokeChannelListener(ChannelListeners.java:92)

        at org.xnio.conduits.ReadReadyHandler$ChannelListenerHandler.readReady(ReadReadyHandler.java:66)

        at org.xnio.nio.NioSocketConduit.handleReady(NioSocketConduit.java:89)

        at org.xnio.nio.WorkerThread.run(WorkerThread.java:567)

      I am seeing this exception frequently in periodic manner once I accessed admin console.

      Version: WildFly-10.1.0

      OS: Windows 7

       

      Thanks!