Advertisement
Guest User

Untitled

a guest
Mar 20th, 2019
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.02 KB | None | 0 0
  1. [17:21:05] [Craft Scheduler Thread - 4429/WARN]: [DailyBonus] Plugin DailyBonus v2.2.4.2 generated an exception while executing task 2531504
  2. java.util.ConcurrentModificationException: null
  3. at java.util.ArrayList$Itr.checkForComodification(ArrayList.java:909) ~[?:1.8.0_201]
  4. at java.util.ArrayList$Itr.next(ArrayList.java:859) ~[?:1.8.0_201]
  5. at org.yaml.snakeyaml.serializer.Serializer.anchorNode(Serializer.java:140) ~[spigot.jar:git-Spigot-2cf50f0-2b93d83]
  6. at org.yaml.snakeyaml.serializer.Serializer.anchorNode(Serializer.java:144) ~[spigot.jar:git-Spigot-2cf50f0-2b93d83]
  7. at org.yaml.snakeyaml.serializer.Serializer.serialize(Serializer.java:107) ~[spigot.jar:git-Spigot-2cf50f0-2b93d83]
  8. at org.yaml.snakeyaml.Yaml.dumpAll(Yaml.java:307) ~[spigot.jar:git-Spigot-2cf50f0-2b93d83]
  9. at org.yaml.snakeyaml.Yaml.dumpAll(Yaml.java:270) ~[spigot.jar:git-Spigot-2cf50f0-2b93d83]
  10. at org.yaml.snakeyaml.Yaml.dump(Yaml.java:245) ~[spigot.jar:git-Spigot-2cf50f0-2b93d83]
  11. at org.bukkit.configuration.file.YamlConfiguration.saveToString(YamlConfiguration.java:38) ~[spigot.jar:git-Spigot-2cf50f0-2b93d83]
  12. at org.bukkit.configuration.file.FileConfiguration.save(FileConfiguration.java:68) ~[spigot.jar:git-Spigot-2cf50f0-2b93d83]
  13. at com.culleystudios.dailybonus.files.PlayerFile.saveFile(PlayerFile.java:79) ~[?:?]
  14. at com.culleystudios.dailybonus.Days.saveData(Days.java:374) ~[?:?]
  15. at com.culleystudios.dailybonus.events.PlayerLeave$1.run(PlayerLeave.java:46) ~[?:?]
  16. at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftTask.run(CraftTask.java:76) ~[spigot.jar:git-Spigot-2cf50f0-2b93d83]
  17. at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52) [spigot.jar:git-Spigot-2cf50f0-2b93d83]
  18. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_201]
  19. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_201]
  20. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_201]
  21. [17:21:05] [Craft Scheduler Thread - 4406/WARN]: [DailyBonus] Plugin DailyBonus v2.2.4.2 generated an exception while executing task 2531489
  22. java.lang.NullPointerException: Nodes must be provided.
  23. at org.yaml.snakeyaml.nodes.NodeTuple.<init>(NodeTuple.java:28) ~[spigot.jar:git-Spigot-2cf50f0-2b93d83]
  24. at org.yaml.snakeyaml.representer.BaseRepresenter.representMapping(BaseRepresenter.java:163) ~[spigot.jar:git-Spigot-2cf50f0-2b93d83]
  25. at org.yaml.snakeyaml.representer.SafeRepresenter$RepresentMap.representData(SafeRepresenter.java:314) ~[spigot.jar:git-Spigot-2cf50f0-2b93d83]
  26. at org.yaml.snakeyaml.representer.BaseRepresenter.representData(BaseRepresenter.java:94) ~[spigot.jar:git-Spigot-2cf50f0-2b93d83]
  27. at org.yaml.snakeyaml.representer.BaseRepresenter.represent(BaseRepresenter.java:64) ~[spigot.jar:git-Spigot-2cf50f0-2b93d83]
  28. at org.yaml.snakeyaml.Yaml.dumpAll(Yaml.java:306) ~[spigot.jar:git-Spigot-2cf50f0-2b93d83]
  29. at org.yaml.snakeyaml.Yaml.dumpAll(Yaml.java:270) ~[spigot.jar:git-Spigot-2cf50f0-2b93d83]
  30. at org.yaml.snakeyaml.Yaml.dump(Yaml.java:245) ~[spigot.jar:git-Spigot-2cf50f0-2b93d83]
  31. at org.bukkit.configuration.file.YamlConfiguration.saveToString(YamlConfiguration.java:38) ~[spigot.jar:git-Spigot-2cf50f0-2b93d83]
  32. at org.bukkit.configuration.file.FileConfiguration.save(FileConfiguration.java:68) ~[spigot.jar:git-Spigot-2cf50f0-2b93d83]
  33. at com.culleystudios.dailybonus.files.PlayerFile.saveFile(PlayerFile.java:79) ~[?:?]
  34. at com.culleystudios.dailybonus.Days.saveData(Days.java:374) ~[?:?]
  35. at com.culleystudios.dailybonus.events.PlayerLeave$1.run(PlayerLeave.java:46) ~[?:?]
  36. at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftTask.run(CraftTask.java:76) ~[spigot.jar:git-Spigot-2cf50f0-2b93d83]
  37. at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52) [spigot.jar:git-Spigot-2cf50f0-2b93d83]
  38. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_201]
  39. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_201]
  40. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_201]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement