CraftAsyncTask - NullPointerException
mibby opened this issue ยท 0 comments
ChestShopNotifier - self compiled branch as of commit eb0a2b7
ChestShop dev 10 (Based on dmulloy's fork.)
http://ci.dmulloy2.net/job/ChestShop/
This error seems to happen every time I start the server. Not random in nature like before.
[01:10:16] [Craft Scheduler Thread - 0/INFO]: HikariPool-0 - is starting.
[01:10:16] [Craft Scheduler Thread - 0/WARN]: [ChestShopNotifier] Database connected!
[01:10:16] [Craft Scheduler Thread - 0/WARN]: Exception in thread "Craft Scheduler Thread - 0"
[01:10:16] [Craft Scheduler Thread - 0/WARN]: org.apache.commons.lang.UnhandledException: Plugin ChestShopNotifier v1.1.6 (manually compiled) generated an exception while executing task 113
at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:57)
at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.NullPointerException
at com.wfector.notifier.ChestShopNotifier$1.run(ChestShopNotifier.java:104)
at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftTask.run(CraftTask.java:58)
at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53)
... 4 more