itzg / docker-minecraft-server

Docker image that provides a Minecraft Server that will automatically download selected version at startup
https://docker-minecraft-server.readthedocs.io/
Apache License 2.0
9.13k stars 1.51k forks source link

(FTBA) Feed The Beast - Some modpacks not working #550

Closed matthewmullin01 closed 3 years ago

matthewmullin01 commented 4 years ago

The -e EULA=TRUE does not appear to be pulling through when running a FTBA type image.

If I view the docker logs I see this

[14:45:07] [Server thread/INFO]: You need to agree to the EULA in order to run the server. Go to eula.txt for more info.

and then a few logs later this

[14:45:07] [Server thread/INFO]: The state engine was in incorrect state POSTINITIALIZATION and forced into state SERVER_STOPPED. Errors may have been discarded.

I'm not sure if this is the root problem or just an indication of another issue.

Steps to reproduce

As per the readme, run

docker run -d --name mc-ftb -e EULA=TRUE \
  -e TYPE=FTBA -e FTB_MODPACK_ID=11 \
  -p 25565:25565 \
  itzg/minecraft-server:multiarch

After a few minutes the container stops and output logs display (see by running docker logs mc-ftb)

[14:45:07] [Server thread/INFO]: Injecting itemstacks
[14:45:07] [Server thread/INFO]: Itemstack injection complete
[14:45:07] [Server thread/INFO]: Loading properties
[14:45:07] [Server thread/INFO]: You need to agree to the EULA in order to run the server. Go to eula.txt for more info.
[14:45:07] [Server thread/WARN]: Can't revert to frozen GameData state without freezing first.
[14:45:07] [Server thread/INFO]: Applying holder lookups
[14:45:07] [Server thread/INFO]: Holder lookups applied
[14:45:07] [Server thread/INFO]: The state engine was in incorrect state POSTINITIALIZATION and forced into state SERVER_STOPPED. Errors may have been discarded.
itzg commented 4 years ago

Can you provide the full container logs? The eula file setup is done early on regardless of type, so seems like an odd failure case.

matthewmullin01 commented 4 years ago

It does indeed. I'm digging into the code a bit and see the EULA checks are done early. Quite likely something else then.

❯ docker logs mc-ftb
[init] Running as uid=1000 gid=1000 with /data as 'drwxrwxr-x 2 1000 1000 4096 May 31 23:20 /data'
[init] Resolved version given LATEST into 1.15.2
[init] Resolving type given FTBA
[init] Downloading FTB installer
[init] Installing modpack ID 11, version ID 11
                      _                  _              _
                     | |                | |            | |
  _ __ ___   ___   __| |_ __   __ _  ___| | _____   ___| |__
 | '_ ` _ \ / _ \ / _` | '_ \ / _` |/ __| |/ / __| / __| '_ \
 | | | | | | (_) | (_| | |_) | (_| | (__|   <\__ \| (__| | | |
 |_| |_| |_|\___/ \__,_| .__/ \__,_|\___|_|\_\___(_)___|_| |_|
                       | |
                       |_|
 modpacks.ch server downloader - build 13c20a7

Installing 'FTB Lite 3' version '1.5.0' from channel 'Release' to '/data/.'...
[1/145] Downloaded 'Players.json' to './config/D3Core/' [2 bytes]...
[2/145] Downloaded 'Groups.json' to './config/D3Core/' [2 bytes]...
[3/145] Downloaded 'MapWriterBlockColourOverrides.txt' to './config/' [1361 bytes]...
[4/145] Downloaded 'materials.json' to './config/D3Core/' [2 bytes]...
[5/145] Downloaded 'MFR.js' to './config/INpureProjects/custom_nei_filters/' [335 bytes]...
[6/145] Downloaded 'InvTweaksTree.txt' to './config/' [43373 bytes]...
[7/145] Downloaded 'FlatSigns.cfg' to './config/' [110 bytes]...
[8/145] Downloaded 'ExtraUtilities.js' to './config/INpureProjects/custom_nei_filters/' [375 bytes]...
[9/145] Downloaded 'nei_filters.toc' to './config/INpureProjects/custom_nei_filters/' [465 bytes]...
[10/145] Downloaded 'ForgeMicroblock.js' to './config/INpureProjects/custom_nei_filters/' [310 bytes]...
[11/145] Downloaded 'Bootstrap.js' to './config/INpureProjects/custom_nei_filters/' [309 bytes]...
[12/145] Downloaded 'InvTweaksRules.txt' to './config/' [1352 bytes]...
[13/145] Downloaded 'Mekanism.js' to './config/INpureProjects/custom_nei_filters/' [213 bytes]...
[14/145] Downloaded 'Tcon.js' to './config/INpureProjects/custom_nei_filters/' [191 bytes]...
[15/145] Downloaded 'Morpheus.cfg' to './config/' [365 bytes]...
[16/145] Downloaded 'ThermalExpansion.js' to './config/INpureProjects/custom_nei_filters/' [125 bytes]...
[17/145] Downloaded 'MineMenu.cfg' to './config/MineMenu/' [1210 bytes]...
[18/145] Downloaded 'INpureCore.cfg' to './config/INpureProjects/INpureCore/' [641 bytes]...
[19/145] Downloaded 'AppliedEnergistics2.js' to './config/INpureProjects/custom_nei_filters/' [146 bytes]...
[20/145] Downloaded 'BuildCraft.js' to './config/INpureProjects/custom_nei_filters/' [215 bytes]...
[21/145] Downloaded 'custom_nei_filters.cfg' to './config/INpureProjects/custom_nei_filters/' [345 bytes]...
[22/145] Downloaded 'MapWriterBlockColours.txt' to './config/' [28447 bytes]...
[23/145] Downloaded 'Bibliocraft.js' to './config/INpureProjects/custom_nei_filters/' [103 bytes]...
[24/145] Downloaded 'JABBA.cfg' to './config/' [2503 bytes]...
[25/145] Downloaded 'D3Core.cfg' to './config/D3Core/' [2696 bytes]...
[26/145] Downloaded 'GreenThumb.cfg' to './config/' [154 bytes]...
[27/145] Downloaded 'CodeChickenCore.cfg' to './config/' [917 bytes]...
[28/145] Downloaded 'mainmenu.json' to './config/CustomMainMenu/' [7532 bytes]...
[29/145] Downloaded 'InvTweaks.cfg' to './config/' [675 bytes]...
[30/145] Downloaded 'debug.log' to './config/INpureProjects/logs/' [4504 bytes]...
[31/145] Downloaded 'CG Origin.cfg' to './config/' [167 bytes]...
[32/145] Downloaded 'vanilla.js' to './config/INpureProjects/custom_nei_filters/' [341 bytes]...
[33/145] Downloaded 'ExtraUtilities.cfg' to './config/' [5544 bytes]...
[34/145] Downloaded 'NEIAddons.cfg' to './config/' [503 bytes]...
[35/145] Downloaded 'client.cfg' to './config/NEI/' [1458 bytes]...
[36/145] Downloaded 'NotEnoughKeys.cfg' to './config/' [24 bytes]...
[37/145] Downloaded 'autopackager.cfg' to './config/' [123 bytes]...
[38/145] Downloaded 'ObsidiPlates.cfg' to './config/' [127 bytes]...
[39/145] Downloaded 'WailaHarvestability.cfg' to './config/' [227 bytes]...
[40/145] Downloaded 'common.cfg' to './config/cofh/thermalfoundation/' [11269 bytes]...
[41/145] Downloaded 'TorchTools.cfg' to './config/' [206 bytes]...
[42/145] Downloaded 'client.cfg' to './config/cofh/thermalexpansion/' [1586 bytes]...
[43/145] Downloaded 'bagginses.cfg' to './config/bagginses/' [1500 bytes]...
[44/145] Downloaded 'common.cfg' to './config/cofh/thermaldynamics/' [949 bytes]...
[45/145] Downloaded 'common.cfg' to './config/cofh/redstonearsenal/' [3310 bytes]...
[46/145] Downloaded 'client.cfg' to './config/cofh/thermalfoundation/' [418 bytes]...
[47/145] Downloaded 'Lexicon-Whitelist.cfg' to './config/cofh/' [3924 bytes]...
[48/145] Downloaded 'microblocks.cfg' to './config/' [488 bytes]...
[49/145] Downloaded 'client.cfg' to './config/cofh/core/' [2941 bytes]...
[50/145] Downloaded 'forgeChunkLoading.cfg' to './config/' [2025 bytes]...
[51/145] Downloaded 'ThermalFoundation-Ores.json' to './config/cofh/world/' [2425 bytes]...
[52/145] Downloaded 'ThermalExpansion-Florbs.cfg' to './config/cofh/' [601 bytes]...
[53/145] Downloaded 'PluginMetrics.cfg' to './config/' [240 bytes]...
[54/145] Downloaded 'client.cfg' to './config/powercrystals/minefactoryreloaded/' [567 bytes]...
[55/145] Downloaded 'client.cfg' to './config/cofh/thermaldynamics/' [630 bytes]...
[56/145] Downloaded 'simplyjetpacks-client.cfg' to './config/' [2991 bytes]...
[57/145] Downloaded 'loot.cfg' to './config/cofh/core/' [690 bytes]...
[58/145] Downloaded 'multipart.cfg' to './config/' [248 bytes]...
[59/145] Downloaded 'fuels.cfg' to './config/cofh/thermalexpansion/' [3107 bytes]...
[60/145] Downloaded 'Opis.cfg' to './config/' [651 bytes]...
[61/145] Downloaded 'lexicon-whitelist.cfg' to './config/cofh/thermalfoundation/' [4335 bytes]...
[62/145] Downloaded 'client.config' to './config/PressurePipes/' [134 bytes]...
[63/145] Downloaded 'Origin.cfg' to './config/' [167 bytes]...
[64/145] Downloaded 'forge.cfg' to './config/' [2437 bytes]...
[65/145] Downloaded 'readme.txt' to './config/PressurePipes/' [203 bytes]...
[66/145] Downloaded 'ThermalExpansion.cfg' to './config/cofh/' [9783 bytes]...
[67/145] Downloaded 'TubesCore.cfg' to './config/' [163 bytes]...
[68/145] Downloaded 'Waila.cfg' to './config/' [4537 bytes]...
[69/145] Downloaded 'common.cfg' to './config/powercrystals/minefactoryreloaded/' [23359 bytes]...
[70/145] Downloaded 'Tubes.cfg' to './config/' [262 bytes]...
[71/145] Downloaded 'RedstoneArsenal.cfg' to './config/cofh/' [985 bytes]...
[72/145] Downloaded 'common.cfg' to './config/cofh/core/' [1731 bytes]...
[73/145] Downloaded 'SolarFlux.cfg' to './config/' [7375 bytes]...
[74/145] Downloaded 'StorageDrawers.cfg' to './config/' [2053 bytes]...
[75/145] Downloaded 'CoFHLoot.cfg' to './config/cofh/' [769 bytes]...
[76/145] Downloaded 'florbs.cfg' to './config/cofh/thermalexpansion/' [619 bytes]...
[77/145] Downloaded 'ThermalExpansion-Fuels.cfg' to './config/cofh/' [735 bytes]...
[78/145] Downloaded 'fastcraft.ini' to './config/' [1136 bytes]...
[79/145] Downloaded 'common.cfg' to './config/cofh/thermalexpansion/' [13003 bytes]...
[80/145] Downloaded 'CoFHCore.cfg' to './config/cofh/' [1991 bytes]...
[81/145] Downloaded 'ThermalFoundation.cfg' to './config/cofh/' [1863 bytes]...
[82/145] Downloaded 'Client.cfg' to './config/cofh/' [1937 bytes]...
[83/145] Downloaded 'progressiveautomation.cfg' to './config/' [6560 bytes]...
[84/145] Downloaded 'Vanilla.json' to './config/cofh/world/' [3730 bytes]...
[85/145] Downloaded 'splash.properties' to './config/' [339 bytes]...
[86/145] Downloaded 'supercraftingframe.cfg' to './config/' [147 bytes]...
[87/145] Downloaded 'Morpheus-1.7.10-1.6.10.jar' to './mods/' [17988 bytes]...
[88/145] Downloaded 'NotEnoughKeys-1.7.10-3.0.0b43-universal.jar' to './mods/' [29330 bytes]...
[89/145] Downloaded 'eula.txt' to './' [184 bytes]...
[90/145] Downloaded 'WailaHarvestability-mc1.7.10-1.1.5.jar' to './mods/' [27867 bytes]...
[91/145] Downloaded 'ObsidiPlates-1.7.10-universal-3.0.0.18.jar' to './mods/' [28532 bytes]...
[92/145] Downloaded 'wtp.cfg' to './config/' [974 bytes]...
[93/145] Downloaded 'neiaddons-1.12.14.40-mc1.7.10.jar' to './mods/' [101777 bytes]...
[94/145] Downloaded 'simplyjetpacks.cfg' to './config/' [24317 bytes]...
[95/145] Downloaded 'FlatSigns-1.7.10-universal-2.1.0.19.jar' to './mods/' [37953 bytes]...
[96/145] Downloaded 'version.json' to './' [114 bytes]...
[97/145] Downloaded 'Bagginses-2.1.1.jar' to './mods/' [93167 bytes]...
[98/145] Downloaded 'fastcraft-1.21.jar' to './mods/' [116959 bytes]...
[99/145] Downloaded 'INpureCore-[1.7.10]1.0.0B9-62.jar' to './mods/' [126448 bytes]...
[100/145] Downloaded 'CodeChickenCore-1.7.10-1.0.7.47-universal.jar' to './mods/' [145782 bytes]...
[101/145] Downloaded 'MobiusCore-1.2.5_1.7.10.jar.disabled' to './mods/' [56432 bytes]...
[102/145] Downloaded 'InventoryTweaks-1.59-dev-152.jar' to './mods/' [224461 bytes]...
[103/145] Downloaded 'SolarFlux-1.7.10-0.8b.jar' to './mods/' [174707 bytes]...
[104/145] Downloaded 'CodeChickenLib-1.7.10-1.1.3.136-universal.jar' to './mods/1.7.10/' [302844 bytes]...
[105/145] Downloaded 'FTBLib-1.7.10-1.0.11.jar' to './mods/' [271341 bytes]...
[106/145] Downloaded 'commons-codec-1.9.jar' to './mods/1.7.10/' [263965 bytes]...
[107/145] Downloaded 'RedstoneArsenal-[1.7.10]1.1.1-89.jar' to './mods/' [318196 bytes]...
[108/145] Downloaded 'commons-compress-1.8.1.jar' to './mods/1.7.10/' [365552 bytes]...
[109/145] Downloaded 'ThermalDynamics-[1.7.10]1.1.0-161.jar' to './mods/' [462208 bytes]...
[110/145] Downloaded 'NotEnoughItems-1.7.10-1.0.5.118-universal.jar' to './mods/' [513018 bytes]...
[111/145] Downloaded 'StorageDrawers-1.7.10-1.6.2.jar' to './mods/' [441628 bytes]...
[112/145] Downloaded 'Waila-1.5.10_1.7.10.jar' to './mods/' [544821 bytes]...
[113/145] Downloaded 'GreenThumb-1.7.10-1.1.0.8.jar' to './mods/' [6672 bytes]...
[114/145] Downloaded 'SimplyJetpacks-MC1.7.10-1.5.2.jar' to './mods/' [607594 bytes]...
[115/145] Downloaded 'Jabba-1.2.1a_1.7.10.jar' to './mods/' [440712 bytes]...
[116/145] Downloaded 'ForgeMultipart-1.7.10-1.2.0.345-universal.jar' to './mods/' [943474 bytes]...
[117/145] Downloaded 'TorchTools-1.7.10-1.2.0.27.jar' to './mods/' [5105 bytes]...
[118/145] Downloaded 'CoFHCore-[1.7.10]3.0.3-303.jar' to './mods/' [1068485 bytes]...
[119/145] Downloaded 'FTBUtilities-1.7.10-1.0.11.jar' to './mods/' [1310315 bytes]...
[120/145] Downloaded 'autopackager-1.5.5.jar' to './mods/' [22277 bytes]...
[121/145] Downloaded 'bdlib-1.9.3.107-mc1.7.10.jar' to './mods/' [1482873 bytes]...
[122/145] Downloaded 'MineFactoryReloaded-[1.7.10]2.8.0-104.jar' to './mods/' [1719328 bytes]...
[123/145] Downloaded 'D3Core-1.7.10-1.1.0.31.jar' to './mods/' [59550 bytes]...
[124/145] Downloaded 'supercraftingframe-1.7.10.3.jar' to './mods/' [89875 bytes]...
[125/145] Downloaded 'ThermalFoundation-[1.7.10]1.2.0-102.jar' to './mods/' [2180152 bytes]...
[126/145] Downloaded 'extrautilities-1.2.12.jar' to './mods/' [2149827 bytes]...
[127/145] Downloaded 'ProgressiveAutomation-1.7.10-1.6.27.jar' to './mods/' [339669 bytes]...
[128/145] Downloaded 'ThermalExpansion-[1.7.10]4.0.3B1-218.jar' to './mods/' [2384406 bytes]...
Jun 06, 2020 10:56:19 PM net.creeperhost.creeperlauncher.CreeperLogger warning
WARNING: version.json unable to get content length from HTTP headers!
[129/145] Downloaded 'version.json' to './' [-1 bytes]...
[130/145] Downloaded 'pressure-1.2.4.124-mc1.7.10.jar' to './mods/' [1331738 bytes]...
[131/145] Downloaded 'Opis-1.2.5_1.7.10.jar.disabled' to './mods/' [6919462 bytes]...
[132/145] Downloaded 'forge-1.7.10-10.13.4.1448-installer.jar' to './' [3308811 bytes]...
[132/145] Finished.
Invoking forge 10.13.4.1448 installer.
================= FORGE INSTALL BEGINS =================
Setting up logger: /data/forge-1.7.10-10.13.4.1448-installer.jar.log
Installing server to current directory
MESSAGE: Data kindly mirrored by Forge at http://MinecraftForge.net/
MESSAGE: Considering minecraft server jar
MESSAGE: Downloading minecraft server version 1.7.10
  ETag: 3e8912b293b52bd54f879919bd6e4e44
  MD5:  3e8912b293b52bd54f879919bd6e4e44
MESSAGE: Considering library net.minecraftforge:forge:1.7.10-10.13.4.1448-1.7.10: Not Downloading
MESSAGE: Considering library net.minecraft:launchwrapper:1.11
MESSAGE: Downloading library net.minecraft:launchwrapper:1.11
MESSAGE: Considering library org.ow2.asm:asm-all:5.0.3
MESSAGE: Downloading library org.ow2.asm:asm-all:5.0.3
MESSAGE: Considering library com.typesafe.akka:akka-actor_2.11:2.3.3
MESSAGE: Downloading library com.typesafe.akka:akka-actor_2.11:2.3.3
MESSAGE: Trying unpacked library com.typesafe.akka:akka-actor_2.11:2.3.3
MESSAGE: Considering library com.typesafe:config:1.2.1
MESSAGE: Downloading library com.typesafe:config:1.2.1
MESSAGE: Trying unpacked library com.typesafe:config:1.2.1
MESSAGE: Considering library org.scala-lang:scala-actors-migration_2.11:1.1.0
MESSAGE: Downloading library org.scala-lang:scala-actors-migration_2.11:1.1.0
MESSAGE: Trying unpacked library org.scala-lang:scala-actors-migration_2.11:1.1.0
MESSAGE: Considering library org.scala-lang:scala-compiler:2.11.1
MESSAGE: Downloading library org.scala-lang:scala-compiler:2.11.1
MESSAGE: Trying unpacked library org.scala-lang:scala-compiler:2.11.1
MESSAGE: Considering library org.scala-lang.plugins:scala-continuations-library_2.11:1.0.2
MESSAGE: Downloading library org.scala-lang.plugins:scala-continuations-library_2.11:1.0.2
MESSAGE: Trying unpacked library org.scala-lang.plugins:scala-continuations-library_2.11:1.0.2
MESSAGE: Considering library org.scala-lang.plugins:scala-continuations-plugin_2.11.1:1.0.2
MESSAGE: Downloading library org.scala-lang.plugins:scala-continuations-plugin_2.11.1:1.0.2
MESSAGE: Trying unpacked library org.scala-lang.plugins:scala-continuations-plugin_2.11.1:1.0.2
MESSAGE: Considering library org.scala-lang:scala-library:2.11.1
MESSAGE: Downloading library org.scala-lang:scala-library:2.11.1
MESSAGE: Trying unpacked library org.scala-lang:scala-library:2.11.1
MESSAGE: Considering library org.scala-lang:scala-parser-combinators_2.11:1.0.1
MESSAGE: Downloading library org.scala-lang:scala-parser-combinators_2.11:1.0.1
MESSAGE: Trying unpacked library org.scala-lang:scala-parser-combinators_2.11:1.0.1
MESSAGE: Considering library org.scala-lang:scala-reflect:2.11.1
MESSAGE: Downloading library org.scala-lang:scala-reflect:2.11.1
MESSAGE: Trying unpacked library org.scala-lang:scala-reflect:2.11.1
MESSAGE: Considering library org.scala-lang:scala-swing_2.11:1.0.1
MESSAGE: Downloading library org.scala-lang:scala-swing_2.11:1.0.1
MESSAGE: Trying unpacked library org.scala-lang:scala-swing_2.11:1.0.1
MESSAGE: Considering library org.scala-lang:scala-xml_2.11:1.0.2
MESSAGE: Downloading library org.scala-lang:scala-xml_2.11:1.0.2
MESSAGE: Trying unpacked library org.scala-lang:scala-xml_2.11:1.0.2
MESSAGE: Considering library lzma:lzma:0.0.1
MESSAGE: Downloading library lzma:lzma:0.0.1
MESSAGE: Considering library net.sf.jopt-simple:jopt-simple:4.5
MESSAGE: Downloading library net.sf.jopt-simple:jopt-simple:4.5
MESSAGE: Considering library com.google.guava:guava:17.0
MESSAGE: Downloading library com.google.guava:guava:17.0
MESSAGE: Considering library org.apache.commons:commons-lang3:3.3.2
MESSAGE: Downloading library org.apache.commons:commons-lang3:3.3.2
The server installed successfully, you should now be able to run the file forge-1.7.10-10.13.4.1448-1.7.10-universal.jar
You can delete this installer file now if you wish
=================  FORGE INSTALL ENDS  =================
Pack install Finished.
[init] Creating server.properties in /data/server.properties
[init] Setting server-name to 'Dedicated Server' in /data/server.properties
[init] Skip setting server-ip
[init] Setting server-port to '25565' in /data/server.properties
[init] Setting motd to 'A Ftba Minecraft Server powered by Docker' in /data/server.properties
[init] Skip setting allow-nether
[init] Skip setting announce-player-achievements
[init] Skip setting enable-command-block
[init] Skip setting spawn-animals
[init] Skip setting spawn-monsters
[init] Skip setting spawn-npcs
[init] Skip setting spawn-protection
[init] Skip setting generate-structures
[init] Skip setting view-distance
[init] Skip setting hardcore
[init] Skip setting snooper-enabled
[init] Skip setting max-build-height
[init] Skip setting force-gamemode
[init] Skip setting max-tick-time
[init] Skip setting enable-query
[init] Skip setting query.port
[init] Setting enable-rcon to 'true' in /data/server.properties
[init] Setting rcon.password to 'minecraft' in /data/server.properties
[init] Setting rcon.port to '25575' in /data/server.properties
[init] Skip setting max-players
[init] Skip setting max-world-size
[init] Setting level-name to 'world' in /data/server.properties
[init] Skip setting level-seed
[init] Setting pvp to 'true' in /data/server.properties
[init] Skip setting generator-settings
[init] Setting online-mode to 'true' in /data/server.properties
[init] Skip setting allow-flight
[init] Setting level-type to 'DEFAULT' in /data/server.properties
[init] Skip setting resource-pack
[init] Skip setting resource-pack-sha1
[init] Skip setting player-idle-timeout
[init] Setting difficulty to 'easy' in /data/server.properties
[init] Creating log4j2.xml in /data/log4j2.xml
[init] Checking for JSON files.
[init] Setting initial memory to 1G and max to 1G
[init] Starting the Minecraft server...
2020-06-06 21:58:17,891 ERROR DefaultRolloverStrategy contains an invalid element or attribute "Delete"
[21:58:18] [main/INFO]: Loading tweak class name cpw.mods.fml.common.launcher.FMLServerTweaker
[21:58:18] [main/INFO]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLServerTweaker
[21:58:18] [main/INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLServerTweaker
[21:58:18] [main/INFO]: Forge Mod Loader version 7.99.16.1448 for Minecraft 1.7.10 loading
[21:58:18] [main/INFO]: Java is OpenJDK 64-Bit Server VM, version 1.8.0_252, running on Linux:amd64:4.19.76-linuxkit, installed at /usr/lib/jvm/java-8-openjdk-amd64/jre
2020-06-06 21:58:18,880 ERROR DefaultRolloverStrategy contains an invalid element or attribute "Delete"
[21:58:19] [main/WARN]: The coremod codechicken.core.launch.CodeChickenCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[21:58:19] [main/INFO]: [codechicken.core.launch.DepLoader$DepLoadInst:checkExisting:431]: Deleted old version CodeChickenLib-1.7.10-1.1.3.136-universal.jar
Downloading file http://files.minecraftforge.net/maven/codechicken/CodeChickenLib/1.7.10-1.1.3.138//CodeChickenLib-1.7.10-1.1.3.138-universal.jar
[21:58:21] [main/INFO]: [codechicken.core.launch.DepLoader$DepLoadInst:download:343]: Download complete
[21:58:21] [main/ERROR]: Unable to read the jar file CodeChickenLib-1.7.10-1.1.3.136-universal.jar - ignoring
java.io.FileNotFoundException: /data/mods/1.7.10/CodeChickenLib-1.7.10-1.1.3.136-universal.jar (No such file or directory)
    at java.util.zip.ZipFile.open(Native Method) ~[?:1.8.0_252]
    at java.util.zip.ZipFile.<init>(ZipFile.java:225) ~[?:1.8.0_252]
    at java.util.zip.ZipFile.<init>(ZipFile.java:155) ~[?:1.8.0_252]
    at java.util.jar.JarFile.<init>(JarFile.java:166) ~[?:1.8.0_252]
    at java.util.jar.JarFile.<init>(JarFile.java:130) ~[?:1.8.0_252]
    at cpw.mods.fml.relauncher.CoreModManager.discoverCoreMods(CoreModManager.java:265) [forge-1.7.10-10.13.4.1448-1.7.10-universal.jar:?]
    at cpw.mods.fml.relauncher.CoreModManager.handleLaunch(CoreModManager.java:214) [forge-1.7.10-10.13.4.1448-1.7.10-universal.jar:?]
    at cpw.mods.fml.relauncher.FMLLaunchHandler.setupHome(FMLLaunchHandler.java:90) [forge-1.7.10-10.13.4.1448-1.7.10-universal.jar:?]
    at cpw.mods.fml.relauncher.FMLLaunchHandler.setupServer(FMLLaunchHandler.java:74) [forge-1.7.10-10.13.4.1448-1.7.10-universal.jar:?]
    at cpw.mods.fml.relauncher.FMLLaunchHandler.configureForServerLaunch(FMLLaunchHandler.java:39) [forge-1.7.10-10.13.4.1448-1.7.10-universal.jar:?]
    at cpw.mods.fml.common.launcher.FMLServerTweaker.injectIntoClassLoader(FMLServerTweaker.java:23) [forge-1.7.10-10.13.4.1448-1.7.10-universal.jar:?]
    at net.minecraft.launchwrapper.Launch.launch(Launch.java:115) [launchwrapper-1.11.jar:?]
    at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.11.jar:?]
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_252]
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_252]
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_252]
    at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_252]
    at cpw.mods.fml.relauncher.ServerLaunchWrapper.run(ServerLaunchWrapper.java:43) [forge-1.7.10-10.13.4.1448-1.7.10-universal.jar:?]
    at cpw.mods.fml.relauncher.ServerLaunchWrapper.main(ServerLaunchWrapper.java:12) [forge-1.7.10-10.13.4.1448-1.7.10-universal.jar:?]
[21:58:21] [main/WARN]: The coremod cofh.asm.LoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[21:58:21] [main/WARN]: The coremod fastcraft.LoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[21:58:21] [main/WARN]: The coremod codechicken.core.launch.DepLoader does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[21:58:21] [main/WARN]: The coremod invtweaks.forge.asm.FMLPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[21:58:21] [main/WARN]: The coremod codechicken.nei.asm.NEICorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[21:58:21] [main/INFO]: Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[21:58:21] [main/INFO]: Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker
[21:58:21] [main/INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[21:58:21] [main/INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[21:58:21] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[21:58:22] [main/INFO]: Found valid fingerprint for Minecraft Forge. Certificate fingerprint e3c3d50c7c986df74c645c0ac54639741c90a557
[21:58:22] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[21:58:22] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[21:58:22] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[21:58:22] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[21:58:22] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[21:58:22] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[21:58:22] [main/INFO]: Attempting to detect JVM version...
[21:58:22] [main/INFO]: Detected JVM: 1.8
[21:58:22] [main/INFO]: Starting library configuration...
[21:58:22] [main/INFO]: System attached to FML. Now intercepting all logging calls.
[21:58:22] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[21:58:22] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[21:58:22] [main/INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLDeobfTweaker
[21:58:23] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[21:58:23] [main/INFO]: Loading tweak class name cpw.mods.fml.common.launcher.TerminalTweaker
[21:58:23] [main/INFO]: Calling tweak class cpw.mods.fml.common.launcher.TerminalTweaker
[21:58:23] [main/INFO]: Launching wrapped minecraft {net.minecraft.server.MinecraftServer}
[21:58:24] [Server thread/INFO]: Starting minecraft server version 1.7.10
[21:58:24] [Server thread/INFO]: Attempting early MinecraftForge initialization
[21:58:24] [Server thread/INFO]: MinecraftForge v10.13.4.1448 Initialized
[21:58:24] [Server thread/INFO]: Replaced 183 ore recipies
[21:58:24] [Server thread/INFO]: Completed early MinecraftForge initialization
[21:58:24] [Server thread/INFO]: Found 0 mods from the command line. Injecting into mod discoverer
[21:58:24] [Server thread/INFO]: Searching /data/mods for mods
[21:58:24] [Server thread/INFO]: Also searching /data/mods/1.7.10 for mods
[21:58:25] [Server thread/WARN]: Mod D3Core is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.1.0.31
[21:58:25] [Server thread/WARN]: Mod ExtraUtilities is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.2.12
[21:58:25] [Server thread/WARN]: Mod ForgeMicroblock is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.2.0.345
[21:58:25] [Server thread/WARN]: Mod ForgeMultipart is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.2.0.345
[21:58:25] [Server thread/WARN]: Mod McMultipart is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.2.0.345
[21:58:25] [Server thread/WARN]: Mod GreenThumb is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.1.0.8
[21:58:25] [Server thread/WARN]: Mod TorchTools is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.2.0.27
[21:58:25] [Server thread/INFO]: Forge Mod Loader has identified 65 mods to load
[21:58:25] [Server thread/INFO]: Found mod(s) [ExtraUtilities] containing declared API package baubles.api (owned by Baubles) without associated API reference
[21:58:26] [Server thread/INFO]: FML has found a non-mod file CodeChickenLib-1.7.10-1.1.3.138-universal.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
[21:58:26] [Server thread/INFO]: FML has found a non-mod file commons-codec-1.9.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
[21:58:26] [Server thread/INFO]: FML has found a non-mod file commons-compress-1.8.1.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
[21:58:26] [Server thread/INFO]: Attempting connection with missing mods [mcp, FML, Forge, CodeChickenCore, NotEnoughItems, <CoFH ASM>, autopackager, bagginses, bdlib, CoFHCore, D3Core, ExtraUtilities, FastCraft, FlatSigns, ForgeMicroblock, ForgeMultipart, McMultipart, FTBL, FTBU, GreenThumb, inpure|core, inventorytweaks, JABBA, MineFactoryReloaded, MineFactoryReloaded|CompatAppliedEnergistics, MineFactoryReloaded|CompatAtum, MineFactoryReloaded|CompatBackTools, MineFactoryReloaded|CompatBuildCraft, MineFactoryReloaded|CompatChococraft, MineFactoryReloaded|CompatExtraBiomes, MineFactoryReloaded|CompatForestry, MineFactoryReloaded|CompatForgeMicroblock, MineFactoryReloaded|CompatIC2, MineFactoryReloaded|CompatMystcraft, MineFactoryReloaded|CompatProjRed, MineFactoryReloaded|CompatRailcraft, MineFactoryReloaded|CompatSufficientBiomes, MineFactoryReloaded|CompatThaumcraft, MineFactoryReloaded|CompatThermalExpansion, MineFactoryReloaded|CompatTConstruct, MineFactoryReloaded|CompatTwilightForest, MineFactoryReloaded|CompatVanilla, Morpheus, NEIAddons, NEIAddons|Developer, NEIAddons|AppEng, NEIAddons|Botany, NEIAddons|Forestry, NEIAddons|CraftingTables, NEIAddons|ExNihilo, notenoughkeys, ObsidiPlates, pressure, progressiveautomation, RedstoneArsenal, simplyjetpacks, SolarFlux, StorageDrawers, supercraftingframe, ThermalDynamics, ThermalExpansion, ThermalFoundation, TorchTools, Waila, WailaHarvestability] at CLIENT
[21:58:26] [Server thread/INFO]: Attempting connection with missing mods [mcp, FML, Forge, CodeChickenCore, NotEnoughItems, <CoFH ASM>, autopackager, bagginses, bdlib, CoFHCore, D3Core, ExtraUtilities, FastCraft, FlatSigns, ForgeMicroblock, ForgeMultipart, McMultipart, FTBL, FTBU, GreenThumb, inpure|core, inventorytweaks, JABBA, MineFactoryReloaded, MineFactoryReloaded|CompatAppliedEnergistics, MineFactoryReloaded|CompatAtum, MineFactoryReloaded|CompatBackTools, MineFactoryReloaded|CompatBuildCraft, MineFactoryReloaded|CompatChococraft, MineFactoryReloaded|CompatExtraBiomes, MineFactoryReloaded|CompatForestry, MineFactoryReloaded|CompatForgeMicroblock, MineFactoryReloaded|CompatIC2, MineFactoryReloaded|CompatMystcraft, MineFactoryReloaded|CompatProjRed, MineFactoryReloaded|CompatRailcraft, MineFactoryReloaded|CompatSufficientBiomes, MineFactoryReloaded|CompatThaumcraft, MineFactoryReloaded|CompatThermalExpansion, MineFactoryReloaded|CompatTConstruct, MineFactoryReloaded|CompatTwilightForest, MineFactoryReloaded|CompatVanilla, Morpheus, NEIAddons, NEIAddons|Developer, NEIAddons|AppEng, NEIAddons|Botany, NEIAddons|Forestry, NEIAddons|CraftingTables, NEIAddons|ExNihilo, notenoughkeys, ObsidiPlates, pressure, progressiveautomation, RedstoneArsenal, simplyjetpacks, SolarFlux, StorageDrawers, supercraftingframe, ThermalDynamics, ThermalExpansion, ThermalFoundation, TorchTools, Waila, WailaHarvestability] at SERVER
[21:58:27] [Server thread/INFO]: Starting automation
[21:58:27] [Server thread/INFO]: Processing ObjectHolder annotations
[21:58:27] [Server thread/INFO]: Found 337 ObjectHolder annotations
[21:58:27] [Server thread/INFO]: Identifying ItemStackHolder annotations
[21:58:27] [Server thread/INFO]: Found 0 ItemStackHolder annotations
[21:58:27] [Server thread/INFO]: Configured a dormant chunk cache size of 0
[21:58:27] [Server thread/INFO]: Registering Default Templates.
[21:58:27] [Server thread/INFO]: Registering default generators
[21:58:27] [Server thread/INFO]: Complete
[21:58:27] [Server thread/INFO]: bdlib 1.9.3.107 loaded
[21:58:27] [Server thread/INFO]: Initialized network channel 'bdew.multiblock' for mod 'bdlib'
[21:58:28] [CoFHUpdater:CoFHCore/ERROR]: Update check for CoFH Core failed.
java.io.FileNotFoundException: https://raw.githubusercontent.com/CoFH/Version/master/CoFHCore
    at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1896) ~[?:1.8.0_252]
    at sun.net.www.protocol.http.HttpURLConnection.access$200(HttpURLConnection.java:92) ~[?:1.8.0_252]
    at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1490) ~[?:1.8.0_252]
    at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1488) ~[?:1.8.0_252]
    at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_252]
    at java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:784) ~[?:1.8.0_252]
    at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1487) ~[?:1.8.0_252]
    at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:268) ~[?:1.8.0_252]
    at java.net.URL.openStream(URL.java:1068) ~[?:1.8.0_252]
    at cofh.mod.updater.UpdateCheckThread.run(UpdateCheckThread.java:44) [UpdateCheckThread.class:?]
[21:58:29] [Server thread/INFO]: Loading Plugins...
[21:58:29] [Server thread/INFO]: Finished Loading Plugins.
[21:58:29] [Server thread/INFO]: Hello World
[21:58:29] [Server thread/INFO]: InvTweaks: net.minecraft.inventory.Container
[21:58:29] [Server thread/INFO]: FastCraft 1.21 loaded.
[21:58:29] [Server thread/INFO]: Config loaded from: /data/config/FlatSigns.cfg
[21:58:30] [Server thread/INFO]: Loading FTBLib, v1.0.11
[21:58:30] [Server thread/INFO]: OS: LINUX, 64bit: true
[21:58:30] [Server thread/INFO]: Backups folder created @ /data/./backups
[21:58:30] [Server thread/INFO]: Constructing submodule info.inpureprojects.core.Preloader.ModulePreloader
[21:58:30] [Server thread/INFO]: Constructing submodule info.inpureprojects.core.Updater.UpdateModule
[21:58:30] [Server thread/INFO]: Constructing submodule info.inpureprojects.core.Scripting.ScriptExtractor
[21:58:30] [Server thread/INFO]: Processing preinit event for submodule info.inpureprojects.core.Preloader.ModulePreloader
[21:58:30] [Server thread/INFO]: Processing preinit event for submodule info.inpureprojects.core.Updater.UpdateModule
[21:58:30] [Server thread/INFO]: Processing preinit event for submodule info.inpureprojects.core.Scripting.ScriptExtractor
[21:58:30] [Server thread/INFO]: Loading Plugins...
[21:58:30] [Server thread/INFO]: Finished Loading Plugins.
[21:58:30] [Server thread/INFO]: Loading configuration
[21:58:30] [Server thread/INFO]: Wrong side: SERVER, Developer Tools Addon not loading
[21:58:30] [Server thread/INFO]: Required mod appliedenergistics2 is not installed, dependent features will be unavailable
[21:58:30] [Server thread/ERROR]: Requirements unmet, Applied Energistics 2 Addon not loading
[21:58:30] [Server thread/INFO]: Wrong side: SERVER, Botany Addon not loading
[21:58:30] [Server thread/INFO]: Required mod Forestry is not installed, dependent features will be unavailable
[21:58:30] [Server thread/ERROR]: Requirements unmet, Forestry Addon not loading
[21:58:30] [Server thread/INFO]: Wrong side: SERVER, Crafting Tables Addon not loading
[21:58:30] [Server thread/INFO]: Wrong side: SERVER, Ex Nihilo Addon not loading
[21:58:30] [Server thread/INFO]: Config loaded from: /data/config/ObsidiPlates.cfg
[21:58:30] [Server thread/INFO]: Loading internal config files for mod Pressure Pipes
[21:58:30] [Server thread/INFO]: Loading config: jar:file:/data/mods/pressure-1.2.4.124-mc1.7.10.jar!/assets/pressure/config/settings.cfg
[21:58:30] [CoFHUpdater:ThermalFoundation/ERROR]: Update check for Thermal Foundation failed.
java.io.FileNotFoundException: https://raw.githubusercontent.com/CoFH/Version/master/ThermalFoundation
    at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1896) ~[?:1.8.0_252]
    at sun.net.www.protocol.http.HttpURLConnection.access$200(HttpURLConnection.java:92) ~[?:1.8.0_252]
    at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1490) ~[?:1.8.0_252]
    at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1488) ~[?:1.8.0_252]
    at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_252]
    at java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:784) ~[?:1.8.0_252]
    at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1487) ~[?:1.8.0_252]
    at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:268) ~[?:1.8.0_252]
    at java.net.URL.openStream(URL.java:1068) ~[?:1.8.0_252]
    at cofh.mod.updater.UpdateCheckThread.run(UpdateCheckThread.java:44) [UpdateCheckThread.class:?]
[21:58:30] [Server thread/INFO]: Loading config: jar:file:/data/mods/pressure-1.2.4.124-mc1.7.10.jar!/assets/pressure/config/recipes.cfg
[21:58:30] [Server thread/INFO]: Loading user config files for mod Pressure Pipes
[21:58:30] [Server thread/INFO]: Config loading for mod Pressure Pipes finished
[21:58:30] [Server thread/INFO]: Loaded creative tabs for pressure
[21:58:31] [CoFHUpdater:ThermalExpansion/ERROR]: Update check for Thermal Expansion failed.
java.io.FileNotFoundException: https://raw.githubusercontent.com/CoFH/Version/master/ThermalExpansion
    at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1896) ~[?:1.8.0_252]
    at sun.net.www.protocol.http.HttpURLConnection.access$200(HttpURLConnection.java:92) ~[?:1.8.0_252]
    at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1490) ~[?:1.8.0_252]
    at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1488) ~[?:1.8.0_252]
    at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_252]
    at java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:784) ~[?:1.8.0_252]
    at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1487) ~[?:1.8.0_252]
    at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:268) ~[?:1.8.0_252]
    at java.net.URL.openStream(URL.java:1068) ~[?:1.8.0_252]
    at cofh.mod.updater.UpdateCheckThread.run(UpdateCheckThread.java:44) [UpdateCheckThread.class:?]
[21:58:31] [Thread-4/INFO]: You are using the latest suitable version.
[21:58:31] [Server thread/INFO]: ImmersiveEngineering not found, not loading
[21:58:31] [Server thread/INFO]: harvestcraft not found, not loading
[21:58:31] [Server thread/INFO]: PneumaticCraft not found, not loading
[21:58:31] [Server thread/INFO]: MFR Loaded
[21:58:31] [Server thread/INFO]: AgriCraft not found, not loading
[21:58:31] [Server thread/INFO]: B0bGrowsOre not found, not loading
[21:58:31] [Server thread/INFO]: RightClickPlants Loaded
[21:58:31] [Server thread/INFO]: Vanilla Loaded
[21:58:31] [Server thread/INFO]: Starting Simply Jetpacks
[21:58:31] [Server thread/INFO]: Successfully found CoFHLib
[21:58:31] [Server thread/INFO]: Loading configuration files
[21:58:31] [Server thread/INFO]: Constructing items
[21:58:31] [Server thread/INFO]: Registering items
[21:58:31] [Server thread/INFO]: Pre Initialization
[21:58:31] [Server thread/INFO]: Initialization of configuration
[21:58:31] [Server thread/INFO]: Registering blocks
[21:58:31] [Server thread/INFO]: Registering items
[21:58:31] [Server thread/INFO]: Applying holder lookups
[21:58:31] [Server thread/INFO]: Holder lookups applied
[21:58:31] [Server thread/INFO]: Injecting itemstacks
[21:58:31] [Server thread/INFO]: Itemstack injection complete
[21:58:31] [Server thread/INFO]: Loading properties
[21:58:31] [Server thread/INFO]: You need to agree to the EULA in order to run the server. Go to eula.txt for more info.
[21:58:31] [Server thread/WARN]: Can't revert to frozen GameData state without freezing first.
[21:58:31] [Server thread/INFO]: Applying holder lookups
[21:58:31] [Server thread/INFO]: Holder lookups applied
[21:58:31] [Server thread/INFO]: The state engine was in incorrect state POSTINITIALIZATION and forced into state SERVER_STOPPED. Errors may have been discarded.
2020-06-06T21:58:32.374Z    INFO    mc-server-runner    Done
matthewmullin01 commented 4 years ago

Ive tested a few more modpacks on different VMs as well as my machine. It appears to be a issue specific to a few diefferent modpacks Including 11, 16 and 18.

11 (FTB Lite 3) and 16 (FTB Departed) both give similar issues where 18 (FTB Vanilla+) gives this.

docker run --name mc-ftb -e EULA=TRUE   -e TYPE=FTBA -e FTB_MODPACK_ID=18 -e MEMORY=3000M   -p 25565:25565   itzg/minecraft-server:multiarch
[init] Running as uid=1000 gid=1000 with /data as 'drwxrwxr-x 2 1000 1000 4096 Jun  7 08:45 /data'
[init] Resolved version given LATEST into 1.15.2
[init] Resolving type given FTBA
[init] Downloading FTB installer
[init] Installing modpack ID 18, version ID 44
                      _                  _              _     
                     | |                | |            | |    
  _ __ ___   ___   __| |_ __   __ _  ___| | _____   ___| |__  
 | '_ ` _ \ / _ \ / _` | '_ \ / _` |/ __| |/ / __| / __| '_ \ 
 | | | | | | (_) | (_| | |_) | (_| | (__|   <\__ \| (__| | | |
 |_| |_| |_|\___/ \__,_| .__/ \__,_|\___|_|\_\___(_)___|_| |_|
                       | |                                    
                       |_|                                    
 modpacks.ch server downloader - build 13c20a7
Installing 'FTB Vanilla+' version '1.1.0' from channel 'Release' to '/data/.'...
[1/151] Downloaded 'custom_nei_filters.cfg' to './config/INpureProjects/custom_nei_filters/' [345 bytes]...
[2/151] Downloaded 'BiblioCraft.cfg' to './config/' [5839 bytes]...
[3/151] Downloaded 'JABBA.cfg' to './config/' [2503 bytes]...
[4/151] Downloaded 'CodeChickenCore.cfg' to './config/' [832 bytes]...
[5/151] Downloaded 'AppliedEnergistics2.js' to './config/INpureProjects/custom_nei_filters/' [142 bytes]...
[6/151] Downloaded 'vanilla.js' to './config/INpureProjects/custom_nei_filters/' [244 bytes]...
[7/151] Downloaded 'Bootstrap.js' to './config/INpureProjects/custom_nei_filters/' [309 bytes]...
[8/151] Downloaded 'BuildCraft.js' to './config/INpureProjects/custom_nei_filters/' [216 bytes]...
[9/151] Downloaded 'materials.json' to './config/D3Core/' [2 bytes]...
[10/151] Downloaded 'Groups.json' to './config/D3Core/' [2 bytes]...
[11/151] Downloaded 'Mekanism.js' to './config/INpureProjects/custom_nei_filters/' [223 bytes]...
[12/151] Downloaded 'AppleCore.cfg' to './config/' [1160 bytes]...
[13/151] Downloaded 'ForgeMicroblock.js' to './config/INpureProjects/custom_nei_filters/' [311 bytes]...
[14/151] Downloaded 'INpureCore.cfg' to './config/INpureProjects/INpureCore/' [642 bytes]...
[15/151] Downloaded 'nei_filters.toc' to './config/INpureProjects/custom_nei_filters/' [465 bytes]...
[16/151] Downloaded 'Bibliocraft.js' to './config/INpureProjects/custom_nei_filters/' [104 bytes]...
[17/151] Downloaded 'FlatSigns.cfg' to './config/' [110 bytes]...
[18/151] Downloaded 'ExtraUtilities.js' to './config/INpureProjects/custom_nei_filters/' [377 bytes]...
[19/151] Downloaded 'HopperDuctMod.cfg' to './config/' [64 bytes]...
[20/151] Downloaded 'LLadders.cfg' to './config/' [657 bytes]...
[21/151] Downloaded 'D3Core.cfg' to './config/D3Core/' [2087 bytes]...
[22/151] Downloaded 'ThermalExpansion.js' to './config/INpureProjects/custom_nei_filters/' [126 bytes]...
[23/151] Downloaded 'InvTweaksTree.txt' to './config/' [43373 bytes]...
[24/151] Downloaded 'MFR.js' to './config/INpureProjects/custom_nei_filters/' [348 bytes]...
[25/151] Downloaded 'Tcon.js' to './config/INpureProjects/custom_nei_filters/' [195 bytes]...
[26/151] Downloaded 'InvTweaksRules.txt' to './config/' [1352 bytes]...
[27/151] Downloaded 'Players.json' to './config/D3Core/' [2 bytes]...
[28/151] Downloaded 'mainmenu.json' to './config/CustomMainMenu/' [7537 bytes]...
[29/151] Downloaded 'CarpentersBlocks.cfg' to './config/' [3143 bytes]...
[30/151] Downloaded 'debug.log' to './config/INpureProjects/logs/' [12093 bytes]...
[31/151] Downloaded 'ChiselTones.cfg' to './config/' [801 bytes]...
[32/151] Downloaded 'InvTweaks.cfg' to './config/' [675 bytes]...
[33/151] Downloaded 'MUD.cfg' to './config/' [487 bytes]...
[34/151] Downloaded 'Morpheus.cfg' to './config/' [365 bytes]...
[35/151] Downloaded 'NEIAddons.cfg' to './config/' [472 bytes]...
[36/151] Downloaded 'MrTJPCore.cfg' to './config/' [599 bytes]...
[37/151] Downloaded 'client.cfg' to './config/NEI/' [1314 bytes]...
[38/151] Downloaded 'neiintegration.cfg' to './config/' [2909 bytes]...
[39/151] Downloaded 'Natura.cfg' to './config/' [3342 bytes]...
[40/151] Downloaded 'Natura-Dynamic.json' to './config/' [235 bytes]...
[41/151] Downloaded 'railcraft.cfg' to './config/railcraft/' [17889 bytes]...
[42/151] Downloaded 'example-food-group.json' to './config/SpiceOfLife/' [1780 bytes]...
[43/151] Downloaded 'blocks.cfg' to './config/railcraft/' [10421 bytes]...
[44/151] Downloaded 'Mantle.cfg' to './config/SlimeKnights/' [354 bytes]...
[45/151] Downloaded 'PluginMetrics.cfg' to './config/' [240 bytes]...
[46/151] Downloaded 'SeedBlackList.txt' to './config/agricraft/' [188 bytes]...
[47/151] Downloaded 'Mutations.txt' to './config/agricraft/' [5963 bytes]...
[48/151] Downloaded 'Configuration.cfg' to './config/agricraft/' [4272 bytes]...
[49/151] Downloaded 'jacb.cfg' to './config/' [221 bytes]...
[50/151] Downloaded 'props.cfg' to './config/' [508 bytes]...
[51/151] Downloaded 'SeedTiers.txt' to './config/agricraft/' [333 bytes]...
[52/151] Downloaded 'StevesWorkshop.cfg' to './config/' [1173 bytes]...
[53/151] Downloaded 'eula.txt' to './' [184 bytes]...
[54/151] Downloaded 'biome_textures.json' to './config/antiqueatlas/' [1533 bytes]...
[55/151] Downloaded 'items.cfg' to './config/railcraft/' [2801 bytes]...
[56/151] Downloaded 'compactstorage.cfg' to './config/' [2356 bytes]...
[57/151] Downloaded 'denseores.cfg' to './config/' [2024 bytes]...
[58/151] Downloaded 'multipart.cfg' to './config/' [248 bytes]...
[59/151] Downloaded 'SoilWhitelist.txt' to './config/agricraft/' [437 bytes]...
[60/151] Downloaded 'endercompass.cfg' to './config/' [65 bytes]...
[61/151] Downloaded 'StorageDrawers.cfg' to './config/' [2057 bytes]...
[62/151] Downloaded 'SpreadChancesOverrides.txt' to './config/agricraft/' [360 bytes]...
[63/151] Downloaded 'GrassDrops.txt' to './config/agricraft/' [405 bytes]...
[64/151] Downloaded 'SpiceOfLife.cfg' to './config/' [6654 bytes]...
[65/151] Downloaded 'modules.cfg' to './config/railcraft/' [1262 bytes]...
[66/151] Downloaded 'etfuturum.cfg' to './config/' [689 bytes]...
[67/151] Downloaded 'chisel.cfg' to './config/' [7405 bytes]...
[68/151] Downloaded 'texture_sets.json' to './config/antiqueatlas/' [154 bytes]...
[69/151] Downloaded 'marker_textures.json' to './config/antiqueatlas/' [813 bytes]...
[70/151] Downloaded 'ProjectRed.cfg' to './config/' [2893 bytes]...
[71/151] Downloaded 'battlegear2.cfg' to './config/' [4497 bytes]...
[72/151] Downloaded 'forgeChunkLoading.cfg' to './config/' [2025 bytes]...
[73/151] Downloaded 'TorchTools.cfg' to './config/' [206 bytes]...
[74/151] Downloaded 'forge.cfg' to './config/' [2364 bytes]...
[75/151] Downloaded 'Waila.cfg' to './config/' [8063 bytes]...
[76/151] Downloaded 'tile_textures.json' to './config/antiqueatlas/' [951 bytes]...
[77/151] Downloaded 'Ztones.cfg' to './config/' [1044 bytes]...
[78/151] Downloaded 'harvestcraft.cfg' to './config/' [6880 bytes]...
[79/151] Downloaded 'microblocks.cfg' to './config/' [488 bytes]...
[80/151] Downloaded 'tileids.json' to './config/antiqueatlas/' [691 bytes]...
[81/151] Downloaded 'splash.properties' to './config/' [339 bytes]...
[81/151] Unable to download: File does not exist at URL.
[82/151] Downloaded 'forge-1.7.10-1.7.10-installer.zip' to './' [14 bytes]...
Jun 07, 2020 9:45:59 AM net.creeperhost.creeperlauncher.CreeperLogger warning
WARNING: forge-1.7.10-1.7.10-installer.zip error 404: Not Found!
java.io.FileNotFoundException: File does not exist at URL.
        at net.creeperhost.creeperlauncher.api.DownloadableFile.prepare(DownloadableFile.java:126)
        at net.creeperhost.ftbserverdownloader.ServerVersion.lambda$install$2(ServerVersion.java:154)
        at java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1736)
        at java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1728)
        at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:290)
        at java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1020)
        at java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1656)
        at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1594)
        at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:177)
        at com.oracle.svm.core.thread.JavaThreads.threadStartRoutine(JavaThreads.java:527)
        at com.oracle.svm.core.posix.thread.PosixJavaThreads.pthreadStartRoutine(PosixJavaThreads.java:193)
