Strange crash report

Discussion in 'Bukkit Help' started by 50l3r, Oct 17, 2012.

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

    50l3r

    my server goes down several times and do not understand why

    I downloaded the latest version of bukkit, but do not understand the reason for the falls.

    http://pastebin.com/3SEbi0FE

    added other crash report: http://pastebin.com/9f3WeZDk

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

    Necrodoom

    looks like map corruption to me.
     
  3. Offline

    Adriani6

    Try removing few plugins before you get a new map. I see you've got Multiverse and Worldborder, remove both and see if it helps, if you have any more plugins that manage your map/world remove it. If that doesn't help then it's most likely the map is corrupted.
    Try deleting the map and getting a new one.
     
  4. Offline

    50l3r

    the problem is that we have several worlds

    i have a comunnity of 85.000 users. I cant remove the map.

    i recieve errors like this:

    Code:
    15:54:27 [WARNING] Wrong location for EntityBoat['Boat'/5664, l='Cimas', x=1202.50, y=4.30, z=-238.50] in world 'Cimas'!
    15:54:27 [WARNING] Entity is at 1202.5,-238.5 (chunk 75,-15) but was stored in chunk -15,14
     
    15:54:37 [WARNING] Wrong location for EntityBoat['Boat'/7196, l='Paramos', x=1202.50, y=4.30, z=-238.50] in world 'Paramos'!
    15:54:37 [WARNING] Entity is at 1202.5,-238.5 (chunk 75,-15) but was stored in chunk 7,18
     
    15:55:12 [WARNING] Wrong location for EntityBoat['Boat'/11902, l='Paramos', x=1202.50, y=4.30, z=-238.50] in world 'Paramos'!
    15:55:12 [WARNING] Entity is at 1202.5,-238.5 (chunk 75,-15) but was stored in chunk 7,18
     
    15:55:52 [WARNING] Wrong location for EntityBoat['Boat'/15559, l='Paramos', x=1202.50, y=4.30, z=-238.50] in world 'Paramos'!
    15:55:52 [WARNING] Entity is at 1202.5,-238.5 (chunk 75,-15) but was stored in chunk 7,18
     
    15:56:36 [WARNING] Wrong location for EntityBoat['Boat'/21260, l='Borjan', x=1202.50, y=4.30, z=-238.50] in world 'Borjan'!
    15:56:36 [WARNING] Entity is at 1202.5,-238.5 (chunk 75,-15) but was stored in chunk 2,46
    
    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 29, 2016
  5. Offline

    iScottien

    It should sort itself out.. It usually happens when a map is edited in something like MCEdit and then reuploaded to the server. Just restart the server and it should be fine..

    Or try removing all entities from the world...
     
  6. Offline

    50l3r

    we use worldedit for some constructions.

    we tried to restart the server several times, but it gives the following error and server crash:

    Code:
    2012-10-17 16:01:31 [SEVERE] Encountered an unexpected exception ArrayIndexOutOfBoundsException
    java.lang.ArrayIndexOutOfBoundsException: 2941
        at net.minecraft.server.ChunkSection.a(ChunkSection.java:37)
        at net.minecraft.server.Chunk.getTypeId(Chunk.java:339)
        at net.minecraft.server.World.getTypeId(World.java:166)
        at net.minecraft.server.World.s(World.java:1668)
        at net.minecraft.server.SpawnerCreature.spawnEntities(SpawnerCreature.java:105)
        at net.minecraft.server.WorldServer.doTick(WorldServer.java:155)
        at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:557)
        at net.minecraft.server.DedicatedServer.q(DedicatedServer.java:213)
        at net.minecraft.server.MinecraftServer.p(MinecraftServer.java:473)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:405)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:539)
    2012-10-17 16:01:31 [SEVERE] This crash report has been saved to: /home/ecualia/./crash-reports/crash-2012-10-17_16.01.31-server.txt
    I recently removed a world, it may be because users come and try to access that world and break?

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

    Hoolean

    Cimas, Paramos and Borjan (world names maybe?) say they have glitched boats in them. Try removing them with a plugin that lets you remove all mobs in a certain world. Also, how do you stop your server?
     
  8. Offline

    50l3r

  9. Offline

    Hoolean

    I think some plugins allow the use of a command to remove all mobs of a specified type! In this case, you just need to remove all boats.
     
  10. Offline

    50l3r

    i removed all boats for all worlds with worldedit, but error persist:

    Code:
    18:29:19 [INFO] [ANBU] El usuario "TheXun" se ha autentificado correctamente
    18:29:19 [SEVERE] java.lang.ArrayIndexOutOfBoundsException: 1208
    18:29:19 [SEVERE]      at net.minecraft.server.ChunkSection.a(ChunkSection.java:37)
    18:29:19 [SEVERE]      at net.minecraft.server.Chunk.getTypeId(Chunk.java:339)
    18:29:19 [SEVERE]      at net.minecraft.server.World.getTypeId(World.java:166)
    18:29:19 [SEVERE]      at net.minecraft.server.World.s(World.java:1668)
    18:29:19 [SEVERE]      at net.minecraft.server.SpawnerCreature.spawnEntities(SpawnerCreature.java:105)
    18:29:19 [SEVERE]      at net.minecraft.server.WorldServer.doTick(WorldServer.java:155)
    18:29:19 [SEVERE]      at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:557)
    18:29:19 [SEVERE]      at net.minecraft.server.DedicatedServer.q(DedicatedServer.java:213)
    18:29:19 [SEVERE]      at net.minecraft.server.MinecraftServer.p(MinecraftServer.java:473)
    18:29:19 [SEVERE]      at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:405)
    18:29:19 [SEVERE]      at net.minecraft.server.ThreadServerApplication.run(SourceFile:539)
    18:29:19 [SEVERE] Encountered an unexpected exception ArrayIndexOutOfBoundsException
    java.lang.ArrayIndexOutOfBoundsException: 1208
            at net.minecraft.server.ChunkSection.a(ChunkSection.java:37)
            at net.minecraft.server.Chunk.getTypeId(Chunk.java:339)
            at net.minecraft.server.World.getTypeId(World.java:166)
            at net.minecraft.server.World.s(World.java:1668)
            at net.minecraft.server.SpawnerCreature.spawnEntities(SpawnerCreature.java:105)
            at net.minecraft.server.WorldServer.doTick(WorldServer.java:155)
            at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:557)
            at net.minecraft.server.DedicatedServer.q(DedicatedServer.java:213)
            at net.minecraft.server.MinecraftServer.p(MinecraftServer.java:473)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:405)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:539)
    18:29:19 [SEVERE] This crash report has been saved to: /home/ecualia/./crash-reports/crash-2012-10-17_18.29.19-server.txt
    
    this is the crash report: http://pastebin.com/MZdqtpC2
     
  11. Offline

    Hoolean

    Different error this time, nothing to do with boats! Does 'TheXun' mean anything to you?
     
  12. Offline

    TnT

    Locked. Buy the game.

    Offline mode servers receive no support.
     
    lol768 and MrBluebear3 like this.
Thread Status:
Not open for further replies.

Share This Page