Chance on Ubuntu 10.04 LTS , now big Problems with Serverstart

Discussion in 'Bukkit Help' started by Stardoc, Aug 21, 2011.

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

    Stardoc

    Hi !

    My problem ... i habe chance my serversoftware from ubuntu 8.04 to 10.04
    Before the change I had no problems !

    First -> I've installed java and bukkitserver
    Second the Startscript : http://www.minecraftwiki.net/wiki/Server_startup_script i've always used this.

    Now I get the error message:
    craftbukkit.jar was not running... starting.
    Could not start craftbukkit.jar.


    paths entered everything correctly! it has also changed nothing to the old server. With the command

    java -Xmx1024M -Xms1024M -jar craftbukkit.jar nogui

    i can start the server ! when i close my putty-console , stop the server again, of course.

    I have the following installed minecraft:

    GNU Screen
    java version "1.6.0_26"
    Java(TM) SE Runtime Environment (build 1.6.0_26-b03)
    Java HotSpot(TM) 64-Bit Server VM (build 20.1-b02, mixed mode)
    execution permissions are set correctly

    I do not know now any further. to 8.04 no problems at all :(
     
  2. Offline

    Sh8kezula

    minecraft_server.jar nogui: is the name of your bukkit?

    with that script you are using Java to Open minecraft_server.jar. Is this the actual name of your server software?
     
  3. Offline

    Stardoc

    I'll explain a little more detail ...

    path to the bukkitserver: /home/minecraft/craftbukkit-0.0.1-SNAPSHOT.jar

    I can start the server (with putty-console):

    java -Xmx1024M -Xms1024M -jar craftbukkit-0.0.1-SNAPSHOT.jar nogui

    No Problem .. it works !

    Now with this startscript:

    http://www.minecraftwiki.net/wiki/Server_startup_script

    with this data:

    #Settings
    SERVICE='craftbukkit-0.0.1-SNAPSHOT.jar'
    OPTIONS='nogui'
    USERNAME='minecraft'
    WORLD='world'
    MCPATH='/home/minecraft/'
    BACKUPPATH='/home/minecraft/backup/systembackup'
    CPU_COUNT=3
    INVOCATION="java -Xmx3608M -Xms3608M -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalPacing -XX:parallelGCThreads=$CPU_COUNT -XX:+AggressiveOpts -jar $SERVICE $OPTIONS"

    that does not work on 10.04 !

    but on my Ubuntu 8.04 server works with the same settings.
     
Thread Status:
Not open for further replies.

Share This Page