Advertisement
Guest User

Untitled

a guest
Nov 6th, 2014
213
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.23 KB | None | 0 0
  1. [21:56:23] [Server thread/INFO]: Starting minecraft server version 1.7.10
  2. [21:56:23] [Server console handler/ERROR]: Exception handling console input
  3. java.io.IOException: The handle is invalid
  4. at java.io.FileInputStream.readBytes(Native Method) ~[?:1.7.0_67]
  5. at java.io.FileInputStream.read(Unknown Source) ~[?:1.7.0_67]
  6. at java.io.BufferedInputStream.read1(Unknown Source) ~[?:1.7.0_67]
  7. at java.io.BufferedInputStream.read(Unknown Source) ~[?:1.7.0_67]
  8. at sun.nio.cs.StreamDecoder.readBytes(Unknown Source) ~[?:1.7.0_67]
  9. at sun.nio.cs.StreamDecoder.implRead(Unknown Source) ~[?:1.7.0_67]
  10. at sun.nio.cs.StreamDecoder.read(Unknown Source) ~[?:1.7.0_67]
  11. at java.io.InputStreamReader.read(Unknown Source) ~[?:1.7.0_67]
  12. at java.io.BufferedReader.fill(Unknown Source) ~[?:1.7.0_67]
  13. at java.io.BufferedReader.readLine(Unknown Source) ~[?:1.7.0_67]
  14. at java.io.BufferedReader.readLine(Unknown Source) ~[?:1.7.0_67]
  15. at net.minecraft.server.dedicated.DedicatedServer$2.run(DedicatedServer.java:97) [lv.class:?]
  16. [22:02:33] [Server thread/ERROR]: Encountered an unexpected exception
  17. java.lang.NoClassDefFoundError: cpw/mods/fml/common/IFMLHandledException
  18. at cpw.mods.fml.common.LoadController.transition(LoadController.java:139) ~[LoadController.class:?]
  19. at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:515) ~[Loader.class:?]
  20. at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:88) ~[FMLServerHandler.class:?]
  21. at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:314) ~[FMLCommonHandler.class:?]
  22. at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:117) ~[lt.class:?]
  23. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:387) [MinecraftServer.class:?]
  24. at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685) [li.class:?]
  25. Caused by: java.lang.ClassNotFoundException: cpw.mods.fml.common.IFMLHandledException
  26. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191) ~[launchwrapper-1.11.jar:?]
  27. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0_67]
  28. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0_67]
  29. ... 7 more
  30. Caused by: java.lang.OutOfMemoryError: PermGen space
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement