Solved Please Help

Discussion in 'Bukkit Help' started by Xxlemon bossxX, Apr 11, 2012.

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

    Xxlemon bossxX

    I followed the directions on how to set up a server, but when I open the start.command this is what I get...

    Jacks-iMac-2:~ Jack$ /Users/Jack/Desktop/BukkitServer/start.command ; exit;
    Invalid initial heap size: -Xms[1024]M
    Could not create the Java virtual machine.
    logout

    [Process completed]

    Please help, i have been trying for so long to set up a bukkit server, but it has failed every time. Please!
     
  2. Offline

    andrewpo

    Please copy and paste your 'start.command' file contents or we cannot help you.

    Also try replacing your start.command contents with
    Code:
    java -Xmx1024M -Xms1024M -jar craftbukkit.jar nogui
    (presuming your craftbukkit jar file is called craftbukkit.jar)
     
  3. Offline

    Xxlemon bossxX

    I have got it working but now the error is..
    Jacks-iMac-2:~ Jack$ /Users/Jack/Desktop/BukkitServer/start.command ; exit;
    182 recipes
    27 achievements
    21:25:33 [INFO] Starting minecraft server version 1.2.5
    21:25:33 [INFO] Loading properties
    21:25:33 [INFO] Starting Minecraft server on 5.62.84.121:23456
    21:25:33 [WARNING] **** FAILED TO BIND TO PORT!
    21:25:33 [WARNING] The exception was: java.net.BindException: Can't assign requested address
    21:25:33 [WARNING] Perhaps a server is already running on that port?
    >

    Start Command:

    cd ~/Desktop/BukkitServer/
    java -Xms1024M -Xmx1024M -jar CraftBukkit.jar

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 25, 2016
  4. Offline

    andrewpo

    Go to spotlight (magnifying glass in top-right corner of screen) and type Terminal

    open Terminal and run this command

    killall -9 java


    then try bukkit again

    also delete your server.properties file and let it re-generate
     
  5. Offline

    Xxlemon bossxX

    It worked I love YOU!
     
    andrewpo likes this.
  6. Offline

    andrewpo

    Have fun! :p

    Oh and please can you go to 'Thread Tools' towards the top-right of this thread and click edit, then change the prefix to 'Solved' ?

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 25, 2016
Thread Status:
Not open for further replies.

Share This Page