Server Crashing - No Real Reason I can See

Discussion in 'Bukkit Help' started by syonxwf, Apr 5, 2012.

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

    jacklin213

  2. Offline

    Necrodoom

    ive seen this issue on IRC a few times. though the only common point with the crashes ive seen were worldedit and worldguard on the servers, i dont think its them. GC dumps lead me to believe its something with the RAM allocation, instead.
     
  3. Offline

    ThePluginMan

    When i run my server run.bat it loads everything just fine but when i try to allocate more than 1.5 gb memory it says not being able to load object heap?
    does anyone know how to fix that? (im not using any plugins because i just started the server today)

    Edit: Also when i have the server runing with 1 person on it ( me ) for 20 - 50 seconds it crashes :(
     
  4. Offline

    jacklin213

    What does your start up code look like after u allocate 1.5gb to it
     
  5. Offline

    ThePluginMan

    This is what i have currently:


    @ECHO OFF
    SET BINDIR=%~dp0
    CD /D "%BINDIR%"
    "%ProgramFiles%\Java\jre6\bin\java.exe" -Xms1500M -Xmx1500M -jar craftbukkit.jar
    PAUSE

    (this is the 1.5 gb settings)
     
  6. Offline

    jacklin213

    Try changing -Xms1500M to -Xincgc
     
  7. Offline

    f3nr1z

    i'm having the same problem with 1.3. bukkit (recommended). But i noticed something strange. My backup plugin is not working as it should. I updated it to 2.0 ([v2.0] [1.2.5-R4.0])and when there are no players online it only makes first check ( no players online, next attempt in 15 min) and then nothing more. Usually server crashes few minutes or hours later. I left server on for a whole night to see what will happen. And i also set backup interval at 1 min! There were no players online. At 10pm when i started the server, there was first check in 1 min. At around 1 am i got "Can't keep up" error, later at around 2 am again and that's it. There should be "no players,next attempt..." message every 1 min. When i woke up server wasn't running. Console was still open but wasn't responding to any commands.
    So i downloaded version 1.9 ([v1.9] [1.2.5-R3.0]) again and so far it works. i'm gonna run it for few hours and see what's gonna happen

    EDIT: My server just crashed so i guess it's not the backup plugin. There's memory leak because after i run my server the memory usage on java just keeps increasing until it reaches the limit and it crashes the server.
     
  8. Offline

    jazzie366

    I think i found the issue i had it for awhile i found a few buddies who had the problem so i had the least plugins so we narrowed it down to mine and removed them 1 by 1 then when we removed worldedit it was fine so.... i am guessing that is it.
     
Thread Status:
Not open for further replies.

Share This Page