java.lang.ArrayIndexOutOfBoundsException

Discussion in 'Bukkit Help' started by wumpyc, Aug 26, 2012.

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

    wumpyc

    2012-08-26 07:27:20 [SEVERE] java.lang.ArrayIndexOutOfBoundsException
    2012-08-26 07:27:20 [SEVERE] java.lang.ArrayIndexOutOfBoundsException
    2012-08-26 07:27:20 [SEVERE] java.lang.ArrayIndexOutOfBoundsException
    2012-08-26 07:27:20 [SEVERE] java.lang.ArrayIndexOutOfBoundsException
    2012-08-26 07:27:20 [SEVERE] java.lang.ArrayIndexOutOfBoundsException
    2012-08-26 07:27:20 [SEVERE] java.lang.ArrayIndexOutOfBoundsException
    2012-08-26 07:27:20 [SEVERE] java.lang.ArrayIndexOutOfBoundsException
    2012-08-26 07:27:20 [SEVERE] java.lang.ArrayIndexOutOfBoundsException

    My console is spammed with this and it causes lagg..

    PLUGINS:

    [​IMG]

    BUMP

    BUMP AGAIN :(

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 28, 2016
  2. Offline

    pyr02k1

    Likely a plugin. What about the console log from before the errors appear (start until they appear). Should say which plugin it is if anything
     
  3. Offline

    wumpyc

    I couldn't found any error before that would start this.
     
  4. Offline

    wumpyc

    please help
     
  5. Offline

    dcgamingentral

    It is possible you have a corrupted world, do you have other errors like this:

    java.io.FileNotFoundException: ./world/region/r.-2.-2.mca (Too many open files)
    2012-08-28 09:05:38 [SEVERE]at java.io.RandomAccessFile.open(Native Method)
    2012-08-28 09:05:38 [SEVERE]at java.io.RandomAccessFile.<init>(RandomAccessFile.java:233)
    2012-08-28 09:05:38 [SEVERE]at net.minecraft.server.RegionFile.<init>(SourceFile:97)
    2012-08-28 09:05:38 [SEVERE]at net.minecraft.server.RegionFileCache.a(SourceFile:65)
    2012-08-28 09:05:38 [SEVERE]at net.minecraft.server.RegionFileCache.c(SourceFile:90)
    2012-08-28 09:05:38 [SEVERE]at net.minecraft.server.ChunkRegionLoader.a(ChunkRegionLoader.java:46)
    2012-08-28 09:05:38 [SEVERE]at net.minecraft.server.ChunkProviderServer.loadChunk(ChunkProviderServer.java:146)
    2012-08-28 09:05:38 [SEVERE]at net.minecraft.server.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:90)
    2012-08-28 09:05:38 [SEVERE]at net.minecraft.server.PlayerInstance.<init>(PlayerInstance.java:23)
    2012-08-28 09:05:38 [SEVERE]at net.minecraft.server.PlayerManager.a(PlayerManager.java:66)
    2012-08-28 09:05:38 [SEVERE]at net.minecraft.server.PlayerManager.movePlayer(PlayerManager.java:195)
    2012-08-28 09:05:38 [SEVERE]at net.minecraft.server.ServerConfigurationManagerAbstract.d(ServerConfigurationManagerAbstract.java:198)
    2012-08-28 09:05:38 [SEVERE]at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:420)
    2012-08-28 09:05:38 [SEVERE]at net.minecraft.server.Packet10Flying.handle(SourceFile:136)
    2012-08-28 09:05:38 [SEVERE]at net.minecraft.server.NetworkManager.b(NetworkManager.java:276)
    2012-08-28 09:05:38 [SEVERE]at net.minecraft.server.NetServerHandler.d(NetServerHandler.java:109)
    2012-08-28 09:05:38 [SEVERE]at net.minecraft.server.ServerConnection.b(SourceFile:35)
    2012-08-28 09:05:38 [SEVERE]at net.minecraft.server.DedicatedServerConnection.b(SourceFile:30)
    2012-08-28 09:05:38 [SEVERE]at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:581)
    2012-08-28 09:05:38 [SEVERE]at net.minecraft.server.DedicatedServer.q(DedicatedServer.java:212)
    2012-08-28 09:05:38 [SEVERE]at net.minecraft.server.MinecraftServer.p(MinecraftServer.java:474)
     
  6. Offline

    wumpyc

    no it just spams the arrayindexoutof...
     
  7. Offline

    CRAZYxMUNK3Y

    http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/ArrayIndexOutOfBoundsException.html

    ArrayIndexOutOfBoundsException

    Thrown to indicate that an array has been accessed with an illegal index. The index is either negative or greater than or equal to the size of the array

    In other words, An Array(Object that holds data) has either become negative or a different size. Because it doesn't say what is causing it, the only real way is to remove each plugin 1 by 1.

    I know this is a hassle, but i think its the only way.
     
  8. Offline

    wumpyc

    so what should i do?
     
  9. Offline

    CRAZYxMUNK3Y

  10. Offline

    deancohen1994

    i think its to do with worldedit, sorry for posting on an old thread
     
Thread Status:
Not open for further replies.

Share This Page