Advertisement
Guest User

Untitled

a guest
May 8th, 2019
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.45 KB | None | 0 0
  1. [16:41:04 WARN]: [Herochat] Plugin Herochat v6.0.1-SNAPSHOT-bb33 generated an exception whilst handling plugin message
  2. java.lang.IllegalStateException: java.io.EOFException
  3. at com.google.common.io.ByteStreams$ByteArrayDataInputStream.readUTF(ByteStreams.java:408) ~[spigot-1.13.2.jar:git-Spigot-1a3504a-dfa7583]
  4. at com.dthielke.herochat.CrossServerListener.onPluginMessageReceived(CrossServerListener.java:79) ~[?:?]
  5. at org.bukkit.plugin.messaging.StandardMessenger.dispatchIncomingMessage(StandardMessenger.java:436) ~[spigot-1.13.2.jar:git-Spigot-1a3504a-dfa7583]
  6. at net.minecraft.server.v1_13_R2.PlayerConnection.a(PlayerConnection.java:2432) ~[spigot-1.13.2.jar:git-Spigot-1a3504a-dfa7583]
  7. at net.minecraft.server.v1_13_R2.PacketPlayInCustomPayload.a(SourceFile:45) ~[spigot-1.13.2.jar:git-Spigot-1a3504a-dfa7583]
  8. at net.minecraft.server.v1_13_R2.PacketPlayInCustomPayload.a(SourceFile:9) ~[spigot-1.13.2.jar:git-Spigot-1a3504a-dfa7583]
  9. at net.minecraft.server.v1_13_R2.PlayerConnectionUtils.lambda$0(PlayerConnectionUtils.java:9) ~[spigot-1.13.2.jar:git-Spigot-1a3504a-dfa7583]
  10. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_201]
  11. at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_201]
  12. at net.minecraft.server.v1_13_R2.SystemUtils.a(SourceFile:199) [spigot-1.13.2.jar:git-Spigot-1a3504a-dfa7583]
  13. at net.minecraft.server.v1_13_R2.MinecraftServer.b(MinecraftServer.java:896) [spigot-1.13.2.jar:git-Spigot-1a3504a-dfa7583]
  14. at net.minecraft.server.v1_13_R2.DedicatedServer.b(DedicatedServer.java:417) [spigot-1.13.2.jar:git-Spigot-1a3504a-dfa7583]
  15. at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:831) [spigot-1.13.2.jar:git-Spigot-1a3504a-dfa7583]
  16. at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:729) [spigot-1.13.2.jar:git-Spigot-1a3504a-dfa7583]
  17. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_201]
  18. Caused by: java.io.EOFException
  19. at java.io.DataInputStream.readUnsignedShort(DataInputStream.java:340) ~[?:1.8.0_201]
  20. at java.io.DataInputStream.readUTF(DataInputStream.java:589) ~[?:1.8.0_201]
  21. at java.io.DataInputStream.readUTF(DataInputStream.java:564) ~[?:1.8.0_201]
  22. at com.google.common.io.ByteStreams$ByteArrayDataInputStream.readUTF(ByteStreams.java:406) ~[spigot-1.13.2.jar:git-Spigot-1a3504a-dfa7583]
  23. ... 14 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement