at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) ...
The stack trace indicates that the ScheduledThreadPoolExecutor has already shutdown and consequently rejects new tasks. Can you provide more detailed steps to reproduce this bug? Is there an ...