Failed to bind port error

Discussion in 'Bukkit Help' started by Exoterm, Mar 16, 2012.

Thread Status:
Not open for further replies.
  1. I did a search and noticed alot of people getting this error and so am I but i don't seem to be able to fix it using the solutions came up.

    Code:
    15:49:18 [INFO] Starting minecraft server version 1.1
    15:49:18 [INFO] Loading properties
    15:49:18 [INFO] Starting Minecraft server on xx.xx.xx.xx:25564
    15:49:18 [WARNING] **** FAILED TO BIND TO PORT!
    15:49:18 [WARNING] The exception was: java.net.BindException: Cannot assign requ
    ested address: JVM_Bind
    15:49:18 [WARNING] Perhaps a server is already running on that port?
    15:49:24 [SEVERE] Exception in thread "WirelessRedstoneUpdaterThread"
    15:49:24 [SEVERE] java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
    15:49:24 [SEVERE]      at java.util.ArrayList.rangeCheck(Unknown Source)
    15:49:24 [SEVERE]      at java.util.ArrayList.get(Unknown Source)
    15:49:24 [SEVERE]      at net.minecraft.server.PacketHandlerRedstoneWireless$Pa
    cketHandlerOutput.sendEtherTilesToAll(PacketHandlerRedstoneWireless.java:168)
    15:49:24 [SEVERE]      at net.minecraft.server.mod_WirelessRedstone$1.run(mod_W
    irelessRedstone.java:74)
    15:49:24 [SEVERE]      at java.lang.Thread.run(Unknown Source)
    
    Using windows 7
    Java 7
    Using recommended bukkit server, 1.1-R3.


    Tried changing the port from 25565 to 25564 didn't work.
    Did netstat in cmd to check if any programs were using the port. no programs were using those ports
    No old instances of the server is running, restarted the computer twice.
    Both 25565 and 25564 are open ports.
    No firewall or antivirus running.

    should note
    I did edited the server ip in server.prop so friends can join my dedicated server. I don't get the error if i leave the "server ip" blank but then neither my friends or i can join the server

    The ip i'm using is public not the 192.168 one
     
  2. Offline

    cray_Z

    Maybe try restarting your computer.

    [​IMG]
     
  3. Already did, if you would have read my post you would have noticed i wrote that.
     
  4. Offline

    Deren909

    Welcome to my life.. "Ahhh fix it Deren!" :mad:
     
  5. Offline

    Nuinbot

    No. When this happens, you need to go to your Task Manager (or equivalent) and kill java.exe. Also, make sure that you don't have your IP address inside the server.properties file. That needs to be left blank.
     
Thread Status:
Not open for further replies.

Share This Page