shano_dekono

warns

Dec 19th, 2018
175
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.18 KB | None | 0 0
  1. [17:15:16 WARN]: [LagMonitor] Plugin UltimateTroll is performing a blocking I/O operation (Socket: https://api.spigotmc.org/legacy/update.php?resource=34929) on the main thread. This could affect the server performance, because the thread pauses until it gets the response. Such operations should be performed asynchronous from the main thread. Keep in mind to keep the code thread-safe. Report it to the plugin author
  2. [17:15:16 WARN]: [LagMonitor] The following exception is not an error. It's a hint for the plugin developer to find the source. LagMonitor doesn't prevent this action. It just warns you about it.
  3. java.lang.IllegalAccessException: null
  4. at com.github.games647.lagmonitor.threading.BlockingActionManager.logCurrentStack(BlockingActionManager.java:62) ~[?:?]
  5. at com.github.games647.lagmonitor.threading.BlockingActionManager.checkBlockingAction(BlockingActionManager.java:48) ~[?:?]
  6. at com.github.games647.lagmonitor.listener.BlockingConnectionSelector.select(BlockingConnectionSelector.java:30) ~[?:?]
  7. at sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source) ~[?:1.8.0_192]
  8. at sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source) ~[?:1.8.0_192]
  9. at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source) ~[?:1.8.0_192]
  10. at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source) ~[?:1.8.0_192]
  11. at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source) ~[?:1.8.0_192]
  12. at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(Unknown Source) ~[?:1.8.0_192]
  13. at me.sirenninja.ultimatetroll.Utils.GlobalUtils.checkForUpdate(GlobalUtils.java:28) ~[?:?]
  14. at me.sirenninja.ultimatetroll.Listeners.PlayerJoin.onJoin(PlayerJoin.java:27) ~[?:?]
  15. at com.destroystokyo.paper.event.executor.asm.generated.GeneratedEventExecutor291.execute(Unknown Source) ~[?:?]
  16. at org.bukkit.plugin.EventExecutor$2.execute(EventExecutor.java:70) ~[patched_1.13.2.jar:git-Paper-486]
  17. at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:78) ~[patched_1.13.2.jar:git-Paper-486]
  18. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[patched_1.13.2.jar:git-Paper-486]
  19. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:513) ~[patched_1.13.2.jar:git-Paper-486]
  20. at net.minecraft.server.v1_13_R2.PlayerList.onPlayerJoin(PlayerList.java:369) ~[patched_1.13.2.jar:git-Paper-486]
  21. at net.minecraft.server.v1_13_R2.PlayerList.a(PlayerList.java:180) ~[patched_1.13.2.jar:git-Paper-486]
  22. at net.minecraft.server.v1_13_R2.LoginListener.b(LoginListener.java:170) ~[patched_1.13.2.jar:git-Paper-486]
  23. at net.minecraft.server.v1_13_R2.LoginListener.tick(LoginListener.java:66) ~[patched_1.13.2.jar:git-Paper-486]
  24. at net.minecraft.server.v1_13_R2.NetworkManager.a(NetworkManager.java:263) ~[patched_1.13.2.jar:git-Paper-486]
  25. at net.minecraft.server.v1_13_R2.ServerConnection.c(ServerConnection.java:130) ~[patched_1.13.2.jar:git-Paper-486]
  26. at net.minecraft.server.v1_13_R2.MinecraftServer.b(MinecraftServer.java:1129) ~[patched_1.13.2.jar:git-Paper-486]
  27. at net.minecraft.server.v1_13_R2.DedicatedServer.b(DedicatedServer.java:439) ~[patched_1.13.2.jar:git-Paper-486]
  28. at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:943) ~[patched_1.13.2.jar:git-Paper-486]
  29. at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:841) ~[patched_1.13.2.jar:git-Paper-486]
  30. at java.lang.Thread.run(Unknown Source) [?:1.8.0_192]
  31. [17:15:17 WARN]: [LagMonitor] Plugin TabList is performing a blocking I/O operation (Socket: https://raw.githubusercontent.com/montlikadani/TabList/master/plugin.yml) on the main thread. This could affect the server performance, because the thread pauses until it gets the response. Such operations should be performed asynchronous from the main thread. Keep in mind to keep the code thread-safe. Report it to the plugin author
  32. [17:15:17 WARN]: [LagMonitor] The following exception is not an error. It's a hint for the plugin developer to find the source. LagMonitor doesn't prevent this action. It just warns you about it.
  33. java.lang.IllegalAccessException: null
  34. at com.github.games647.lagmonitor.threading.BlockingActionManager.logCurrentStack(BlockingActionManager.java:62) ~[?:?]
  35. at com.github.games647.lagmonitor.threading.BlockingActionManager.checkBlockingAction(BlockingActionManager.java:48) ~[?:?]
  36. at com.github.games647.lagmonitor.listener.BlockingConnectionSelector.select(BlockingConnectionSelector.java:30) ~[?:?]
  37. at sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source) ~[?:1.8.0_192]
  38. at sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source) ~[?:1.8.0_192]
  39. at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source) ~[?:1.8.0_192]
  40. at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source) ~[?:1.8.0_192]
  41. at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source) ~[?:1.8.0_192]
  42. at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(Unknown Source) ~[?:1.8.0_192]
  43. at java.net.URL.openStream(Unknown Source) ~[?:1.8.0_192]
  44. at hu.montlikadani.TabList.bukkit.Listeners.onPlJoin(Listeners.java:80) ~[?:?]
  45. at com.destroystokyo.paper.event.executor.asm.generated.GeneratedEventExecutor516.execute(Unknown Source) ~[?:?]
  46. at org.bukkit.plugin.EventExecutor$2.execute(EventExecutor.java:70) ~[patched_1.13.2.jar:git-Paper-486]
  47. at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:78) ~[patched_1.13.2.jar:git-Paper-486]
  48. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[patched_1.13.2.jar:git-Paper-486]
  49. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:513) ~[patched_1.13.2.jar:git-Paper-486]
  50. at net.minecraft.server.v1_13_R2.PlayerList.onPlayerJoin(PlayerList.java:369) ~[patched_1.13.2.jar:git-Paper-486]
  51. at net.minecraft.server.v1_13_R2.PlayerList.a(PlayerList.java:180) ~[patched_1.13.2.jar:git-Paper-486]
  52. at net.minecraft.server.v1_13_R2.LoginListener.b(LoginListener.java:170) ~[patched_1.13.2.jar:git-Paper-486]
  53. at net.minecraft.server.v1_13_R2.LoginListener.tick(LoginListener.java:66) ~[patched_1.13.2.jar:git-Paper-486]
  54. at net.minecraft.server.v1_13_R2.NetworkManager.a(NetworkManager.java:263) ~[patched_1.13.2.jar:git-Paper-486]
  55. at net.minecraft.server.v1_13_R2.ServerConnection.c(ServerConnection.java:130) ~[patched_1.13.2.jar:git-Paper-486]
  56. at net.minecraft.server.v1_13_R2.MinecraftServer.b(MinecraftServer.java:1129) ~[patched_1.13.2.jar:git-Paper-486]
  57. at net.minecraft.server.v1_13_R2.DedicatedServer.b(DedicatedServer.java:439) ~[patched_1.13.2.jar:git-Paper-486]
  58. at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:943) ~[patched_1.13.2.jar:git-Paper-486]
  59. at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:841) ~[patched_1.13.2.jar:git-Paper-486]
  60. at java.lang.Thread.run(Unknown Source) [?:1.8.0_192]
  61. [17:15:17 WARN]: [LagMonitor] Plugin XWeather is performing a blocking I/O operation (Socket: https://api.spigotmc.org/legacy/update.php?resource=62733) on the main thread. This could affect the server performance, because the thread pauses until it gets the response. Such operations should be performed asynchronous from the main thread. Keep in mind to keep the code thread-safe. Report it to the plugin author
  62. [17:15:17 WARN]: [LagMonitor] The following exception is not an error. It's a hint for the plugin developer to find the source. LagMonitor doesn't prevent this action. It just warns you about it.
  63. java.lang.IllegalAccessException: null
  64. at com.github.games647.lagmonitor.threading.BlockingActionManager.logCurrentStack(BlockingActionManager.java:62) ~[?:?]
  65. at com.github.games647.lagmonitor.threading.BlockingActionManager.checkBlockingAction(BlockingActionManager.java:48) ~[?:?]
  66. at com.github.games647.lagmonitor.listener.BlockingConnectionSelector.select(BlockingConnectionSelector.java:30) ~[?:?]
  67. at sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source) ~[?:1.8.0_192]
  68. at sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source) ~[?:1.8.0_192]
  69. at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source) ~[?:1.8.0_192]
  70. at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source) ~[?:1.8.0_192]
  71. at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source) ~[?:1.8.0_192]
  72. at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(Unknown Source) ~[?:1.8.0_192]
  73. at me.Ccamm.XWeather.Updater.checkForUpdates(Updater.java:41) ~[?:?]
  74. at me.Ccamm.XWeather.Events.onJoin(Events.java:17) ~[?:?]
  75. at com.destroystokyo.paper.event.executor.asm.generated.GeneratedEventExecutor896.execute(Unknown Source) ~[?:?]
  76. at org.bukkit.plugin.EventExecutor$2.execute(EventExecutor.java:70) ~[patched_1.13.2.jar:git-Paper-486]
  77. at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:78) ~[patched_1.13.2.jar:git-Paper-486]
  78. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[patched_1.13.2.jar:git-Paper-486]
  79. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:513) ~[patched_1.13.2.jar:git-Paper-486]
  80. at net.minecraft.server.v1_13_R2.PlayerList.onPlayerJoin(PlayerList.java:369) ~[patched_1.13.2.jar:git-Paper-486]
  81. at net.minecraft.server.v1_13_R2.PlayerList.a(PlayerList.java:180) ~[patched_1.13.2.jar:git-Paper-486]
  82. at net.minecraft.server.v1_13_R2.LoginListener.b(LoginListener.java:170) ~[patched_1.13.2.jar:git-Paper-486]
  83. at net.minecraft.server.v1_13_R2.LoginListener.tick(LoginListener.java:66) ~[patched_1.13.2.jar:git-Paper-486]
  84. at net.minecraft.server.v1_13_R2.NetworkManager.a(NetworkManager.java:263) ~[patched_1.13.2.jar:git-Paper-486]
  85. at net.minecraft.server.v1_13_R2.ServerConnection.c(ServerConnection.java:130) ~[patched_1.13.2.jar:git-Paper-486]
  86. at net.minecraft.server.v1_13_R2.MinecraftServer.b(MinecraftServer.java:1129) ~[patched_1.13.2.jar:git-Paper-486]
  87. at net.minecraft.server.v1_13_R2.DedicatedServer.b(DedicatedServer.java:439) ~[patched_1.13.2.jar:git-Paper-486]
  88. at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:943) ~[patched_1.13.2.jar:git-Paper-486]
  89. at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:841) ~[patched_1.13.2.jar:git-Paper-486]
  90. at java.lang.Thread.run(Unknown Source) [?:1.8.0_192]
  91. [17:15:18 WARN]: [LagMonitor] Plugin MoarBows is performing a blocking I/O operation (Socket: https://api.spigotmc.org/legacy/update.php?resource=36387) on the main thread. This could affect the server performance, because the thread pauses until it gets the response. Such operations should be performed asynchronous from the main thread. Keep in mind to keep the code thread-safe. Report it to the plugin author
  92. [17:15:18 WARN]: [LagMonitor] The following exception is not an error. It's a hint for the plugin developer to find the source. LagMonitor doesn't prevent this action. It just warns you about it.
  93. java.lang.IllegalAccessException: null
  94. at com.github.games647.lagmonitor.threading.BlockingActionManager.logCurrentStack(BlockingActionManager.java:62) ~[?:?]
  95. at com.github.games647.lagmonitor.threading.BlockingActionManager.checkBlockingAction(BlockingActionManager.java:48) ~[?:?]
  96. at com.github.games647.lagmonitor.listener.BlockingConnectionSelector.select(BlockingConnectionSelector.java:30) ~[?:?]
  97. at sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source) ~[?:1.8.0_192]
  98. at sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source) ~[?:1.8.0_192]
  99. at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source) ~[?:1.8.0_192]
  100. at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source) ~[?:1.8.0_192]
  101. at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source) ~[?:1.8.0_192]
  102. at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(Unknown Source) ~[?:1.8.0_192]
  103. at net.Indyuce.moarbows.version.SpigotPlugin.isOutOfDate(SpigotPlugin.java:42) ~[?:?]
  104. at net.Indyuce.moarbows.listener.UpdateNotify.a(UpdateNotify.java:16) ~[?:?]
  105. at com.destroystokyo.paper.event.executor.asm.generated.GeneratedEventExecutor951.execute(Unknown Source) ~[?:?]
  106. at org.bukkit.plugin.EventExecutor$2.execute(EventExecutor.java:70) ~[patched_1.13.2.jar:git-Paper-486]
  107. at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:78) ~[patched_1.13.2.jar:git-Paper-486]
  108. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[patched_1.13.2.jar:git-Paper-486]
  109. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:513) ~[patched_1.13.2.jar:git-Paper-486]
  110. at net.minecraft.server.v1_13_R2.PlayerList.onPlayerJoin(PlayerList.java:369) ~[patched_1.13.2.jar:git-Paper-486]
  111. at net.minecraft.server.v1_13_R2.PlayerList.a(PlayerList.java:180) ~[patched_1.13.2.jar:git-Paper-486]
  112. at net.minecraft.server.v1_13_R2.LoginListener.b(LoginListener.java:170) ~[patched_1.13.2.jar:git-Paper-486]
  113. at net.minecraft.server.v1_13_R2.LoginListener.tick(LoginListener.java:66) ~[patched_1.13.2.jar:git-Paper-486]
  114. at net.minecraft.server.v1_13_R2.NetworkManager.a(NetworkManager.java:263) ~[patched_1.13.2.jar:git-Paper-486]
  115. at net.minecraft.server.v1_13_R2.ServerConnection.c(ServerConnection.java:130) ~[patched_1.13.2.jar:git-Paper-486]
  116. at net.minecraft.server.v1_13_R2.MinecraftServer.b(MinecraftServer.java:1129) ~[patched_1.13.2.jar:git-Paper-486]
  117. at net.minecraft.server.v1_13_R2.DedicatedServer.b(DedicatedServer.java:439) ~[patched_1.13.2.jar:git-Paper-486]
  118. at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:943) ~[patched_1.13.2.jar:git-Paper-486]
  119. at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:841) ~[patched_1.13.2.jar:git-Paper-486]
  120. at java.lang.Thread.run(Unknown Source) [?:1.8.0_192]
  121. [17:15:18 WARN]: [LagMonitor] Plugin TownyGUI is performing a blocking I/O operation (Socket: https://api.spigotmc.org/legacy/update.php?resource=9493) on the main thread. This could affect the server performance, because the thread pauses until it gets the response. Such operations should be performed asynchronous from the main thread. Keep in mind to keep the code thread-safe. Report it to the plugin author
  122. [17:15:18 WARN]: [LagMonitor] The following exception is not an error. It's a hint for the plugin developer to find the source. LagMonitor doesn't prevent this action. It just warns you about it.
  123. java.lang.IllegalAccessException: null
  124. at com.github.games647.lagmonitor.threading.BlockingActionManager.logCurrentStack(BlockingActionManager.java:62) ~[?:?]
  125. at com.github.games647.lagmonitor.threading.BlockingActionManager.checkBlockingAction(BlockingActionManager.java:48) ~[?:?]
  126. at com.github.games647.lagmonitor.listener.BlockingConnectionSelector.select(BlockingConnectionSelector.java:30) ~[?:?]
  127. at sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source) ~[?:1.8.0_192]
  128. at sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source) ~[?:1.8.0_192]
  129. at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source) ~[?:1.8.0_192]
  130. at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source) ~[?:1.8.0_192]
  131. at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source) ~[?:1.8.0_192]
  132. at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(Unknown Source) ~[?:1.8.0_192]
  133. at com.mystycfalls.townygui.util.SpigotUpdater.checkForUpdates(SpigotUpdater.java:46) ~[?:?]
  134. at com.mystycfalls.townygui.event.EventUpdate.onJoinUpdateAv(EventUpdate.java:29) ~[?:?]
  135. at com.destroystokyo.paper.event.executor.asm.generated.GeneratedEventExecutor968.execute(Unknown Source) ~[?:?]
  136. at org.bukkit.plugin.EventExecutor$2.execute(EventExecutor.java:70) ~[patched_1.13.2.jar:git-Paper-486]
  137. at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:78) ~[patched_1.13.2.jar:git-Paper-486]
  138. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[patched_1.13.2.jar:git-Paper-486]
  139. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:513) ~[patched_1.13.2.jar:git-Paper-486]
  140. at net.minecraft.server.v1_13_R2.PlayerList.onPlayerJoin(PlayerList.java:369) ~[patched_1.13.2.jar:git-Paper-486]
  141. at net.minecraft.server.v1_13_R2.PlayerList.a(PlayerList.java:180) ~[patched_1.13.2.jar:git-Paper-486]
  142. at net.minecraft.server.v1_13_R2.LoginListener.b(LoginListener.java:170) ~[patched_1.13.2.jar:git-Paper-486]
  143. at net.minecraft.server.v1_13_R2.LoginListener.tick(LoginListener.java:66) ~[patched_1.13.2.jar:git-Paper-486]
  144. at net.minecraft.server.v1_13_R2.NetworkManager.a(NetworkManager.java:263) ~[patched_1.13.2.jar:git-Paper-486]
  145. at net.minecraft.server.v1_13_R2.ServerConnection.c(ServerConnection.java:130) ~[patched_1.13.2.jar:git-Paper-486]
  146. at net.minecraft.server.v1_13_R2.MinecraftServer.b(MinecraftServer.java:1129) ~[patched_1.13.2.jar:git-Paper-486]
  147. at net.minecraft.server.v1_13_R2.DedicatedServer.b(DedicatedServer.java:439) ~[patched_1.13.2.jar:git-Paper-486]
  148. at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:943) ~[patched_1.13.2.jar:git-Paper-486]
  149. at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:841) ~[patched_1.13.2.jar:git-Paper-486]
  150. at java.lang.Thread.run(Unknown Source) [?:1.8.0_192]
Advertisement
Add Comment
Please, Sign In to add comment