Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [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
- [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.
- java.lang.IllegalAccessException: null
- at com.github.games647.lagmonitor.threading.BlockingActionManager.logCurrentStack(BlockingActionManager.java:62) ~[?:?]
- at com.github.games647.lagmonitor.threading.BlockingActionManager.checkBlockingAction(BlockingActionManager.java:48) ~[?:?]
- at com.github.games647.lagmonitor.listener.BlockingConnectionSelector.select(BlockingConnectionSelector.java:30) ~[?:?]
- at sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source) ~[?:1.8.0_192]
- at sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source) ~[?:1.8.0_192]
- at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source) ~[?:1.8.0_192]
- at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source) ~[?:1.8.0_192]
- at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source) ~[?:1.8.0_192]
- at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(Unknown Source) ~[?:1.8.0_192]
- at me.sirenninja.ultimatetroll.Utils.GlobalUtils.checkForUpdate(GlobalUtils.java:28) ~[?:?]
- at me.sirenninja.ultimatetroll.Listeners.PlayerJoin.onJoin(PlayerJoin.java:27) ~[?:?]
- at com.destroystokyo.paper.event.executor.asm.generated.GeneratedEventExecutor291.execute(Unknown Source) ~[?:?]
- at org.bukkit.plugin.EventExecutor$2.execute(EventExecutor.java:70) ~[patched_1.13.2.jar:git-Paper-486]
- at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:78) ~[patched_1.13.2.jar:git-Paper-486]
- at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[patched_1.13.2.jar:git-Paper-486]
- at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:513) ~[patched_1.13.2.jar:git-Paper-486]
- at net.minecraft.server.v1_13_R2.PlayerList.onPlayerJoin(PlayerList.java:369) ~[patched_1.13.2.jar:git-Paper-486]
- at net.minecraft.server.v1_13_R2.PlayerList.a(PlayerList.java:180) ~[patched_1.13.2.jar:git-Paper-486]
- at net.minecraft.server.v1_13_R2.LoginListener.b(LoginListener.java:170) ~[patched_1.13.2.jar:git-Paper-486]
- at net.minecraft.server.v1_13_R2.LoginListener.tick(LoginListener.java:66) ~[patched_1.13.2.jar:git-Paper-486]
- at net.minecraft.server.v1_13_R2.NetworkManager.a(NetworkManager.java:263) ~[patched_1.13.2.jar:git-Paper-486]
- at net.minecraft.server.v1_13_R2.ServerConnection.c(ServerConnection.java:130) ~[patched_1.13.2.jar:git-Paper-486]
- at net.minecraft.server.v1_13_R2.MinecraftServer.b(MinecraftServer.java:1129) ~[patched_1.13.2.jar:git-Paper-486]
- at net.minecraft.server.v1_13_R2.DedicatedServer.b(DedicatedServer.java:439) ~[patched_1.13.2.jar:git-Paper-486]
- at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:943) ~[patched_1.13.2.jar:git-Paper-486]
- at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:841) ~[patched_1.13.2.jar:git-Paper-486]
- at java.lang.Thread.run(Unknown Source) [?:1.8.0_192]
- [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
- [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.
- java.lang.IllegalAccessException: null
- at com.github.games647.lagmonitor.threading.BlockingActionManager.logCurrentStack(BlockingActionManager.java:62) ~[?:?]
- at com.github.games647.lagmonitor.threading.BlockingActionManager.checkBlockingAction(BlockingActionManager.java:48) ~[?:?]
- at com.github.games647.lagmonitor.listener.BlockingConnectionSelector.select(BlockingConnectionSelector.java:30) ~[?:?]
- at sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source) ~[?:1.8.0_192]
- at sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source) ~[?:1.8.0_192]
- at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source) ~[?:1.8.0_192]
- at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source) ~[?:1.8.0_192]
- at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source) ~[?:1.8.0_192]
- at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(Unknown Source) ~[?:1.8.0_192]
- at java.net.URL.openStream(Unknown Source) ~[?:1.8.0_192]
- at hu.montlikadani.TabList.bukkit.Listeners.onPlJoin(Listeners.java:80) ~[?:?]
- at com.destroystokyo.paper.event.executor.asm.generated.GeneratedEventExecutor516.execute(Unknown Source) ~[?:?]
- at org.bukkit.plugin.EventExecutor$2.execute(EventExecutor.java:70) ~[patched_1.13.2.jar:git-Paper-486]
- at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:78) ~[patched_1.13.2.jar:git-Paper-486]
- at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[patched_1.13.2.jar:git-Paper-486]
- at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:513) ~[patched_1.13.2.jar:git-Paper-486]
- at net.minecraft.server.v1_13_R2.PlayerList.onPlayerJoin(PlayerList.java:369) ~[patched_1.13.2.jar:git-Paper-486]
- at net.minecraft.server.v1_13_R2.PlayerList.a(PlayerList.java:180) ~[patched_1.13.2.jar:git-Paper-486]
- at net.minecraft.server.v1_13_R2.LoginListener.b(LoginListener.java:170) ~[patched_1.13.2.jar:git-Paper-486]
- at net.minecraft.server.v1_13_R2.LoginListener.tick(LoginListener.java:66) ~[patched_1.13.2.jar:git-Paper-486]
- at net.minecraft.server.v1_13_R2.NetworkManager.a(NetworkManager.java:263) ~[patched_1.13.2.jar:git-Paper-486]
- at net.minecraft.server.v1_13_R2.ServerConnection.c(ServerConnection.java:130) ~[patched_1.13.2.jar:git-Paper-486]
- at net.minecraft.server.v1_13_R2.MinecraftServer.b(MinecraftServer.java:1129) ~[patched_1.13.2.jar:git-Paper-486]
- at net.minecraft.server.v1_13_R2.DedicatedServer.b(DedicatedServer.java:439) ~[patched_1.13.2.jar:git-Paper-486]
- at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:943) ~[patched_1.13.2.jar:git-Paper-486]
- at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:841) ~[patched_1.13.2.jar:git-Paper-486]
- at java.lang.Thread.run(Unknown Source) [?:1.8.0_192]
- [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
- [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.
- java.lang.IllegalAccessException: null
- at com.github.games647.lagmonitor.threading.BlockingActionManager.logCurrentStack(BlockingActionManager.java:62) ~[?:?]
- at com.github.games647.lagmonitor.threading.BlockingActionManager.checkBlockingAction(BlockingActionManager.java:48) ~[?:?]
- at com.github.games647.lagmonitor.listener.BlockingConnectionSelector.select(BlockingConnectionSelector.java:30) ~[?:?]
- at sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source) ~[?:1.8.0_192]
- at sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source) ~[?:1.8.0_192]
- at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source) ~[?:1.8.0_192]
- at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source) ~[?:1.8.0_192]
- at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source) ~[?:1.8.0_192]
- at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(Unknown Source) ~[?:1.8.0_192]
- at me.Ccamm.XWeather.Updater.checkForUpdates(Updater.java:41) ~[?:?]
- at me.Ccamm.XWeather.Events.onJoin(Events.java:17) ~[?:?]
- at com.destroystokyo.paper.event.executor.asm.generated.GeneratedEventExecutor896.execute(Unknown Source) ~[?:?]
- at org.bukkit.plugin.EventExecutor$2.execute(EventExecutor.java:70) ~[patched_1.13.2.jar:git-Paper-486]
- at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:78) ~[patched_1.13.2.jar:git-Paper-486]
- at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[patched_1.13.2.jar:git-Paper-486]
- at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:513) ~[patched_1.13.2.jar:git-Paper-486]
- at net.minecraft.server.v1_13_R2.PlayerList.onPlayerJoin(PlayerList.java:369) ~[patched_1.13.2.jar:git-Paper-486]
- at net.minecraft.server.v1_13_R2.PlayerList.a(PlayerList.java:180) ~[patched_1.13.2.jar:git-Paper-486]
- at net.minecraft.server.v1_13_R2.LoginListener.b(LoginListener.java:170) ~[patched_1.13.2.jar:git-Paper-486]
- at net.minecraft.server.v1_13_R2.LoginListener.tick(LoginListener.java:66) ~[patched_1.13.2.jar:git-Paper-486]
- at net.minecraft.server.v1_13_R2.NetworkManager.a(NetworkManager.java:263) ~[patched_1.13.2.jar:git-Paper-486]
- at net.minecraft.server.v1_13_R2.ServerConnection.c(ServerConnection.java:130) ~[patched_1.13.2.jar:git-Paper-486]
- at net.minecraft.server.v1_13_R2.MinecraftServer.b(MinecraftServer.java:1129) ~[patched_1.13.2.jar:git-Paper-486]
- at net.minecraft.server.v1_13_R2.DedicatedServer.b(DedicatedServer.java:439) ~[patched_1.13.2.jar:git-Paper-486]
- at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:943) ~[patched_1.13.2.jar:git-Paper-486]
- at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:841) ~[patched_1.13.2.jar:git-Paper-486]
- at java.lang.Thread.run(Unknown Source) [?:1.8.0_192]
- [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
- [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.
- java.lang.IllegalAccessException: null
- at com.github.games647.lagmonitor.threading.BlockingActionManager.logCurrentStack(BlockingActionManager.java:62) ~[?:?]
- at com.github.games647.lagmonitor.threading.BlockingActionManager.checkBlockingAction(BlockingActionManager.java:48) ~[?:?]
- at com.github.games647.lagmonitor.listener.BlockingConnectionSelector.select(BlockingConnectionSelector.java:30) ~[?:?]
- at sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source) ~[?:1.8.0_192]
- at sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source) ~[?:1.8.0_192]
- at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source) ~[?:1.8.0_192]
- at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source) ~[?:1.8.0_192]
- at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source) ~[?:1.8.0_192]
- at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(Unknown Source) ~[?:1.8.0_192]
- at net.Indyuce.moarbows.version.SpigotPlugin.isOutOfDate(SpigotPlugin.java:42) ~[?:?]
- at net.Indyuce.moarbows.listener.UpdateNotify.a(UpdateNotify.java:16) ~[?:?]
- at com.destroystokyo.paper.event.executor.asm.generated.GeneratedEventExecutor951.execute(Unknown Source) ~[?:?]
- at org.bukkit.plugin.EventExecutor$2.execute(EventExecutor.java:70) ~[patched_1.13.2.jar:git-Paper-486]
- at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:78) ~[patched_1.13.2.jar:git-Paper-486]
- at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[patched_1.13.2.jar:git-Paper-486]
- at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:513) ~[patched_1.13.2.jar:git-Paper-486]
- at net.minecraft.server.v1_13_R2.PlayerList.onPlayerJoin(PlayerList.java:369) ~[patched_1.13.2.jar:git-Paper-486]
- at net.minecraft.server.v1_13_R2.PlayerList.a(PlayerList.java:180) ~[patched_1.13.2.jar:git-Paper-486]
- at net.minecraft.server.v1_13_R2.LoginListener.b(LoginListener.java:170) ~[patched_1.13.2.jar:git-Paper-486]
- at net.minecraft.server.v1_13_R2.LoginListener.tick(LoginListener.java:66) ~[patched_1.13.2.jar:git-Paper-486]
- at net.minecraft.server.v1_13_R2.NetworkManager.a(NetworkManager.java:263) ~[patched_1.13.2.jar:git-Paper-486]
- at net.minecraft.server.v1_13_R2.ServerConnection.c(ServerConnection.java:130) ~[patched_1.13.2.jar:git-Paper-486]
- at net.minecraft.server.v1_13_R2.MinecraftServer.b(MinecraftServer.java:1129) ~[patched_1.13.2.jar:git-Paper-486]
- at net.minecraft.server.v1_13_R2.DedicatedServer.b(DedicatedServer.java:439) ~[patched_1.13.2.jar:git-Paper-486]
- at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:943) ~[patched_1.13.2.jar:git-Paper-486]
- at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:841) ~[patched_1.13.2.jar:git-Paper-486]
- at java.lang.Thread.run(Unknown Source) [?:1.8.0_192]
- [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
- [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.
- java.lang.IllegalAccessException: null
- at com.github.games647.lagmonitor.threading.BlockingActionManager.logCurrentStack(BlockingActionManager.java:62) ~[?:?]
- at com.github.games647.lagmonitor.threading.BlockingActionManager.checkBlockingAction(BlockingActionManager.java:48) ~[?:?]
- at com.github.games647.lagmonitor.listener.BlockingConnectionSelector.select(BlockingConnectionSelector.java:30) ~[?:?]
- at sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source) ~[?:1.8.0_192]
- at sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source) ~[?:1.8.0_192]
- at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source) ~[?:1.8.0_192]
- at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source) ~[?:1.8.0_192]
- at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source) ~[?:1.8.0_192]
- at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(Unknown Source) ~[?:1.8.0_192]
- at com.mystycfalls.townygui.util.SpigotUpdater.checkForUpdates(SpigotUpdater.java:46) ~[?:?]
- at com.mystycfalls.townygui.event.EventUpdate.onJoinUpdateAv(EventUpdate.java:29) ~[?:?]
- at com.destroystokyo.paper.event.executor.asm.generated.GeneratedEventExecutor968.execute(Unknown Source) ~[?:?]
- at org.bukkit.plugin.EventExecutor$2.execute(EventExecutor.java:70) ~[patched_1.13.2.jar:git-Paper-486]
- at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:78) ~[patched_1.13.2.jar:git-Paper-486]
- at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[patched_1.13.2.jar:git-Paper-486]
- at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:513) ~[patched_1.13.2.jar:git-Paper-486]
- at net.minecraft.server.v1_13_R2.PlayerList.onPlayerJoin(PlayerList.java:369) ~[patched_1.13.2.jar:git-Paper-486]
- at net.minecraft.server.v1_13_R2.PlayerList.a(PlayerList.java:180) ~[patched_1.13.2.jar:git-Paper-486]
- at net.minecraft.server.v1_13_R2.LoginListener.b(LoginListener.java:170) ~[patched_1.13.2.jar:git-Paper-486]
- at net.minecraft.server.v1_13_R2.LoginListener.tick(LoginListener.java:66) ~[patched_1.13.2.jar:git-Paper-486]
- at net.minecraft.server.v1_13_R2.NetworkManager.a(NetworkManager.java:263) ~[patched_1.13.2.jar:git-Paper-486]
- at net.minecraft.server.v1_13_R2.ServerConnection.c(ServerConnection.java:130) ~[patched_1.13.2.jar:git-Paper-486]
- at net.minecraft.server.v1_13_R2.MinecraftServer.b(MinecraftServer.java:1129) ~[patched_1.13.2.jar:git-Paper-486]
- at net.minecraft.server.v1_13_R2.DedicatedServer.b(DedicatedServer.java:439) ~[patched_1.13.2.jar:git-Paper-486]
- at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:943) ~[patched_1.13.2.jar:git-Paper-486]
- at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:841) ~[patched_1.13.2.jar:git-Paper-486]
- at java.lang.Thread.run(Unknown Source) [?:1.8.0_192]
Advertisement
Add Comment
Please, Sign In to add comment