Problems with Bukkit 1.3

Discussion in 'Bukkit Help' started by Joachim, Feb 23, 2011.

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

    Joachim

    Code:
    2011-02-23 11:06:32 [INFO] Starting minecraft server version Beta 1.3
    2011-02-23 11:06:32 [WARNING] **** NOT ENOUGH RAM!
    2011-02-23 11:06:32 [WARNING] To start the server with more ram, launch it as "java -Xmx1024M -Xms1024M -jar minecraft_server.jar"
    2011-02-23 11:06:32 [INFO] Loading properties
    2011-02-23 11:06:32 [INFO] Starting Minecraft server on **.**.**.***:*****
    2011-02-23 11:06:32 [WARNING] **** FAILED TO BIND TO PORT!
    2011-02-23 11:06:32 [WARNING] The exception was: java.net.BindException: Cannot assign requested address: JVM_Bind
    2011-02-23 11:06:32 [WARNING] Perhaps a server is already running on that port?
    
    I get this error, every time i try to open my server. I've updated Bukkit etc. - It worked fine untill yesterday (update to 1.3). I've tried to make another port, restarted the computer, closed all open java-programs etc.
    Can someone tell me what i shall do?
    //Joachim
     
  2. Offline

    pmx

    The last line give it away :p
    2011-02-23 11:06:32 [WARNING] Perhaps a server is already running on that port?

    The server couldnt "bind" to the port. (basicly it couldnt claim it) probably you have a minecraft server running somewhere that has crashed. Easiest way to fix it is reboot machine.
     
  3. Offline

    Joachim

    Only reboot (restart) not format it? My poor english, then just be sure:)
     
  4. Offline

    Kilandor

    A reboot is not need. Just kill the java process running.
     
  5. Offline

    Joachim

    I've tried :S
     
  6. Offline

    rookwood101

    press ctrl+alt+del
    If on Windows Vista/7
    1.Click start task manager.
    2.Click processess.
    3.Click on the process java.exe.
    4.End it.
    If on Windows XP
    Complete Steps 2-4
     
  7. Offline

    Joachim

    As is said i've tried, and it won't work...
     
  8. I have exactly the same problem

    NVM, I fixed it by not only stopping the java.exe using task manager, but also the javaw.exe (there were 3 of them)
    After they where deleted, I restarted the server and all went fine (some odd messages about me having to nag the plugin coders tough)
     
  9. Offline

    Joachim

    I'm confused. No java.exe or something like that are running, i've restarted (rebooted) the computer but it still won't work :(
     
  10. Offline

    mughi

    remove your IP from the server.properties file
     
  11. Offline

    Joachim

    Mughi, thanks for the right answer :)
     
  12. Offline

    mughi

    welcome.. sorry none of us noticed it earlier
    --- merged: Feb 23, 2011 5:54 PM ---
    you also might want to edit your post/change your port/protect your server...
    although from the looks of your sig, it's public anyhow
     
Thread Status:
Not open for further replies.

Share This Page