Hi there, we are getting a persistent crash on our Unleashed server (Biomes O'Plenty, Vending, Power Converters, Xeno's all enabled). I understand there is a permgen space issue (I have it all set in the startup), however the crashes seem to be caused preceded by -
INFO java.lang.NoClassDefFoundError: net/minecraft/world/CallableLvl2
Does anybody have an explanation or fix for this? More of the console output below.
Thanks in advance, Phil.
INFO java.lang.NoClassDefFoundError: net/minecraft/world/CallableLvl2
Does anybody have an explanation or fix for this? More of the console output below.
Thanks in advance, Phil.
Code:
06.08 22:13:28 [Server] INFO at net.minecraft.server.ServerListenThread.run(ServerListenThread.java:80)
06.08 22:13:28 [Server] INFO at java.net.ServerSocket.accept(Unknown Source)
06.08 22:13:28 [Server] INFO at java.net.ServerSocket.implAccept(Unknown Source)
06.08 22:13:28 [Server] INFO at java.net.AbstractPlainSocketImpl.accept(Unknown Source)
06.08 22:13:28 [Server] INFO at java.net.PlainSocketImpl.socketAccept(Native Method)
06.08 22:13:28 [Server] INFO java.net.SocketException: Socket closed
06.08 22:13:28 [Server] INFO [Minecraft-Server] Saving players
06.08 22:13:28 [Server] INFO [Minecraft-Server] Stopping server
06.08 22:13:27 [Server] INFO Caused by: java.lang.OutOfMemoryError: PermGen space
06.08 22:13:27 [Server] INFO ... 6 more
06.08 22:13:27 [Server] INFO at java.lang.ClassLoader.loadClass(Unknown Source)
06.08 22:13:27 [Server] INFO at java.lang.ClassLoader.loadClass(Unknown Source)
06.08 22:13:27 [Server] INFO at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:238)
06.08 22:13:27 [Server] INFO Caused by: java.lang.ClassNotFoundException: net.minecraft.world.CallableLvl2
06.08 22:13:27 [Server] INFO at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:573)
06.08 22:13:27 [Server] INFO at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:470)
06.08 22:13:27 [Server] INFO at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:573)
06.08 22:13:27 [Server] INFO at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:275)
06.08 22:13:27 [Server] INFO at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:648)
06.08 22:13:27 [Server] INFO at net.minecraft.world.World.func_72914_a(World.java:4401)
06.08 22:13:27 [Server] INFO java.lang.NoClassDefFoundError: net/minecraft/world/CallableLvl2
06.08 22:13:17 [Server] WARNING [Minecraft-Server] Can't keep up! Did the system time change, or is the server overloaded?