Exception in thread "Craft Scheduler Thread - 182" #92


  • New
  • Defect
Open
Assigned to _ForgeUser7986893
  • _ForgeUser6863713 created this issue Jul 30, 2013

    This error seems to spam the console every 5 mins, I guess it is something to do with the save system.

    git-Spigot-1047 (MC: 1.6.2)

    2013-07-30 05:45:47 [SEVERE] Exception in thread "Craft Scheduler Thread - 182"
    2013-07-30 05:45:47 [SEVERE] org.apache.commons.lang.UnhandledException: Plugin qQuests v2013 generated an exception while executing task 2079
        at org.bukkit.craftbukkit.v1_6_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:56)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
        at java.lang.Thread.run(Unknown Source)
    Caused by: java.lang.NullPointerException
        at me.quaz3l.qQuests.Util.Storage$1.run(Storage.java:109)
        at org.bukkit.craftbukkit.v1_6_R2.scheduler.CraftTask.run(CraftTask.java:58)
        at org.bukkit.craftbukkit.v1_6_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53)
        ... 3 more

  • _ForgeUser6863713 added the tags New Defect Jul 30, 2013

To post a comment, please login or register a new account.