Advertisement
Guest User

Endercrash

a guest
Jul 14th, 2014
226
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.23 KB | None | 0 0
  1. Time: 7/14/14 7:53 AM
  2. Description: Exception in server tick loop
  3.  
  4. cpw.mods.fml.common.LoaderException: java.lang.NoClassDefFoundError: net/minecraft/client/Minecraft
  5. at cpw.mods.fml.common.LoadController.transition(LoadController.java:162)
  6. at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:514)
  7. at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:88)
  8. at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:313)
  9. at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:114)
  10. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:374)
  11. at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:669)
  12. Caused by: java.lang.NoClassDefFoundError: net/minecraft/client/Minecraft
  13. at codechicken.core.CommonUtils.getMinecraftDir(CommonUtils.java:46)
  14. at codechicken.enderstorage.EnderStorage.preInit(EnderStorage.java:45)
  15. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  16. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  17. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  18. at java.lang.reflect.Method.invoke(Method.java:483)
  19. at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:513)
  20. at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
  21. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  22. at java.lang.reflect.Method.invoke(Method.java:483)
  23. at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
  24. at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:47)
  25. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
  26. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
  27. at com.google.common.eventbus.EventBus.post(EventBus.java:267)
  28. at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208)
  29. at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187)
  30. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  31. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  32. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  33. at java.lang.reflect.Method.invoke(Method.java:483)
  34. at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
  35. at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:47)
  36. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
  37. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
  38. at com.google.common.eventbus.EventBus.post(EventBus.java:267)
  39. at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118)
  40. at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:512)
  41. ... 5 more
  42. Caused by: java.lang.ClassNotFoundException: net.minecraft.client.Minecraft
  43. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:188)
  44. at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
  45. at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
  46. ... 33 more
  47. Caused by: java.lang.RuntimeException: Attempted to load class azd for invalid side SERVER
  48. at cpw.mods.fml.common.asm.transformers.SideTransformer.transform(SideTransformer.java:50)
  49. at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:276)
  50. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:174)
  51. ... 35 more
  52.  
  53.  
  54. A detailed walkthrough of the error, its code path and all known details is as follows:
  55. ---------------------------------------------------------------------------------------
  56.  
  57. -- System Details --
  58. Details:
  59. Minecraft Version: 1.7.2
  60. Operating System: Linux (amd64) version 2.6.32-042stab076.7
  61. Java Version: 1.8.0_05, Oracle Corporation
  62. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  63. Memory: 166036720 bytes (158 MB) / 429506560 bytes (409 MB) up to 3167748096 bytes (3021 MB)
  64. JVM Flags: 37 total; -XX:ThreadPriorityPolicy=42 -XX:CompileThreshold=1500 -XX:-UseGCOverheadLimit -XX:+TieredCompilation -XX:ParallelGCThreads=1 -XX:TargetSurvivorRatio=90 -XX:MaxTenuringThreshold=15 -XX:+UnlockExperimentalVMOptions -XX:+UseAdaptiveGCBoundary -XX:PermSize=512M -XX:MaxPermSize=512M -XX:+UseGCOverheadLimit -XX:+UseBiasedLocking -Xnoclassgc -Xverify:none -XX:UseSSE=3 -XX:+UseThreadPriorities -XX:+UseLargePages -XX:NewRatio=3 -XX:SurvivorRatio=3 -XX:MaxTenuringThreshold=8 -XX:+UseParNewGC -XX:+UseConcMarkSweepGC -XX:MaxGCPauseMillis=10 -XX:GCPauseIntervalMillis=50 -XX:MaxGCMinorPauseMillis=7 -XX:+ExplicitGCInvokesConcurrent -XX:+UseCMSInitiatingOccupancyOnly -XX:CMSInitiatingOccupancyFraction=60 -XX:+BindGCTaskThreadsToCPUs -XX:+UseStringCache -XX:+OptimizeStringConcat -XX:+UseFastAccessorMethods -Xrs -XX:+UseCompressedOops -XX:+AggressiveOpts -Xmx3179M
  65. AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  66. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  67. FML: MCP v9.03 FML v7.2.211.1121 Minecraft Forge 10.12.2.1121 69 mods loaded, 69 mods active
  68. mcp{9.03} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized
  69. FML{7.2.211.1121} [Forge Mod Loader] (forge-1.7.2-10.12.2.1121-universal.jar) Unloaded->Constructed->Pre-initialized
  70. Forge{10.12.2.1121} [Minecraft Forge] (forge-1.7.2-10.12.2.1121-universal.jar) Unloaded->Constructed->Pre-initialized
  71. AppliedEnergistics2-Core{rv0-stable-7} [AppliedEnergistics2 Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized
  72. Aroma1997Core{1.0.2.4} [Aroma1997Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized
  73. CodeChickenCore{1.0.2.10} [CodeChicken Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized
  74. NotEnoughItems{1.0.2.14} [Not Enough Items] (NotEnoughItems-1.7.2-1.0.2.14-universal.jar) Unloaded->Constructed->Pre-initialized
  75. TConstruct-Preloader{0.1.1} [Tinkers Corestruct] (minecraft.jar) Unloaded->Constructed->Pre-initialized
  76. ThaumicTinkerer-preloader{0.1} [Thaumic Tinkerer Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized
  77. BuildCraft|Core{6.0.16} [BuildCraft] (buildcraft-6.0.16.jar) Unloaded->Constructed->Pre-initialized
  78. IC2{2.1.480-experimental} [IndustrialCraft 2] (industrialcraft-2-2.1.480-experimental.jar) Unloaded->Constructed->Pre-initialized
  79. appliedenergistics2{rv0-stable-7} [Applied Energistics 2] (appliedenergistics2-rv0-stable-7.jar) Unloaded->Constructed->Pre-initialized
  80. Aroma1997CoreHelper{1.0.2.4} [Aroma1997Core|Helper] (Aroma1997Core-1.7.2-1.0.2.4.jar) Unloaded->Constructed->Pre-initialized
  81. bdlib{1.3.0.9} [BD Lib] (bdlib-mc172-1.3.0.9.jar) Unloaded->Constructed->Pre-initialized
  82. BiblioCraft{1.7.1} [BiblioCraft] (BiblioCraft[1.7.1][MC1.7.2].jar) Unloaded->Constructed->Pre-initialized
  83. Mantle{1.7.2-149.5b27d20} [Mantle] (Mantle-1.7.2-149.5b27d20.jar) Unloaded->Constructed->Pre-initialized
  84. Natura{2.2.0} [Natura] (natura-1.7.2-45.26fd68b.jar) Unloaded->Constructed->Pre-initialized
  85. BiomesOPlenty{2.0.1} [Biomes O' Plenty] (BiomesOPlenty-1.7.2-2.0.1.890-universal.jar) Unloaded->Constructed->Pre-initialized
  86. AWWayofTime{v1.0.1g} [Blood Magic: Alchemical Wizardry] (Blood Magic-v1.0.1g.jar) Unloaded->Constructed->Pre-initialized
  87. Botania{r1.1-63} [Botania] (Botania r1.1-63.jar) Unloaded->Constructed->Pre-initialized
  88. BuildCraft|Builders{6.0.16} [BC Builders] (buildcraft-6.0.16.jar) Unloaded->Constructed->Pre-initialized
  89. BuildCraft|Energy{6.0.16} [BC Energy] (buildcraft-6.0.16.jar) Unloaded->Constructed->Pre-initialized
  90. BuildCraft|Factory{6.0.16} [BC Factory] (buildcraft-6.0.16.jar) Unloaded->Constructed->Pre-initialized
  91. BuildCraft|Transport{6.0.16} [BC Transport] (buildcraft-6.0.16.jar) Unloaded->Constructed->Pre-initialized
  92. BuildCraft|Silicon{6.0.16} [BC Silicon] (buildcraft-6.0.16.jar) Unloaded->Constructed->Pre-initialized
  93. CarpentersBlocks{3.2.4} [Carpenter's Blocks] (Carpenter's Blocks v3.2.4 - MC 1.7+.zip) Unloaded->Constructed->Pre-initialized
  94. chisel{1.5.4g} [Chisel] (Chisel-1.7.2-1.5.4g.jar) Unloaded->Constructed->Pre-initialized
  95. CompactSolars{4.4.32.311} [Compact Solar Arrays] (CompactSolars-1.7.2-4.4.32.311-universal.jar) Unloaded->Constructed->Pre-initialized
  96. CompactWindmills{1.0.3.1} [CompactWindmills] (CompactWindmills-1.7.2-1.0.3.1.jar) Unloaded->Constructed->Pre-initialized
  97. EnderStorage{1.4.4.8} [EnderStorage] (EnderStorage-1.7.2-1.4.4.8-universal.jar) Unloaded->Constructed->Errored
  98. Waila{1.5.2_1.7.2} [Waila] (Waila-1.5.2a_1.7.2.jar) Unloaded->Constructed->Pre-initialized
  99. extracells{2.1.1} [ExtraCells] (ExtraCells-2.1.1.jar) Unloaded->Constructed->Pre-initialized
  100. Baubles{1.0.0.16} [Baubles] (Baubles-1.7.2-1.0.0.16.jar) Unloaded->Constructed->Pre-initialized
  101. ForgeMultipart{1.1.0.289} [Forge Multipart] (ForgeMultipart-1.7.2-1.1.0.289-universal.jar) Unloaded->Constructed->Pre-initialized
  102. ExtraUtilities{1.1.0b} [Extra Utilities] (extrautilities-1.1.0b.jar.zip) Unloaded->Constructed->Pre-initialized
  103. factorization.notify{1.0} [Factorization Notification System] (Factorization-1.7.2-0.8.82.jar) Unloaded->Constructed->Pre-initialized
  104. factorization{1.7.2-0.8.82} [Factorization] (Factorization-1.7.2-0.8.82.jar) Unloaded->Constructed->Pre-initialized
  105. factorization.misc{1.7.2-0.8.82} [Factorization Miscellaneous Nonsense] (Factorization-1.7.2-0.8.82.jar) Unloaded->Constructed->Pre-initialized
  106. Forestry{2.4.1.27} [Forestry for Minecraft] (forestry_1.7.2-2.4.1.27.jar) Unloaded->Constructed->Pre-initialized
  107. gendustry{1.2.0.14} [GenDustry] (gendustry-mc172-1.2.0.14.jar) Unloaded->Constructed->Pre-initialized
  108. inventorytweaks{1.58-dev-121} [Inventory Tweaks] (InventoryTweaks-1.58-dev-121.jar) Unloaded->Constructed->Pre-initialized
  109. IronChest{6.0.36.725} [Iron Chest] (ironchest-1.7.2-6.0.36.725-universal.jar) Unloaded->Constructed->Pre-initialized
  110. JABBA{1.1.4} [JABBA] (Jabba-1.1.4.jar) Unloaded->Constructed->Pre-initialized
  111. Morpheus{1.7.2-1.@MINOR.14} [Morpheus] (Morpheus-1.7.2-1.5.14.jar) Unloaded->Constructed->Pre-initialized
  112. Mystcraft{0.10.15.00} [Mystcraft] (mystcraft-1.7.2-0.10.15.00.jar) Unloaded->Constructed->Pre-initialized
  113. NEIAddons{1.11.0.4} [NEI Addons] (neiaddons-mc172-1.11.0.4.jar) Unloaded->Constructed->Pre-initialized
  114. NEIAddons|ExtraBees{1.11.0.4} [NEI Addons: Extra Bees] (neiaddons-mc172-1.11.0.4.jar) Unloaded->Constructed->Pre-initialized
  115. NEIAddons|Forestry{1.11.0.4} [NEI Addons: Forestry] (neiaddons-mc172-1.11.0.4.jar) Unloaded->Constructed->Pre-initialized
  116. NEIAddons|CraftingTables{1.11.0.4} [NEI Addons: Crafting Tables] (neiaddons-mc172-1.11.0.4.jar) Unloaded->Constructed->Pre-initialized
  117. NEIAddons|ExNihilo{1.11.0.4} [NEI Addons: Ex Nihilo] (neiaddons-mc172-1.11.0.4.jar) Unloaded->Constructed->Pre-initialized
  118. harvestcraft{1.7.2d} [Pam's HarvestCraft] (Pam's HarvestCraft 1.7.2f.zip) Unloaded->Constructed->Pre-initialized
  119. weeeflowers{1.7.2b} [Pam's Weee! Flowers] (Pam's WeeeFlowers 1.7.2b.zip) Unloaded->Constructed->Pre-initialized
  120. PneumaticCraft{1.2.1} [PneumaticCraft] (PneumaticCraft-1.2.1.jar) Unloaded->Constructed->Pre-initialized
  121. ProjRed|Core{4.4.3.42} [ProjectRed] (ProjectRed-Base-1.7.2-4.4.3.42.jar) Unloaded->Constructed->Pre-initialized
  122. ProjRed|Transmission{4.4.3.42} [ProjectRed-Transmission] (ProjectRed-Integration-1.7.2-4.4.3.42.jar) Unloaded->Constructed->Pre-initialized
  123. ProjRed|Exploration{4.4.3.42} [ProjectRed-Exploration] (ProjectRed-World-1.7.2-4.4.3.42.jar) Unloaded->Constructed->Pre-initialized
  124. TConstruct{1.7.2-1.6.0.jenkins500} [Tinkers' Construct] (TConstruct-1.7.2-1.6.0.jenkins500.jar) Unloaded->Constructed->Pre-initialized
  125. ProjRed|Compatibility{4.4.3.42} [ProjectRed-Compatibility] (ProjectRed-Compat-1.7.2-4.4.3.42.jar) Unloaded->Constructed->Pre-initialized
  126. ProjRed|Integration{4.4.3.42} [ProjectRed-Integration] (ProjectRed-Integration-1.7.2-4.4.3.42.jar) Unloaded->Constructed->Pre-initialized
  127. ProjRed|Illumination{4.4.3.42} [ProjectRed-Illumination] (ProjectRed-Lighting-1.7.2-4.4.3.42.jar) Unloaded->Constructed->Pre-initialized
  128. Thaumcraft{4.1.1.14} [Thaumcraft] (Thaumcraft-1.7.2-4.1.1.14.jar) Unloaded->Constructed->Pre-initialized
  129. Railcraft{9.1.0.0} [Railcraft] (Railcraft_1.7.2-9.1.0.0.jar) Unloaded->Constructed->Pre-initialized
  130. SSR{Alpha 0.9a} [Soul Shards: Reborn] (SSR_1.7.2 0.9a.jar) Unloaded->Constructed->Pre-initialized
  131. StevesCarts{2.0.0.b15} [Steve's Carts 2] (StevesCarts2.0.0.b15.jar) Unloaded->Constructed->Pre-initialized
  132. ThaumicTinkerer{2.4-147} [Thaumic Tinkerer] (ThaumicTinkerer-2.4-147.jar) Unloaded->Constructed->Pre-initialized
  133. TMechworks{1.7.2-64.2fe872a} [Tinkers' Mechworks] (TMechworks-1.7.2-64.2fe872a.jar) Unloaded->Constructed->Pre-initialized
  134. witchery{0.19.2} [Witchery] (witchery-1.7.2-0.19.2.jar) Unloaded->Constructed->Pre-initialized
  135. McMultipart{1.1.0.289} [Minecraft Multipart Plugin] (ForgeMultipart-1.7.2-1.1.0.289-universal.jar) Unloaded->Constructed->Pre-initialized
  136. ForgeMicroblock{1.1.0.289} [Forge Microblocks] (ForgeMultipart-1.7.2-1.1.0.289-universal.jar) Unloaded->Constructed->Pre-initialized
  137. AE2 Version: stable rv0-stable-7 for Forge 10.12.1.1060
  138. Mantle Environment: Environment healthy.
  139. TConstruct Environment: Environment healthy.
  140. Profiler Position: N/A (disabled)
  141. Is Modded: Definitely; Server brand changed to 'fml,forge'
  142. Type: Dedicated Server (map_server.txt)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement