minecraftserver.jar won't open with edited server.properties file
Best Answer
This is the reason why your server isn't running:
[22:51:00] [Server thread/WARN]: **** FAILED TO BIND TO PORT!
[22:51:00] [Server thread/WARN]: The exception was: java.net.BindException: Cannot assign requested address: bind
[22:51:00] [Server thread/WARN]: Perhapes a server is already running on that port?
With that said, ensure you are not running another copy of the server on your computer, or a server (for anything) that uses the port 1000.
Here are some possible solutions:
Most likely, it's #1.
- Try closing any other Minecraft servers that you may be running on Port 1000.
Perhaps try killing all Java instances by running (Win + R):taskkill /f /im javaw.exe
and then restart your server. - You may be accessing your computer using Cybergate RAT (Remote Access Terminal).
Try using Remote Desktop Connectionmstsc
instead, as you are using Windows 7/Vista. - Check for any other programs using Port 1000 and close them.
Pictures about "minecraftserver.jar won't open with edited server.properties file"
How do I open the server properties file in Minecraft?
How to Edit the Server Properties Config FileHow do I change the properties file on my Minecraft server?
Solution 1 \u2013 Update Java So if you don't have Java installed, that's probably why you can't open the Minecraft server. Even if you do, the server software might still need an updated Java version such as 1.7. 10.Minecraft Server.jar Won't load Files Or Stay Open! Here's Why Easy fix 2021!!!
More answers regarding minecraftserver.jar won't open with edited server.properties file
Answer 2
As aytimothy said, the port your minecraft server tries to run on is already used by another process (which may be another instance of the server or a different program). If you changed your minecraft port by accident, open your server.properties file, change server-port=1000
to server-port=25565
(which is the standard minecraft port) and restart your server.
Sources: Stack Exchange - This article follows the attribution requirements of Stack Exchange and is licensed under CC BY-SA 3.0.
Images: Dziana Hasanbekava, Anete Lusina, Ono Kosuki, RODNAE Productions