As soon as I load up my Minecraft Server Jar I get this:
[16:17:07 INFO]: Starting minecraft server version 1.7.4
[16:17:07 WARN]: To start the server with more ram, launch it as "java -Xmx1024M -Xms1024M -jar minecraft_server.jar"
[16:17:07 INFO]: Loading properties
[16:17:07 WARN]: server.properties does not exist
[16:17:07 INFO]: Generating new properties file
[16:17:07 ERROR]: Exception handling console input
java.io.IOException: The handle is invalid
at java.io.FileInputStream.readBytes(Native Method) ~[?:1.7.0_25]
at java.io.FileInputStream.read(Unknown Source) ~[?:1.7.0_25]
at java.io.BufferedInputStream.read1(Unknow… Source) ~[?:1.7.0_25]
at java.io.BufferedInputStream.read(Unknown Source) ~[?:1.7.0_25]
at sun.nio.cs.StreamDecoder.readBytes(Unkno… Source) ~[?:1.7.0_25]
at sun.nio.cs.StreamDecoder.implRead(Unknow… Source) ~[?:1.7.0_25]
at sun.nio.cs.StreamDecoder.read(Unknown Source) ~[?:1.7.0_25]
at java.io.InputStreamReader.read(Unknown Source) ~[?:1.7.0_25]
at java.io.BufferedReader.fill(Unknown Source) ~[?:1.7.0_25]
at java.io.BufferedReader.readLine(Unknown Source) ~[?:1.7.0_25]
at java.io.BufferedReader.readLine(Unknown Source) ~[?:1.7.0_25]
at lo.run(SourceFile:78) [minecraft_server.1.7.4.jar:?]
[16:17:07 INFO]: Default game type: SURVIVAL
[16:17:07 INFO]: Generating keypair
[16:17:07 INFO]: Starting Minecraft server on *:25565
[16:17:08 WARN]: **** FAILED TO BIND TO PORT!
[16:17:08 WARN]: The exception was: java.net.BindException: Address already in use: bind
[16:17:08 WARN]: Perhaps a server is already running on that port?
What is the: java.io.IOException: The handle is invalid
And why did I fail to bind to port? Thanks!
Read more: Minecraft server with many errors?!