Advertisement
Guest User

Untitled

a guest
Jan 12th, 2015
556
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.53 KB | None | 0 0
  1. [15:56:06] [Server thread/INFO]: Starting minecraft server version 1.7.10
  2. [15:56:40] [Server thread/INFO]: Loading properties
  3. [15:56:40] [Server thread/INFO]: Default game type: SURVIVAL
  4. [15:56:40] [Server thread/INFO]: Generating keypair
  5. [15:56:40] [Server thread/INFO]: Starting Minecraft server on *:25565
  6. [15:57:48] [Server thread/ERROR]: Encountered an unexpected exception
  7. java.lang.NoClassDefFoundError: cpw/mods/fml/common/IFMLHandledException
  8. at cpw.mods.fml.common.LoadController.transition(LoadController.java:139) ~[LoadController.class:?]
  9. at cpw.mods.fml.common.Loader.initializeMods(Loader.java:692) ~[Loader.class:?]
  10. at cpw.mods.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:97) ~[FMLServerHandler.class:?]
  11. at cpw.mods.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:319) ~[FMLCommonHandler.class:?]
  12. at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:210) ~[lt.class:?]
  13. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:387) [MinecraftServer.class:?]
  14. at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685) [li.class:?]
  15. Caused by: java.lang.ClassNotFoundException: cpw.mods.fml.common.IFMLHandledException
  16. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191) ~[launchwrapper-1.11.jar:?]
  17. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0_71]
  18. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0_71]
  19. ... 7 more
  20. Caused by: java.lang.OutOfMemoryError: PermGen space
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement