A random warning #35


  • New
  • Other
Open
  • Forge_User_34880983 created this issue Apr 30, 2014

    I just wanted to report a warning that I'm getting once in a while:

    [08:23:16] [Craft Scheduler Thread - 1212/WARN]: Exception in thread "Craft Scheduler Thread - 1212"
    [08:23:16] [Craft Scheduler Thread - 1212/WARN]: org.apache.commons.lang.UnhandledException: Plugin GAListener v1.2.1 generated an exception while executing task 147062
            at org.bukkit.craftbukkit.v1_7_R3.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:744)
    Caused by: java.lang.NullPointerException
            at com.swifteh.GAL.GAL$2.run(GAL.java:186)
            at org.bukkit.craftbukkit.v1_7_R3.scheduler.CraftTask.run(CraftTask.java:58)
            at org.bukkit.craftbukkit.v1_7_R3.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53)

    The plugin works just fine though! =)

  • Forge_User_34880983 added the tags New Other Apr 30, 2014

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