1 Reply Latest reply on Apr 19, 2017 2:19 AM by mnovak

    Failed to create netty connection during wildfly-10.1.0 shutdown

    valsaraj007

      When the wildfly-10.1.0 server is stopped by closing console, showing followng exception in log:

      16:05:17,855 ERROR [org.apache.activemq.artemis.core.client] (Thread-4 (ActiveMQ-client-netty-threads-1977335540)) AMQ214016: Failed to create netty connection: 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)

        • 1. Re: Failed to create netty connection during wildfly-10.1.0 shutdown
          mnovak

          Not sure what exactly closing console means and which linux signal sent to process but it seems to expected to appear as process is shutting down. As server can have a role of client as well then this can appear in server log.

           

          Graceful shutdown (kill -15 ...) for WF10/Artemis was just partly implemented. It usually just tries not to break any XA transaction related to JMS/Artemis but it can forcibly close connections.