Server crash (direwolf20 1.5)

  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord
Status
Not open for further replies.

AlexanderVonBaul

New Member
Jul 29, 2019
8
0
0
As per title, i keep getting server crashes.

2013-07-26 16:45:10 [INFO] [Minecraft-Server] AlexanderVonBaul[/25.95.227.73:58130] logged in with entity id 2444 at (-109.5, 66.0, 243.5)
2013-07-26 16:45:13 [INFO] [STDOUT] Loading Player: AlexanderVonBaul
2013-07-26 16:45:13 [INFO] [STDOUT] Sending serverside check to: AlexanderVonBaul
2013-07-26 16:45:13 [INFO] [GraviGun] [1.5.1] Recieved client info from AlexanderVonBaul
2013-07-26 16:45:13 [INFO] [PortalGun] [1.5.2] Recieved client info from AlexanderVonBaul
2013-07-26 16:45:13 [AVVERTENZA] [Minecraft-Server] Can't keep up! Did the system time change, or is the server overloaded?
2013-07-26 16:45:45 [FINISSIMO] [Forestry] Generated apatite vein around 94/62/50
2013-07-26 16:45:45 [FINISSIMO] [Forestry] Generated apatite vein around 84/68/215
2013-07-26 16:45:45 [FINISSIMO] [Forestry] Generated apatite vein around 89/70/243
2013-07-26 16:46:01 [FINISSIMO] [Forestry] Generated apatite vein around -222/61/16
2013-07-26 16:46:09 [FINISSIMO] [Forestry] Generated apatite vein around 71/57/29
2013-07-26 16:46:18 [FINISSIMO] [Forestry] Generated apatite vein around 105/66/117
2013-07-26 16:46:18 [FINISSIMO] [Forestry] Generated apatite vein around 99/69/167
2013-07-26 16:46:29 [INFO] [STDERR] java.lang.NoClassDefFoundError: com/pahimar/ee3/core/util/ItemUtil
2013-07-26 16:46:30 [INFO] [STDERR] at com.pahimar.ee3.core.handlers.EntityLivingHandler.onEntityLivingDeath(EntityLivingHandler.java:31)
2013-07-26 16:46:30 [INFO] [STDERR] at net.minecraftforge.event.ASMEventHandler_149_EntityLivingHandler_onEntityLivingDeath_LivingDeathEvent.invoke(.dynamic)
2013-07-26 16:46:30 [INFO] [STDERR] at net.minecraftforge.event.ASMEventHandler.invoke(ASMEventHandler.java:39)
2013-07-26 16:46:30 [INFO] [STDERR] at net.minecraftforge.event.EventBus.post(EventBus.java:108)
2013-07-26 16:46:30 [INFO] [STDERR] at net.minecraftforge.common.ForgeHooks.onLivingDeath(ForgeHooks.java:333)
2013-07-26 16:46:30 [INFO] [STDERR] at net.minecraft.entity.EntityLiving.func_70645_a(EntityLiving.java:1321)
2013-07-26 16:46:30 [INFO] [STDERR] at net.minecraft.entity.EntityLiving.func_70097_a(EntityLiving.java:1126)
2013-07-26 16:46:30 [INFO] [STDERR] at net.minecraft.entity.player.EntityPlayer.func_71059_n(EntityPlayer.java:1347)
2013-07-26 16:46:30 [INFO] [STDERR] at net.minecraft.network.NetServerHandler.func_72507_a(NetServerHandler.java:832)
2013-07-26 16:46:30 [INFO] [STDERR] at net.minecraft.network.packet.Packet7UseEntity.func_73279_a(SourceFile:36)
2013-07-26 16:46:30 [INFO] [STDERR] at net.minecraft.network.TcpConnection.func_74428_b(TcpConnection.java:461)
2013-07-26 16:46:30 [INFO] [STDERR] at net.minecraft.network.NetServerHandler.func_72570_d(NetServerHandler.java:134)
2013-07-26 16:46:30 [INFO] [STDERR] at net.minecraft.network.NetworkListenThread.func_71747_b(NetworkListenThread.java:53)
2013-07-26 16:46:30 [INFO] [STDERR] at net.minecraft.server.dedicated.DedicatedServerListenThread.func_71747_b(SourceFile:30)
2013-07-26 16:46:30 [INFO] [STDERR] at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:677)
2013-07-26 16:46:30 [INFO] [STDERR] at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:275)
2013-07-26 16:46:30 [INFO] [STDERR] at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:573)
2013-07-26 16:46:30 [INFO] [STDERR] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:470)
2013-07-26 16:46:30 [INFO] [STDERR] at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:573)
2013-07-26 16:46:30 [INFO] [STDERR] Caused by: java.lang.ClassNotFoundException: com.pahimar.ee3.core.util.ItemUtil
2013-07-26 16:46:30 [INFO] [STDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:238)
2013-07-26 16:46:30 [INFO] [STDERR] at java.lang.ClassLoader.loadClass(Unknown Source)
2013-07-26 16:46:30 [INFO] [STDERR] at java.lang.ClassLoader.loadClass(Unknown Source)
2013-07-26 16:46:30 [INFO] [STDERR] ... 19 more
2013-07-26 16:46:30 [INFO] [STDERR] Caused by: java.lang.OutOfMemoryError: PermGen space
2013-07-26 16:46:30 [INFO] [STDERR] at java.lang.ClassLoader.defineClass1(Native Method)
2013-07-26 16:46:30 [INFO] [STDERR] at java.lang.ClassLoader.defineClassCond(Unknown Source)
2013-07-26 16:46:30 [INFO] [STDERR] at java.lang.ClassLoader.defineClass(Unknown Source)
2013-07-26 16:46:30 [INFO] [STDERR] at java.security.SecureClassLoader.defineClass(Unknown Source)
2013-07-26 16:46:30 [INFO] [STDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:227)
2013-07-26 16:46:30 [INFO] [STDERR] ... 21 more
2013-07-26 16:48:46 [INFO] [STDERR] Exception in thread "Thread-7" java.lang.NoClassDefFoundError: net/minecraft/command/ServerCommand
2013-07-26 16:49:00 [INFO] [STDERR] at net.minecraft.server.dedicated.DedicatedServer.func_71331_a(DedicatedServer.java:306)
2013-07-26 16:49:03 [INFO] [STDERR] at net.minecraft.server.dedicated.DedicatedServerCommandThread.run(SourceFile:77)
2013-07-26 16:49:05 [INFO] [STDERR] Caused by: java.lang.ClassNotFoundException: net.minecraft.command.ServerCommand
2013-07-26 16:49:05 [INFO] [STDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:238)
2013-07-26 16:49:05 [INFO] [STDERR] at java.lang.ClassLoader.loadClass(Unknown Source)
2013-07-26 16:49:08 [INFO] [STDERR] at java.lang.ClassLoader.loadClass(Unknown Source)
2013-07-26 16:49:08 [INFO] [STDERR] ... 2 more
2013-07-26 16:49:08 [INFO] [STDERR] Caused by: java.lang.OutOfMemoryError: PermGen space

The fact is (i think) related to BoP since it's disabled by default and i tried to enable it by copying the enabled one that i have on the client in the server folder.
In this specific case the server crashed after i killed a squid with a hat, but a couple hours ago it crashed after i placed a vanilla workbench.
 

AdrianVaughan

New Member
Jul 29, 2019
24
0
0
for the server all you have to do is take out the word disabled BiomesOPlenty-0.5.7.zip.disabled and rename it to BiomesOPlenty-0.5.7.zip
 
Status
Not open for further replies.