Infinity 2.3.0 Server crash

  • Tech Support section is for getting help with FTB related problems. If there's a repeatable issue that can be labeled as a bug, then please use the issue tracker for the pack or the app at GitHub issue trackers - If there's no repository for a pack that means that the pack is old and/or will not be updated. Bugs for older packs will not be fixed, unless they are critical.
O

OldMaanCraft

Guest
Title:
Infinity 2.3.0 Server crash
Launcher Version:
Modpack:
Infinity Evolved
Modpack Version:
2.30
Log Link:
Details of the issue:
cpw.mods.fml.common.LoaderException: java.lang.NoSuchMethodError: latmod.lib.FastList.sort(Ljava/util/Comparator;)V
at cpw.mods.fml.common.LoadController.transition(LoadController.java:163)
at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:559)
at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:88)
at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:314)
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.NoSuchMethodError: latmod.lib.FastList.sort(Ljava/util/Comparator;)V
at latmod.lib.config.ConfigGroup.sort(ConfigGroup.java:212)
at latmod.lib.config.ConfigFile.toJsonString(ConfigFile.java:45)
at latmod.lib.config.ConfigFile.save(ConfigFile.java:39)
at latmod.lib.config.ConfigFile.load(ConfigFile.java:34)
at ftb.lib.mod.config.FTBLibConfig.load(FTBLibConfig.java:21)
at ftb.lib.mod.FTBLibMod.onPreInit(FTBLibMod.java:37)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
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:212)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
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:119)
at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:556)
... 5 more
 
O

OldMaanCraft

Guest
Reverted to FTBLib 1.0.11.3 and FTBUtilities 1.0.11.3 and server is back up.
 

K1ltu

New Member
Jul 29, 2019
7
0
0
most of the time when you get NoSuchMethodError its due to the java being older then what the mod requires
 
N

Nezz202

Guest
most of the time when you get NoSuchMethodError its due to the java being older then what the mod requires

Hey,

I am getting the same issues as OP however when I revert to the older Lib/Util it still does not work for me.

I have pasted the error below as its not strictly an FTB pack, however all the mods are comparable and should not cause anything funky to go on. The error below is with the new versions of FTBLib/Util in.

I'm not sure how to resolve it :(

Thanks ,

==============================================

Time: 12/29/15 8:56 AM
Description: Exception in server tick loop

