Help

Discussion in 'Bukkit Help' started by Veteranspy, Feb 10, 2011.

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

    Veteranspy

    I'm not sure what is going on with my server, but it keeps crashing and giving me this error.
    java.lang.ArrayIndexOutOfBoundsException: -1
    at net.minecraft.server.LongHashset.popFirst(LongHashset.java:83)
    at net.minecraft.server.ChunkProviderServer.a(ChunkProviderServer.java:202)
    at net.minecraft.server.World.f(World.java:1443)
    at net.minecraft.server.WorldServer.f(WorldServer.java:46)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:307)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:232)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:512)
    2011-02-10 23:37:51 [SEVERE] Unexpected exception
    java.lang.ArrayIndexOutOfBoundsException: -1
    at net.minecraft.server.LongHashset.popFirst(LongHashset.java:83)
    at net.minecraft.server.ChunkProviderServer.a(ChunkProviderServer.java:202)
    at net.minecraft.server.World.f(World.java:1443)
    at net.minecraft.server.WorldServer.f(WorldServer.java:46)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:307)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:232)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:512)
    --- merged: Feb 10, 2011 8:46 PM ---
    java.io.IOException: Server returned HTTP response code: 500 for URL: http://www.minecraft.net/game/checkserver.jsp?user=LtkronoChaos&serverId=ba2ac248f75434d4
    at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1403)
    at java.net.URL.openStream(URL.java:1029)
    at net.minecraft.server.ThreadLoginVerifier.run(SourceFile:96)
     
  2. Offline

    Mephidross

    I've got the same error. It seems to appear when the first player connects to the server.
    I tried to delete all player datas, and to create a new world, that does not fix the error.
     
  3. Offline

    Veteranspy

    I figured out its when more than one entity is online. For some reason my server just can't handle more than one entity -_-.... I'll be sitting there online, and then someone else logs in and crashes it.

    -edit-
    nevermind, it just crashed with just 1 player online... I dunno what is up with it
     
  4. Offline

    TnT

    What is your Java version?

    Since I've asked that, you might as well just fill this out and put your answers here.
     
  5. Offline

    Mephidross

    1. What OS are you using (Brand and version - Ex. Windows XP SP3)?
    Windows 7 Professionnal
    2. What architecture is the OS you are running (x64 or x86)?
    x64

    3. What version and architecture is your java install?
    java version "1.6.0_23"
    Java(TM) SE Runtime Environment (build 1.6.0_23-b05)
    Java HotSpot(TM) 64-Bit Server VM (build 19.0-b09, mixed mode)

    4. Are you running any wrappers? McMyAdmin, mcadmin, Hamachi, etc?
    I tried McMyAdmin, error are the same with or without

    5. What build of CraftBukkit are you running? (do NOT say latest. Say the build number.)
    git-Bukkit-0.0.0-390-g1b517a8-b301

    6. What command are you using to run your CraftBukkit server?
    java.exe -Xms1024M -Xmx1024M -jar "%~dp0craftbukkit.jar"

    7. What plugins are you running?
    None

    8. What error are you getting (post your server.log file if possible)?
    9. What have you tried already?
    - Creating a new world (by changing leve-world property in the server file)
    - Deleting players .dat files

    10. Have you tried any of the things below?
    - Run the vanilla Minecraft server (no Craftbukkit). Does the error/problem still occur?
    The error does not occur with the vanilla Minecraft server

    - Update your CraftBukkit Build. A newer version may have fixed the error.
    I think I run the last version

    Remove all your plugins and try with just CraftBukkit. Does the error/problem still occur?
    - No plugin loaded
     
  6. Offline

    Derek Peterson

    I'm having the same issue every once in a while since allowing players to teleport to the nether. I think it may be related to the new multiworld capability.

    (Note: Ubuntu 10.10 2.6.35.4 x64, Java: OpenJDK Runtime Environment (IcedTea6 1.9) (6b20-1.9-0ubuntu1))
     
  7. Offline

    Veteranspy

    1. What OS are you using (Brand and version - Ex. Windows XP SP3)?
    2. What architecture is the OS you are running (x64 or x86)?
    3. What version and architecture is your java install? (Type: java -version in command prompt.)
    Linux 199172.minecraft44.provisionhost.com 2.6.18-194.8.1.el5.028stab070.5 #1 SMP Fri Sep 17 19:10:36 MSD 2010 x86_64 x86_64 x86_64 GNU/Linux
    java version "1.6.0_17"
    OpenJDK Runtime Environment (IcedTea6 1.7.5) (rhel-1.16.b17.el5-x86_64)
    OpenJDK 64-Bit Server VM (build 14.0-b16, mixed mode)

    4. Are you running any wrappers? McMyAdmin, mcadmin, Hamachi, etc?
    I was running mcmyadmin, but it stopped working whenever we started using craftbukkit.

    5. What build of CraftBukkit are you running? (do NOT say latest. Say the build number.)
    2011-02-11 02:32:22 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-390-g1b517a8-b301 (MC: 1.2_01)

    6. What command are you using to run your CraftBukkit server?
    screen -s minecraft java -Xms1024M -Xmx1024M -jar craftbukkit.jar nogui

    7. What plugins are you running?
    Essentials.jar, General.jar, iChat.jar, iConomy.jar, LevelCraft.jar, LWC.jar, mcMMO.jar, MsgReply.jar, Permissions.jar, PetitionPlugin.jar, PluginControl.jar, SimpleColours.jar, SimpleHome.jar, War v0.9 (Simonds).jar, WorldEdit.jar

    8. What error are you getting (post your server.log file if possible)?
    2011-02-10 23:40:59 [SEVERE] Unexpected exception
    java.lang.ArrayIndexOutOfBoundsException: -1
    at net.minecraft.server.LongHashset.popFirst(LongHashset.java:83)
    at net.minecraft.server.ChunkProviderServer.a(ChunkProviderServer.java:202)
    at net.minecraft.server.World.f(World.java:1443)
    at net.minecraft.server.WorldServer.f(WorldServer.java:46)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:307)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:232)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:512)

    9. What have you tried already?
    Removing plugins, reloading plugins, updating craftbukkit, updating my minecraft_server.jar, disabling plugins.. Trying to see if Provision Host updates their servers if that will help.

    10. Have you tried any of the things below?
    I have, and none of it seems to help.
     
Thread Status:
Not open for further replies.

Share This Page