Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

server crash with /checkban #30

Closed
Kbryst opened this issue Feb 21, 2018 · 2 comments
Closed

server crash with /checkban #30

Kbryst opened this issue Feb 21, 2018 · 2 comments
Labels
bug report Reports of bugs/inconsistencies

Comments

@Kbryst
Copy link

Kbryst commented Feb 21, 2018

All I did was run /checkban . I did type /checkban (playername) after but it looks like the server had already stopped responding with the /checkban command.

This is the CMI version before the sell hand version. 7.3.11.0. Paper 1.12.2.

[15:16:34] [Paper Watchdog Thread/ERROR]: 		java.lang.Thread.sleep(Native Method)
[15:16:34] [Paper Watchdog Thread/ERROR]: 		com.mojang.authlib.yggdrasil.YggdrasilGameProfileRepository.findProfilesByNames(YggdrasilGameProfileRepository.java:72)
[15:16:34] [Paper Watchdog Thread/ERROR]: 		com.destroystokyo.paper.profile.WrappedGameProfileRepository.findProfilesByNames(WrappedGameProfileRepository.java:47)
[15:16:34] [Paper Watchdog Thread/ERROR]: 		net.minecraft.server.v1_12_R1.UserCache.a(UserCache.java:89)
[15:16:34] [Paper Watchdog Thread/ERROR]: 		net.minecraft.server.v1_12_R1.UserCache.getProfile(UserCache.java:159)
[15:16:34] [Paper Watchdog Thread/ERROR]: 		org.bukkit.craftbukkit.v1_12_R1.CraftServer.getOfflinePlayer(CraftServer.java:1355)
[15:16:34] [Paper Watchdog Thread/ERROR]: 		org.bukkit.Bukkit.getOfflinePlayer(Bukkit.java:733)
[15:16:34] [Paper Watchdog Thread/ERROR]: 		com.Zrips.CMI.NBT.v1_12_R1.getPlayer(v1_12_R1.java:119)
[15:16:34] [Paper Watchdog Thread/ERROR]: 		com.Zrips.CMI.PlayerManager.getUser(PlayerManager.java:280)
[15:16:34] [Paper Watchdog Thread/ERROR]: 		com.Zrips.CMI.PlayerManager.getUser(PlayerManager.java:227)
[15:16:34] [Paper Watchdog Thread/ERROR]: 		com.Zrips.CMI.PlayerManager.getUser(PlayerManager.java:223)
[15:16:34] [Paper Watchdog Thread/ERROR]: 		com.Zrips.CMI.commands.list.checkban.perform(checkban.java:64)
[15:16:34] [Paper Watchdog Thread/ERROR]: 		com.Zrips.CMI.commands.CommandsHandler.onCommand(CommandsHandler.java:209)
[15:16:34] [Paper Watchdog Thread/ERROR]: 		org.bukkit.command.PluginCommand.execute(PluginCommand.java:44)
[15:16:34] [Paper Watchdog Thread/ERROR]: 		org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:151)
[15:16:34] [Paper Watchdog Thread/ERROR]: 		org.bukkit.craftbukkit.v1_12_R1.CraftServer.dispatchCommand(CraftServer.java:677)
[15:16:34] [Paper Watchdog Thread/ERROR]: 		com.sk89q.worldedit.bukkit.WorldEditListener.onPlayerCommandPreprocess(WorldEditListener.java:95)
[15:16:34] [Paper Watchdog Thread/ERROR]: 		com.destroystokyo.paper.event.executor.asm.generated.GeneratedEventExecutor495.execute(Unknown Source)
[15:16:34] [Paper Watchdog Thread/ERROR]: 		org.bukkit.plugin.EventExecutor$2.execute(EventExecutor.java:70)
[15:16:34] [Paper Watchdog Thread/ERROR]: 		co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:78)
[15:16:34] [Paper Watchdog Thread/ERROR]: 		org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
[15:16:34] [Paper Watchdog Thread/ERROR]: 		org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:515)
[15:16:34] [Paper Watchdog Thread/ERROR]: 		org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:500)
[15:16:34] [Paper Watchdog Thread/ERROR]: 		com.Zrips.CMI.Modules.SpecializedCommands.SpecializedCommandManager.processAliasCmdsAsPlayer(SpecializedCommandManager.java:60)
[15:16:34] [Paper Watchdog Thread/ERROR]: 		com.Zrips.CMI.AllListeners.onPreprocessCommand.onCommand(onPreprocessCommand.java:56)
[15:16:34] [Paper Watchdog Thread/ERROR]: 		com.destroystokyo.paper.event.executor.asm.generated.GeneratedEventExecutor777.execute(Unknown Source)
[15:16:34] [Paper Watchdog Thread/ERROR]: 		org.bukkit.plugin.EventExecutor$2.execute(EventExecutor.java:70)
[15:16:34] [Paper Watchdog Thread/ERROR]: 		co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:78)
[15:16:34] [Paper Watchdog Thread/ERROR]: 		org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
[15:16:34] [Paper Watchdog Thread/ERROR]: 		org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:515)
[15:16:34] [Paper Watchdog Thread/ERROR]: 		org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:500)
[15:16:34] [Paper Watchdog Thread/ERROR]: 		net.minecraft.server.v1_12_R1.PlayerConnection.handleCommand(PlayerConnection.java:1464)
[15:16:34] [Paper Watchdog Thread/ERROR]: 		net.minecraft.server.v1_12_R1.PlayerConnection.a(PlayerConnection.java:1277)
[15:16:34] [Paper Watchdog Thread/ERROR]: 		net.minecraft.server.v1_12_R1.PacketPlayInChat.a(PacketPlayInChat.java:45)
[15:16:34] [Paper Watchdog Thread/ERROR]: 		net.minecraft.server.v1_12_R1.PacketPlayInChat.a(PacketPlayInChat.java:5)
[15:16:34] [Paper Watchdog Thread/ERROR]: 		net.minecraft.server.v1_12_R1.PlayerConnectionUtils.lambda$ensureMainThread$0(PlayerConnectionUtils.java:14)
[15:16:34] [Paper Watchdog Thread/ERROR]: 		net.minecraft.server.v1_12_R1.PlayerConnectionUtils$$Lambda$293/140376175.run(Unknown Source)
[15:16:34] [Paper Watchdog Thread/ERROR]: 		java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
[15:16:34] [Paper Watchdog Thread/ERROR]: 		java.util.concurrent.FutureTask.run(FutureTask.java:266)
[15:16:34] [Paper Watchdog Thread/ERROR]: 		net.minecraft.server.v1_12_R1.SystemUtils.a(SourceFile:46)
[15:16:34] [Paper Watchdog Thread/ERROR]: 		net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:843)
[15:16:34] [Paper Watchdog Thread/ERROR]: 		net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:426)
[15:16:34] [Paper Watchdog Thread/ERROR]: 		net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:767)
[15:16:34] [Paper Watchdog Thread/ERROR]: 		net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:665)
[15:16:34] [Paper Watchdog Thread/ERROR]: 		java.lang.Thread.run(Thread.java:748)```
@LogGits LogGits added the bug report Reports of bugs/inconsistencies label Feb 21, 2018
@LogGits
Copy link
Collaborator

LogGits commented Feb 23, 2018

Does this still occur on the latest 7.3.13.0 build?

@Zrips
Copy link
Owner

Zrips commented Feb 24, 2018

Not directly related to ban command as this one failed when trying to get offline player from Mojang servers with official API. Will try to come up with something to avoid this, but cant really promise anything at this point.

@Zrips Zrips closed this as completed Feb 24, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug report Reports of bugs/inconsistencies
Projects
None yet
Development

No branches or pull requests

3 participants