Server crashes with new Bukkit

Discussion in 'Bukkit Help' started by imaxorz, Jul 1, 2011.

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

    imaxorz

    Here is the error I get when the server crashes.

    Show Spoiler


    2011-07-01 18:41:11 [SEVERE] java.lang.NullPointerException
    2011-07-01 18:41:11 [SEVERE] at net.minecraft.server.BlockFurnace.a(SourceFile:117)
    2011-07-01 18:41:11 [SEVERE] at net.minecraft.server.TileEntityFurnace.g_(TileEntityFurnace.java:179)
    2011-07-01 18:41:11 [SEVERE] at net.minecraft.server.World.cleanUp(World.java:1124)
    2011-07-01 18:41:11 [SEVERE] at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:447)
    2011-07-01 18:41:11 [SEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
    2011-07-01 18:41:11 [SEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-07-01 18:41:11 [SEVERE] Unexpected exception
    java.lang.NullPointerException
    at net.minecraft.server.BlockFurnace.a(SourceFile:117)
    at net.minecraft.server.TileEntityFurnace.g_(TileEntityFurnace.java:179)
    at net.minecraft.server.World.cleanUp(World.java:1124)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:447)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361) at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)




    General System information
    What operating system are you running the server on?
    Cent OS
    Is it a 64 bit or 32 bit version of the OS?
    64-bit
    What version of Java are you running (java -version to find out)?
    1.6.0_25
    How much RAM do you have on the system?
    12GB
    What are the specs of the server’s CPU?
    i7 2600
    What network card does the server have?
    Not sure
    What network card drivers is the server using?
    Not sure
    What firewall or other security software is running on the server?
    Not sure
    Is your server directly connected to your router or on a network?
    It's a hosted/dedicated server, so I assume they use some kind of router.
    What is the network connection to your server? (1,5,10, 100 mbit .. etc?)
    100Mbit
    Are you hosting on a VPS / Cloud or dedicated hardware?
    Dedicated Hardware

    Minecraft Server Information
    What version of CraftBukkit are you running (output of /version in-game - please provide the full version string)?
    This server is running Craftbukkit version git-Bukkit-0.0.0-901-g9277096-b953jinks (MC: 1.7.2)
    What plugins (and their versions) is your server running?
    https://spreadsheets.google.com/spreadsheet/ccc?key=0Aoh767pp1QphdHI0bjVwQktEcU5Vbk5Qc1dHblhjM3c&hl=en_US&authkey=CNaQqIwK
    How much RAM do you allocate to the server process?
    7GB
    What is the launch line you use to start the server?
    java -server -Xmx7000M -Xms7000M -Djava.net.preferIPv4Stack=true -XX:+UseConcMarkSweepGC -XX:+UseParNewGC -XX:+CMSIncrementalPacing -XX:parallelGCThreads=8 -XX:+AggressiveOpts -jar craftbukkit.jar nogui
    Do you experience high CPU load or paging during the time of the EoS?
    No
    How many users are actively using your server when you experience the errors?
    Irrevelant on how many users are on. Happens when we have 2, and when we have 30.
    What are your users doing around the time the error occurs?
    Seems to happen absolutely at random.
    How large is your map?
    Main world is 3500 block radius. (700MB)
    Other maps are all 1000block radius.
    Are there large redstone circuits or minecart tracks on your map?
    No
    Are you seeing any “Cannot keep up” errors around the time of the EoS? (Or just post ~10 lines from the log around the event?)
    N0
    Do you still have these problems if you run your CraftBukkit server without plugins?
    Did not try, as the crashes happens at random.
    Do you still have these problems if you run a Minecraft server without CraftBukkit?
    Same as above.
     
  2. Offline

    rasco23

    BUUUMP!!!
    I got exactly the same error twice since switching to craftbukkit 1.7.1 (github de8569e563d26a6a736a)!
    Plugins used: iConomy, iConomyChestShop, Permissions, Stackable, DefaultCommands, Dynmap
    Therefore, these are the plugins we have in common: Dynmap, iConomy, iConomyChestShop, Permissions
    Haven't tried vanilla yet, because the crashes were randomly scattered over time.
    Map size and system specs about the same.

    Couldn't find the error... Is the BlockFurnace.java file in net.minecraft missing or something like that?
     
  3. Yeah, I'm getting this same error too. Same plugins as rasco. Any ideas anyone?
     
  4. Offline

    rehatiel

    Same here.. running nix and noticed that java is now using 200% cpu usage on my quad core xeon.. It runs for less than a day before becoming totally unresponsive.
     
Thread Status:
Not open for further replies.

Share This Page