ChestShop-authors / ChestShopNotifier

Bukkit plugin that allows your players to see who bought or sold what while they were offline.
https://www.spigotmc.org/resources/chestshopnotifier.30313/
10 stars 8 forks source link

CraftAsyncTask - NullPointerException #10

Closed mibby closed 8 years ago

mibby commented 8 years ago

ChestShopNotifier - self compiled branch as of commit https://github.com/Phoenix616/ChestShopNotifier/commit/eb0a2b77a7d9350249acc49ae29573c20b618737 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