cpw.mods.fml.common.LoaderException: java.lang.NoSuchMethodError: latmod.lib.FastList.sort(Ljava/util/Comparator;)V
at cpw.mods.fml.common.LoadController.transition(LoadController.java:163)
at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:559)
at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:88)
at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:314)
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.NoSuchMethodError: latmod.lib.FastList.sort(Ljava/util/Comparator;)V
at latmod.lib.FastMap.sortedEntryList(FastMap.java:116)
at latmod.lib.FastMap.values(FastMap.java:123)
at latmod.lib.config.ConfigGroup.entries(ConfigGroup.java:22)
at ftb.lib.api.config.ConfigRegistry.add(ConfigRegistry.java:23)
at ftb.lib.api.config.ConfigRegistry.add(ConfigRegistry.java:48)
at ftb.lib.mod.config.FTBLibConfig.load(FTBLibConfig.java:20)
at ftb.lib.mod.FTBLibMod.onPreInit(FTBLibMod.java:37)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
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:212)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
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:119)
at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:556)
... 5 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: Linux (amd64) version 3.13.0-44-generic
Java Version: 1.7.0_85, Oracle Corporation
Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 3486253464 bytes (3324 MB) / 4049600512 bytes (3862 MB) up to 4049600512 bytes (3862 MB)
JVM Flags: 3 total; -Xms4096M -Xmx4096M -XX:MaxPermSize=256M
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.99.99 Minecraft Forge 10.13.4.1614 70 mods loaded, 70 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCH mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
UCH FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1614-1.7.10-universal.jar)
UCH Forge{10.13.4.1614} [Minecraft Forge] (forge-1.7.10-10.13.4.1614-1.7.10-universal.jar)
UCH appliedenergistics2-core{rv2-stable-10} [AppliedEnergistics2 Core] (minecraft.jar)
UCH CodeChickenCore{1.0.7.47} [CodeChicken Core] (minecraft.jar)
UCH NotEnoughItems{1.0.5.118} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.5.118-universal.jar)
UCH OpenModsCore{0.9} [OpenModsCore] (minecraft.jar)
UCH <CoFH ASM>{000} [CoFH ASM] (minecraft.jar)
UCH securitycraft{v1.8.0} [SecurityCraft] ([1.7.10] SecurityCraft v1.8.0.jar)
UCH lotr{Beta v25.3 for Minecraft 1.7.10} [The Lord of the Rings Mod] ([1.7.10] The Lord of the Rings Mod B25.3.jar)
UCH adventurebackpack{1.7.10-0.8b} [Adventure Backpack] (adventurebackpack-1.7.10-0.8c.jar)
UCH AgriCraft{1.7.10-1.4.6-hotfix} [AgriCraft] (AgriCraft-1.7.10-1.4.6-hotfix.jar)
UCH AppleCore{1.1.0} [AppleCore] (AppleCore-mc1.7.10-1.1.0.jar)
UCH appliedenergistics2{rv2-stable-10} [Applied Energistics 2] (appliedenergistics2-rv2-stable-10.jar)
UCH BiblioCraft{1.11.4} [BiblioCraft] (BiblioCraft[v1.11.4][MC1.7.10].jar)
UCH CoFHCore{1.7.10R3.0.3} [CoFH Core] (CoFHCore-[1.7.10]3.0.3-303.jar)
UCH ThermalFoundation{1.7.10R1.2.0} [Thermal Foundation] (ThermalFoundation-[1.7.10]1.2.0-102.jar)
UCH ThermalExpansion{1.7.10R4.0.3B1} [Thermal Expansion] (ThermalExpansion-[1.7.10]4.0.3B1-218.jar)
UCH BigReactors{0.4.3A} [Big Reactors] (BigReactors-0.4.3A.jar)
UCH BrandonsCore{1.0.0.10} [Brandon's Core] (BrandonsCore-1.0.0.10-bugfix.jar)
UCH BuildCraft|Core{7.1.14} [BuildCraft] (buildcraft-7.1.14.jar)
UCH BuildCraft|Builders{7.1.14} [BC Builders] (buildcraft-7.1.14.jar)
UCH BuildCraft|Transport{7.1.14} [BC Transport] (buildcraft-7.1.14.jar)
UCH BuildCraft|Energy{7.1.14} [BC Energy] (buildcraft-7.1.14.jar)
UCH BuildCraft|Silicon{7.1.14} [BC Silicon] (buildcraft-7.1.14.jar)
UCH BuildCraft|Robotics{7.1.14} [BC Robotics] (buildcraft-7.1.14.jar)
UCH BuildCraft|Factory{7.1.14} [BC Factory] (buildcraft-7.1.14.jar)
UCH CarpentersBlocks{3.3.7} [Carpenter's Blocks] (Carpenter's Blocks v3.3.7 - MC 1.7.10.jar)
UCH ChickenChunks{1.3.4.19} [ChickenChunks] (ChickenChunks-1.7.10-1.3.4.19-universal.jar)
UCH Railcraft{9.8.0.0} [Railcraft] (Railcraft_1.7.10-9.8.0.0.jar)
UCH chisel{2.5.1.44} [Chisel 2] (Chisel2-2.5.1.44.jar)
UCH chococraft{4.1.5} [Clienthax's ChocoCraft] (ChocoCraft-4.1.5.jar)
UCH customnpcs{1.7.10d} [CustomNpcs] (CustomNPCs_1.7.10d.jar)
UCH DraconicEvolution{1.0.2-snapshot_9} [Draconic Evolution] (Draconic-Evolution-1.7.10-1.0.2-Snapshot_9.jar)
UCH EasyCrafting{1.7.10-2.0.1.16} [Easy Crafting] (EasyCrafting-1.7.10-2.0.1.16.jar)
UCH EnderIO{1.7.10-2.2.8.381} [Ender IO] (EnderIO-1.7.10-2.2.8.381.jar)
UCH EnderStorage{1.4.7.37} [EnderStorage] (EnderStorage-1.7.10-1.4.7.37-universal.jar)
UCH EnderTech{1.7.10-0.3.2.405} [EnderTech] (EnderTech-1.7.10-0.3.2.405.jar)
UCH ExtraUtilities{1.2.12} [Extra Utilities] (extrautilities-1.2.12.jar)
UCH harvestcraft{1.7.10j} [Pam's HarvestCraft] (Pam's HarvestCraft 1.7.10Lb.jar)
UCH Mantle{1.7.10-0.3.2.jenkins191} [Mantle] (Mantle-1.7.10-0.3.2b.jar)
UCH Waila{1.5.10} [Waila] (Waila-1.5.10_1.7.10.jar)
UCH TConstruct{1.7.10-1.8.8.build988} [Tinkers' Construct] (TConstruct-1.7.10-1.8.8.jar)
UCH ExtraTiC{1.4.5} [ExtraTiC] (ExtraTiC-1.7.10-1.4.5.jar)
UCH farseek{1.0.10} [Farseek] (Farseek-1.0.10.jar)
UCE FTBL{1.0.13} [FTBLib] (FTBLib-1.7.10-1.0.13.jar)
UCE FTBU{1.0.13} [FTBUtilities] (FTBUtilities-1.7.10-1.0.13.jar)
UCH ironbackpacks{1.7.10-1.2.9} [Iron Backpacks] (IronBackpacks-1.7.10-1.2.9.jar)
UCH IronChest{6.0.60.741} [Iron Chest] (ironchest-1.7.10-6.0.60.741-universal.jar)
UCH JABBA{1.2.1} [JABBA] (Jabba-1.2.1a_1.7.10.jar)
UCH journeymap{5.1.3} [JourneyMap] (journeymap-1.7.10-5.1.3-unlimited.jar)
UCH magicalcrops{4.0.0_PUBLIC_BETA_4b} [Magical Crops: Core] (magicalcrops-4.0.0_PUBLIC_BETA_5.jar)
UCH magicalcropsarmour{4.0.0_PUBLIC_BETA_4} [Magical Crops: Armoury] (magicalcropsarmoury-4.0.0_PUBLIC_BETA_4.jar)
UCH Morpheus{1.7.10-1.6.20} [Morpheus] (Morpheus-1.7.10-1.6.20.jar)
UCH OpenMods{0.9} [OpenMods] (OpenModsLib-1.7.10-0.9.jar)
UCH OpenBlocks{1.5} [OpenBlocks] (OpenBlocks-1.7.10-1.5.jar)
UCH QuantumStorage{1.2.1} [QuantumStorage] (QuantumStorage-1.7.10-1.2.1.jar)
UCH reborncore{1.1.0.15} [RebornCore] (RebornCore-1.1.0.15-universal.jar)
UCH RedstoneArsenal{1.7.10R1.1.1} [Redstone Arsenal] (RedstoneArsenal-[1.7.10]1.1.1-89.jar)
UCH RouterReborn{1.2.0.35} [Router Reborn] (RouterReborn-1.7.10-1.2.0.35-universal.jar)
UCH simplyjetpacks{1.5.3} [Simply Jetpacks] (SimplyJetpacks-MC1.7.10-1.5.3.jar)
UCH StevesCarts{2.0.0.b18} [Steve's Carts 2] (StevesCarts2.0.0.b18.jar)
UCH streams{0.1.6} [Streams] (Streams-0.1.6.jar)
UCH ThermalDynamics{1.7.10R1.1.0} [Thermal Dynamics] (ThermalDynamics-[1.7.10]1.1.0-161.jar)
UCH TMechworks{0.2.15.106} [Tinkers' Mechworks] (TMechworks-1.7.10-0.2.15.106.jar)
UCH Translocator{1.1.2.15} [Translocator] (Translocator-1.7.10-1.1.2.15-universal.jar)
UCH VeinMiner{0.30.2_build.unknown} [Vein Miner] (VeinMiner-1.7.10_0.30.2.unknown.jar)
UCH VeinMinerModSupport{0.30.2_build.unknown} [Mod Support] (VeinMiner-1.7.10_0.30.2.unknown.jar)
UCH WailaHarvestability{1.1.6} [Waila Harvestability] (WailaHarvestability-mc1.7.10-1.1.6.jar)
UCH IguanaTweaksTConstruct{1.7.10-2.1.5.140} [Iguana Tinker Tweaks] (IguanaTinkerTweaks-1.7.10-2.1.5.jar)
OpenModsLib class transformers: [gl_capabilities_hook:ENABLED],[player_render_hook:ENABLED],[map_gen_fix:ENABLED],[movement_callback:ENABLED],[stencil_patches:ENABLED]
Class transformer null safety: all safe
AE2 Version: stable rv2-stable-10 for Forge 10.13.2.1291
CoFHCore: -[1.7.10]3.0.3-303
ThermalFoundation: -[1.7.10]1.2.0-102
ThermalExpansion: -[1.7.10]4.0.3B1-218
Mantle Environment: Environment healthy.
TConstruct Environment: Environment healthy.
RedstoneArsenal: -[1.7.10]1.1.1-89
ThermalDynamics: -[1.7.10]1.1.0-161
Profiler Position: N/A (disabled)
Is Modded: Definitely; Server brand changed to 'fml,forge'
Type: Dedicated Server (map_server.txt)
 
Last edited:
O

OldMaanCraft

Guest
ok So I updated the servers to
$ java -version
openjdk version "1.8.0_72-internal"
OpenJDK Runtime Environment (build 1.8.0_72-internal-b05)
OpenJDK 64-Bit Server VM (build 25.72-b05, mixed mode)

And issue is gone.
Thanks K1ltu
 
N

Nezz202

Guest
ok So I updated the servers to
$ java -version
openjdk version "1.8.0_72-internal"
OpenJDK Runtime Environment (build 1.8.0_72-internal-b05)
OpenJDK 64-Bit Server VM (build 25.72-b05, mixed mode)

And issue is gone.
Thanks K1ltu

Silly question...

How to I update that?

Nezz = Derp
 
O

OldMaanCraft

Guest
Nezz, I have my own stack servers that we control, If you renting then it may be a issue. I would let the FTB guys figure out their next step first before you make any moves.
 
O

OldMaanCraft

Guest
After updating server to 1.8 it now boots up with the latest ver of FTBLib/Utilities. Then we discovered this :
29.12 12:13:51 [Server] Server thread/INFO §8World saved.
29.12 12:13:51 [Server] Thread-29/INFO Turned on world auto-saving
29.12 12:13:51 [Server] Thread-29/INFO [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at latmod.ftbu.world.ThreadBackup.run(ThreadBackup.java:94)
29.12 12:13:51 [Server] Thread-29/INFO [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.util.zip.ZipOutputStream.putNextEntry(ZipOutputStream.java:190)
29.12 12:13:51 [Server] Thread-29/INFO [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.util.zip.ZipOutputStream.ensureOpen(ZipOutputStream.java:97)
29.12 12:13:51 [Server] Thread-29/INFO [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: java.io.IOException: Stream closed
29.12 12:13:51 [Server] Thread-29/INFO §4Failed to save world! (java.io.IOException)
29.12 12:13:51 [Server] Thread-29/INFO [FTBU Backups]: [0 | 0.00%]: OMCHM/DIM-34/region/r.0.-1.mca
29.12 12:13:51 [Server] Thread-29/INFO [FTBU Backups]: Compressing 550 files!
29.12 12:13:51 [Server] Thread-29/INFO [FTBU Backups]: Backing up 550 files...
29.12 12:13:51 [Server] Thread-29/INFO commands.save.flushEnd
29.12 12:13:50 [Server] Thread-29/INFO commands.save.flushStart
29.12 12:13:50 [Server] Thread-29/INFO Saving...
29.12 12:13:50 [Server] Thread-29/INFO Turned off world auto-saving
29.12 12:13:50 [Server] Thread-29/INFO §dStarting server backup, expect lag!