Start up crash on bukkit 1.4.5-R0.2

Discussion in 'Bukkit Help' started by johngear, Nov 24, 2012.

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

    johngear

    My bukkit server is crashing on boot

    Bukkit version: 1.4.5-R0.2

    OS: linux ubuntu 64bit

    consol log:

    Code:
    # 2012-11-25 02:54:42 [INFO] Starting minecraft server version 1.4.5
    2012-11-25 02:54:42 [INFO] Loading properties
    2012-11-25 02:54:42 [INFO] Default game type: SURVIVAL
    2012-11-25 02:54:42 [INFO] Generating keypair
    2012-11-25 02:54:42 [INFO] Starting Minecraft server on (Ip)
    2012-11-25 02:54:43 [INFO] This server is running CraftBukkit version git-Bukkit-1.4.5-R0.2-b2488jnks (MC: 1.4.5) (Implementing API version 1.4.5-R0.2)
    2012-11-25 02:54:43 [WARNING] Failed to load operators list: java.io.FileNotFoundException: ./ops.txt (No such file or directory)
    2012-11-25 02:54:43 [WARNING] Failed to load white-list: java.io.FileNotFoundException: ./white-list.txt (No such file or directory)
    2012-11-25 02:54:43 [INFO] Preparing level "world"
    2012-11-25 02:54:43 [INFO] ----- Bukkit Auto Updater -----
    2012-11-25 02:54:43 [INFO] It appears that you're running a Beta Build, when you've specified in bukkit.yml that you prefer to run Recommended Builds.
    2012-11-25 02:54:43 [INFO] If you would like to be kept informed about new Beta Build releases, it is recommended that you change 'preferred-channel' in your bukkit.yml to 'beta'.
    2012-11-25 02:54:43 [INFO] With that set, you will be told whenever a new version is available for download, so that you can always keep up to date and secure with the latest fixes.
    2012-11-25 02:54:43 [INFO] If you would like to disable this warning, simply set 'suggest-channels' to false in bukkit.yml.
    2012-11-25 02:54:43 [INFO] ----- ------------------- -----
    2012-11-25 02:54:43 [INFO] Preparing start region for level 0 (Seed: 1577176569783201106)
    2012-11-25 02:54:44 [INFO] Preparing spawn area: 16%
    2012-11-25 02:54:45 [INFO] Preparing spawn area: 40%
    2012-11-25 02:54:46 [INFO] Preparing spawn area: 61%
    2012-11-25 02:54:47 [INFO] Preparing spawn area: 81%
    2012-11-25 02:54:48 [INFO] Preparing start region for level 1 (Seed: 1577176569783201106)
    2012-11-25 02:54:48 [INFO] Preparing spawn area: 0%
    2012-11-25 02:54:49 [INFO] Preparing spawn area: 32%
    2012-11-25 02:54:50 [INFO] Preparing spawn area: 65%
    2012-11-25 02:54:51 [INFO] Preparing spawn area: 97%
    2012-11-25 02:54:51 [INFO] Preparing start region for level 2 (Seed: 1577176569783201106)
    2012-11-25 02:54:52 [INFO] Preparing spawn area: 69%
    2012-11-25 02:54:52 [INFO] Done (9.788s)! For help, type "help" or "?"
    2012-11-25 02:54:53 [INFO] /(ip):32812 lost connection
    2012-11-25 02:54:53 [INFO] /(ip):54306 lost connection
    2012-11-25 02:57:04 [INFO] /(ip):36489 lost connection
    2012-11-25 02:57:19 [INFO] CONSOLE: Stopping the server..
    2012-11-25 02:57:19 [INFO] Unknown command. Type "help" for help.
    2012-11-25 02:57:19 [INFO] Stopping server
    2012-11-25 02:57:19 [INFO] Saving players
    2012-11-25 02:57:19 [INFO] Saving worlds
    2012-11-25 02:57:19 [WARNING] DSCT: Socket closed
    2012-11-25 02:57:19 [INFO] Saving chunks for level 'world'/Overworld
    2012-11-25 02:57:19 [INFO] Closing listening thread
    2012-11-25 02:57:20 [INFO] Saving chunks for level 'world_nether'/Nether
    2012-11-25 02:57:21 [INFO] Saving chunks for level 'world_the_end'/The End
    2012-11-25 02:57:21 [INFO] Stopping server
    2012-11-25 02:57:21 [INFO] Saving players
    2012-11-25 02:57:21 [INFO] Saving worlds
    2012-11-25 02:57:21 [INFO] Saving chunks for level 'world'/Overworld
     
  2. Offline

    JWhy


    That's a regular shutdown
     
  3. Offline

    johngear

    Why does it shutdown im running it from terminal in linux ubuntu 64bit
     
  4. Offline

    JWhy

    It says
    That means that the server was "manually" stopped, at least not by a plugin. Do you use any wrappers like the RemoteToolkit?
     
  5. Offline

    minecrafterwork I steal plugins as my own

    You don't have any errors, your console log is fine. You might have another script / wrapper which is shutting down the server when it starts
     
  6. Offline

    Adrenaline

    Do you use "screen" ?
     
  7. Offline

    TnT

    Sounds like you have a server management tool shutting down your server, unless you are actually using the "stop" command in the console.

    That has no relevance here. Force closing a server, with or without screen, won't send a stop signal to the console.

    If he is using jline, and hitting ctrl-c, that will happen. However, from the looks of the log his jline is turned off.
     
Thread Status:
Not open for further replies.

Share This Page