java.util.concurrent.RejectedExecutionException: Task org.xnio.AbstractIoFuture$1@4e00eb6b rejected from org.xnio.XnioWorker$TaskPool@40c70cdb[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 0] at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2047) at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:823) at java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1369) at org.xnio.XnioWorker.execute(XnioWorker.java:741) at org.xnio.AbstractIoFuture.runNotifier(AbstractIoFuture.java:354) at org.xnio.AbstractIoFuture.runAllNotifiers(AbstractIoFuture.java:233) at org.xnio.AbstractIoFuture.setCancelled(AbstractIoFuture.java:291) at org.xnio.FutureResult.setCancelled(FutureResult.java:98) at org.xnio.ssl.JsseXnioSsl$4.handleCancelled(JsseXnioSsl.java:162) at org.xnio.ssl.JsseXnioSsl$4.handleCancelled(JsseXnioSsl.java:160) at org.xnio.IoFuture$HandlingNotifier.notify(IoFuture.java:204) at org.xnio.AbstractIoFuture$1.run(AbstractIoFuture.java:211) at org.xnio.nio.WorkerThread.safeRun(WorkerThread.java:560) at org.xnio.nio.WorkerThread.run(WorkerThread.java:462)