16:57:36,915 INFO (main) [io.undertow] starting server: Undertow - 2.2.4.Final-SNAPSHOT 16:57:36,919 DEBUG (XNIO-2 I/O-1) [org.xnio.nio] Started channel thread 'XNIO-2 I/O-1', selector sun.nio.ch.EPollSelectorImpl@e7b8e304 16:57:36,919 DEBUG (XNIO-2 I/O-3) [org.xnio.nio] Started channel thread 'XNIO-2 I/O-3', selector sun.nio.ch.EPollSelectorImpl@d9d64fcc 16:57:36,920 DEBUG (XNIO-2 I/O-5) [org.xnio.nio] Started channel thread 'XNIO-2 I/O-5', selector sun.nio.ch.EPollSelectorImpl@daa6dfcf 16:57:36,919 DEBUG (XNIO-2 I/O-2) [org.xnio.nio] Started channel thread 'XNIO-2 I/O-2', selector sun.nio.ch.EPollSelectorImpl@c304b43b 16:57:36,920 DEBUG (XNIO-2 I/O-4) [org.xnio.nio] Started channel thread 'XNIO-2 I/O-4', selector sun.nio.ch.EPollSelectorImpl@58aec352 16:57:36,921 DEBUG (main) [io.undertow] Configuring listener with protocol HTTPS for interface localhost and port 7778 16:57:36,921 DEBUG (XNIO-2 Accept) [org.xnio.nio] Started channel thread 'XNIO-2 Accept', selector sun.nio.ch.EPollSelectorImpl@1d46d788 16:57:36,920 DEBUG (XNIO-2 I/O-6) [org.xnio.nio] Started channel thread 'XNIO-2 I/O-6', selector sun.nio.ch.EPollSelectorImpl@3fd6c1cc 16:57:36,921 DEBUG (XNIO-2 I/O-8) [org.xnio.nio] Started channel thread 'XNIO-2 I/O-8', selector sun.nio.ch.EPollSelectorImpl@bddc2b8a 16:57:36,921 DEBUG (XNIO-2 I/O-7) [org.xnio.nio] Started channel thread 'XNIO-2 I/O-7', selector sun.nio.ch.EPollSelectorImpl@69ff54b7 16:57:36,925 DEBUG (main) [io.undertow] Using JDK9 ALPN 16:57:36,933 DEBUG (Client I/O-1) [org.xnio.nio] Started channel thread 'Client I/O-1', selector sun.nio.ch.EPollSelectorImpl@b6ff6d6d 16:57:36,933 DEBUG (Client I/O-3) [org.xnio.nio] Started channel thread 'Client I/O-3', selector sun.nio.ch.EPollSelectorImpl@2bc0a07e 16:57:36,934 DEBUG (Client I/O-5) [org.xnio.nio] Started channel thread 'Client I/O-5', selector sun.nio.ch.EPollSelectorImpl@3ed81c3f 16:57:36,934 DEBUG (Client I/O-4) [org.xnio.nio] Started channel thread 'Client I/O-4', selector sun.nio.ch.EPollSelectorImpl@91184d03 16:57:36,933 DEBUG (Client I/O-2) [org.xnio.nio] Started channel thread 'Client I/O-2', selector sun.nio.ch.EPollSelectorImpl@9259683e 16:57:36,934 DEBUG (Client Accept) [org.xnio.nio] Started channel thread 'Client Accept', selector sun.nio.ch.EPollSelectorImpl@be580207 16:57:36,934 DEBUG (Client I/O-6) [org.xnio.nio] Started channel thread 'Client I/O-6', selector sun.nio.ch.EPollSelectorImpl@cbff0b8f 16:57:36,934 DEBUG (Client I/O-8) [org.xnio.nio] Started channel thread 'Client I/O-8', selector sun.nio.ch.EPollSelectorImpl@8be4f077 16:57:36,934 DEBUG (Client I/O-7) [org.xnio.nio] Started channel thread 'Client I/O-7', selector sun.nio.ch.EPollSelectorImpl@ce04fd4a 16:57:37,434 DEBUG (Client I/O-8) [io.undertow] JDK8 ALPN Hack failed : java.lang.ClassNotFoundException: sun.security.ssl.ProtocolVersion at java.lang.Class.forNameImpl(Native Method) at java.lang.Class.forName(Class.java:408) at io.undertow.protocols.ssl.ALPNHackSSLEngine.(ALPNHackSSLEngine.java:77) at io.undertow.protocols.alpn.JDK8HackAlpnProvider.isEnabled(JDK8HackAlpnProvider.java:36) at io.undertow.protocols.alpn.ALPNManager.getProvider(ALPNManager.java:71) at io.undertow.client.ALPNClientSelector.runAlpn(ALPNClientSelector.java:51) at io.undertow.client.http.HttpClientProvider.handleConnected(HttpClientProvider.java:142) at io.undertow.client.http.HttpClientProvider.access$000(HttpClientProvider.java:51) at io.undertow.client.http.HttpClientProvider$2.handleEvent(HttpClientProvider.java:127) at io.undertow.client.http.HttpClientProvider$2.handleEvent(HttpClientProvider.java:124) at org.xnio.ChannelListeners.invokeChannelListener(ChannelListeners.java:92) at io.undertow.protocols.ssl.UndertowXnioSsl$StreamConnectionChannelListener.handleEvent(UndertowXnioSsl.java:454) at io.undertow.protocols.ssl.UndertowXnioSsl$StreamConnectionChannelListener.handleEvent(UndertowXnioSsl.java:417) at org.xnio.ChannelListeners.invokeChannelListener(ChannelListeners.java:92) at org.xnio.nio.WorkerThread$ConnectHandle.handleReady(WorkerThread.java:333) at org.xnio.nio.WorkerThread.run(WorkerThread.java:591) 16:57:37,456 DEBUG (XNIO-2 I/O-4) [io.undertow.request] ALPN has been configured however TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 is not present or TLS1.2 is not enabled, falling back to default protocol 16:57:37,582 DEBUG (Client I/O-8) [io.undertow.server.protocol.http2.Http2EndExchangeTestCase] Callback invoked 16:57:37,584 DEBUG (Client I/O-8) [io.undertow.client.http.HttpClientExchange] request terminated for request to localhost/127.0.0.1:7778 /message 16:57:37,595 DEBUG (XNIO-2 task-1) [io.undertow.request.error-response] Setting error code 500 for exchange HttpServerExchange{ GET /message}: java.lang.RuntimeException at io.undertow.server.HttpServerExchange.setStatusCode(HttpServerExchange.java:1473) at io.undertow.server.Connectors.executeRootHandler(Connectors.java:420) at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:841) at org.jboss.threads.ContextClassLoaderSavingRunnable.run(ContextClassLoaderSavingRunnable.java:35) at org.jboss.threads.EnhancedQueueExecutor.safeRun(EnhancedQueueExecutor.java:2019) at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.doRunTask(EnhancedQueueExecutor.java:1558) at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1449) at java.lang.Thread.run(Thread.java:822) 16:57:37,596 ERROR (XNIO-2 task-1) [io.undertow.request] UT005071: Undertow request failed HttpServerExchange{ GET /message}: java.lang.RuntimeException: Not HTTP/2 at io.undertow.server.protocol.http2.Http2EndExchangeTestCase$1.handleRequest(Http2EndExchangeTestCase.java:95) at io.undertow.server.Connectors.executeRootHandler(Connectors.java:387) at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:841) at org.jboss.threads.ContextClassLoaderSavingRunnable.run(ContextClassLoaderSavingRunnable.java:35) at org.jboss.threads.EnhancedQueueExecutor.safeRun(EnhancedQueueExecutor.java:2019) at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.doRunTask(EnhancedQueueExecutor.java:1558) at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1449) at java.lang.Thread.run(Thread.java:822) 16:57:47,579 DEBUG (main) [io.undertow.client.http.HttpClientConnection] close called on connection to localhost/127.0.0.1:7778 16:57:47,581 DEBUG (main) [io.undertow.client.http.HttpClientExchange] response terminated for request to localhost/127.0.0.1:7778 /message 16:57:47,582 DEBUG (main) [io.undertow.client.http.HttpClientConnection] exchange complete in connection to localhost/127.0.0.1:7778 16:57:47,585 DEBUG (Client I/O-8) [io.undertow.client.http.HttpClientConnection] close called on connection to localhost/127.0.0.1:7778 16:57:47,585 DEBUG (main) [io.undertow.client.http.HttpClientConnection] connection to localhost/127.0.0.1:7778 closed 16:57:47,586 DEBUG (Client I/O-8) [io.undertow.server.protocol.http2.Http2EndExchangeTestCase] Closed Connection 16:57:47,591 INFO (main) [io.undertow] stopping server: Undertow - 2.2.4.Final-SNAPSHOT 16:57:47,655 INFO (main) [io.undertow] starting server: Undertow - 2.2.4.Final-SNAPSHOT 16:57:47,660 DEBUG (XNIO-3 I/O-1) [org.xnio.nio] Started channel thread 'XNIO-3 I/O-1', selector sun.nio.ch.EPollSelectorImpl@3d942679 16:57:47,660 DEBUG (XNIO-3 I/O-3) [org.xnio.nio] Started channel thread 'XNIO-3 I/O-3', selector sun.nio.ch.EPollSelectorImpl@f7d739b8 16:57:47,661 DEBUG (XNIO-3 I/O-8) [org.xnio.nio] Started channel thread 'XNIO-3 I/O-8', selector sun.nio.ch.EPollSelectorImpl@aef7cbab 16:57:47,661 DEBUG (main) [io.undertow] Configuring listener with protocol HTTPS for interface localhost and port 7778 16:57:47,660 DEBUG (XNIO-3 I/O-2) [org.xnio.nio] Started channel thread 'XNIO-3 I/O-2', selector sun.nio.ch.EPollSelectorImpl@4bb80bf3 16:57:47,661 DEBUG (XNIO-3 I/O-7) [org.xnio.nio] Started channel thread 'XNIO-3 I/O-7', selector sun.nio.ch.EPollSelectorImpl@c4e9400e 16:57:47,661 DEBUG (XNIO-3 I/O-6) [org.xnio.nio] Started channel thread 'XNIO-3 I/O-6', selector sun.nio.ch.EPollSelectorImpl@3dc42d70 16:57:47,662 DEBUG (XNIO-3 Accept) [org.xnio.nio] Started channel thread 'XNIO-3 Accept', selector sun.nio.ch.EPollSelectorImpl@3d96fb7a 16:57:47,662 INFO (main) [io.undertow] starting server: Undertow - 2.2.4.Final-SNAPSHOT 16:57:47,662 DEBUG (XNIO-3 I/O-4) [org.xnio.nio] Started channel thread 'XNIO-3 I/O-4', selector sun.nio.ch.EPollSelectorImpl@9cce6c34 16:57:47,663 DEBUG (XNIO-3 I/O-5) [org.xnio.nio] Started channel thread 'XNIO-3 I/O-5', selector sun.nio.ch.EPollSelectorImpl@d0e2b1bc 16:57:47,665 DEBUG (XNIO-4 I/O-2) [org.xnio.nio] Started channel thread 'XNIO-4 I/O-2', selector sun.nio.ch.EPollSelectorImpl@489011ec 16:57:47,665 DEBUG (XNIO-4 I/O-1) [org.xnio.nio] Started channel thread 'XNIO-4 I/O-1', selector sun.nio.ch.EPollSelectorImpl@42686e32 16:57:47,665 DEBUG (XNIO-4 Accept) [org.xnio.nio] Started channel thread 'XNIO-4 Accept', selector sun.nio.ch.EPollSelectorImpl@9d8ab1a8 16:57:47,665 DEBUG (XNIO-4 I/O-3) [org.xnio.nio] Started channel thread 'XNIO-4 I/O-3', selector sun.nio.ch.EPollSelectorImpl@8788d0d8 16:57:47,665 DEBUG (main) [io.undertow] Configuring listener with protocol HTTPS for interface localhost and port 7779 16:57:47,666 DEBUG (XNIO-4 I/O-4) [org.xnio.nio] Started channel thread 'XNIO-4 I/O-4', selector sun.nio.ch.EPollSelectorImpl@313349d7 16:57:47,666 DEBUG (XNIO-4 I/O-5) [org.xnio.nio] Started channel thread 'XNIO-4 I/O-5', selector sun.nio.ch.EPollSelectorImpl@c6eaf98f 16:57:47,667 DEBUG (XNIO-4 I/O-7) [org.xnio.nio] Started channel thread 'XNIO-4 I/O-7', selector sun.nio.ch.EPollSelectorImpl@75921c32 16:57:47,665 DEBUG (XNIO-4 I/O-6) [org.xnio.nio] Started channel thread 'XNIO-4 I/O-6', selector sun.nio.ch.EPollSelectorImpl@e64caca9 16:57:47,666 DEBUG (XNIO-4 I/O-8) [org.xnio.nio] Started channel thread 'XNIO-4 I/O-8', selector sun.nio.ch.EPollSelectorImpl@3161b107