Server - java.lang.NoClassDefFoundError

Issue #8 resolved
Tom Bering created an issue

I forgot to login when i posted issue #1 and I can't seem to reply in that thread. problem is still present with Dev2


Forestry and your mod only :)

---- Minecraft Crash Report ---- // This doesn't make any sense!

Time: 21-08-14 16:48 Description: Exception in server tick loop

cpw.mods.fml.common.LoaderException: java.lang.NoClassDefFoundError: binnie/core/machines/TileEntityMachine at cpw.mods.fml.common.LoadController.transition(LoadController.java:162) at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:515) at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:88) at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:313) at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:117) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:387) at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685) Caused by: java.lang.NoClassDefFoundError: binnie/core/machines/TileEntityMachine at java.lang.Class.getDeclaredConstructors0(Native Method) at java.lang.Class.privateGetDeclaredConstructors(Unknown Source) at java.lang.Class.getConstructor0(Unknown Source) at java.lang.Class.newInstance(Unknown Source) at binnie.core.machines.MachineGroup.<init>(MachineGroup.java:28) at binnie.genetics.machine.ModuleMachine.preInit(ModuleMachine.java:22) at binnie.core.BinnieCoreMod.preInit(BinnieCoreMod.java:122) at binnie.genetics.Genetics.preInit(Genetics.java:45) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:513) at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) at com.google.common.eventbus.EventBus.post(EventBus.java:275) at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208) at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) at com.google.common.eventbus.EventBus.post(EventBus.java:275) at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118) at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:513) ... 5 more Caused by: java.lang.ClassNotFoundException: binnie.core.machines.TileEntityMachine at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:99) at java.lang.ClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) ... 39 more

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

-- System Details -- Details: Minecraft Version: 1.7.10 Operating System: Windows 7 (amd64) version 6.1 Java Version: 1.7.0_55, Oracle Corporation Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 320148056 bytes (305 MB) / 502005760 bytes (478 MB) up to 5732302848 bytes (5466 MB) JVM Flags: 7 total; -Xms512M -Xmx5500M -XX:MaxPermSize=256m -XX:+UseConcMarkSweepGC -XX:+UseParNewGC -XX:+CMSIncrementalPacing -XX:ParallelGCThreads=4 AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0 FML: MCP v9.05 FML v7.10.25.1199 Minecraft Forge 10.13.0.1199 9 mods loaded, 9 mods active mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized FML{7.10.25.1199} [Forge Mod Loader] (server.jar) Unloaded->Constructed->Pre-initialized Forge{10.13.0.1199} [Minecraft Forge] (server.jar) Unloaded->Constructed->Pre-initialized Forestry{2.4.2.34} [Forestry for Minecraft] (forestry_1.7.10-2.4.2.34.jar) Unloaded->Constructed->Pre-initialized BinnieCore{2.0-dev2} [Binnie Core] (binnie-mods-2.0-dev2.jar) Unloaded->Constructed->Pre-initialized Botany{2.0-dev2} [Botany] (binnie-mods-2.0-dev2.jar) Unloaded->Constructed->Pre-initialized ExtraBees{2.0-dev2} [Extra Bees] (binnie-mods-2.0-dev2.jar) Unloaded->Constructed->Errored ExtraTrees{2.0-dev2} [Extra Trees] (binnie-mods-2.0-dev2.jar) Unloaded->Constructed->Errored Genetics{2.0-dev2} [Genetics] (binnie-mods-2.0-dev2.jar) Unloaded->Constructed->Errored Profiler Position: N/A (disabled) Is Modded: Definitely; Server brand changed to 'fml,forge' Type: Dedicated Server (map_server.txt)

Comments (2)

  1. Log in to comment