Cant set up my server.
No replies
hioni
WoM Member
Members
WoM Member: 684240
WoM Coins: 2

I used to play via hamachi, but for some personal reasons i cant do it anymore. I am trying to set up a server for AGES, reading tutorials and searching forums. Here is what i did:

1 - Donload the "minecraft_server.1.8.9.jar"

2 - run it and Change EULA

3 - put my external IP on the "server.properties" (just how i used to do with the hamachi ip)

4 - start the "minecraft_server.1.8.9.jar" again

5 - it immediately closes itself for some reason.

When i put my local IP on the "server.properties" the server keep it up, but noone can connect ofc...

I have done the Port foward thing and disabled windows firewall. Even so, when i test the port, it says its still closed somehow. Could this cause the server to immediately close?

All help is welcome, i am desperated.

Log:

[04:42:10] [Server thread/INFO]: Starting minecraft server version 1.8.9
[04:42:10] [Server console handler/ERROR]: Exception handling console input
java.io.IOException: Identificador inválido
at java.io.FileInputStream.readBytes(Native Method) ~[?:1.8.0_66]
at java.io.FileInputStream.read(Unknown Source) ~[?:1.8.0_66]
at java.io.BufferedInputStream.read1(Unknown Source) ~[?:1.8.0_66]
at java.io.BufferedInputStream.read(Unknown Source) ~[?:1.8.0_66]
at sun.nio.cs.StreamDecoder.readBytes(Unknown Source) ~[?:1.8.0_66]
at sun.nio.cs.StreamDecoder.implRead(Unknown Source) ~[?:1.8.0_66]
at sun.nio.cs.StreamDecoder.read(Unknown Source) ~[?:1.8.0_66]
at java.io.InputStreamReader.read(Unknown Source) ~[?:1.8.0_66]
at java.io.BufferedReader.fill(Unknown Source) ~[?:1.8.0_66]
at java.io.BufferedReader.readLine(Unknown Source) ~[?:1.8.0_66]
at java.io.BufferedReader.readLine(Unknown Source) ~[?:1.8.0_66]
at ko$2.run(SourceFile:81) [minecraft_server.1.8.9.jar:?]
[04:42:10] [Server thread/WARN]: To start the server with more ram, launch it as "java -Xmx1024M -Xms1024M -jar minecraft_server.jar"
[04:42:10] [Server thread/INFO]: Loading properties
[04:42:10] [Server thread/INFO]: Default game type: SURVIVAL
[04:42:10] [Server thread/INFO]: Generating keypair
[04:42:10] [Server thread/INFO]: Starting Minecraft server on *myexternalIP*:25565
[04:42:10] [Server thread/INFO]: Using default channel type
[04:42:10] [Server thread/WARN]: **** FAILED TO BIND TO PORT!
[04:42:10] [Server thread/WARN]: The exception was: java.net.BindException: Cannot assign requested address: bind
[04:42:10] [Server thread/WARN]: Perhaps a server is already running on that port?
[04:42:10] [Server thread/INFO]: Stopping server
[04:42:10] [Server Shutdown Thread/INFO]: Stopping server

----end of log----