Server Crash Problem

Discussion in 'Bukkit Help' started by About7Deaths, Apr 27, 2013.

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

    About7Deaths

    I seem to keep encountering the same error, and then semi-crashing:
    Code:
    2013-04-26 06:00:05 [SEVERE] Exception in thread "Listen thread"
    2013-04-26 06:00:05 [SEVERE] java.lang.OutOfMemoryError: Java heap space
    2013-04-26 06:00:05 [SEVERE]    at java.io.BufferedOutputStream.<init>(Unknown Source)
    2013-04-26 06:00:05 [SEVERE]    at net.minecraft.server.v1_5_R2.NetworkManager.<init>(NetworkManager.java:67)
    2013-04-26 06:00:05 [SEVERE]    at net.minecraft.server.v1_5_R2.PendingConnection.<init>(PendingConnection.java:32)
    2013-04-26 06:00:07 [SEVERE]    at net.minecraft.server.v1_5_R2.DedicatedServerConnectionThread.run(DedicatedServerConnectionThread.java:83)
    2013-04-26 06:10:18 [SEVERE] Exception in thread "qtp1361668379-110"
    2013-04-26 06:10:20 [SEVERE] Exception in thread "qtp1361668379-3302"
    2013-04-26 06:10:21 [SEVERE] java.lang.OutOfMemoryError: Java heap space
    2013-04-26 06:10:21 [SEVERE] java.lang.OutOfMemoryError: Java heap space
    2013-04-26 06:11:00 [SEVERE] java.lang.OutOfMemoryError: Java heap space
    2013-04-26 06:11:02 [SEVERE] Encountered an unexpected exception OutOfMemoryError
    java.lang.OutOfMemoryError: Java heap space
    2013-04-26 06:31:34 [SEVERE] Could not save crash report to ./crash-reports/crash-2013-04-26_06.31.22-server.txt
    java.lang.OutOfMemoryError: Java heap space
    2013-04-26 06:31:36 [SEVERE] We were unable to save this crash report to disk.
    2013-04-26 06:31:37 [INFO] [Server] Saving world data. Expect lag for a short while.
    2013-04-26 06:31:39 [INFO] CONSOLE: Forcing save..
    2013-04-26 06:32:14 [WARNING] Failed to save player data for SFGhost
    2013-04-26 06:34:34 [SEVERE] Exception in thread "qtp1361668379-3320"
    2013-04-26 06:34:35 [SEVERE] 
    2013-04-26 06:34:48 [SEVERE] java.lang.OutOfMemoryError: Java heap space
    2013-04-26 06:34:50 [WARNING] Failed to save player data for wahabe5
    2013-04-26 06:35:13 [WARNING] Unexpected exception while parsing console command "save-all"
    org.bukkit.command.CommandException: Unhandled exception executing 'save-all' in org.bukkit.command.defaults.SaveCommand(save-all)
        at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:192)
        at org.bukkit.craftbukkit.v1_5_R2.CraftServer.dispatchCommand(CraftServer.java:523)
        at org.bukkit.craftbukkit.v1_5_R2.CraftServer.dispatchServerCommand(CraftServer.java:512)
        at net.minecraft.server.v1_5_R2.DedicatedServer.am(DedicatedServer.java:261)
        at net.minecraft.server.v1_5_R2.DedicatedServer.a(DedicatedServer.java:203)
        at net.minecraft.server.v1_5_R2.MinecraftServer.run(MinecraftServer.java:435)
        at net.minecraft.server.v1_5_R2.ThreadServerApplication.run(SourceFile:573)
    Caused by: java.lang.OutOfMemoryError: Java heap space
     
  2. Offline

    jonas13362

    You are using too much ram into your server do i think.
    On how much are you running it?
    How much ram do you have?
     
  3. Offline

    joereider

    About7Deaths jonas13362
    It means doesn't have enough ram, so the server can't keep up and just goes down. How much ram do you have for your server? Plugin and world list.
     
  4. Offline

    About7Deaths

    I have 2 GB of RAM, 70ish plugins (I know, it's a bit much) and 30 slots
     
Thread Status:
Not open for further replies.

Share This Page