Solved CentOS 6 & Bukkit Error

Discussion in 'Bukkit Help' started by Duerdum9, May 10, 2012.

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

    Duerdum9

    I've currently trying to launch a Bukkit server on my Dedicated server. Now I downloaded Java JRE7 update 4. I've typed -version java & it showed the version. Now, when type this, (after I put in my craftbukkit.jar downloaded from recommended build 1.2.5), I type following: java -Xms1024M -Xmx1024M -jar craftbukkit.jar nogui - Then it gives following error:
    Code:
    182 recipes
    27 achievements
    >23:25:40 [INFO] Starting minecraft server version 1.2.5
    >23:25:40 [INFO] Loading properties
    >23:25:40 [INFO] Starting Minecraft server on *:24574
    >23:25:40 [WARNING] **** FAILED TO BIND TO PORT!
    >23:25:40 [WARNING] The exception was: java.net.BindException: Address already in use
    >23:25:40 [WARNING] Perhaps a server is already running on that port?
    I've tried over ten ports, none of them work. My router is on BRIDGE mode, which means ALL ports are open (and tested).
    And I tried with both Java 1.6 & Java 1.7 using --config java
     
  2. Offline

    Duerdum9

    I've fixed it on my own I just had to type: killall java - Not sure if there was a space between killall or not ^^
     
Thread Status:
Not open for further replies.

Share This Page