java.lang.StackOverflowError

Discussion in 'Bukkit Help' started by EIFEL, Jun 30, 2011.

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

    EIFEL

    Code:
    [SEVERE] java.lang.StackOverflowError
    [SEVERE]     at net.minecraft.server.World.getTileEntity(World.java:1521)
    [SEVERE]     at net.minecraft.server.BlockPistonMoving.b(SourceFile:153)
    [SEVERE]     at net.minecraft.server.BlockPistonMoving.e(SourceFile:94)
    [SEVERE]     at net.minecraft.server.BlockPistonMoving.a(SourceFile:136)
    [SEVERE]     at net.minecraft.server.BlockPistonMoving.e(SourceFile:104)
    [SEVERE]     at net.minecraft.server.BlockPistonMoving.a(SourceFile:136)
    [SEVERE]     at net.minecraft.server.BlockPistonMoving.e(SourceFile:104)
    [SEVERE]     at net.minecraft.server.BlockPistonMoving.a(SourceFile:136)
    - ||-
    - ||-
    - ||-
    ............. SPAM .......... Maybe 200+
    After>
    [INFO] Read timed out
    [INFO] Connection reset
    [INFO] Read timed out
    Pls help :-(
    the newest CraftBukkit, 1.7_01
     
  2. Offline

    Jaker232

    That version of CraftBukkit is not supported as a Recommended Build. It'll take longer for someone else to give you a solution.
     
  3. Offline

    o0AzzA0o

    Same issue here oh how foolish we are to update before recommended :)
    most plugins worked btw just randomly crashed after x number of hours then wouldnt restart with this error

    2011-06-30 22:46:50 [SEVERE] java.lang.StackOverflowError
    2011-06-30 22:46:50 [SEVERE] at net.minecraft.server.ChunkPosition.<init>(SourceFile:6)
    2011-06-30 22:46:50 [SEVERE] at net.minecraft.server.Chunk.d(Chunk.java:403)
    2011-06-30 22:46:50 [SEVERE] at net.minecraft.server.World.getTileEntity(World.java:1523)
    2011-06-30 22:46:50 [SEVERE] at net.minecraft.server.BlockPistonMoving.b(SourceFile:153)
    2011-06-30 22:46:50 [SEVERE] at net.minecraft.server.BlockPistonMoving.e(SourceFile:94)
    2011-06-30 22:46:50 [SEVERE] at net.minecraft.server.BlockPistonMoving.a(SourceFile:136)
    2011-06-30 22:46:50 [SEVERE] at net.minecraft.server.BlockPistonMoving.e(SourceFile:104)
    2011-06-30 22:46:50 [SEVERE] at net.minecraft.server.BlockPistonMoving.a(SourceFile:136)
    2011-06-30 22:46:50 [SEVERE] at net.minecraft.server.BlockPistonMoving.e(SourceFile:104)
    2011-06-30 22:46:50 [SEVERE] at net.minecraft.server.BlockPistonMoving.a(SourceFile:136)
    2011-06-30 22:46:50 [SEVERE] at net.minecraft.server.BlockPistonMoving.e(SourceFile:104)
    2011-06-30 22:46:50 [SEVERE] at net.minecraft.server.BlockPistonMoving.a(SourceFile:136)
    2011-06-30 22:46:50 [SEVERE] at net.minecraft.server.BlockPistonMoving.e(SourceFile:104)
    2011-06-30 22:46:50 [SEVERE] at net.minecraft.server.BlockPistonMoving.a(SourceFile:136)
    2011-06-30 22:46:50 [SEVERE] at net.minecraft.server.BlockPistonMoving.e(SourceFile:104)
    2011-06-30 22:46:50 [SEVERE] at net.minecraft.server.BlockPistonMoving.a(SourceFile:136)
    2011-06-30 22:46:50 [SEVERE] at net.minecraft.server.BlockPistonMoving.e(SourceFile:104)

    Ok i have worked out that this error is thrown from invalid built piston i dont have much further details then that but it requires mcedit ... download map fix and then block pistons being placed i guess till this bug is squashed

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

    WarOfLiberty

    FIGURED IT OUT!


    So here's what fixed my map...run it with the Minecraft server exe instead of bukkit. Then, after the map boots, close it and run the server with your bukkit run.bat. This fixed it for me.

    I believe this is ALL i needed, but if that fails, I also went into MCedit and selected a large swath of land, used the replace tool to replace all 33 and 29 with air, and saved it. Then, do what I did above and see if it works.

    Tell me how it goes.

    P.S. If you have log block or Bigbrother, get rid of those pistons and block them with worldguard blacklist or something until we get a Recommended version of Bukkit.
     
Thread Status:
Not open for further replies.

Share This Page