**FAILED TO BIND PORT** Error. CB1.2.5

Discussion in 'Bukkit Help' started by kizwik, Apr 21, 2012.

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

    kizwik

    2012-04-21 14:55:28 [INFO] Starting minecraft server version 1.2.5
    2012-04-21 14:55:28 [INFO] Loading properties
    2012-04-21 14:55:28 [INFO] Starting Minecraft server on 192.168.2.10:25565
    2012-04-21 14:55:28 [WARNING] **** FAILED TO BIND TO PORT!
    2012-04-21 14:55:28 [WARNING] The exception was: java.net.BindException: Cannot assign requested address: JVM_Bind
    2012-04-21 14:55:28 [WARNING] Perhaps a server is already running on that port?
    2012-04-21 14:55:35 [INFO] Stopping server

    Happens every time, even after removing the server ip= part.

    2012-04-21 14:55:28 [INFO] Starting minecraft server version 1.2.5
    2012-04-21 14:55:28 [INFO] Loading properties
    2012-04-21 14:55:28 [INFO] Starting Minecraft server on *:25565
    2012-04-21 14:55:28 [WARNING] **** FAILED TO BIND TO PORT!
    2012-04-21 14:55:28 [WARNING] The exception was: java.net.BindException: Cannot assign requested address: JVM_Bind
    2012-04-21 14:55:28 [WARNING] Perhaps a server is already running on that port?
    2012-04-21 14:55:35 [INFO] Stopping server


    I've tried even changing the port, same error.
    I added it to my firewall, same error.
    I close all java.exe processes, same error.
    Youtube videos aren't of support to my findings, and I'd like to have my server running again.
    P.S: Yes, I have port-forwarded.
     
  2. Offline

    Killburner

    If you don't see any running Java processes, try restarting the machine. Something is running on the port, and 99% of the time it's a previous instance of the server.
     
  3. Offline

    owufail

    Windows or Linux?
     
  4. Offline

    kizwik

    Windows 7 64bit.
    I restarted my machine SEVERAL times, no luck.

    *BUMP* Anyone?

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

    Draygon

    Pretty much the same problem. *Bump*
     
  6. Offline

    Bertware

    in your server.properties:
    server-ip=
    server-port=25565
    Make sure no other programs are running on that port.
    Try changing server-port=25565 to server-port=25566 (note: if you change this you will have to enter [IP]:25566 in minecraft in order to connect)
    Antivirus or Firewall should allow network access

    Else:
    Run another bukkit version.
     
Thread Status:
Not open for further replies.

Share This Page