Advertisement
Guest User

Untitled

a guest
Dec 7th, 2019
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.72 KB | None | 0 0
  1. # 1 - Tasks.NPCUpdateTask
  2. > [20:51:02 WARN]: Exception in thread "Craft Scheduler Thread - 350"
  3. > [20:51:02 WARN]: org.apache.commons.lang.UnhandledException: Plugin IslandTop v1.0.40 generated an exception while executing task 110
  4. at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:56)
  5. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  6. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  7. at java.lang.Thread.run(Thread.java:748)
  8. Caused by: java.lang.NullPointerException
  9. at java.lang.String.replace(String.java:2240)
  10. at IslandTop.Objects.IslandNPC.create(IslandNPC.java:145)
  11. at IslandTop.Tasks.NPCUpdateTask.run(NPCUpdateTask.java:28)
  12. at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71)
  13. at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53)
  14. ... 3 more
  15.  
  16. #2 - Tasks.Gui.GenerateTop16
  17. > [20:49:47 WARN]: Exception in thread "Craft Scheduler Thread - 357"
  18. > [20:49:47 WARN]: org.apache.commons.lang.UnhandledException: Plugin IslandTop v1.0.40 generated an exception while executing task 105
  19. at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:56)
  20. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  21. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  22. at java.lang.Thread.run(Thread.java:748)
  23. Caused by: java.lang.NullPointerException
  24. at java.lang.String.replace(String.java:2240)
  25. at IslandTop.Utils.Util.createTop16Item(Util.java:358)
  26. at IslandTop.Tasks.Gui.GenerateTop16.run(GenerateTop16.java:30)
  27. at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71)
  28. at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53)
  29. ... 3 more
  30.  
  31. #3 - Tasks.Gui.GenerateTop10
  32. > [20:48:47 WARN]: Exception in thread "Craft Scheduler Thread - 338"
  33. > [20:48:47 WARN]: org.apache.commons.lang.UnhandledException: Plugin IslandTop v1.0.40 generated an exception while executing task 104
  34. at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:56)
  35. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  36. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  37. at java.lang.Thread.run(Thread.java:748)
  38. Caused by: java.lang.NullPointerException
  39. at java.lang.String.replace(String.java:2240)
  40. at IslandTop.Tasks.Gui.GenerateTop10.createItem(GenerateTop10.java:55)
  41. at IslandTop.Tasks.Gui.GenerateTop10.run(GenerateTop10.java:36)
  42. at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71)
  43. at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53)
  44. ... 3 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement