Server Crash After Java Update

Hey Guys! So I Had A Bunch Of Mods Loaded Up On A Server Hosted From A Pc With MineOS On It And SpongeForge Didn’t Load Up (I Knew This Because In The Forge Log I Didn’t See Anything About SpongePowered Loading Up And “/Sponge” Was Not Found As A Command In The Console/Game). I Then Updated Java On The Pc To Java 1.8.0 u66 ( Think, Or Whatever The Latest Version Is/Was On The Date Of This Thread’s Creation) After That, I Kept On Getting Crash Reports WITH Something About SpongeForge In It But I Kinda Need Help Deciphering What The Problem Is. Here Is The Crash Report:

---- Minecraft Crash Report ----

WARNING: coremods are present:
NowWithRendering (redstonepaste-mc1.8-1.7.1.jar)
MMFMLCorePlugin (MultiMine-1.8.jar)
SpongeCoremod (spongeforge-1.8-1577-2.1-DEV-921.jar)
DesertGenLoadingPlugin (Desert-Wells-V0.2 - 1.8.jar)
CoreMod (Aroma1997Core-1.8-1.0.3.4.jar)
ItemPatchingLoader (ItemPhysic Full 1.1.4 mc1.8.jar)
NowWithRendering (hopperducts-mc1.8-1.4.5.jar)
SCFMLCorePlugin (StalkerCreepers-1.8.jar)
Contact their authors BEFORE contacting forge

// Shall we play a game?

Time: 12/17/15 12:42 PM
Description: Exception in server tick loop

java.lang.NoClassDefFoundError: net/minecraft/world/biome/BiomeGenDesert
at net.minecraft.world.biome.BiomeGenBase.(BiomeGenBase.java:77)
at org.spongepowered.common.registry.type.BiomeTypeRegistryModule.registerDefaults(BiomeTypeRegistryModule.java:63)
at org.spongepowered.common.registry.util.RegistryModuleLoader.tryModulePhaseRegistration(RegistryModuleLoader.java:67)
at org.spongepowered.common.registry.SpongeGameRegistry.registerModulePhase(SpongeGameRegistry.java:358)
at org.spongepowered.common.registry.SpongeGameRegistry.preRegistryInit(SpongeGameRegistry.java:134)
at org.spongepowered.mod.SpongeMod.(SpongeMod.java:120)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:422)
at java.lang.Class.newInstance(Class.java:442)
at net.minecraftforge.fml.common.Loader.identifyMods(Loader.java:334)
at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:483)
at net.minecraftforge.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:87)
at net.minecraftforge.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:355)
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:117)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:438)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.ClassNotFoundException: net.minecraft.world.biome.BiomeGenDesert
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
… 18 more
Caused by: net.minecraftforge.fml.common.asm.ASMTransformerWrapper$TransformerException: Exception in class transformer grim3212.mc.desertwells.DesertGenClassTransformer@26844abb from coremod DesertGenLoadingPlugin
at net.minecraftforge.fml.common.asm.ASMTransformerWrapper$TransformerWrapper.transform(ASMTransformerWrapper.java:234)
at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:279)
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:176)
… 20 more
Caused by: java.lang.NoClassDefFoundError: grim3212/mc/core/util/GrimLog
at grim3212.mc.desertwells.DesertGenClassTransformer.transform(DesertGenClassTransformer.java:21)
at net.minecraftforge.fml.common.asm.ASMTransformerWrapper$TransformerWrapper.transform(ASMTransformerWrapper.java:230)
… 22 more

A detailed walkthrough of the error, its code path and all known details is as follows:

– System Details –
Details:
Minecraft Version: 1.8
Operating System: Linux (amd64) version 3.2.0-4-amd64
Java Version: 1.8.0_66, Oracle Corporation
Java VM Version: Java HotSpot™ 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 1379171504 bytes (1315 MB) / 1609039872 bytes (1534 MB) up to 1609039872 bytes (1534 MB)
JVM Flags: 2 total; -Xmx1600M -Xms1600M
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v9.10 FML v8.0.99.99 Minecraft Forge 11.14.4.1577 4 mods loaded, 0 mods active
States: ‘U’ = Unloaded ‘L’ = Loaded ‘C’ = Constructed ‘H’ = Pre-initialized ‘I’ = Initialized ‘J’ = Post-initialized ‘A’ = Available ‘D’ = Disabled ‘E’ = Errored
mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
FML{8.0.99.99} [Forge Mod Loader] (forge-1.8-11.14.4.1577-universal.jar)
Forge{11.14.4.1577} [Minecraft Forge] (forge-1.8-11.14.4.1577-universal.jar)
Aroma1997Core{1.0.3.4} [Aroma1997Core] (Aroma1997Core-1.8-1.0.3.4.jar)
Loaded coremods (and transformers):
NowWithRendering (redstonepaste-mc1.8-1.7.1.jar)
net.fybertech.nwr.NowWithRendering
MMFMLCorePlugin (MultiMine-1.8.jar)
atomicstryker.multimine.common.fmlmagic.MMTransformer
SpongeCoremod (spongeforge-1.8-1577-2.1-DEV-921.jar)
org.spongepowered.mod.asm.transformer.WorldGeneratorTransformer
org.spongepowered.common.launch.transformer.SpongeSuperclassTransformer
DesertGenLoadingPlugin (Desert-Wells-V0.2 - 1.8.jar)
grim3212.mc.desertwells.DesertGenClassTransformer
CoreMod (Aroma1997Core-1.8-1.0.3.4.jar)

ItemPatchingLoader (ItemPhysic Full 1.1.4 mc1.8.jar)
com.creativemd.itemphysic.ItemTransformer
NowWithRendering (hopperducts-mc1.8-1.4.5.jar)
net.fybertech.nwr.NowWithRendering
SCFMLCorePlugin (StalkerCreepers-1.8.jar)
atomicstryker.stalkercreepers.common.SCTransformer
Profiler Position: N/A (disabled)
Is Modded: Definitely; Server brand changed to ‘fml,forge,SpongeForge’
Type: Dedicated Server (map_server.txt)

Remove desert wells and try again

A mod should not be removing classes from he base game, however, if you can, please provide the full server log.

Okay. Sorry For The Long Wait (Due To School & Swimming).
Here Is The Crash Report Without Desert Wells: http://pastebin.com/cyUk92WX

Here Is The “latest.log”: http://pastebin.com/mu1Fivna

And Here is The fml-server-latest.log": http://pastebin.com/hNBrRudG

Just an educated guess here, but the FML log file ends with featherchat. That plugin may be your problem, as I think it is outdated.

Well there’s a bunch of errors in that log file

[00:26:55] [main/ERROR] [FML/]: Unable to read the jar file Core.jar - ignoring
java.util.zip.ZipException: error in opening zip file
[00:26:55] [main/ERROR] [FML/]: Unable to read the jar file CoreChat.jar - ignoring
java.util.zip.ZipException: error in opening zip file
[00:26:55] [main/ERROR] [FML/]: Unable to read the jar file CoreEconomy.jar - ignoring
java.util.zip.ZipException: error in opening zip file
[00:26:55] [main/ERROR] [FML/]: Unable to read the jar file CorePortals.jar - ignoring
java.util.zip.ZipException: error in opening zip file
[00:26:55] [main/ERROR] [FML/]: Unable to read the jar file CoreTickets.jar - ignoring
java.util.zip.ZipException: error in opening zip file
[00:26:55] [main/ERROR] [FML/]: Unable to read the jar file CoreWorlds.jar - ignoring
java.util.zip.ZipException: error in opening zip file
[00:26:55] [main/ERROR] [FML/]: Unable to read the jar file CoreZones.jar - ignoring
java.util.zip.ZipException: error in opening zip file

These files are corrupt. Re-download them.

The log fml-server-latest.log got chopped off, it reached pastebin’s limit so I can’t see the actual crash happen.

The crash is most likely an outdated plugin. Make sure you update all plugins and use the latest spongeforge.

(Note to @gabizou it’s not that the class was removed, see the cause:

Exception in class transformer grim3212.mc.desertwells.DesertGenClassTransformer@26844abb from coremod DesertGenLoadingPlugin
Caused by: java.lang.NoClassDefFoundError: grim3212/mc/core/util/GrimLog

Their transformer broke on something

Note to @Inscrutable The log file was chopped, that’s not the end, in fact, it’s just the beginning Sending event FMLConstructionEvent to mod featherchat
)

2 Likes

Thanks! I Removed The Core Plugins And Used EssentialsCMD Instead! Everything Is Working Now.