Jun 07, 2020 9:45:59 AM net.creeperhost.creeperlauncher.CreeperLogger warning
WARNING: version.json unable to get content length from HTTP headers!
[83/151] Downloaded 'version.json' to './' [-1 bytes]...
[83/151] Finished.
Invoking forge 1.7.10 installer.
================= FORGE INSTALL BEGINS =================
Error: Unable to access jarfile /data/./forge-1.7.10-1.7.10-installer.zip
=================  FORGE INSTALL ENDS  =================
Pack install Finished.
[init] ERROR unable to locate the installed forge server jar
ls: cannot access '*.jar': No such file or directory

Maybe an issue with modpack.ch?

itzg commented 4 years ago

Aha, that modpack incorrectly includes the eula file which would be overwriting the one managed by the container startup

[89/145] Downloaded 'eula.txt' to './' [184 bytes]...
maxfield-allison commented 4 years ago

I've encountered the same issue with pack 23. Changing to true after the server runs fixes the issue. Is there a fix in progress already or is it something the modpack creators will have to adjust?

itzg commented 4 years ago

IMHO the modpacks should not be including the eula.txt file in the first place; however, it would be reasonable and easy to fix the FTBA startup logic to rewrite the eula after the download...I just keep forgetting to fix this.

maxfield-allison commented 4 years ago

I'd like to take a look when I have time if you don't beat me to it

itzg commented 4 years ago

@maxfield-allison that would be great. I'm thinking it's basically a matter of always overwriting that file since the container already prevalidated that EULA was set to true.

itzg commented 4 years ago

@matthewmullin01 sorry for the delay, I had forgotten to circle back to this issue. It should now be resolved in the latest itzg/minecraft-server:multiarch image. I did my testing with FTB_MODPACK_ID=18.

maxfield-allison commented 4 years ago

Thus far, it looks like this is working for me on several minecraft FTB packs

no-response[bot] commented 3 years ago

This issue has been automatically closed because there has been no response after requesting feedback. Please feel free to re-open this issue if the scenario still exists and provide a comment with more information.