You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This error is sent roughly 10 times when the server is shutting down or doing an automated restart. Running version 2.9.6 - 1.16.5
[11:23:24] [envyware_concurrency_3/ERROR] [reforgedbingo/]: Error while executing async task java.util.concurrent.CompletionException: java.lang.NullPointerException at java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:314) ~[?:?] {} at java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:319) [?:?] {} at java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1739) [?:?] {} at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) [?:?] {} at java.util.concurrent.FutureTask.run(FutureTask.java:264) [?:?] {} at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304) [?:?] {} at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) [?:?] {} at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) [?:?] {} at java.lang.Thread.run(Thread.java:829) [?:?] {} Caused by: java.lang.NullPointerException at com.envyful.reforged.bingo.forge.task.CardResetTask.run(CardResetTask.java:19) ~[reforgedbingo:?] {re:classloading} at com.envyful.reforged.bingo.shade.envy.api.forge.concurrency.ForgeTaskBuilder$RepeatedRunnable.lambda$run$0(ForgeTaskBuilder.java:116) ~[reforgedbingo:?] {re:classloading} at java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1736) ~[?:?] {} ... 6 more
The text was updated successfully, but these errors were encountered:
This error is sent roughly 10 times when the server is shutting down or doing an automated restart. Running version 2.9.6 - 1.16.5
[11:23:24] [envyware_concurrency_3/ERROR] [reforgedbingo/]: Error while executing async task java.util.concurrent.CompletionException: java.lang.NullPointerException at java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:314) ~[?:?] {} at java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:319) [?:?] {} at java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1739) [?:?] {} at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) [?:?] {} at java.util.concurrent.FutureTask.run(FutureTask.java:264) [?:?] {} at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304) [?:?] {} at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) [?:?] {} at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) [?:?] {} at java.lang.Thread.run(Thread.java:829) [?:?] {} Caused by: java.lang.NullPointerException at com.envyful.reforged.bingo.forge.task.CardResetTask.run(CardResetTask.java:19) ~[reforgedbingo:?] {re:classloading} at com.envyful.reforged.bingo.shade.envy.api.forge.concurrency.ForgeTaskBuilder$RepeatedRunnable.lambda$run$0(ForgeTaskBuilder.java:116) ~[reforgedbingo:?] {re:classloading} at java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1736) ~[?:?] {} ... 6 more
The text was updated successfully, but these errors were encountered: