Bukkit won´t start :S

Discussion in 'Bukkit Help' started by Donmon, Nov 25, 2011.

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

    Donmon

    Hi,
    I´m having an issue:
    Bukkit won´t launch :-(
    the log:
    2011-11-25 13:08:21 [INFO] Starting minecraft server version 1.0.0
    2011-11-25 13:08:21 [WARNING] **** NOT ENOUGH RAM!
    2011-11-25 13:08:21 [WARNING] To start the server with more ram, launch it as "java -Xmx1024M -Xms1024M -jar minecraft_server.jar"
    2011-11-25 13:08:21 [INFO] Loading properties
    2011-11-25 13:08:21 [INFO] Starting Minecraft server on *:25565
    2011-11-25 13:08:21 [WARNING] **** FAILED TO BIND TO PORT!
    2011-11-25 13:08:21 [WARNING] The exception was: java.net.BindException: Address already in use: JVM_Bind
    2011-11-25 13:08:21 [WARNING] Perhaps a server is already running on that port?

    How can I fix this??
    EDIT:
    The server didn´t launched with CMD either, I know about the port thingy and i fixed that but
    How can CMD not launch Craftbukkit??!?!?!?!?
     
  2. Offline

    ibhh

    Maybe an other server is runnig. Look up on Windows Taskmanager for javaw.exe und try to cancel prozess.
    Do you use a .bat file to start?
     
  3. Offline

    CODsniperkid

    Correct, although someone else using that port forwarding piece on the WLAN will not work because no two people can be using the same ports at the same time. (Intersecting port ranges).
     
  4. Offline

    Donmon

    I run another server yes and I will change is it as soon as i found the password for my port stuff again...
     
  5. Offline

    shadrxninga

    @Donmon
    Your running a another server in the background without realizing it. Which is why the server can't bind itself to the port as it is already in use. It's doesn't have enough RAM because the other server is using it.

    To fix this, either go into task manager if your on Windows and end a process called "javaw.exe" or restart you computer.
    You also need to make sure that your "server-ip=" in your server.properties file is left blank.
     
  6. Offline

    Donmon

    It got fixed! Don't ask me how cause i just pressed a few buttons
     
Thread Status:
Not open for further replies.

Share This Page