Advertisement
Guest User

problem

a guest
Jan 29th, 2015
654
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.47 KB | None | 0 0
  1. [21:25:08] [Server console handler/ERROR]: Exception handling console input
  2. java.io.IOException: The handle is invalid
  3. at java.io.FileInputStream.readBytes(Native Method) ~[?:1.7.0_71]
  4. at java.io.FileInputStream.read(Unknown Source) ~[?:1.7.0_71]
  5. at java.io.BufferedInputStream.read1(Unknown Source) ~[?:1.7.0_71]
  6. at java.io.BufferedInputStream.read(Unknown Source) ~[?:1.7.0_71]
  7. at sun.nio.cs.StreamDecoder.readBytes(Unknown Source) ~[?:1.7.0_71]
  8. at sun.nio.cs.StreamDecoder.implRead(Unknown Source) ~[?:1.7.0_71]
  9. at sun.nio.cs.StreamDecoder.read(Unknown Source) ~[?:1.7.0_71]
  10. at java.io.InputStreamReader.read(Unknown Source) ~[?:1.7.0_71]
  11. at java.io.BufferedReader.fill(Unknown Source) ~[?:1.7.0_71]
  12. at java.io.BufferedReader.readLine(Unknown Source) ~[?:1.7.0_71]
  13. at java.io.BufferedReader.readLine(Unknown Source) ~[?:1.7.0_71]
  14. at pr.run(SourceFile:81) [minecraft_server.1.8.1.exe:?]
  15. [21:25:08] [Server thread/INFO]: Starting minecraft server version 1.8.1
  16. [21:25:08] [Server thread/INFO]: Loading properties
  17. [21:25:08] [Server thread/INFO]: Default game type: SURVIVAL
  18. [21:25:08] [Server thread/INFO]: Generating keypair
  19. [21:25:09] [Server thread/INFO]: Starting Minecraft server on --.--.---.---:25565
  20. [21:25:09] [Server thread/INFO]: Using default channel type
  21. [21:25:10] [Server thread/INFO]: Preparing level "world"
  22. [21:25:10] [Server thread/INFO]: Preparing start region for level 0
  23. [21:25:11] [Server thread/INFO]: Preparing spawn area: 7%
  24. [21:25:12] [Server thread/INFO]: Preparing spawn area: 37%
  25. [21:25:13] [Server thread/INFO]: Preparing spawn area: 40%
  26. [21:25:14] [Server thread/INFO]: Preparing spawn area: 45%
  27. [21:25:15] [Server thread/INFO]: Preparing spawn area: 51%
  28. [21:25:16] [Server thread/INFO]: Preparing spawn area: 59%
  29. [21:25:17] [Server thread/INFO]: Preparing spawn area: 64%
  30. [21:25:18] [Server thread/INFO]: Preparing spawn area: 74%
  31. [21:25:19] [Server thread/INFO]: Preparing spawn area: 83%
  32. [21:25:20] [Server thread/INFO]: Preparing spawn area: 92%
  33. [21:25:21] [Server thread/INFO]: Done (11.461s)! For help, type "help" or "?"
  34. [21:26:10] [Server thread/INFO]: Stopping the server
  35. [21:26:10] [Server thread/INFO]: Stopping server
  36. [21:26:10] [Server thread/INFO]: Saving players
  37. [21:26:10] [Server thread/INFO]: Saving worlds
  38. [21:26:10] [Server thread/INFO]: Saving chunks for level 'world'/Overworld
  39. [21:26:11] [Server thread/INFO]: Saving chunks for level 'world'/Nether
  40. [21:26:11] [Server thread/INFO]: Saving chunks for level 'world'/The End
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement