Advertisement
Guest User

Untitled

a guest
Nov 20th, 2015
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.27 KB | None | 0 0
  1. [17:14:30] [Server thread/ERROR]: **** THIS IS NOT AN ISSUE TO DO WITH PER WORLD PLUGINS ****
  2. Could not pass event PlayerLoginEvent to PollsFree v1.0
  3. org.bukkit.event.EventException
  4. at us.Myles.PWP.TransparentListeners.PerWorldPluginLoader$1.execute(PerWorldPluginLoader.java:122) ~[?:?]
  5. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[craftbukkit_1.8.8_18fbb24.jar:git-Bukkit-18fbb24]
  6. at us.Myles.PWP.TransparentListeners.PWPRegisteredListener.callEvent(PWPRegisteredListener.java:30) [PerWorldPlugins_Java_1.6.jar:?]
  7. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:501) [craftbukkit_1.8.8_18fbb24.jar:git-Bukkit-18fbb24]
  8. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:486) [craftbukkit_1.8.8_18fbb24.jar:git-Bukkit-18fbb24]
  9. at net.minecraft.server.v1_8_R3.PlayerList.attemptLogin(PlayerList.java:439) [craftbukkit_1.8.8_18fbb24.jar:git-Bukkit-18fbb24]
  10. at net.minecraft.server.v1_8_R3.LoginListener.b(LoginListener.java:89) [craftbukkit_1.8.8_18fbb24.jar:git-Bukkit-18fbb24]
  11. at net.minecraft.server.v1_8_R3.LoginListener.c(LoginListener.java:53) [craftbukkit_1.8.8_18fbb24.jar:git-Bukkit-18fbb24]
  12. at net.minecraft.server.v1_8_R3.NetworkManager.a(NetworkManager.java:222) [craftbukkit_1.8.8_18fbb24.jar:git-Bukkit-18fbb24]
  13. at net.minecraft.server.v1_8_R3.ServerConnection.c(SourceFile:168) [craftbukkit_1.8.8_18fbb24.jar:git-Bukkit-18fbb24]
  14. at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:745) [craftbukkit_1.8.8_18fbb24.jar:git-Bukkit-18fbb24]
  15. at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:335) [craftbukkit_1.8.8_18fbb24.jar:git-Bukkit-18fbb24]
  16. at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:629) [craftbukkit_1.8.8_18fbb24.jar:git-Bukkit-18fbb24]
  17. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:537) [craftbukkit_1.8.8_18fbb24.jar:git-Bukkit-18fbb24]
  18. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_45]
  19. Caused by: java.lang.NullPointerException
  20. at flavor.pie.PollsFree.onLogin(PollsFree.java:40) ~[?:?]
  21. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_45]
  22. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_45]
  23. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_45]
  24. at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_45]
  25. at us.Myles.PWP.TransparentListeners.PerWorldPluginLoader$1.execute(PerWorldPluginLoader.java:120) ~[?:?]
  26. ... 14 more
  27. [17:14:31] [Server thread/INFO]: Detected the PlayerJoinEvent of player BrettPlayMC
  28. [17:14:31] [Server thread/INFO]: Forced BrettPlayMC to defined location.
  29. [17:14:31] [Server thread/INFO]: BrettPlayMC[24-179-212-165.dhcp.roch.mn.charter.com/24.179.212.165:60362] logged in with entity id 504 at ([Lobby]0.5, 25.0, 0.5)
  30. [17:14:31] [pool-3-thread-22/INFO]: [GAListener] Player: BrettPlayMC has 5 votes
  31. [17:14:31] [pool-3-thread-23/WARN]: Exception in thread "pool-3-thread-23"
  32. [17:14:31] [pool-3-thread-23/WARN]: org.apache.commons.lang.UnhandledException: Plugin UltraCosmetics vRelease 1.1.3 generated an exception while executing task 148
  33. at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:56)
  34. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
  35. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
  36. at java.lang.Thread.run(Thread.java:745)
  37. Caused by: java.lang.NullPointerException
  38. at be.isach.ultracosmetics.listeners.PlayerListener$1.run(PlayerListener.java:30)
  39. at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:53)
  40. at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53)
  41. ... 3 more
  42.  
  43. [17:14:31] [Server thread/INFO]: [MakeYourOwnCommands] There is no new version available. You are up-to-date!
  44. [17:15:01] [Server thread/INFO]: BrettPlayMC issued server command: /poll reload
  45. [17:15:01] [Server thread/ERROR]: [PollsFree] Cannot load configuration from jar
  46. org.bukkit.configuration.InvalidConfigurationException: while parsing a block mapping
  47. in 'string', line 3, column 1:
  48. motd: '&eWelcome to this server!'
  49. ^
  50. expected <block end>, but found Scalar
  51. in 'string', line 5, column 23:
  52. poll: '&aPoll: &6What's 9 + 10?'
  53. ^
  54.  
  55. at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:57) ~[craftbukkit_1.8.8_18fbb24.jar:git-Bukkit-18fbb24]
  56. at org.bukkit.plugin.java.JavaPlugin.reloadConfig(JavaPlugin.java:214) [craftbukkit_1.8.8_18fbb24.jar:git-Bukkit-18fbb24]
  57. at flavor.pie.PollsFree.onCommand(PollsFree.java:61) [PollsFree.jar:?]
  58. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) [craftbukkit_1.8.8_18fbb24.jar:git-Bukkit-18fbb24]
  59. at us.Myles.PWP.FakeSimpleCommandMap.dispatch(FakeSimpleCommandMap.java:95) [PerWorldPlugins_Java_1.6.jar:?]
  60. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.dispatchCommand(CraftServer.java:620) [craftbukkit_1.8.8_18fbb24.jar:git-Bukkit-18fbb24]
  61. at net.minecraft.server.v1_8_R3.PlayerConnection.handleCommand(PlayerConnection.java:1106) [craftbukkit_1.8.8_18fbb24.jar:git-Bukkit-18fbb24]
  62. at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:966) [craftbukkit_1.8.8_18fbb24.jar:git-Bukkit-18fbb24]
  63. at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(SourceFile:37) [craftbukkit_1.8.8_18fbb24.jar:git-Bukkit-18fbb24]
  64. at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(SourceFile:9) [craftbukkit_1.8.8_18fbb24.jar:git-Bukkit-18fbb24]
  65. at net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13) [craftbukkit_1.8.8_18fbb24.jar:git-Bukkit-18fbb24]
  66. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_45]
  67. at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_45]
  68. at net.minecraft.server.v1_8_R3.SystemUtils.a(SourceFile:44) [craftbukkit_1.8.8_18fbb24.jar:git-Bukkit-18fbb24]
  69. at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:673) [craftbukkit_1.8.8_18fbb24.jar:git-Bukkit-18fbb24]
  70. at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:335) [craftbukkit_1.8.8_18fbb24.jar:git-Bukkit-18fbb24]
  71. at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:629) [craftbukkit_1.8.8_18fbb24.jar:git-Bukkit-18fbb24]
  72. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:537) [craftbukkit_1.8.8_18fbb24.jar:git-Bukkit-18fbb24]
  73. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_45]
  74. Caused by: org.yaml.snakeyaml.parser.ParserException: while parsing a block mapping
  75. in 'string', line 3, column 1:
  76. motd: '&eWelcome to this server!'
  77. ^
  78. expected <block end>, but found Scalar
  79. in 'string', line 5, column 23:
  80. poll: '&aPoll: &6What's 9 + 10?'
  81. ^
  82.  
  83. at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingKey.produce(ParserImpl.java:570) ~[craftbukkit_1.8.8_18fbb24.jar:git-Bukkit-18fbb24]
  84. at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:158) ~[craftbukkit_1.8.8_18fbb24.jar:git-Bukkit-18fbb24]
  85. at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:143) ~[craftbukkit_1.8.8_18fbb24.jar:git-Bukkit-18fbb24]
  86. at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:224) ~[craftbukkit_1.8.8_18fbb24.jar:git-Bukkit-18fbb24]
  87. at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:155) ~[craftbukkit_1.8.8_18fbb24.jar:git-Bukkit-18fbb24]
  88. at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:122) ~[craftbukkit_1.8.8_18fbb24.jar:git-Bukkit-18fbb24]
  89. at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:105) ~[craftbukkit_1.8.8_18fbb24.jar:git-Bukkit-18fbb24]
  90. at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:120) ~[craftbukkit_1.8.8_18fbb24.jar:git-Bukkit-18fbb24]
  91. at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:450) ~[craftbukkit_1.8.8_18fbb24.jar:git-Bukkit-18fbb24]
  92. at org.yaml.snakeyaml.Yaml.load(Yaml.java:369) ~[craftbukkit_1.8.8_18fbb24.jar:git-Bukkit-18fbb24]
  93. at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:55) ~[craftbukkit_1.8.8_18fbb24.jar:git-Bukkit-18fbb24]
  94. ... 18 more
  95. [17:15:02] [Server thread/INFO]: BrettPlayMC lost connection: Disconnected
  96. [17:15:02] [Server thread/ERROR]: **** THIS IS NOT AN ISSUE TO DO WITH PER WORLD PLUGINS ****
  97. Could not pass event PlayerQuitEvent to UltraCosmetics vRelease 1.1.3
  98. org.bukkit.event.EventException
  99. at us.Myles.PWP.TransparentListeners.PerWorldPluginLoader$1.execute(PerWorldPluginLoader.java:122) ~[?:?]
  100. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[craftbukkit_1.8.8_18fbb24.jar:git-Bukkit-18fbb24]
  101. at us.Myles.PWP.TransparentListeners.PWPRegisteredListener.callEvent(PWPRegisteredListener.java:30) [PerWorldPlugins_Java_1.6.jar:?]
  102. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:501) [craftbukkit_1.8.8_18fbb24.jar:git-Bukkit-18fbb24]
  103. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:486) [craftbukkit_1.8.8_18fbb24.jar:git-Bukkit-18fbb24]
  104. at net.minecraft.server.v1_8_R3.PlayerList.disconnect(PlayerList.java:332) [craftbukkit_1.8.8_18fbb24.jar:git-Bukkit-18fbb24]
  105. at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:840) [craftbukkit_1.8.8_18fbb24.jar:git-Bukkit-18fbb24]
  106. at net.minecraft.server.v1_8_R3.NetworkManager.l(NetworkManager.java:302) [craftbukkit_1.8.8_18fbb24.jar:git-Bukkit-18fbb24]
  107. at net.minecraft.server.v1_8_R3.ServerConnection.c(SourceFile:165) [craftbukkit_1.8.8_18fbb24.jar:git-Bukkit-18fbb24]
  108. at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:745) [craftbukkit_1.8.8_18fbb24.jar:git-Bukkit-18fbb24]
  109. at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:335) [craftbukkit_1.8.8_18fbb24.jar:git-Bukkit-18fbb24]
  110. at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:629) [craftbukkit_1.8.8_18fbb24.jar:git-Bukkit-18fbb24]
  111. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:537) [craftbukkit_1.8.8_18fbb24.jar:git-Bukkit-18fbb24]
  112. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_45]
  113. Caused by: java.lang.NullPointerException
  114. at be.isach.ultracosmetics.Core$Category.isEnabled(Core.java:742) ~[?:?]
  115. at be.isach.ultracosmetics.CustomPlayer.clear(CustomPlayer.java:149) ~[?:?]
  116. at be.isach.ultracosmetics.listeners.PlayerListener.onQuit(PlayerListener.java:102) ~[?:?]
  117. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_45]
  118. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_45]
  119. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_45]
  120. at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_45]
  121. at us.Myles.PWP.TransparentListeners.PerWorldPluginLoader$1.execute(PerWorldPluginLoader.java:120) ~[?:?]
  122. ... 13 more
  123. [17:15:02] [Server thread/INFO]: [-] BrettPlayMC.
  124. [17:15:04] [User Authenticator #2/INFO]: UUID of player BrettPlayMC is 10cb0514-3d04-4acd-aaf3-a58aa9b18adb
  125. [17:15:04] [Server thread/INFO]: Detected the PlayerJoinEvent of player BrettPlayMC
  126. [17:15:04] [Server thread/INFO]: Forced BrettPlayMC to defined location.
  127. [17:15:04] [Server thread/INFO]: BrettPlayMC[24-179-212-165.dhcp.roch.mn.charter.com/24.179.212.165:60409] logged in with entity id 505 at ([Lobby]0.5, 25.0, 0.5)
  128. [17:15:04] [pool-3-thread-21/INFO]: [GAListener] Player: BrettPlayMC has 5 votes
  129. [17:15:04] [pool-3-thread-25/WARN]: Exception in thread "pool-3-thread-25"
  130. [17:15:04] [pool-3-thread-25/WARN]: org.apache.commons.lang.UnhandledException: Plugin UltraCosmetics vRelease 1.1.3 generated an exception while executing task 179
  131. at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:56)
  132. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
  133. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
  134. at java.lang.Thread.run(Thread.java:745)
  135. Caused by: java.lang.NullPointerException
  136. at be.isach.ultracosmetics.listeners.PlayerListener$1.run(PlayerListener.java:30)
  137. at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:53)
  138. at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53)
  139. ... 3 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement