Server Crashing Very Frequently

Discussion in 'Bukkit Help' started by xXxAwesomeCrafterxXx, May 20, 2014.

Thread Status:
Not open for further replies.
  1. Hello! i am having a problem with my server (hosted on my computer (Ubuntu 12.04 LTS)) where it stops/crashes every 30 minutes or so, even if there's no one on! additional info: RAM dedicated to bukkit: 6GB Version: 1.7.2 R0.3 (MC 1.7.5) MOre info: i am getting these annoying crashes and i think installing the Sentry Plugin might have been part of the problem
     
  2. Offline

    TnT

    Server log?
     
  3. @
    what is that? (sry for being a noob)
     
  4. Offline

    CarbonPeroxide

    Go to your server directory (The place with the server.properties and all that stuff). There should be a folder called 'logs' in there. In that click latest.log. A log is a document where everything that was put in console from when it was first opened to the last time. But latest.log just means the most recent log file. At least I think that's what they mean. :confused:
     
  5. Offline

    Novustorious

  6. theres files with names such as 2014-06-17-3.log.gz is that it?
     
  7. Offline

    Novustorious

    Sounds familiar, yes. paste the log here
    Edit: What plugins are you using by the way? Maybe one of the plugins is causing it to restart now and then.
     
  8. 1. Should i paste the normal logs, or the log where the crash occurs
    2. the only plugin that could be doing this is CrashPrevention, but i have that plugin set to restart ONLY when available RAM is below 256MB or if it crashes. and when these crashes occured there was about 4GB out of 6GB available. also, if it was crashprevention that is stopping the server, then the server process wouldnt be unsresponsive. whenever it crashes i have to go into System Monitor and forcefully kill the process
     
  9. Offline

    Novustorious

    xXxAwesomeCrafterxXx I don't advise on using plugins that "prevents" stuff from happening. Why have you set a plugin to restart if the ram is below 246MB? Anyways try removing that CrashPrevention and give it a go and let me know :)
     
  10. Novustorious
    well, it has been removed for 2 weeks. crashes still happen
     
  11. Offline

    Bobcat00

    So it's been 4 weeks, and you've given us almost no information at all. At the very least, we need:
    1. A log showing the crash.
    2. Your startup log.
    3. A list of all your plugins.
     
    Novustorious likes this.
  12. Bobcat00
    heres the console from about the time when it crashed [18:17:35 INFO]: AwesomeNick566[/***********:51704] logged in with entity id 354771 at ([AwesomeAdventures_nether] -117.69999998807907, 68.0, 68.32026927878103)
    [18:17:46 INFO]: GameProfile{id='null', name='AwesomeNick566'} (/***********:51701) lost connection: Disconnected
    [18:18:04 INFO]: AwesomeNick566 issued server command: /home
    [18:18:15 INFO]: snelpanda issued server command: /tp AwesomeNick566
    [18:18:26 INFO]: [ClearLag] Warning Ground items will be removed in 60 seconds!
    [18:18:36 ERROR]: Encountered an unexpected exception
    java.lang.OutOfMemoryError: PermGen space
    at net.minecraft.server.v1_7_R2.CrashReport.<init>(CrashReport.java:24) ~[craftbukkit.jar:git-Bukkit-1.7.2-R0.3-14-g8f8716c-b3042jnks]
    at net.minecraft.server.v1_7_R2.CrashReport.a(CrashReport.java:230) ~[craftbukkit.jar:git-Bukkit-1.7.2-R0.3-14-g8f8716c-b3042jnks]
    at net.minecraft.server.v1_7_R2.MinecraftServer.v(MinecraftServer.java:641) ~[craftbukkit.jar:git-Bukkit-1.7.2-R0.3-14-g8f8716c-b3042jnks]
    at net.minecraft.server.v1_7_R2.DedicatedServer.v(DedicatedServer.java:250) ~[craftbukkit.jar:git-Bukkit-1.7.2-R0.3-14-g8f8716c-b3042jnks]
    at net.minecraft.server.v1_7_R2.MinecraftServer.u(MinecraftServer.java:548) ~[craftbukkit.jar:git-Bukkit-1.7.2-R0.3-14-g8f8716c-b3042jnks]
    at net.minecraft.server.v1_7_R2.MinecraftServer.run(MinecraftServer.java:459) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-14-g8f8716c-b3042jnks]
    at net.minecraft.server.v1_7_R2.ThreadServerApplication.run(SourceFile:618) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-14-g8f8716c-b3042jnks]
    [18:18:37 INFO]: Stopping server
    [18:18:37 INFO]: [Multiverse-SignPortals] Disabling Multiverse-SignPortals v2.4-b523
    [18:20:25 INFO]: GroupManager - INFO - Data files refreshed.
     
  13. Offline

    Bobcat00

    Add the following to your Java command line:
    Code:
    -XX:PermSize=256m
    
     
  14. Bobcat00
    okay, put the code in. let's see how this goes
     
Thread Status:
Not open for further replies.

Share This Page