java.util.concurrent.RejectedExecutionException: Task org.xnio.AbstractIoFuture$1@7626399b rejected from org.xnio.XnioWorker$TaskPool@3324b93b[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.setException(AbstractIoFuture.java:251) at org.xnio.FutureResult.setException(FutureResult.java:89) at org.xnio.ssl.JsseXnioSsl$4.handleFailed(JsseXnioSsl.java:166) at org.xnio.ssl.JsseXnioSsl$4.handleFailed(JsseXnioSsl.java:160) at org.xnio.IoFuture$HandlingNotifier.notify(IoFuture.java:215) 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)