Java.io.IOException: Received string length longer than maximum

Discussion in 'Bukkit Help' started by MetagalacticNL, May 20, 2017.

Thread Status:
Not open for further replies.
  1. Offline

    MetagalacticNL

    Hey Bukkit Users!

    I have a problem with my Minecraft server !
    Some players can join and some players can't join.
    As they join they log directly out and says: Java.io.IOException: Recieved string length longer than maximum allowed (65 > 64)

    My console:

    20.05 15:58:41 [Server] INFO at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:479) 20.05 15:58:41 [Server] INFO at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:67) 20.05 15:58:41 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:445) 20.05 15:58:41 [Server] INFO org.bukkit.event.EventException 20.05 15:58:41 [Server] SEVERE Could not pass event PlayerMoveEvent to WorldGuard v5.9 20.05 15:58:41 [Server] INFO ... 14 more 20.05 15:58:41 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:441) 20.05 15:58:41 [Server] INFO at java.lang.reflect.Method.invoke(Method.java:498) 20.05 15:58:41 [Server] INFO at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 20.05 15:58:41 [Server] INFO at sun.reflect.GeneratedMethodAccessor56.invoke(Unknown Source) 20.05 15:58:41 [Server] INFO at com.mewin.WGRegionEvents.WGRegionEventsListener.onPlayerMove(WGRegionEventsListener.java:76) 20.05 15:58:41 [Server] INFO at com.mewin.WGRegionEvents.WGRegionEventsListener.updateRegions(WGRegionEventsListener.java:121) 20.05 15:58:41 [Server] INFO Caused by: java.lang.IncompatibleClassChangeError: Found class com.sk89q.worldguard.protection.ApplicableRegionSet, but interface was expected 20.05 15:58:41 [Server] INFO at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:583) 20.05 15:58:41 [Server] INFO at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:665) 20.05 15:58:41 [Server] INFO at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:782) 20.05 15:58:41 [Server] INFO at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:332) 20.05 15:58:41 [Server] INFO at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:927) 20.05 15:58:41 [Server] INFO at net.minecraft.server.dedicated.DedicatedServerListenThread.func_71747_b(DedicatedServerListenThread.java:37) 20.05 15:58:41 [Server] INFO at net.minecraft.network.NetworkListenThread.func_71747_b(NetworkListenThread.java:54) 20.05 15:58:41 [Server] INFO at net.minecraft.network.NetServerHandler.func_72570_d(NetServerHandler.java:234) 20.05 15:58:41 [Server] INFO at net.minecraft.network.TcpConnection.func_74428_b(TcpConnection.java:480) 20.05 15:58:41 [Server] INFO at net.minecraft.network.packet.Packet10Flying.func_73279_a(SourceFile:136) 20.05 15:58:41 [Server] INFO at net.minecraft.network.NetServerHandler.func_72498_a(NetServerHandler.java:363) 20.05 15:58:41 [Server] INFO at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:464)

    Thanks in advance!
    Ryan.
     
  2. Offline

    Zombie_Striker

    The version of WGRegionEventListener is incompatible with your version of worldgaurd. Make sure you are using the new continued version of WGREL by S_Ryan on the spigot forums.
     
  3. Offline

    MetagalacticNL

    @Zombie_Striker Thanks for your fast reaction!
    I have a bukkit server running on 1.6.4. Which one is compitable?

    Thankyou in advance!
     
  4. Offline

    Zombie_Striker

  5. Offline

    MetagalacticNL

    @Zombie_Striker
    I'm using 1.6.4 because i run a Crafting Dead Origins Server.
    That's why. Many people don't get this error message but some people will get it ):

    Please help..

    Thanks in advance!
     
  6. Offline

    timtower Administrator Administrator Moderator

    Locked
    Modded servers are not supported by Bukkit.
     
Thread Status:
Not open for further replies.

Share This Page