[INFO] Starting minecraft server version 1.0.0
[WARNING] **** NOT ENOUGH RAM!
[WARNING] To start the server with more ram, launch it as "java -Xmx1024M -Xms1024M -jar minecraft_server.jar"
[INFO] Loading properties
[INFO] Starting Minecraft server on 24.191.41.44:12345
[WARNING] **** FAILED TO BIND TO PORT!
[WARNING] The exception was: java.net.BindException: Can't assign requested address
[WARNING] Perhaps a server is already running on that port?
This is what is says any time I try and start my computer... I need help with this.
[INFO] Starting minecraft server version 1.0.0
[WARNING] **** NOT ENOUGH RAM!
[WARNING] To start the server with more ram, launch it as "java -Xmx1024M -Xms1024M -jar minecraft_server.jar"
[INFO] Loading properties
[INFO] Starting Minecraft server on 24.191.41.44:12345
[WARNING] **** FAILED TO BIND TO PORT!
[WARNING] The exception was: java.net.BindException: Can't assign requested address
[WARNING] Perhaps a server is already running on that port?
This is what is says any time I try and start my computer... I need help with this.
For the first error:
Open Notepad, and copy and paste this in:
@echo off
java -Xmx1024M -Xms1024M -jar minecraft_server.jar
pause
Save it as run.bat in your server directory and use it to start up your server.
For the second error:
Make sure that TCP port 25565 (assuming that you haven't changed the port that the Minecraft Server uses) is properly port forwarded on your router, and make sure that no other servers are using that port on your computer.
@echo off
java -Xmx1024M -Xms1024M -jar minecraft_server.jar
pause
Save it as run.bat in your server directory and use it to start up your server.
For the second error:
Make sure that TCP port 25565 (assuming that you haven't changed the port that the Minecraft Server uses) is properly port forwarded on your router, and make sure that no other servers are using that port on your computer.
Select your router, and it'll tell you step by step how to port forward the Minecraft Server.
Edit: Also, upgrade your server to version 1.0.1.
1. I have a mac, and 2.Now I get this:
[INFO] Starting minecraft server version 1.0.1
[INFO] Loading properties
[INFO] Starting Minecraft server on 69.126.123.252:25565
[WARNING] **** FAILED TO BIND TO PORT!
[WARNING] The exception was: java.net.BindException: Can't assign requested address
[WARNING] Perhaps a server is already running on that port?
This is what is says any time I try and start my computer... I need help with this.
For the first error:
Open Notepad, and copy and paste this in:
@echo off
java -Xmx1024M -Xms1024M -jar minecraft_server.jar
pause
Save it as run.bat in your server directory and use it to start up your server.
For the second error:
Make sure that TCP port 25565 (assuming that you haven't changed the port that the Minecraft Server uses) is properly port forwarded on your router, and make sure that no other servers are using that port on your computer.
If you don't know how to port forward, use this guide: http://portforward.com/english/applications/port_forwarding/Minecraft_Server/Minecraft_Serverindex.htm .
Select your router, and it'll tell you step by step how to port forward the Minecraft Server.
Edit: Also, upgrade your server to version 1.0.1.
1. I have a mac, and 2.Now I get this:
You do not need it in there and you, obviously, no offence meant, have no idea why it goes in there.
--------------------------------
Advanced Guide to server-ip and server-port settings.
Well this is emberassing, Thanks for the help and I got my server to work.