10:27:36,732 INFO [stdout] (UndertowEventHandlerAdapter - 1) %% Didn't cache non-resumable client session: [Session-2, TLS_DHE_RSA_WITH_AES_256_CBC_SHA]
10:27:36,732 INFO [stdout] (UndertowEventHandlerAdapter - 1) UndertowEventHandlerAdapter - 1, WRITE: TLSv1 Application Data, length = 144
10:27:36,734 INFO [stdout] (UndertowEventHandlerAdapter - 1) UndertowEventHandlerAdapter - 1, READ: TLSv1 Application Data, length = 208
10:27:36,734 INFO [stdout] (UndertowEventHandlerAdapter - 1) UndertowEventHandlerAdapter - 1, READ: TLSv1 Application Data, length = 32
10:27:36,735 INFO [stdout] (ServerService Thread Pool -- 69) ServerService Thread Pool -- 69, called close()
10:27:36,735 INFO [stdout] (ServerService Thread Pool -- 69) ServerService Thread Pool -- 69, called closeInternal(true)
10:27:36,735 INFO [stdout] (ServerService Thread Pool -- 69) ServerService Thread Pool -- 69, SEND TLSv1 ALERT: warning, description = close_notify
10:27:36,735 INFO [stdout] (ServerService Thread Pool -- 69) ServerService Thread Pool -- 69, WRITE: TLSv1 Alert, length = 32
10:27:36,736 INFO [stdout] (ServerService Thread Pool -- 69) ServerService Thread Pool -- 69, called closeSocket(true)
10:27:36,736 INFO [stdout] (ServerService Thread Pool -- 69) ServerService Thread Pool -- 69, called close()
10:27:36,736 INFO [stdout] (ServerService Thread Pool -- 69) ServerService Thread Pool -- 69, called closeInternal(true)
10:27:36,742 ERROR [org.jboss.mod_cluster.undertow] (UndertowEventHandlerAdapter - 1) null: java.lang.NullPointerException
at org.jboss.modcluster.ModClusterService.connectionEstablished(ModClusterService.java:308)
at org.jboss.modcluster.mcmp.impl.DefaultMCMPHandler.status(DefaultMCMPHandler.java:392)
at org.jboss.modcluster.mcmp.impl.DefaultMCMPHandler.status(DefaultMCMPHandler.java:365)
at org.jboss.modcluster.ModClusterService.status(ModClusterService.java:457)
at org.wildfly.mod_cluster.undertow.UndertowEventHandlerAdapter.run(UndertowEventHandlerAdapter.java:179)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)
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)
at org.jboss.threads.JBossThread.run(JBossThread.java:320)