Server Restarts for no reason;

Discussion in 'Bukkit Help' started by SwiftSwamp, Nov 29, 2012.

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

    SwiftSwamp

    Alright, for some reason my server keeps randomly restartting by itself.
    There is no crash reports, no logs of anyone typing /stop, /restart, etc. (Besides I'm the only one that has access to the control panel or can do those commands)
    Also, I am using Multicraft as my cp and I do not have any auto restarts set.
    If anymore information is needed let me know, I can give you it.
    I'm just so sick of my server randomly restartting, it's hard to keep players with that...
    Sometimes it'll be once in a few days and sometimes (like now) It'll happen every 2 minutes for an hour.

    Code:
    #Minecraft server properties
    #Thu Nov 29 14:41:22 GMT 2012
    generator-settings=
    allow-nether=true
    level-name=DeadWood
    enable-query=true
    allow-flight=false
    server-port=25565
    query.port=25565
    level-type=DEFAULT
    minequery-port=25565
    enable-rcon=false
    level-seed=
    server-ip=(IP_Hidden)
    max-build-height=256
    spawn-npcs=true
    white-list=false
    debug=false
    spawn-animals=true
    snooper-enabled=true
    hardcore=false
    texture-pack=
    online-mode=true
    server-id=unnamed
    pvp=true
    difficulty=2
    enable-command-block=false
    server-name=Dead Wood
    gamemode=0
    max-players=100
    spawn-monsters=true
    generate-structures=true
    view-distance=7
    spawn-protection=16
    motd=\u00A7aDeadWood SMP(That coding before 'DeadWood SMP' is for the color codes in the motd in the servers for minecraft)
    Code:
    # This is the main configuration file for Bukkit.
    # As you can see, there's actually not that much to configure without any plugins.
    # For a reference for any variable inside this file, check out the bukkit wiki at
    # http://wiki.bukkit.org/Bukkit.yml
    #
    # If you need help on this file, feel free to join us on irc or leave a message
    # on the forums asking for advice.
    #
    # IRC: #bukkit @ esper.net
    #    (If this means nothing to you, just go to http://webchat.esper.net/?channels=bukkit )
    # Forums: http://forums.bukkit.org/forums/bukkit-help.6/
    # Twitter: http://twitter.com/Craftbukkit
    # Bug tracker: http://leaky.bukkit.org/
     
     
    settings:
      allow-end: false
      warn-on-overload: false
      permissions-file: permissions.yml
      update-folder: update
      ping-packet-limit: 100
      use-exact-login-location: false
      plugin-profiling: false
      connection-throttle: 4000
      query-plugins: true
      deprecated-verbose: default
    spawn-limits:
      monsters: 70
      animals: 15
      water-animals: 5
      ambient: 15
    ticks-per:
      animal-spawns: 400
      monster-spawns: 1
      autosave: 0
    auto-updater:
      enabled: false
      on-broken:
      - warn-console
      - warn-ops
      on-update:
      - warn-console
      - warn-ops
      preferred-channel: dev
      host: dl.bukkit.org
      suggest-channels: true
    database:
      username: bukkit
      isolation: SERIALIZABLE
      driver: org.sqlite.JDBC
      password: walrus
      url: jdbc:sqlite:{DIR}{NAME}.db
     
  2. Offline

    LaxWasHere

    Server just doesn't restart itself, a list of plugins perhaps? Server.properties and bukkit.yml? A startup log will also be helpful.
     
  3. Offline

    SwiftSwamp

    Updated with the information.
     
  4. Offline

    breezeyboy

    BTW: Your ment to leave server-ip empty
     
  5. Offline

    SwiftSwamp

    I use a dedicated server so I have to set the server ip.
     
  6. Offline

    breezeyboy

    ahk
     
  7. Offline

    marin1805

    Are you sure the application doesn't run out of memory? That could cause a weird behavior.
     
  8. Offline

    SwiftSwamp

    My main server has 9gigs of RAM dedicated to it and it always has around 7 free (with average of 20 players online)
     
  9. Offline

    lokpique

    If it's restarting and not shutting down, then it's being told to do so. Your wrapper is the only thing that can be doing that, really.
     
  10. Offline

    SwiftSwamp

    That's what I thought but I have no schedules or anything that is set to restart the server.
     
  11. Offline

    chaseoes

    It could falsely be detecting a crash or something and restarting it.
     
  12. Offline

    SwiftSwamp

    Here is my server console from about 10 restarts, sorry it's so many lines....but I wanted to make sure there was no errors that I can see in it. http://pastebin.com/LLfzCL6F
     
  13. Offline

    lokpique

    2012-11-30 03:30:51 [INFO] CONSOLE: Forcing save..
    2012-11-30 03:30:51 [INFO] CONSOLE: Save complete.
    2012-11-30 03:30:51 [INFO] CONSOLE: Stopping the server..
    if i recall, those are the messages you get from your wrapper when it shuts down. I don't know why it's doing it, but it's either falsely detecting an error and restarting, or some setting is causing it to restart.
    It is the ONLY thing that can be doing this... any other kind of crash would just shut down and NOT restart... the wrapper is REQUIRED to restart it after a shutdown automatically.
     
  14. Offline

    SwiftSwamp

    I removed the scheduled auto save and I'll see how that goes but...how would that explain it restarting non-stop?
    I understand, hopefully the tweaks I did fix it.
     
  15. Offline

    lokpique

    Explains it for two reasons.
    1. I've never seen a plugin that just stops a server without saying why or crashing.
    2. I've never seen a server that automatically restarts when it DOES stop unless the user has a script / wrapper that performs this action.
     
Thread Status:
Not open for further replies.

Share This Page