-
Bug
-
Resolution: Duplicate
-
None
-
Minecraft 1.8, Minecraft 1.8.1
-
None
-
Windows 8.1 W/Bing Hewlett Packard
2.16Ghz dual core
4GB Ram
Java Runtime 1.8.0_25
Also Java JDK 1.8.0_25
.exe server
-
Unconfirmed
Keeps giving me an error in the log:
[14:01:29] [Server thread/INFO]: Starting minecraft server version 1.8.1
[14:01:29] [Server thread/INFO]: Loading properties
[14:01:29] [Server console handler/ERROR]: Exception handling console input
java.io.IOException: The handle is invalid
at java.io.FileInputStream.readBytes(Native Method) ~[?:1.8.0_25]
at java.io.FileInputStream.read(Unknown Source) ~[?:1.8.0_25]
at java.io.BufferedInputStream.read1(Unknown Source) ~[?:1.8.0_25]
at java.io.BufferedInputStream.read(Unknown Source) ~[?:1.8.0_25]
at sun.nio.cs.StreamDecoder.readBytes(Unknown Source) ~[?:1.8.0_25]
at sun.nio.cs.StreamDecoder.implRead(Unknown Source) ~[?:1.8.0_25]
at sun.nio.cs.StreamDecoder.read(Unknown Source) ~[?:1.8.0_25]
at java.io.InputStreamReader.read(Unknown Source) ~[?:1.8.0_25]
at java.io.BufferedReader.fill(Unknown Source) ~[?:1.8.0_25]
at java.io.BufferedReader.readLine(Unknown Source) ~[?:1.8.0_25]
at java.io.BufferedReader.readLine(Unknown Source) ~[?:1.8.0_25]
at pr.run(SourceFile:81) [minecraft_server.1.8.1.exe:?]
[14:01:29] [Server thread/INFO]: Default game type: SURVIVAL
[14:01:29] [Server thread/INFO]: Generating keypair
[14:01:30] [Server thread/INFO]: Starting Minecraft server on *:25565
[14:01:30] [Server thread/INFO]: Using default channel type
[14:01:32] [Server thread/INFO]: Preparing level "world"
[14:01:32] [Server thread/INFO]: Preparing start region for level 0
[14:01:33] [Server thread/INFO]: Preparing spawn area: 3%
[14:01:34] [Server thread/INFO]: Preparing spawn area: 18%
[14:01:35] [Server thread/INFO]: Done (4.058s)! For help, type "help" or "?"
[14:01:35] [Server thread/INFO]: Stopping server
[14:01:35] [Server thread/INFO]: Saving players
[14:01:35] [Server thread/INFO]: Saving worlds
[14:01:35] [Server thread/INFO]: Saving chunks for level 'world'/Overworld
[14:01:36] [Server thread/INFO]: Saving chunks for level 'world'/Nether
[14:01:36] [Server thread/INFO]: Saving chunks for level 'world'/The End
[14:01:36] [Server Shutdown Thread/INFO]: Stopping server
[14:01:36] [Server Shutdown Thread/INFO]: Saving players
[14:01:36] [Server Shutdown Thread/INFO]: Saving worlds
[14:01:36] [Server Shutdown Thread/INFO]: Saving chunks for level 'world'/Overworld
- duplicates
-
MC-33041 Dedicated server logs "java.io.IOException: The handle is invalid" on startup
- Reopened