GeyserDiscordBot icon indicating copy to clipboard operation
GeyserDiscordBot copied to clipboard

RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@277bf091[Not completed,...

Open sentry[bot] opened this issue 2 years ago • 0 comments

Sentry Issue: GEYSERDISCORDBOT-7X

RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@277bf091[Not completed, task = java.util.concurrent.Executors$RunnableAdapter@6eb17ec8[Wrapped task = org.geysermc.discordbot.updates.UpdateManager$$Lambda$434/0x00007fb24b3b95f8@730f9695]] rejected from java.util.concurrent.ScheduledThreadPoolExecutor@fab35b1[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 0]
    at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2065)
    at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:833)
    at java.util.concurrent.ScheduledThreadPoolExecutor.delayedExecute(ScheduledThreadPoolExecutor.java:340)
    at java.util.concurrent.ScheduledThreadPoolExecutor.scheduleAtFixedRate(ScheduledThreadPoolExecutor.java:632)
    at org.geysermc.discordbot.updates.UpdateManager.setup(UpdateManager.java:63)
    GeyserBot.getGeneralThreadPool().scheduleAtFixedRate(UpdateManager::doUpdates, 60L, 60L, TimeUnit.SECONDS);
...
(1 additional frame(s) were not displayed)

sentry[bot] avatar Apr 10 '24 16:04 sentry[bot]