Random Kicks

Discussion in 'Bukkit Help' started by Greengreengene, Jun 4, 2013.

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

    Greengreengene

    So my problem is whenever someone drags and drops an item out of their inventory, it kicks them with the message "Internal server error". This has just started after I downloaded the backpack plugin, but in the console the error doesn't say anything about it.

    This is just an annoying bug, please help

    -Green :3
     
  2. Offline

    Gamecube762

    If it just started after you installed the plugin, then try uninstalling it and see if the error is still there. It could be that the plugin is outdated or its not compatible with another plugin you have on the server.
     
  3. Offline

    Greengreengene

    Still broken.
     
  4. Offline

    Gamecube762

    Are there any errors in the console, like any from when it starts to when the players get kicked? Try posting the whole console log from when the server starts to when it kicks.
     
  5. Offline

    mbaxter ʇıʞʞnq ɐ sɐɥ ı

    When it says 'internal error' there will be something in your server log. Pastebin your log here :)
     
  6. Offline

    Greengreengene

    Code:
    at java.util.ArrayList.elementData(Unknown Source)
        at java.util.ArrayList.get(Unknown Source)
        at net.minecraft.server.v1_5_R3.Container.getSlot(Container.java:105)
        at net.minecraft.server.v1_5_R3.PlayerConnection.a(PlayerConnection.java:1463)
        at net.minecraft.server.v1_5_R3.Packet107SetCreativeSlot.handle(SourceFile:21)
        at net.minecraft.server.v1_5_R3.NetworkManager.b(NetworkManager.java:292)
        at net.minecraft.server.v1_5_R3.PlayerConnection.d(PlayerConnection.java:115)
        at net.minecraft.server.v1_5_R3.ServerConnection.b(SourceFile:35)
        at net.minecraft.server.v1_5_R3.DedicatedServerConnection.b(SourceFile:30)
        at net.minecraft.server.v1_5_R3.MinecraftServer.r(MinecraftServer.java:581)
        at net.minecraft.server.v1_5_R3.DedicatedServer.r(DedicatedServer.java:226)
        at net.minecraft.server.v1_5_R3.MinecraftServer.q(MinecraftServer.java:477)
        at net.minecraft.server.v1_5_R3.MinecraftServer.run(MinecraftServer.java:410)
        at net.minecraft.server.v1_5_R3.ThreadServerApplication.run(SourceFile:573)
    YES there is an error from sentry

    I was making a sentry and I typed /sentry health armor on accident.

    It made an error in the console.

    Code:
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46)
        at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:189)
        at org.bukkit.craftbukkit.v1_5_R3.CraftServer.dispatchCommand(CraftServer.java:523)
        at net.minecraft.server.v1_5_R3.PlayerConnection.handleCommand(PlayerConnection.java:971)
        at net.minecraft.server.v1_5_R3.PlayerConnection.chat(PlayerConnection.java:889)
        at net.minecraft.server.v1_5_R3.PlayerConnection.a(PlayerConnection.java:846)
        at net.minecraft.server.v1_5_R3.Packet3Chat.handle(Packet3Chat.java:44)
        at net.minecraft.server.v1_5_R3.NetworkManager.b(NetworkManager.java:292)
        at net.minecraft.server.v1_5_R3.PlayerConnection.d(PlayerConnection.java:115)
        at net.minecraft.server.v1_5_R3.ServerConnection.b(SourceFile:35)
        at net.minecraft.server.v1_5_R3.DedicatedServerConnection.b(SourceFile:30)
        at net.minecraft.server.v1_5_R3.MinecraftServer.r(MinecraftServer.java:581)
        at net.minecraft.server.v1_5_R3.DedicatedServer.r(DedicatedServer.java:226)
        at net.minecraft.server.v1_5_R3.MinecraftServer.q(MinecraftServer.java:477)
        at net.minecraft.server.v1_5_R3.MinecraftServer.run(MinecraftServer.java:410)
        at net.minecraft.server.v1_5_R3.ThreadServerApplication.run(SourceFile:573)
    Caused by: java.lang.NumberFormatException: For input string: "armor"
        at java.lang.NumberFormatException.forInputString(Unknown Source)
        at java.lang.Integer.parseInt(Unknown Source)
        at java.lang.Integer.valueOf(Unknown Source)
        at net.aufdemrand.sentry.Sentry.onCommand(Sentry.java:798)
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44)
        ... 15 more
    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jun 1, 2016
  7. Offline

    Greengreengene

  8. Offline

    Greengreengene

  9. Offline

    Greengreengene

  10. Offline

    andrewpo

    If you're having problems with specific plugins, contact the developers of those specific plugins.
     
  11. Offline

    Kolugo

  12. Offline

    Greengreengene

    By the way, it only happens to users in creative mode.

    [​IMG]
     
Thread Status:
Not open for further replies.

Share This Page