Indexoutofboundsexception

Discussion in 'Bukkit Help' started by strontkever, Jan 24, 2012.

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

    strontkever

    Hi, i recently started getting this error:

    Code:
    2012-01-24 12:22:07 [SEVERE] java.lang.IndexOutOfBoundsException: Index: 869, Size: 869
    2012-01-24 12:22:07 [SEVERE]at java.util.ArrayList.rangeCheck(Unknown Source)
    2012-01-24 12:22:07 [SEVERE]at java.util.ArrayList.remove(Unknown Source)
    2012-01-24 12:22:07 [SEVERE]at net.minecraft.server.World.tickEntities(World.java:1156)
    2012-01-24 12:22:07 [SEVERE]at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:527)
    2012-01-24 12:22:07 [SEVERE]at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:434)
    2012-01-24 12:22:07 [SEVERE]at net.minecraft.server.ThreadServerApplication.run(SourceFile:465)
    2012-01-24 12:22:07 [SEVERE] Unexpected exception
    java.lang.IndexOutOfBoundsException: Index: 869, Size: 869
    at java.util.ArrayList.rangeCheck(Unknown Source)
    at java.util.ArrayList.remove(Unknown Source)
    at net.minecraft.server.World.tickEntities(World.java:1156)
    at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:527)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:434)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:465)
    
    after this error, the console just responds like normal, and showing the player list from before the error, but noone can connect to the server anymore.

    I wonder if this is caused by bukkit, or plugins, or any of my worlds?

    i updated to the latest CB build (1.1)


    Strontkever
     
  2. Offline

    Zeerix

    Which build of CraftBukkit is it?
     
  3. Offline

    strontkever

    i have no idea since devbukkit is down, but at startup it says:

    git-bukkit-1.0.1-R1-104-g004922f-b1798jnks (MC: 1.1)

    it happened some days ago, and yesterday i downloaded the latest build (14 hours ago)
    and happened again
     
  4. Offline

    SirTyler

    Do you have any plugins in that might be causing it?
     
  5. Offline

    strontkever

    well, the only plugin i installed a couple of days ago is PVP-arena

    but can someone determin its caused by bukkit/plugin/world?
     
  6. Offline

    Typhoon-NL

    its not the plugin, its bukkit itself
    tested it without any plugins, and still getting that error

    i never had this error on Bukkit 1.0.1
     
  7. Offline

    strontkever

    still happening :(
     
  8. Offline

    Pezmantbh

    Does this happen when you use vanilla?
     
Thread Status:
Not open for further replies.

Share This Page