Solved FTB Unleashed Crashes - No Extra Mods/Plugins

Spencefoz

New Member
Jul 29, 2019
121
0
0
*SOLVED*
Alright - problem solved.

PermSize / MaxPermSize was still the issue... Our host was limiting this within their startup script and we had to get it manually changed (Now on a VDS so it doesn't matter)

I would recommend that EVERYONE checks with their host about the perm size and make sure they are not running their own start up script! It will render yours USELESS!!!

~Spencer


This is an FTB - Unleashed 1.1.2 (Currently Recommended) Server. There are NO plugins installed and no custom Jar mods. This is a "stock" server setup.

Server is "Your server is currently being hosted on a Dual Intel Xeon X5675 (Westmere-EP 3.06ghz) node with 12 total processor cores and 48 gigabytes of RAM; its OS is Linux. "

We are wanting to run MCPC+ Legacy for 1.5.2; however, I cannot get that to run either and we are getting crashes.

These are the types of crashes we are currently getting.

It has happened with very minimal people online, it has happened with tons of people online. I cannot tell you a specific event that triggers these crashes.

There is no crash report recorded, only the server console reads out what happened. Sometimes my server will close itself and at other times we will get some sort of java disconnect.

Some help would be greatly appreciated.

Code:
2013-08-03 16:20:27 [INFO] [STDERR] net.minecraft.util.ReportedException: Exception ticking world
2013-08-03 16:20:27 [INFO] [STDERR] at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:649)
2013-08-03 16:20:27 [INFO] [STDERR] at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:275)
2013-08-03 16:20:27 [INFO] [STDERR] at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:573)
2013-08-03 16:20:27 [INFO] [STDERR] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:470)
2013-08-03 16:20:27 [INFO] [STDERR] at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:573)
2013-08-03 16:20:27 [INFO] [STDERR] Caused by: java.lang.OutOfMemoryError: PermGen space
2013-08-03 16:20:27 [INFO] [STDERR] at java.lang.Class.getDeclaredConstructors0(Native Method)
2013-08-03 16:20:27 [INFO] [STDERR] at java.lang.Class.privateGetDeclaredConstructors(Unknown Source)
2013-08-03 16:20:27 [INFO] [STDERR] at java.lang.Class.getConstructor0(Unknown Source)
2013-08-03 16:20:27 [INFO] [STDERR] at java.lang.Class.newInstance0(Unknown Source)
2013-08-03 16:20:27 [INFO] [STDERR] at java.lang.Class.newInstance(Unknown Source)
2013-08-03 16:20:27 [INFO] [STDERR] at sun.reflect.MethodAccessorGenerator$1.run(Unknown Source)
2013-08-03 16:20:27 [INFO] [STDERR] at sun.reflect.MethodAccessorGenerator$1.run(Unknown Source)
2013-08-03 16:20:27 [INFO] [STDERR] at java.security.AccessController.doPrivileged(Native Method)
2013-08-03 16:20:27 [INFO] [STDERR] at sun.reflect.MethodAccessorGenerator.generate(Unknown Source)
2013-08-03 16:20:27 [INFO] [STDERR] at sun.reflect.MethodAccessorGenerator.generateConstructor(Unknown Source)
2013-08-03 16:20:27 [INFO] [STDERR] at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
2013-08-03 16:20:27 [INFO] [STDERR] at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
2013-08-03 16:20:27 [INFO] [STDERR] at java.lang.reflect.Constructor.newInstance(Unknown Source)
2013-08-03 16:20:27 [INFO] [STDERR] at net.minecraft.world.SpawnerAnimals.func_77192_a(SpawnerAnimals.java:171)
2013-08-03 16:20:27 [INFO] [STDERR] at net.minecraft.world.WorldServer.func_72835_b(WorldServer.java:180)
2013-08-03 16:20:27 [INFO] [STDERR] at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:643)
2013-08-03 16:20:27 [INFO] [STDERR] ... 4 more
2013-08-03 16:20:28 [INFO] [Minecraft-Server] Stopping server
2013-08-03 16:20:28 [INFO] [Minecraft-Server] Saving players
2013-08-03 16:20:28 [INFO] [STDERR] java.net.SocketException: Socket closed
2013-08-03 16:20:28 [INFO] [STDERR] at java.net.PlainSocketImpl.socketAccept(Native Method)
2013-08-03 16:20:28 [INFO] [STDERR] at java.net.AbstractPlainSocketImpl.accept(Unknown Source)
2013-08-03 16:20:28 [INFO] [STDERR] at java.net.ServerSocket.implAccept(Unknown Source)
2013-08-03 16:20:28 [INFO] [STDERR] at java.net.ServerSocket.accept(Unknown Source)
2013-08-03 16:20:28 [INFO] [STDERR] at net.minecraft.server.ServerListenThread.run(ServerListenThread.java:80)
2013-08-03 16:20:28 [INFO] [Minecraft-Server] Closing listening thread
2013-08-03 16:20:28 [INFO] [STDOUT] Unloading Player: N
2013-08-03 16:20:28 [INFO] [STDOUT] Unloading Player: x
2013-08-03 16:20:28 [INFO] [STDOUT] Unloading Player: Z
2013-08-03 16:20:28 [INFO] [STDOUT] Unloading Player: p
2013-08-03 16:20:28 [INFO] [STDOUT] Unloading Player: U
2013-08-03 16:20:28 [INFO] [STDOUT] Unloading Player: t
2013-08-03 16:20:28 [INFO] [STDOUT] Unloading Player: L
2013-08-03 16:20:28 [INFO] [STDOUT] Unloading Player: p
2013-08-03 16:20:37 [INFO] [Minecraft-Server] <s> the heck..
2013-08-03 16:21:13 [INFO] [STDOUT] Unloading Player: s
2013-08-03 16:21:13 [INFO] [Minecraft-Server] Saving worlds
2013-08-03 16:21:13 [INFO] [Minecraft-Server] Saving chunks for level 'world'/Overworld
2013-08-03 16:21:13 [INFO] [Minecraft-Server] Saving chunks for level 'world'/Nether
2013-08-03 16:21:13 [INFO] [ForgeModLoader] [Thaumcraft] Removed 352 aura nodes when world 0 unloaded.
2013-08-03 16:21:15 [INFO] [ForgeModLoader] [Thaumcraft] Removed 52 aura nodes when world -1 unloaded.
2013-08-03 16:21:15 [INFO] [ForgeModLoader] Unloading dimension 0
2013-08-03 16:21:15 [INFO] [ForgeModLoader] Unloading dimension -1
2013-08-03 16:21:15 [INFO] [ForgeModLoader] The state engine was in incorrect state SERVER_STOPPING and forced into state SERVER_STOPPED. Errors may have been discarded.

Code:
2013-08-03 23:49:32 [WARNING] [Minecraft-Server] Can't keep up! Did the system time change, or is the server overloaded?
2013-08-03 23:49:33 [INFO] [STDOUT] Workbench
2013-08-03 23:49:46 [INFO] [STDERR] java.lang.NoClassDefFoundError: dan200/computer/shared/IReceiver
2013-08-03 23:49:46 [INFO] [STDERR] at dan200.computer.shared.TileEntityWirelessModem.createPeripheral(TileEntityWirelessModem.java:55)
2013-08-03 23:49:46 [INFO] [STDERR] at dan200.computer.shared.TileEntityModem.<init>(TileEntityModem.java:27)
2013-08-03 23:49:46 [INFO] [STDERR] at dan200.computer.shared.TileEntityWirelessModem.<init>(TileEntityWirelessModem.java:49)
2013-08-03 23:49:46 [INFO] [STDERR] at dan200.computer.shared.BlockPeripheral.createTileEntity(BlockPeripheral.java:757)
2013-08-03 23:49:46 [INFO] [STDERR] at net.minecraft.world.chunk.Chunk.func_76597_e(Chunk.java:995)
2013-08-03 23:49:46 [INFO] [STDERR] at net.minecraft.world.chunk.Chunk.func_76592_a(Chunk.java:767)
2013-08-03 23:49:46 [INFO] [STDERR] at net.minecraft.world.World.func_72832_d(World.java:558)
2013-08-03 23:49:46 [INFO] [STDERR] at net.minecraft.item.ItemBlock.placeBlockAt(ItemBlock.java:241)
2013-08-03 23:49:46 [INFO] [STDERR] at net.minecraft.item.ItemBlock.func_77648_a(ItemBlock.java:119)
2013-08-03 23:49:46 [INFO] [STDERR] at net.minecraft.item.ItemStack.func_77943_a(ItemStack.java:149)
2013-08-03 23:49:46 [INFO] [STDERR] at net.minecraft.item.ItemInWorldManager.func_73078_a(ItemInWorldManager.java:425)
2013-08-03 23:49:46 [INFO] [STDERR] at net.minecraft.network.NetServerHandler.func_72472_a(NetServerHandler.java:553)
2013-08-03 23:49:46 [INFO] [STDERR] at net.minecraft.network.packet.Packet15Place.func_73279_a(SourceFile:58)
2013-08-03 23:49:46 [INFO] [STDERR] at net.minecraft.network.TcpConnection.func_74428_b(TcpConnection.java:461)
2013-08-03 23:49:46 [INFO] [STDERR] at net.minecraft.network.NetServerHandler.func_72570_d(NetServerHandler.java:134)
2013-08-03 23:49:46 [INFO] [STDERR] at net.minecraft.network.NetworkListenThread.func_71747_b(NetworkListenThread.java:53)
2013-08-03 23:49:46 [INFO] [STDERR] at net.minecraft.server.dedicated.DedicatedServerListenThread.func_71747_b(SourceFile:30)
2013-08-03 23:49:46 [INFO] [STDERR] at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:677)
2013-08-03 23:49:46 [INFO] [STDERR] at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:275)
2013-08-03 23:49:46 [INFO] [STDERR] at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:573)
2013-08-03 23:49:46 [INFO] [STDERR] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:470)
2013-08-03 23:49:46 [INFO] [STDERR] at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:573)
2013-08-03 23:49:46 [INFO] [STDERR] Caused by: java.lang.ClassNotFoundException: dan200.computer.shared.IReceiver
2013-08-03 23:49:46 [INFO] [STDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:238)
2013-08-03 23:49:46 [INFO] [STDERR] at java.lang.ClassLoader.loadClass(Unknown Source)
2013-08-03 23:49:46 [INFO] [STDERR] at java.lang.ClassLoader.loadClass(Unknown Source)
2013-08-03 23:49:46 [INFO] [STDERR] ... 22 more
2013-08-03 23:49:46 [INFO] [STDERR] Caused by: java.lang.OutOfMemoryError: PermGen space
2013-08-03 23:49:46 [INFO] [STDERR] at java.lang.ClassLoader.defineClass1(Native Method)
2013-08-03 23:49:46 [INFO] [STDERR] at java.lang.ClassLoader.defineClass(Unknown Source)
2013-08-03 23:49:46 [INFO] [STDERR] at java.security.SecureClassLoader.defineClass(Unknown Source)
2013-08-03 23:49:46 [INFO] [STDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:227)
2013-08-03 23:49:46 [INFO] [STDERR] ... 24 more
2013-08-03 23:49:47 [INFO] [Minecraft-Server] Stopping server
2013-08-03 23:49:47 [INFO] [Minecraft-Server] Saving players
2013-08-03 23:49:47 [INFO] [STDERR] java.net.SocketException: Socket closed
2013-08-03 23:49:47 [INFO] [STDERR] at java.net.PlainSocketImpl.socketAccept(Native Method)
2013-08-03 23:49:47 [INFO] [STDERR] at java.net.AbstractPlainSocketImpl.accept(Unknown Source)
2013-08-03 23:49:47 [INFO] [STDERR] at java.net.ServerSocket.implAccept(Unknown Source)
2013-08-03 23:49:47 [INFO] [STDERR] at java.net.ServerSocket.accept(Unknown Source)
2013-08-03 23:49:47 [INFO] [STDERR] at net.minecraft.server.ServerListenThread.run(ServerListenThread.java:80)
2013-08-03 23:49:47 [INFO] [Minecraft-Server] Closing listening thread
2013-08-03 23:49:47 [INFO] [STDOUT] Unloading Player: e
2013-08-03 23:49:47 [INFO] [STDOUT] Unloading Player: Z
2013-08-03 23:49:47 [INFO] [STDOUT] Unloading Player: R
2013-08-03 23:49:47 [INFO] [STDOUT] Unloading Player: p
2013-08-03 23:50:13 [INFO] [STDOUT] Unloading Player: st
2013-08-03 23:50:13 [INFO] [STDOUT] Unloading Player: p
2013-08-03 23:50:13 [INFO] [STDOUT] Unloading Player: N
2013-08-03 23:50:13 [INFO] [Minecraft-Server] Saving worlds
2013-08-03 23:50:13 [INFO] [Minecraft-Server] Saving chunks for level 'world'/Overworld
2013-08-03 23:50:24 [INFO] [Minecraft-Server] Saving chunks for level 'world'/Nether
2013-08-03 23:50:24 [INFO] [ForgeModLoader] [Thaumcraft] Removed 134 aura nodes when world 0 unloaded.
2013-08-03 23:50:28 [INFO] [ForgeModLoader] [Thaumcraft] Removed 32 aura nodes when world -1 unloaded.
2013-08-03 23:50:28 [INFO] [ForgeModLoader] Unloading dimension 0
2013-08-03 23:50:28 [INFO] [ForgeModLoader] Unloading dimension -1
2013-08-03 23:50:28 [INFO] [ForgeModLoader] The state engine was in incorrect state SERVER_STOPPING and forced into state SERVER_STOPPED. Errors may have been discarded.

