recently i made a minecraft server i had just got world gaurd but had to go to bed so the next day when i tried to open the server with start.command it said this
Last login: Mon Aug 15 07:49:41 on ttys000
sucihsmacbook-3:~ stephengleeson$ /Users/stephengleeson/Desktop/bukkit\ server/start.command ; exit;
151 recipes
16 achievements
07:50:05 [INFO] Starting minecraft server version Beta 1.7.3
07:50:05 [INFO] Loading properties
07:50:06 [INFO] Starting Minecraft server on 192.168.1.5:25565
07:50:06 [WARNING] **** FAILED TO BIND TO PORT!
07:50:06 [WARNING] The exception was: java.net.BindException: Address already in use
07:50:06 [WARNING] Perhaps a server is already running on that port?
what does this mean please help???
Last login: Mon Aug 15 07:49:41 on ttys000
sucihsmacbook-3:~ stephengleeson$ /Users/stephengleeson/Desktop/bukkit\ server/start.command ; exit;
151 recipes
16 achievements
07:50:05 [INFO] Starting minecraft server version Beta 1.7.3
07:50:05 [INFO] Loading properties
07:50:06 [INFO] Starting Minecraft server on 192.168.1.5:25565
07:50:06 [WARNING] **** FAILED TO BIND TO PORT!
07:50:06 [WARNING] The exception was: java.net.BindException: Address already in use
07:50:06 [WARNING] Perhaps a server is already running on that port?
what does this mean please help???
1
That error usually comes when either:
a) you already have a minecraft server running on that port
- Check task manager to see if minecraft server is running (java.exe), if it is, then stop it.
b) another program is using that port
- try using a different port, this can be done by editing the server.properties file.
a) you already have a minecraft server running on that port
- Check task manager to see if minecraft server is running (java.exe), if it is, then stop it.
b) another program is using that port
- try using a different port, this can be done by editing the server.properties file.
