Jump to content

Exception in server tick loop


gmaty

Recommended Posts

Hello, I need your help. So i created my own server with my own modpack. In game I can destroy blocks but if i place something  server shut downs.. Here is log

 

---- Minecraft Crash Report ----

// I'm sorry, Dave.

 

Time: 19.10.15 17:45

Description: Exception in server tick loop

 

java.lang.NoClassDefFoundError: net/minecraft/client/Minecraft

at TMIConfig.isMultiplayer(TMIConfig.java:87)

at TMIForgeContainer.playerInteract(TMIForgeContainer.java:48)

at cpw.mods.fml.common.eventhandler.ASMEventHandler_1_TMIForgeContainer_playerInteract_PlayerInteractEvent.invoke(.dynamic)

at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)

at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:140)

at net.minecraftforge.event.ForgeEventFactory.onPlayerInteract(ForgeEventFactory.java:100)

at net.minecraft.server.management.ItemInWorldManager.func_73078_a(ItemInWorldManager.java:353)

at net.minecraft.network.NetHandlerPlayServer.func_147346_a(NetHandlerPlayServer.java:556)

at net.minecraft.network.play.client.C08PacketPlayerBlockPlacement.func_148833_a(SourceFile:60)

at net.minecraft.network.play.client.C08PacketPlayerBlockPlacement.func_148833_a(SourceFile:9)

at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212)

at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:165)

at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:659)

at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:334)

at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)

at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427)

at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)

Caused by: java.lang.ClassNotFoundException: net.minecraft.client.Minecraft

at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)

at java.lang.ClassLoader.loadClass(Unknown Source)

at java.lang.ClassLoader.loadClass(Unknown Source)

... 17 more

Caused by: java.lang.RuntimeException: Attempted to load class bao for invalid side SERVER

at cpw.mods.fml.common.asm.transformers.SideTransformer.transform(SideTransformer.java:50)

at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:279)

at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:176)

... 19 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 8.1 (amd64) version 6.3

Java Version: 1.8.0_51, Oracle Corporation

Java VM Version: Java HotSpot 64-Bit Server VM (mixed mode), Oracle Corporation

Memory: 887242280 bytes (846 MB) / 1229455360 bytes (1172 MB) up to 2863661056 bytes (2731 MB)

JVM Flags: 1 total; -Xmx3G

AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used

IntCache: cache: 0, tcache: 0, allocated: 12, tallocated: 94

FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1517 19 mods loaded, 19 mods active

States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored

UCHIJAAAA mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)

UCHIJAAAA FML{7.10.99.99} [Forge Mod Loader] (server.jar)

UCHIJAAAA Forge{10.13.4.1517} [Minecraft Forge] (server.jar)

UCHIJAAAA CodeChickenCore{1.0.1.8} [CodeChicken Core] (minecraft.jar)

UCHIJAAAA TooManyItems{1.7.10} [TooManyItems] (minecraft.jar)

UCHIJAAAA <CoFH ASM>{000} [CoFH ASM] (minecraft.jar)

UCHIJAAAA BiblioCraft{1.11.2} [biblioCraft] (BiblioCraft[v1.11.2][MC1.7.10].jar)

UCHIJAAAA BiblioWoodsBoP{1.9} [biblioWoods Biomes O'Plenty Edition] (BiblioWoods[biomesOPlenty][v1.9].jar)

UCHIJAAAA gregapi{GT6-MC1710} [Greg-API] (gregtech_1.7.10-6.00.56.jar)

UCHIJAAAA IC2{2.2.780-experimental} [industrialCraft 2] (industrialcraft-2-2.2.780-experimental.jar)

UCHIJAAAA CoFHCore{1.7.10R3.0.3} [CoFH Core] (CoFHCore-[1.7.10]3.0.3-303.jar)

UCHIJAAAA Forestry{3.6.9.28} [Forestry for Minecraft] (forestry_1.7.10-3.6.9.28.jar)

UCHIJAAAA BiblioWoodsForestry{1.7} [biblioWoods Forestry Edition] (BiblioWoods[Forestry][v1.7].jar)

UCHIJAAAA BiblioWoodsNatura{1.5} [biblioWoods Natura Edition] (BiblioWoods[Natura][v1.5].jar)

UCHIJAAAA IC2NuclearControl{2.2.5a-GoingForTheKill} [Nuclear Control 2] (IC2NuclearControl-2.2.5a-GoingForTheKill.jar)

UCHIJAAAA gregtech{GT6-MC1710} [GregTech] (gregtech_1.7.10-6.00.56.jar)

UCHIJAAAA RedstoneArsenal{1.7.10R1.1.1} [Redstone Arsenal] (RedstoneArsenal-[1.7.10]1.1.1-89.jar)

UCHIJAAAA MagicBees{1.7.10-2.3.6} [Magic Bees] (magicbees-1.7.10-2.3.6.jar)

UCHIJAAAA weaponmod{v1.14.3} [balkon's WeaponMod] (weaponmod-1.14.3.jar)

CoFHCore: -[1.7.10]3.0.3-303

RedstoneArsenal: -[1.7.10]1.1.1-89

Profiler Position: N/A (disabled)

Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used

Player Count: 1 / 3; [EntityPlayerMP['Gmaty'/347, l='world', x=232,35, y=68,00, z=242,52]]

Is Modded: Definitely; Server brand changed to 'fml,forge'

Type: Dedicated Server (map_server.txt)

Link to comment
Share on other sites

  • 1 month later...
java.lang.NoClassDefFoundError: net/minecraft/client/Minecraft

at TMIConfig.isMultiplayer(TMIConfig.java:87)

at TMIForgeContainer.playerInteract(TMIForgeContainer.java:48)

 

TooManyItems is trying to load a client-only class on the server, this is an error with the mod. Make sure you're running the latest version for 1.7.10, then report this to the author (though it looks like it may not be maintained any more).

 

It looks like you may have put some mods in minecraft.jar, don't do this. Forge mods (including the Forge version of TMI) are designed to be loaded from their own JARs in the mods folder.

 

Edit: I'm not that familiar with TMI. If it's meant to be a client-only mod, don't install it on the server.

Please don't PM me to ask for help. Asking your question in a public thread preserves it for people who are having the same problem in the future.

Link to comment
Share on other sites

  • 4 years later...
  • Guest locked this topic
Guest
This topic is now closed to further replies.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.