Code:
] at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:573)
2013-08-04 12:59:31 [INFO] [STDERR] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:470)
2013-08-04 12:59:31 [INFO] [STDERR] at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:573)
2013-08-04 12:59:31 [INFO] [STDERR] Caused by: java.lang.NoClassDefFoundError: twilightforest/structures/darktower/ComponentTFDarkTowerMain
2013-08-04 12:59:31 [INFO] [STDERR] at twilightforest.world.MapGenTFMajorFeature.func_75049_b(MapGenTFMajorFeature.java:31)
2013-08-04 12:59:31 [INFO] [STDERR] at net.minecraft.world.gen.structure.MapGenStructure.func_75037_a(SourceFile:33)
2013-08-04 12:59:31 [INFO] [STDERR] ... 31 more
2013-08-04 12:59:31 [INFO] [STDERR] Caused by: java.lang.ClassNotFoundException: twilightforest.structures.darktower.ComponentTFDarkTowerMain
2013-08-04 12:59:31 [INFO] [STDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:238)
2013-08-04 12:59:31 [INFO] [STDERR] at java.lang.ClassLoader.loadClass(Unknown Source)
2013-08-04 12:59:31 [INFO] [STDERR] at java.lang.ClassLoader.loadClass(Unknown Source)
2013-08-04 12:59:31 [INFO] [STDERR] ... 33 more
2013-08-04 12:59:31 [INFO] [STDERR] Caused by: java.lang.OutOfMemoryError: PermGen space
2013-08-04 12:59:31 [INFO] [STDERR] at java.lang.ClassLoader.defineClass1(Native Method)
2013-08-04 12:59:31 [INFO] [STDERR] at java.lang.ClassLoader.defineClass(Unknown Source)
2013-08-04 12:59:31 [INFO] [STDERR] at java.security.SecureClassLoader.defineClass(Unknown Source)
2013-08-04 12:59:31 [INFO] [STDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:227)
2013-08-04 12:59:31 [INFO] [STDERR] at java.lang.ClassLoader.loadClass(Unknown Source)
2013-08-04 12:59:31 [INFO] [STDERR] at java.lang.ClassLoader.loadClass(Unknown Source)
2013-08-04 12:59:31 [INFO] [STDERR] at twilightforest.world.MapGenTFMajorFeature.func_75049_b(MapGenTFMajorFeature.java:31)
2013-08-04 12:59:31 [INFO] [STDERR] at net.minecraft.world.gen.structure.MapGenStructure.func_75037_a(SourceFile:33)
2013-08-04 12:59:31 [INFO] [STDERR] at net.minecraft.world.gen.MapGenBase.func_75036_a(SourceFile:29)
2013-08-04 12:59:31 [INFO] [STDERR] at twilightforest.world.ChunkProviderTwilightForest.func_82695_e(ChunkProviderTwilightForest.java:1028)
2013-08-04 12:59:31 [INFO] [STDERR] at net.minecraft.world.gen.ChunkProviderServer.func_73239_e(ChunkProviderServer.java:190)
2013-08-04 12:59:31 [INFO] [STDERR] at net.minecraft.world.gen.ChunkProviderServer.func_73158_c(ChunkProviderServer.java:118)
2013-08-04 12:59:31 [INFO] [STDERR] at net.minecraft.world.gen.ChunkProviderServer.func_73154_d(ChunkProviderServer.java:166)
2013-08-04 12:59:31 [INFO] [STDERR] at net.minecraft.world.World.func_72964_e(World.java:528)
2013-08-04 12:59:31 [INFO] [STDERR] at net.minecraft.world.World.func_72798_a(World.java:413)
2013-08-04 12:59:31 [INFO] [STDERR] at twilightforest.TFTeleporter.isBlockPortal(TFTeleporter.java:116)
2013-08-04 12:59:31 [INFO] [STDERR] at twilightforest.TFTeleporter.func_77184_b(TFTeleporter.java:51)
2013-08-04 12:59:31 [INFO] [STDERR] at net.minecraft.world.Teleporter.func_77185_a(SourceFile:49)
2013-08-04 12:59:31 [INFO] [STDERR] at net.minecraft.server.management.ServerConfigurationManager.transferEntityToWorld(ServerConfigurationManager.java:557)
2013-08-04 12:59:31 [INFO] [STDERR] at twilightforest.block.BlockTFPortal.sendEntityToDimension(BlockTFPortal.java:356)
2013-08-04 12:59:31 [INFO] [STDERR] at twilightforest.block.BlockTFPortal.func_71869_a(BlockTFPortal.java:329)
2013-08-04 12:59:31 [INFO] [STDERR] at net.minecraft.entity.Entity.func_70017_D(Entity.java:1023)
2013-08-04 12:59:31 [INFO] [STDERR] at net.minecraft.entity.Entity.func_70091_d(Entity.java:967)
2013-08-04 12:59:31 [INFO] [STDERR] at net.minecraft.entity.EntityLiving.func_70612_e(EntityLiving.java:1580)
2013-08-04 12:59:31 [INFO] [STDERR] at net.minecraft.entity.EntityLiving.func_70636_d(EntityLiving.java:1877)
2013-08-04 12:59:31 [INFO] [STDERR] at net.minecraft.entity.monster.EntityMob.func_70636_d(SourceFile:26)
2013-08-04 12:59:31 [INFO] [STDERR] at net.minecraft.entity.monster.EntitySkeleton.func_70636_d(SourceFile:146)
2013-08-04 12:59:31 [INFO] [STDERR] at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:858)
2013-08-04 12:59:31 [INFO] [STDERR] at net.minecraft.entity.monster.EntityMob.func_70071_h_(SourceFile:31)
2013-08-04 12:59:31 [INFO] [STDERR] at net.minecraft.world.World.func_72866_a(World.java:2342)
2013-08-04 12:59:31 [INFO] [STDERR] at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:717)
2013-08-04 12:59:31 [INFO] [STDERR] at net.minecraft.world.World.func_72870_g(World.java:2304)
2013-08-04 12:59:32 [INFO] [STDERR] java.lang.NoClassDefFoundError: net/minecraft/world/CallableLvl3
2013-08-04 12:59:32 [INFO] [STDERR] at net.minecraft.world.World.func_72914_a(World.java:4402)
2013-08-04 12:59:32 [INFO] [STDERR] at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:659)
2013-08-04 12:59:32 [INFO] [STDERR] at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:275)
2013-08-04 12:59:32 [INFO] [STDERR] at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:573)
2013-08-04 12:59:32 [INFO] [STDERR] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:470)
2013-08-04 12:59:32 [INFO] [STDERR] at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:573)
2013-08-04 12:59:32 [INFO] [STDERR] Caused by: java.lang.ClassNotFoundException: net.minecraft.world.CallableLvl3
2013-08-04 12:59:32 [INFO] [STDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:238)
2013-08-04 12:59:32 [INFO] [STDERR] at java.lang.ClassLoader.loadClass(Unknown Source)
2013-08-04 12:59:32 [INFO] [STDERR] at java.lang.ClassLoader.loadClass(Unknown Source)
2013-08-04 12:59:32 [INFO] [STDERR] ... 6 more
2013-08-04 12:59:32 [INFO] [STDERR] Caused by: java.lang.OutOfMemoryError: PermGen space
2013-08-04 12:59:32 [INFO] [STDERR] at java.lang.ClassLoader.defineClass1(Native Method)
2013-08-04 12:59:32 [INFO] [STDERR] at java.lang.ClassLoader.defineClass(Unknown Source)
2013-08-04 12:59:32 [INFO] [STDERR] at java.security.SecureClassLoader.defineClass(Unknown Source)
2013-08-04 12:59:32 [INFO] [STDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:227)
2013-08-04 12:59:32 [INFO] [STDERR] ... 8 more
2013-08-04 12:59:32 [SEVERE] [Minecraft-Server] Encountered an unexpected exception NoClassDefFoundError
java.lang.NoClassDefFoundError: net/minecraft/world/CallableLvl3
at net.minecraft.world.World.func_72914_a(World.java:4402)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:659)
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:275)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:573)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:470)
at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:573)
Caused by: java.lang.ClassNotFoundException: net.minecraft.world.CallableLvl3
at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:238)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 6 more
Caused by: java.lang.OutOfMemoryError: PermGen space
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(Unknown Source)
at java.security.SecureClassLoader.defineClass(Unknown Source)
at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:227)
... 8 more

Code:
] at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:573)
2013-08-04 12:59:31 [INFO] [STDERR] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:470)
2013-08-04 12:59:31 [INFO] [STDERR] at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:573)
2013-08-04 12:59:31 [INFO] [STDERR] Caused by: java.lang.NoClassDefFoundError: twilightforest/structures/darktower/ComponentTFDarkTowerMain
2013-08-04 12:59:31 [INFO] [STDERR] at twilightforest.world.MapGenTFMajorFeature.func_75049_b(MapGenTFMajorFeature.java:31)
2013-08-04 12:59:31 [INFO] [STDERR] at net.minecraft.world.gen.structure.MapGenStructure.func_75037_a(SourceFile:33)
2013-08-04 12:59:31 [INFO] [STDERR] ... 31 more
2013-08-04 12:59:31 [INFO] [STDERR] Caused by: java.lang.ClassNotFoundException: twilightforest.structures.darktower.ComponentTFDarkTowerMain
2013-08-04 12:59:31 [INFO] [STDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:238)
2013-08-04 12:59:31 [INFO] [STDERR] at java.lang.ClassLoader.loadClass(Unknown Source)
2013-08-04 12:59:31 [INFO] [STDERR] at java.lang.ClassLoader.loadClass(Unknown Source)
2013-08-04 12:59:31 [INFO] [STDERR] ... 33 more
2013-08-04 12:59:31 [INFO] [STDERR] Caused by: java.lang.OutOfMemoryError: PermGen space
2013-08-04 12:59:31 [INFO] [STDERR] at java.lang.ClassLoader.defineClass1(Native Method)
2013-08-04 12:59:31 [INFO] [STDERR] at java.lang.ClassLoader.defineClass(Unknown Source)
2013-08-04 12:59:31 [INFO] [STDERR] at java.security.SecureClassLoader.defineClass(Unknown Source)
2013-08-04 12:59:31 [INFO] [STDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:227)
2013-08-04 12:59:31 [INFO] [STDERR] at java.lang.ClassLoader.loadClass(Unknown Source)
2013-08-04 12:59:31 [INFO] [STDERR] at java.lang.ClassLoader.loadClass(Unknown Source)
2013-08-04 12:59:31 [INFO] [STDERR] at twilightforest.world.MapGenTFMajorFeature.func_75049_b(MapGenTFMajorFeature.java:31)
2013-08-04 12:59:31 [INFO] [STDERR] at net.minecraft.world.gen.structure.MapGenStructure.func_75037_a(SourceFile:33)
2013-08-04 12:59:31 [INFO] [STDERR] at net.minecraft.world.gen.MapGenBase.func_75036_a(SourceFile:29)
2013-08-04 12:59:31 [INFO] [STDERR] at twilightforest.world.ChunkProviderTwilightForest.func_82695_e(ChunkProviderTwilightForest.java:1028)
2013-08-04 12:59:31 [INFO] [STDERR] at net.minecraft.world.gen.ChunkProviderServer.func_73239_e(ChunkProviderServer.java:190)
2013-08-04 12:59:31 [INFO] [STDERR] at net.minecraft.world.gen.ChunkProviderServer.func_73158_c(ChunkProviderServer.java:118)
2013-08-04 12:59:31 [INFO] [STDERR] at net.minecraft.world.gen.ChunkProviderServer.func_73154_d(ChunkProviderServer.java:166)
2013-08-04 12:59:31 [INFO] [STDERR] at net.minecraft.world.World.func_72964_e(World.java:528)
2013-08-04 12:59:31 [INFO] [STDERR] at net.minecraft.world.World.func_72798_a(World.java:413)
2013-08-04 12:59:31 [INFO] [STDERR] at twilightforest.TFTeleporter.isBlockPortal(TFTeleporter.java:116)
2013-08-04 12:59:31 [INFO] [STDERR] at twilightforest.TFTeleporter.func_77184_b(TFTeleporter.java:51)
2013-08-04 12:59:31 [INFO] [STDERR] at net.minecraft.world.Teleporter.func_77185_a(SourceFile:49)
2013-08-04 12:59:31 [INFO] [STDERR] at net.minecraft.server.management.ServerConfigurationManager.transferEntityToWorld(ServerConfigurationManager.java:557)
2013-08-04 12:59:31 [INFO] [STDERR] at twilightforest.block.BlockTFPortal.sendEntityToDimension(BlockTFPortal.java:356)
2013-08-04 12:59:31 [INFO] [STDERR] at twilightforest.block.BlockTFPortal.func_71869_a(BlockTFPortal.java:329)
2013-08-04 12:59:31 [INFO] [STDERR] at net.minecraft.entity.Entity.func_70017_D(Entity.java:1023)
2013-08-04 12:59:31 [INFO] [STDERR] at net.minecraft.entity.Entity.func_70091_d(Entity.java:967)
2013-08-04 12:59:31 [INFO] [STDERR] at net.minecraft.entity.EntityLiving.func_70612_e(EntityLiving.java:1580)
2013-08-04 12:59:31 [INFO] [STDERR] at net.minecraft.entity.EntityLiving.func_70636_d(EntityLiving.java:1877)
2013-08-04 12:59:31 [INFO] [STDERR] at net.minecraft.entity.monster.EntityMob.func_70636_d(SourceFile:26)
2013-08-04 12:59:31 [INFO] [STDERR] at net.minecraft.entity.monster.EntitySkeleton.func_70636_d(SourceFile:146)
2013-08-04 12:59:31 [INFO] [STDERR] at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:858)
2013-08-04 12:59:31 [INFO] [STDERR] at net.minecraft.entity.monster.EntityMob.func_70071_h_(SourceFile:31)
2013-08-04 12:59:31 [INFO] [STDERR] at net.minecraft.world.World.func_72866_a(World.java:2342)
2013-08-04 12:59:31 [INFO] [STDERR] at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:717)
2013-08-04 12:59:31 [INFO] [STDERR] at net.minecraft.world.World.func_72870_g(World.java:2304)
2013-08-04 12:59:32 [INFO] [STDERR] java.lang.NoClassDefFoundError: net/minecraft/world/CallableLvl3
2013-08-04 12:59:32 [INFO] [STDERR] at net.minecraft.world.World.func_72914_a(World.java:4402)
2013-08-04 12:59:32 [INFO] [STDERR] at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:659)
2013-08-04 12:59:32 [INFO] [STDERR] at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:275)
2013-08-04 12:59:32 [INFO] [STDERR] at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:573)
2013-08-04 12:59:32 [INFO] [STDERR] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:470)
2013-08-04 12:59:32 [INFO] [STDERR] at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:573)
2013-08-04 12:59:32 [INFO] [STDERR] Caused by: java.lang.ClassNotFoundException: net.minecraft.world.CallableLvl3
2013-08-04 12:59:32 [INFO] [STDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:238)
2013-08-04 12:59:32 [INFO] [STDERR] at java.lang.ClassLoader.loadClass(Unknown Source)
2013-08-04 12:59:32 [INFO] [STDERR] at java.lang.ClassLoader.loadClass(Unknown Source)
2013-08-04 12:59:32 [INFO] [STDERR] ... 6 more
2013-08-04 12:59:32 [INFO] [STDERR] Caused by: java.lang.OutOfMemoryError: PermGen space
2013-08-04 12:59:32 [INFO] [STDERR] at java.lang.ClassLoader.defineClass1(Native Method)
2013-08-04 12:59:32 [INFO] [STDERR] at java.lang.ClassLoader.defineClass(Unknown Source)
2013-08-04 12:59:32 [INFO] [STDERR] at java.security.SecureClassLoader.defineClass(Unknown Source)
2013-08-04 12:59:32 [INFO] [STDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:227)
2013-08-04 12:59:32 [INFO] [STDERR] ... 8 more
2013-08-04 12:59:32 [SEVERE] [Minecraft-Server] Encountered an unexpected exception NoClassDefFoundError
java.lang.NoClassDefFoundError: net/minecraft/world/CallableLvl3
at net.minecraft.world.World.func_72914_a(World.java:4402)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:659)
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:275)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:573)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:470)
at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:573)
Caused by: java.lang.ClassNotFoundException: net.minecraft.world.CallableLvl3
at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:238)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 6 more
Caused by: java.lang.OutOfMemoryError: PermGen space
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(Unknown Source)
at java.security.SecureClassLoader.defineClass(Unknown Source)
at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:227)
... 8 more
2013-08-04 12:59:33 [INFO] [Minecraft-Server] Stopping server
2013-08-04 12:59:33 [INFO] [Minecraft-Server] <t> omg I got the ladder bug
2013-08-04 12:59:33 [INFO] [Minecraft-Server] Saving players
2013-08-04 12:59:33 [INFO] [STDERR] java.net.SocketException: Socket closed
2013-08-04 12:59:33 [INFO] [STDERR] at java.net.PlainSocketImpl.socketAccept(Native Method)
2013-08-04 12:59:33 [INFO] [STDERR] at java.net.AbstractPlainSocketImpl.accept(Unknown Source)
2013-08-04 12:59:33 [INFO] [STDERR] at java.net.ServerSocket.implAccept(Unknown Source)
2013-08-04 12:59:33 [INFO] [STDERR] at java.net.ServerSocket.accept(Unknown Source)
2013-08-04 12:59:33 [INFO] [STDERR] at net.minecraft.server.ServerListenThread.run(ServerListenThread.java:80)
2013-08-04 12:59:33 [INFO] [Minecraft-Server] Closing listening thread
2013-08-04 12:59:33 [INFO] [STDOUT] Unloading Player: Z
2013-08-04 12:59:33 [INFO] [STDOUT] Unloading Player: z
2013-08-04 12:59:33 [INFO] [STDOUT] Unloading Player: N
2013-08-04 12:59:33 [INFO] [STDOUT] Unloading Player: s
2013-08-04 12:59:33 [INFO] [STDOUT] Unloading Player: t
2013-08-04 12:59:33 [INFO] [STDOUT] Unloading Player: U
2013-08-04 12:59:33 [INFO] [Minecraft-Server] Saving worlds
2013-08-04 12:59:33 [INFO] [Minecraft-Server] Saving chunks for level 'world'/Overworld
2013-08-04 12:59:33 [INFO] [Minecraft-Server] Saving chunks for level 'world'/Nether
2013-08-04 12:59:33 [INFO] [Minecraft-Server] Saving chunks for level 'world'/Twilight Forest
2013-08-04 12:59:33 [INFO] [ForgeModLoader] [Thaumcraft] Removed 494 aura nodes when world 0 unloaded.
2013-08-04 12:59:36 [INFO] [ForgeModLoader] [Thaumcraft] Removed 118 aura nodes when world -1 unloaded.
2013-08-04 12:59:36 [INFO] [ForgeModLoader] [Thaumcraft] Removed 0 aura nodes when world 7 unloaded.
2013-08-04 12:59:36 [INFO] [ForgeModLoader] Unloading dimension 0
2013-08-04 12:59:36 [INFO] [ForgeModLoader] Unloading dimension -1
2013-08-04 12:59:36 [INFO] [ForgeModLoader] Unloading dimension 7
2013-08-04 12:59:36 [INFO] [ForgeModLoader] The state engine was in incorrect state SERVER_STOPPING and forced into state SERVER_STOPPED. Errors may have been discarded.
 

Spencefoz

New Member
Jul 29, 2019
121
0
0
This is my current startup script.

Code:
java -native -server -Xincgc -Xmx16G -Xms16M -Xmn512M -XX:PermSize=256M -XX:NewRatio=3 -Xrs -XX:+UseThreadPriorities -XX:CMSFullGCsBeforeCompaction=1 -XX:SoftRefLRUPolicyMSPerMB=2048 -XX:MaxPermSize=512M -XX:+CMSParallelRemarkEnabled -XX:+UseParNewGC -XX:+DisableExplicitGC -Xnoclassgc -oss4M -ss4M -XX:+UseFastAccessorMethods -XX:+UseCMSInitiatingOccupancyOnly -XX:CMSInitiatingOccupancyFraction=75 -XX:+UseConcMarkSweepGC -XX:UseSSE=4 -XX:+UseCMSCompactAtFullCollection -XX:ParallelGCThreads=4 -Xcheck:jni -Xfuture -XX:+AggressiveOpts -jar ftbserver.jar nogui
 

cjm721

New Member
Jul 29, 2019
734
0
1
Give it more permgen space then. If you have a high activity server 256M is going to be cutting it (not to mention memory links).
 

Spencefoz

New Member
Jul 29, 2019
121
0
0
Still having the issue. Have tried a new script... same issue..

Code:
java -native -server -Xincgc -Xmx16G -Xms16M -XX:PermSize=512M -XX:MaxPermSize=512M -XX:NewRatio=3 -Xrs -XX:+UseThreadPriorities -XX:CMSFullGCsBeforeCompaction=1 -XX:SoftRefLRUPolicyMSPerMB=2048 -XX:+CMSParallelRemarkEnabled -XX:+UseParNewGC -XX:+DisableExplicitGC -Xnoclassgc -oss4M -ss4M -XX:+UseFastAccessorMethods -XX:+UseCMSInitiatingOccupancyOnly -XX:CMSInitiatingOccupancyFraction=75 -XX:+UseConcMarkSweepGC -XX:UseSSE=4 -XX:+UseCMSCompactAtFullCollection -XX:ParallelGCThreads=4 -Xcheck:jni -Xfuture -XX:+AggressiveOpts -jar ftbserver.jar nogui
 

cjm721

New Member
Jul 29, 2019
734
0
1
With the GC setting you have in your start script you might be removing classes you need / it not running enough. I would suggest taking out alot of the JVM arguments you have and see if it happens.
 

Spencefoz

New Member
Jul 29, 2019
121
0
0
We have tried with a completely default startup script along with the PermSize and MaxPermSize - The issue persists.
 

cjm721

New Member
Jul 29, 2019
734
0
1
Have you tried rebuilding/downloading the mod/coremods/configs folder. Because it says its missing a refrenced class file (which can either be because its removed durring runtime or it was never there in the first place)
 

Spencefoz

New Member
Jul 29, 2019
121
0
0
Alright - problem solved.

PermSize / MaxPermSize was still the issue... Our host was limiting this within their startup script and we had to get it manually changed (Now on a VDS so it doesn't matter)

I would recommend that EVERYONE checks with their host about the perm size and make sure they are not running their own start up script! It will render yours USELESS!!!

~Spencer
 
  • Like
Reactions: Eyamaz and Vauthil

lajkantheboy

New Member
Jul 29, 2019
11
0
0
Alright - problem solved.

PermSize / MaxPermSize was still the issue... Our host was limiting this within their startup script and we had to get it manually changed (Now on a VDS so it doesn't matter)

I would recommend that EVERYONE checks with their host about the perm size and make sure they are not running their own start up script! It will render yours USELESS!!!

~Spencer

I have the same problem. could you help me fix it?