-
Bug
-
Resolution: Duplicate
-
None
-
Minecraft 14w31a
-
None
-
Windows 8/8.1
-
Unconfirmed
Put the summary of the bug you're having here
What I expected to happen was...:
To start the server and run perfectly fine
What actually happened was...:
Server console stops working in the middle
Steps to Reproduce:
1. I downloaded the server.jar on the mojang site
2. edited the server properties (not much though)
3. got this when starting up server: [17:35:36 INFO]: Starting minecraft server version 14w31a
[17:35:36 ERROR]: Exception handling console input
java.io.IOException: The handle is invalid
at java.io.FileInputStream.readBytes(Native Method) ~[?:1.7.0_65]
at java.io.FileInputStream.read(Unknown Source) ~[?:1.7.0_65]
at java.io.BufferedInputStream.read1(Unknown Source) ~[?:1.7.0_65]
at java.io.BufferedInputStream.read(Unknown Source) ~[?:1.7.0_65]
at sun.nio.cs.StreamDecoder.readBytes(Unknown Source) ~[?:1.7.0_65]
at sun.nio.cs.StreamDecoder.implRead(Unknown Source) ~[?:1.7.0_65]
at sun.nio.cs.StreamDecoder.read(Unknown Source) ~[?:1.7.0_65]
at java.io.InputStreamReader.read(Unknown Source) ~[?:1.7.0_65]
at java.io.BufferedReader.fill(Unknown Source) ~[?:1.7.0_65]
at java.io.BufferedReader.readLine(Unknown Source) ~[?:1.7.0_65]
at java.io.BufferedReader.readLine(Unknown Source) ~[?:1.7.0_65]
at pm.run(SourceFile:80) [minecraft_server.14w31a.jar:?]
[17:35:36 WARN]: To start the server with more ram, launch it as "java -Xmx1024M -Xms1024M -jar minecraft_server.jar"
[17:35:36 INFO]: Loading properties
[17:35:36 INFO]: Default game type: SURVIVAL
[17:35:36 INFO]: Generating keypair
[17:35:37 INFO]: Starting Minecraft server on *:25565
- duplicates
-
MC-33041 Dedicated server logs "java.io.IOException: The handle is invalid" on startup
- Reopened