Civcraft / JukeAlert

Do not open issues here; open them on the maintained fork @ DevotedMC
https://github.com/DevotedMC/JukeAlert
BSD 3-Clause "New" or "Revised" License
5 stars 15 forks source link

Exception in thread "Craft Scheduler Thread - 364" #16

Closed ttk2 closed 9 years ago

ttk2 commented 9 years ago

2015-02-08 18:55:17 [WARN] Exception in thread "Craft Scheduler Thread - 364" 2015-02-08 18:55:17 [WARN] org.apache.commons.lang.UnhandledException: Plugin JukeAlert v1.3.0 generated an exception while executing task 957049 at org.bukkit.craftbukkit.v1_7_R4.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:56) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) at java.lang.Thread.run(Thread.java:745) Caused by: java.lang.NullPointerException at com.mysql.jdbc.ResultSetImpl.buildIndexMapping(ResultSetImpl.java:750) at com.mysql.jdbc.ResultSetImpl.findColumn(ResultSetImpl.java:1108) at com.mysql.jdbc.ResultSetImpl.getString(ResultSetImpl.java:5616) at com.untamedears.JukeAlert.storage.JukeAlertLogger.getSnitchList(JukeAlertLogger.java:670) at com.untamedears.JukeAlert.tasks.GetSnitchListPlayerTask.run(GetSnitchListPlayerTask.java:28) at org.bukkit.craftbukkit.v1_7_R4.scheduler.CraftTask.run(CraftTask.java:71) at org.bukkit.craftbukkit.v1_7_R4.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53) ... 3 more

spaceFountain commented 9 years ago

This is where it seems to happen. Null group?

ttk2 commented 9 years ago

we probably still have plenty of null entires in the db from the ebeans mess

On Mon Feb 09 2015 at 7:41:38 PM spaceFountain notifications@github.com wrote:

This https://github.com/Civcraft/JukeAlert/blob/master/src/com/untamedears/JukeAlert/storage/JukeAlertLogger.java#L670 is where it seems to happen. Null group?

— Reply to this email directly or view it on GitHub https://github.com/Civcraft/JukeAlert/issues/16#issuecomment-73628968.

erocs commented 9 years ago

There are no null snitch_group fields in the DB.

rourke750 commented 9 years ago

Has this happened in a while?

ttk2 commented 9 years ago

I have not seen it

On Mon Feb 16 2015 at 9:38:48 AM rourke750 notifications@github.com wrote:

Has this happened in a while?

— Reply to this email directly or view it on GitHub https://github.com/Civcraft/JukeAlert/issues/16#issuecomment-74526485.