Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to start Minecraft Server in Docker #3048

Open
lilithebowman opened this issue Aug 23, 2024 · 23 comments
Open

Unable to start Minecraft Server in Docker #3048

lilithebowman opened this issue Aug 23, 2024 · 23 comments

Comments

@lilithebowman
Copy link

Describe the problem

The error is in this file:
2024-08-23-output.log.txt

Basically it errors out while trying to spin up for the first time.

Container definition

services:
  mc:
    image: itzg/minecraft-server
    ports:
      - "25566:25566"
    environment:
      EULA: "true"
      MOD_PLATFORM: AUTO_CURSEFORGE
      # allocate from https://console.curseforge.com/ and set in .env file
      CF_API_KEY: <<key goes here>>
      CF_PAGE_URL: https://www.curseforge.com/minecraft/modpacks/all-the-mods-9
      # Optional: select a specific version/file
      #CF_FILENAME_MATCHER: "0.2.34"
      MEMORY: 8G
    volumes:
      - mc-data:/data

volumes:
  mc-data: {}

Container logs

Log file is below

2024-08-23-output.log.txt

@lilithebowman
Copy link
Author

Is this the relevant problem?

Insufficient number of affixes to satisfy the loot rules

@itzg
Copy link
Owner

itzg commented Aug 24, 2024

ATM9 used to work at least, but maybe there's new client mod exclusions needed with newest modpack. Speaking of which, be sure to re-pull the image to ensure latest global exclusions are used and temporarily set env var CF_FORCE_SYNCHRONIZE to "true".

@lilithebowman
Copy link
Author

I'm giving that a try with CF_FORCE_SYNCHRONIZE now

@lilithebowman
Copy link
Author

mc-1  | [21:12:23] [main/INFO] [Supplementaries/]: Loaded 27 flute songs
mc-1  | [21:12:23] [main/INFO] [Gateways to Eternity/]: Registered 7 gateways.
mc-1  | [21:12:23] [main/INFO] [Apotheosis : Enchantment/]: Registered 36 enchanting_stats.
mc-1  | [21:12:23] [main/INFO] [Apotheosis : Adventure/]: Registered 6 rarities.
mc-1  | [21:12:23] [main/INFO] [Apotheosis : Adventure/]: Registered 100 affixes.
mc-1  | [21:12:23] [main/ERROR] [Apotheosis : Adventure/]: Insufficient number of affixes to satisfy the loot rules (ignoring backup rules) of rarity apotheosis:uncommon for category wandRequired: 3; Provided: 1
mc-1  | [21:12:23] [main/ERROR] [Apotheosis : Adventure/]: Insufficient number of affixes to satisfy the loot rules (ignoring backup rules) of rarity apotheosis:rare for category wandRequired: 3; Provided: 1
mc-1  | [21:12:23] [main/ERROR] [Apotheosis : Adventure/]: Insufficient number of affixes to satisfy the loot rules (ignoring backup rules) of rarity apotheosis:rare for category wandRequired: 2; Provided: 1
mc-1  | [21:12:23] [main/ERROR] [Apotheosis : Adventure/]: Insufficient number of affixes to satisfy the loot rules (ignoring backup rules) of rarity apotheosis:rare for category curios:spellbookRequired: 2; Provided: 0
mc-1  | [21:12:23] [main/ERROR] [Apotheosis : Adventure/]: Insufficient number of affixes to satisfy the loot rules (ignoring backup rules) of rarity apotheosis:epic for category wandRequired: 4; Provided: 1
mc-1  | [21:12:23] [main/ERROR] [Apotheosis : Adventure/]: Insufficient number of affixes to satisfy the loot rules (ignoring backup rules) of rarity apotheosis:epic for category curios:spellbookRequired: 2; Provided: 0
mc-1  | [21:12:23] [main/ERROR] [Apotheosis : Adventure/]: Insufficient number of affixes to satisfy the loot rules (ignoring backup rules) of rarity apotheosis:mythic for category wandRequired: 4; Provided: 1
mc-1  | [21:12:23] [main/ERROR] [Apotheosis : Adventure/]: Insufficient number of affixes to satisfy the loot rules (ignoring backup rules) of rarity apotheosis:mythic for category helmetRequired: 3; Provided: 2
mc-1  | [21:12:23] [main/ERROR] [Apotheosis : Adventure/]: Insufficient number of affixes to satisfy the loot rules (ignoring backup rules) of rarity apotheosis:mythic for category bootsRequired: 3; Provided: 2
mc-1  | [21:12:23] [main/ERROR] [Apotheosis : Adventure/]: Insufficient number of affixes to satisfy the loot rules (ignoring backup rules) of rarity apotheosis:mythic for category wandRequired: 3; Provided: 2
mc-1  | [21:12:23] [main/ERROR] [Apotheosis : Adventure/]: Insufficient number of affixes to satisfy the loot rules (ignoring backup rules) of rarity apotheosis:mythic for category curios:spellbookRequired: 3; Provided: 0
mc-1  | [21:12:23] [main/ERROR] [Apotheosis : Adventure/]: Insufficient number of affixes to satisfy the loot rules (ignoring backup rules) of rarity apotheosis:common for category wandRequired: 2; Provided: 1
mc-1  | [21:12:23] [main/ERROR] [Apotheosis : Adventure/]: Insufficient number of affixes to satisfy the loot rules (ignoring backup rules) of rarity apotheosis:ancient for category bowRequired: 5; Provided: 4
mc-1  | [21:12:23] [main/ERROR] [Apotheosis : Adventure/]: Insufficient number of affixes to satisfy the loot rules (ignoring backup rules) of rarity apotheosis:ancient for category crossbowRequired: 5; Provided: 4
mc-1  | [21:12:23] [main/ERROR] [Apotheosis : Adventure/]: Insufficient number of affixes to satisfy the loot rules (ignoring backup rules) of rarity apotheosis:ancient for category pickaxeRequired: 5; Provided: 4
mc-1  | [21:12:23] [main/ERROR] [Apotheosis : Adventure/]: Insufficient number of affixes to satisfy the loot rules (ignoring backup rules) of rarity apotheosis:ancient for category shovelRequired: 5; Provided: 4
mc-1  | [21:12:23] [main/ERROR] [Apotheosis : Adventure/]: Insufficient number of affixes to satisfy the loot rules (ignoring backup rules) of rarity apotheosis:ancient for category wandRequired: 5; Provided: 1
mc-1  | [21:12:23] [main/ERROR] [Apotheosis : Adventure/]: Insufficient number of affixes to satisfy the loot rules (ignoring backup rules) of rarity apotheosis:ancient for category helmetRequired: 4; Provided: 2
mc-1  | [21:12:23] [main/ERROR] [Apotheosis : Adventure/]: Insufficient number of affixes to satisfy the loot rules (ignoring backup rules) of rarity apotheosis:ancient for category bootsRequired: 4; Provided: 2
mc-1  | [21:12:23] [main/ERROR] [Apotheosis : Adventure/]: Insufficient number of affixes to satisfy the loot rules (ignoring backup rules) of rarity apotheosis:ancient for category wandRequired: 4; Provided: 2
mc-1  | [21:12:23] [main/ERROR] [Apotheosis : Adventure/]: Insufficient number of affixes to satisfy the loot rules (ignoring backup rules) of rarity apotheosis:ancient for category curios:spellbookRequired: 4; Provided: 0
mc-1  | [21:12:23] [main/INFO] [Apotheosis : Adventure/]: Registered 34 gems.
mc-1  | [21:12:23] [main/INFO] [Apotheosis : Adventure/]: Registered 100 affix_loot_entries.
mc-1  | [21:12:23] [main/INFO] [Apotheosis : Adventure/]: Registered 39 bosses.
mc-1  | [21:12:23] [main/INFO] [Apotheosis : Adventure/]: Registered 8 rogue_spawners.
mc-1  | [21:12:23] [main/INFO] [Apotheosis : Adventure/]: Registered 5 minibosses.
mc-1  | [21:12:23] [main/INFO] [Apotheosis : Village/]: Registered 29 wanderer_trades.
mc-1  | [21:12:23] [main/INFO] [placebo/]: Registered 32 gear_sets.
mc-1  | [21:12:23] [main/INFO] [hostilenetworks/]: Registered 68 data_models.
mc-1  | [21:12:23] [main/INFO] [hostilenetworks/]: Registered 5 model_tiers.
mc-1  | [21:12:23] [main/WARN] [minecraft/MappedRegistry]: Not all defined tags for registry ResourceKey[minecraft:root / minecraft:worldgen/biome] are present in data pack: forge:none, totw_modded:has_structure/ratlantis_tower
mc-1  | [21:12:24] [main/INFO] [evilcraft/]: 19 Broom modifiers can be applied!
mc-1  | [21:12:27] [main/INFO] [zeta-internal/]: Dispatching ZTagsUpdated to 1 listener
mc-1  | [21:12:27] [main/INFO] [Moonlight/]: Applied 7 data villager trades
Gracefully stopping... (press Ctrl+C again to force)
request returned Bad Gateway for API route and version http://%2F%2F.%2Fpipe%2FdockerDesktopLinuxEngine/v1.46/containers/da46bf58f2d74323619ed34fc16a047f389bf0b3f8c784d6dd5b51bd9a3955c0/json, check if the server supports the requested API version

C:\Games\Docker>

@lilithebowman
Copy link
Author

Even after making sure all of the packages have updated, I'm having no luck. This is a brand new install. IDK what's going wrong here.

It just does the very long server load process and gives up at some point.

@itzg
Copy link
Owner

itzg commented Aug 24, 2024

Yes, it's a modpack so it will have a fairly long startup time. You cancelled it manually so I can't say what the problem is other than don't stop it 😄

@lilithebowman
Copy link
Author

lilithebowman commented Aug 24, 2024

I didn't cancel it manually at all. Okay this time I disconnected the client from the hosting machine altogether so there's no possible way anything can be interpreted as a keypress. This time if it gets interrupted, it's the container itself.

(It was the container itself before but I'm removing a variable just to humor you.)

@itzg
Copy link
Owner

itzg commented Aug 24, 2024

🤷 just going off of your provided logs

Gracefully stopping... (press Ctrl+C again to force)

@lilithebowman
Copy link
Author

image

@lilithebowman
Copy link
Author

mc-1  | [22:14:47] [KubeJS Recipe Event Worker 0/WARN] [co.si.cr.Create/]: Your custom allthemods:createaddition/rolling/emerald_ingot recipe (allthemods:createaddition/rolling/emerald_ingot) specified a duration. Durations have no impact on this type of recipe.
mc-1  | [22:14:47] [KubeJS Recipe Event Worker 0/WARN] [ars_nouveau/]: Use of deprecated recipe format in recipe ID: allthemods:allthemodium/alloy_sword
mc-1  | [22:14:47] [KubeJS Recipe Event Worker 0/WARN] [ars_nouveau/]: Use of deprecated recipe format in recipe ID: allthemods:allthemodium/alloy_sword
mc-1  | [22:14:47] [KubeJS Recipe Event Worker 0/WARN] [ars_nouveau/]: Use of deprecated recipe format in recipe ID: allthemods:allthemodium/alloy_sword
mc-1  | [22:14:47] [KubeJS Recipe Event Worker 0/WARN] [ars_nouveau/]: Use of deprecated recipe format in recipe ID: allthemods:allthemodium/alloy_sword
mc-1  | [22:14:47] [KubeJS Recipe Event Worker 0/WARN] [ars_nouveau/]: Use of deprecated recipe format in recipe ID: allthemods:allthemodium/alloy_sword
mc-1  | [22:14:47] [KubeJS Recipe Event Worker 0/WARN] [ars_nouveau/]: Use of deprecated recipe format in recipe ID: allthemods:allthemodium/alloy_sword
mc-1  | [22:14:47] [KubeJS Recipe Event Worker 0/WARN] [ars_nouveau/]: Use of deprecated recipe format in recipe ID: allthemods:allthemodium/alloy_sword
mc-1  | [22:14:47] [KubeJS Recipe Event Worker 0/WARN] [ars_nouveau/]: Use of deprecated recipe format in recipe ID: allthemods:allthemodium/alloy_sword
mc-1  | [22:14:47] [KubeJS Recipe Event Worker 0/WARN] [ars_nouveau/]: Use of deprecated recipe format in recipe ID: allthemods:allthemodium/alloy_sword
mc-1  | [22:14:47] [KubeJS Recipe Event Worker 0/WARN] [ars_nouveau/]: Use of deprecated recipe format in recipe ID: allthemods:allthemodium/alloy_sword
mc-1  | [22:14:47] [KubeJS Recipe Event Worker 0/WARN] [ars_nouveau/]: Use of deprecated recipe format in recipe ID: allthemods:allthemodium/alloy_sword
mc-1  | [22:14:47] [KubeJS Recipe Event Worker 0/WARN] [ars_nouveau/]: Use of deprecated recipe format in recipe ID: allthemods:allthemodium/alloy_sword
mc-1  | [22:14:47] [KubeJS Recipe Event Worker 0/WARN] [ars_nouveau/]: Use of deprecated recipe format in recipe ID: allthemods:allthemodium/alloy_pick
mc-1  | [22:14:47] [KubeJS Recipe Event Worker 0/WARN] [ars_nouveau/]: Use of deprecated recipe format in recipe ID: allthemods:allthemodium/alloy_pick
mc-1  | [22:14:47] [KubeJS Recipe Event Worker 0/WARN] [ars_nouveau/]: Use of deprecated recipe format in recipe ID: allthemods:allthemodium/alloy_pick
mc-1  | [22:14:47] [KubeJS Recipe Event Worker 0/WARN] [ars_nouveau/]: Use of deprecated recipe format in recipe ID: allthemods:allthemodium/alloy_pick
mc-1  | [22:14:47] [KubeJS Recipe Event Worker 0/WARN] [ars_nouveau/]: Use of deprecated recipe format in recipe ID: allthemods:allthemodium/alloy_pick
mc-1  | [22:14:47] [KubeJS Recipe Event Worker 0/WARN] [ars_nouveau/]: Use of deprecated recipe format in recipe ID: allthemods:allthemodium/alloy_pick
mc-1  | [22:14:47] [KubeJS Recipe Event Worker 0/WARN] [ars_nouveau/]: Use of deprecated recipe format in recipe ID: allthemods:allthemodium/alloy_pick
mc-1  | [22:14:47] [KubeJS Recipe Event Worker 0/WARN] [ars_nouveau/]: Use of deprecated recipe format in recipe ID: allthemods:allthemodium/alloy_pick
mc-1  | [22:14:47] [KubeJS Recipe Event Worker 0/WARN] [ars_nouveau/]: Use of deprecated recipe format in recipe ID: allthemods:allthemodium/alloy_pick
mc-1  | [22:14:47] [KubeJS Recipe Event Worker 0/WARN] [ars_nouveau/]: Use of deprecated recipe format in recipe ID: allthemods:allthemodium/alloy_pick
mc-1  | [22:14:47] [KubeJS Recipe Event Worker 0/WARN] [ars_nouveau/]: Use of deprecated recipe format in recipe ID: allthemods:allthemodium/alloy_pick
mc-1  | [22:14:47] [KubeJS Recipe Event Worker 0/WARN] [ars_nouveau/]: Use of deprecated recipe format in recipe ID: allthemods:allthemodium/alloy_pick
mc-1  | [22:14:47] [KubeJS Recipe Event Worker 0/WARN] [ars_nouveau/]: Use of deprecated recipe format in recipe ID: allthemods:allthemodium/alloy_shovel
mc-1  | [22:14:47] [KubeJS Recipe Event Worker 0/WARN] [ars_nouveau/]: Use of deprecated recipe format in recipe ID: allthemods:allthemodium/alloy_shovel
mc-1  | [22:14:47] [KubeJS Recipe Event Worker 0/WARN] [ars_nouveau/]: Use of deprecated recipe format in recipe ID: allthemods:allthemodium/alloy_shovel
mc-1  | [22:14:47] [KubeJS Recipe Event Worker 0/WARN] [ars_nouveau/]: Use of deprecated recipe format in recipe ID: allthemods:allthemodium/alloy_shovel
mc-1  | [22:14:47] [KubeJS Recipe Event Worker 0/WARN] [ars_nouveau/]: Use of deprecated recipe format in recipe ID: allthemods:allthemodium/alloy_shovel
mc-1  | [22:14:47] [KubeJS Recipe Event Worker 0/WARN] [ars_nouveau/]: Use of deprecated recipe format in recipe ID: allthemods:allthemodium/alloy_shovel
mc-1  | [22:14:47] [KubeJS Recipe Event Worker 0/WARN] [ars_nouveau/]: Use of deprecated recipe format in recipe ID: allthemods:allthemodium/alloy_shovel
mc-1  | [22:14:47] [KubeJS Recipe Event Worker 0/WARN] [ars_nouveau/]: Use of deprecated recipe format in recipe ID: allthemods:allthemodium/alloy_shovel
mc-1  | [22:14:47] [KubeJS Recipe Event Worker 0/WARN] [ars_nouveau/]: Use of deprecated recipe format in recipe ID: allthemods:allthemodium/alloy_shovel
mc-1  | [22:14:47] [KubeJS Recipe Event Worker 0/WARN] [ars_nouveau/]: Use of deprecated recipe format in recipe ID: allthemods:allthemodium/alloy_shovel
mc-1  | [22:14:47] [KubeJS Recipe Event Worker 0/WARN] [ars_nouveau/]: Use of deprecated recipe format in recipe ID: allthemods:allthemodium/alloy_shovel
mc-1  | [22:14:47] [KubeJS Recipe Event Worker 0/WARN] [ars_nouveau/]: Use of deprecated recipe format in recipe ID: allthemods:allthemodium/alloy_shovel
mc-1  | [22:14:47] [KubeJS Recipe Event Worker 0/WARN] [ars_nouveau/]: Use of deprecated recipe format in recipe ID: allthemods:allthemodium/alloy_axe
mc-1  | [22:14:47] [KubeJS Recipe Event Worker 0/WARN] [ars_nouveau/]: Use of deprecated recipe format in recipe ID: allthemods:allthemodium/alloy_axe
mc-1  | [22:14:47] [KubeJS Recipe Event Worker 0/WARN] [ars_nouveau/]: Use of deprecated recipe format in recipe ID: allthemods:allthemodium/alloy_axe
mc-1  | [22:14:47] [KubeJS Recipe Event Worker 0/WARN] [ars_nouveau/]: Use of deprecated recipe format in recipe ID: allthemods:allthemodium/alloy_axe
mc-1  | [22:14:47] [KubeJS Recipe Event Worker 0/WARN] [ars_nouveau/]: Use of deprecated recipe format in recipe ID: allthemods:allthemodium/alloy_axe
mc-1  | [22:14:47] [KubeJS Recipe Event Worker 0/WARN] [ars_nouveau/]: Use of deprecated recipe format in recipe ID: allthemods:allthemodium/alloy_axe
mc-1  | [22:14:47] [KubeJS Recipe Event Worker 0/WARN] [ars_nouveau/]: Use of deprecated recipe format in recipe ID: allthemods:allthemodium/alloy_axe
mc-1  | [22:14:47] [KubeJS Recipe Event Worker 0/WARN] [ars_nouveau/]: Use of deprecated recipe format in recipe ID: allthemods:allthemodium/alloy_axe
mc-1  | [22:14:47] [KubeJS Recipe Event Worker 0/WARN] [ars_nouveau/]: Use of deprecated recipe format in recipe ID: allthemods:allthemodium/alloy_axe
mc-1  | [22:14:47] [KubeJS Recipe Event Worker 0/WARN] [ars_nouveau/]: Use of deprecated recipe format in recipe ID: allthemods:allthemodium/alloy_axe
mc-1  | [22:14:47] [KubeJS Recipe Event Worker 0/WARN] [ars_nouveau/]: Use of deprecated recipe format in recipe ID: allthemods:allthemodium/alloy_axe
mc-1  | [22:14:47] [KubeJS Recipe Event Worker 0/WARN] [ars_nouveau/]: Use of deprecated recipe format in recipe ID: allthemods:allthemodium/alloy_axe
mc-1  | [22:14:47] [KubeJS Recipe Event Worker 0/WARN] [ars_nouveau/]: Use of deprecated recipe format in recipe ID: allthemods:allthemodium/alloy_paxel
mc-1  | [22:14:47] [KubeJS Recipe Event Worker 0/WARN] [ars_nouveau/]: Use of deprecated recipe format in recipe ID: allthemods:allthemodium/alloy_paxel
mc-1  | [22:14:47] [KubeJS Recipe Event Worker 0/WARN] [ars_nouveau/]: Use of deprecated recipe format in recipe ID: allthemods:allthemodium/alloy_paxel
mc-1  | [22:14:47] [KubeJS Recipe Event Worker 0/WARN] [ars_nouveau/]: Use of deprecated recipe format in recipe ID: allthemods:allthemodium/alloy_paxel
mc-1  | /data/./run.sh: line 6:   195 Killed                  java @user_jvm_args.txt @libraries/net/minecraftforge/forge/1.20.1-47.2.20/unix_args.txt "$@"
mc-1  | 2024-08-24T22:15:01.911Z        WARN    mc-server-runner        Minecraft server failed. Inspect logs above for errors that indicate cause. DO NOT report this line as an error.        {"exitCode": 137}
mc-1  | 2024-08-24T22:15:01.926Z        INFO    mc-server-runner        Done
mc-1 exited with code 137

C:\Games\Docker> Desktop   o View Config   w Enable Watch

I think it got further that time.

@lilithebowman
Copy link
Author

Nothing was connected to the machine. No keyboard or anything like that.

mc-1  | [22:21:13] [main/INFO] [Caupona recipe generator/]: Building recipes...
mc-1  | /data/./run.sh: line 6:   193 Killed                  java @user_jvm_args.txt @libraries/net/minecraftforge/forge/1.20.1-47.2.20/unix_args.txt "$@"
mc-1  | 2024-08-24T22:21:38.460Z        WARN    mc-server-runner        Minecraft server failed. Inspect logs above for errors that indicate cause. DO NOT report this line as an error.        {"exitCode": 137}
mc-1  | 2024-08-24T22:21:38.481Z        INFO    mc-server-runner        Done
mc-1 exited with code 137

So weird.

@itzg
Copy link
Owner

itzg commented Aug 25, 2024

"Killed" indication means something at operating system level killed it. Thats different than the manual stop I mentioned earlier.

@itzg
Copy link
Owner

itzg commented Aug 25, 2024

You haven't mentioned any time frame for the startup so as a guess perhaps health check timeout needs to be adjusted

https://docker-minecraft-server.readthedocs.io/en/latest/misc/healthcheck/

@lilithebowman
Copy link
Author

Yeah that sounds promising. I'll look into it! Thanks!

@lilithebowman
Copy link
Author

Okay another failure... hmm... this time it was only a few minutes

mc-1  | [01:24:55] [main/INFO] [KubeJS Server/]: Scripts loaded
mc-1  | [01:24:55] [main/INFO] [KubeJS Server/]: Initializing recipe event...
mc-1  | [01:25:02] [main/INFO] [ne.mi.co.Co.apotheosis/COREMODLOG]: Replaced 2 calls to Enchantment#getMaxLevel() in net/minecraft/server/commands/EnchantCommand
mc-1  | [01:25:03] [main/INFO] [FTB Ranks/]: Loading command nodes...
mc-1  | [01:25:03] [main/INFO] [FTB Ranks/]: Loaded 4251 command nodes
mc-1  | [01:25:03] [main/INFO] [zeta-internal/]: Dispatching ForgeZAddReloadListener (as ZAddReloadListener) to 2 listeners
mc-1  | [01:25:03] [main/INFO] [quark-zeta/]: Dispatching ForgeZAddReloadListener (as ZAddReloadListener) to 2 listeners
mc-1  | [01:25:03] [main/INFO] [quark-zeta/]: Dispatching AdvancementModifierRegistry$1 (as ZGatherAdvancementModifiers) to 1 listener
mc-1  | [01:25:03] [Worker-Main-3/INFO] [KubeJS Server/]: [minecraft:worldgen/biome] Found 849 tags, added 8 objects, removed 0 objects
mc-1  | [01:25:03] [Worker-Main-3/ERROR] [minecraft/TagLoader]: Couldn't load tag alexsmobs:skreechers_can_spawn_wardens as it is missing following references: deeperdarker:otherside (from deeperdarker-forge-1.20.1-1.2.1.jar)
mc-1  | [01:25:03] [Worker-Main-3/ERROR] [minecraft/TagLoader]: Couldn't load tag totw_modded:has_structure/ratlantis_tower as it is missing following references: rats:ratlantis (from totw_modded-forge-1.20.1-1.0.5.jar)
mc-1  | [01:25:10] [Worker-Main-2/INFO] [KubeJS Server/]: [minecraft:entity_type] Found 231 tags, added 60 objects, removed 0 objects
mc-1  | [01:25:14] [Worker-Main-2/INFO] [KubeJS Server/]: [minecraft:fluid] Found 545 tags, added 2 objects, removed 4 objects
mc-1  | [01:25:14] [Worker-Main-3/WARN] [ar.Artifacts/]: Tag entries for curios:tags/items/magic_book.json cleared by tombstone-1.20.1-8.6.7.jar
mc-1  | [01:25:14] [Worker-Main-3/INFO] [KubeJS Server/]: tags.js#128: [minecraft:item] Found 8229 tags, added 197 objects, removed 6 objects
mc-1  | [01:25:14] [Worker-Main-3/ERROR] [minecraft/TagLoader]: Couldn't load tag ctov:wares/sealed_delivery_agreement as it is missing following references: wares:sealed_delivery_agreement (from [Forge]CTOV-v3.4.5.jar)
mc-1  | [01:25:14] [Worker-Main-1/INFO] [KubeJS Server/]: [minecraft:block] Found 2731 tags, added 745 objects, removed 0 objects
mc-1  | [01:25:14] [Worker-Main-3/ERROR] [minecraft/TagLoader]: Couldn't load tag ctov:wares/cardboard_box as it is missing following references: wares:cardboard_box (from [Forge]CTOV-v3.4.5.jar)
mc-1  | [01:25:14] [Worker-Main-1/WARN] [AlmostUnified/]: The following tags are invalid and will be ignored: [forge:ores/elementium, forge:ingots/apatite, forge:storage_blocks/raw_potassium_nitrate, forge:dusts/cloggrum, forge:nuggets/potassium_nitrate, forge:gems/amber, forge:wires/netherite, forge:nuggets/coal_coke, forge:gears/charcoal, forge:gears/coal, forge:gems/elementium, forge:wires/allthemodium, forge:ores/ender, forge:nuggets/charcoal, forge:rods/elementium, forge:wires/diamond, forge:wires/coal_coke, forge:ingots/chrome, forge:plates/cinnabar, forge:wires/cloggrum, forge:ingots/cinnabar, forge:storage_blocks/raw_invar, forge:nuggets/amber, forge:gems/steel, forge:dusts/aeternium, forge:wires/zinc, forge:dusts/elementium, forge:ores/calorite, forge:plates/bitumen, forge:ores/signalum, forge:wires/brass, forge:rods/aeternium, forge:gems/enderium, forge:rods/dragonsteel, forge:wires/horizonite, forge:raw_materials/charcoal, forge:storage_blocks/mithril, forge:gems/aeternium, forge:rods/crimson_iron, forge:plates/froststeel, forge:gems/electrum, forge:raw_materials/ender, forge:plates/azure_silver, forge:wires/falsite, forge:storage_blocks/raw_coal_coke, forge:nuggets/graphite, forge:gears/charoite, forge:gears/fluorite, forge:raw_materials/peridot, forge:dusts/bitumen, forge:raw_materials/twinite, forge:ores/steel, forge:gears/potassium_nitrate, forge:gems/cloggrum, forge:ores/bitumen, forge:ingots/coal_coke, forge:nuggets/apatite, forge:nuggets/charoite, forge:gears/graphite, forge:rods/desh, forge:gears/ender, forge:plates/coal, forge:rods/cloggrum, forge:nuggets/coal, forge:rods/ventium, forge:wires/ender, forge:dusts/aquite, forge:wires/aquite, forge:nuggets/fluorite, forge:nuggets/aquite, forge:raw_materials/steel, forge:dusts/mithril, forge:gears/amber, forge:gems/falsite, forge:gears/falsite, forge:gems/allthemodium, forge:ores/horizonite, forge:storage_blocks/raw_bitumen, forge:nuggets/sapphire, forge:gems/crimson_iron, forge:ingots/diamond, forge:gems/silver, forge:raw_materials/soul_infused, forge:gems/invar, forge:ingots/peridot, forge:wires/mithril, forge:ores/brass, forge:ores/aeternium, forge:wires/bronze, forge:wires/elementium, forge:gears/coal_coke, forge:gems/unobtainium, forge:gears/cloggrum, forge:dusts/froststeel, forge:gears/iesnium, forge:gems/ventium, forge:nuggets/ender, forge:nuggets/lapis, forge:dusts/ostrum, forge:plates/mithril, forge:gems/aquite, forge:plates/aeternium, forge:gears/froststeel, forge:rods/amber, forge:gems/cobalt, forge:wires/azure_silver, forge:ingots/lapis, forge:wires/iridium, forge:gems/horizonite, forge:gears/azure_silver, forge:gems/shellite, forge:ores/obsidian, forge:storage_blocks/raw_electrum, forge:rods/charcoal, forge:wires/silver, forge:ores/aquite, forge:gems/tin, forge:plates/crimson_iron, forge:raw_materials/tungsten, forge:wires/amber, forge:wires/tin, forge:gears/horizonite, forge:plates/cloggrum, forge:storage_blocks/raw_soul_infused, forge:nuggets/mithril, forge:raw_materials/shellite, forge:gems/tungsten, forge:gems/lead, forge:wires/rose_gold, forge:ingots/emerald, forge:rods/fluorite, forge:rods/azure_silver, forge:dusts/chrome, forge:raw_materials/coal_coke, forge:ores/mithril, forge:plates/aquite, forge:wires/sulfur, forge:gems/potassium_nitrate, forge:ores/charoite, forge:rods/potassium_nitrate, forge:gems/coal_coke, forge:storage_blocks/potassium_nitrate, forge:wires/cobalt, forge:ingots/ender, forge:gears/bitumen, forge:rods/soul_infused, forge:storage_blocks/amber, forge:ores/invar, forge:wires/bitumen, forge:raw_materials/lumium, forge:wires/aeternium, forge:gears/crimson_iron, forge:ores/desh, forge:nuggets/aeternium, forge:gems/dragonsteel, forge:raw_materials/bronze, forge:plates/falsite, forge:dusts/horizonite, forge:ores/electrum, forge:gems/aluminum, forge:wires/desh, forge:ores/rose_gold, forge:wires/graphite, forge:dusts/falsite, forge:gems/vibranium, forge:rods/falsite, forge:plates/sulfur, forge:gems/zinc, forge:ores/charcoal, forge:wires/dragonsteel, forge:wires/unobtainium, forge:wires/shellite, forge:raw_materials/chrome, forge:wires/lapis, forge:wires/tungsten, forge:gears/mithril, forge:ores/twinite, forge:plates/graphite, forge:wires/constantan, forge:storage_blocks/chrome, forge:raw_materials/brass, forge:rods/obsidian, forge:storage_blocks/raw_obsidian, forge:gears/cinnabar, forge:raw_materials/rose_gold, forge:wires/potassium_nitrate, forge:storage_blocks/raw_shellite, forge:gems/uranium, forge:plates/charcoal, forge:nuggets/cinnabar, forge:rods/ostrum, forge:ingots/amber, forge:wires/uranium, forge:dusts/amber, forge:raw_materials/potassium_nitrate, forge:gears/desh, forge:gems/chrome, forge:raw_materials/invar, forge:ores/bronze, forge:raw_materials/constantan, forge:wires/calorite, forge:gems/constantan, forge:storage_blocks/raw_bronze, forge:gears/ventium, forge:ingots/aeternium, forge:ores/soul_infused, forge:ores/enderium, forge:nuggets/chrome, forge:gems/iron, forge:ores/constantan, forge:dusts/ventium, forge:dusts/calorite, forge:gears/obsidian, forge:rods/coal_coke, forge:rods/chrome, forge:rods/graphite, forge:nuggets/obsidian, forge:wires/iesnium, forge:raw_materials/electrum, forge:wires/ostrum, forge:gems/ostrum, forge:storage_blocks/raw_charcoal, forge:storage_blocks/raw_rose_gold, forge:gems/netherite, forge:plates/charoite, forge:gems/nickel, forge:storage_blocks/ender, forge:ingots/bitumen, forge:ingots/fluorite, forge:gems/graphite, forge:plates/horizonite, forge:rods/netherite, forge:ingots/sapphire, forge:wires/chrome, forge:wires/invar, forge:plates/amber, forge:plates/apatite, forge:wires/froststeel, forge:gems/froststeel, forge:rods/ender, forge:plates/potassium_nitrate, forge:raw_materials/enderium, forge:nuggets/bitumen, forge:gems/bronze, forge:rods/froststeel, forge:storage_blocks/raw_ender, forge:gems/desh, forge:gems/brass, forge:wires/osmium, forge:gems/platinum, forge:wires/nickel, forge:storage_blocks/raw_brass, forge:storage_blocks/raw_dragonsteel, forge:ingots/charcoal, forge:gems/twinite, forge:rods/charoite, forge:wires/ruby, forge:ores/netherite, forge:plates/coal_coke, forge:gems/calorite, forge:rods/calorite, forge:storage_blocks/raw_chrome, forge:gears/peridot, forge:rods/coal, forge:gears/elementium, forge:plates/chrome, forge:wires/lumium, forge:wires/cinnabar, forge:dusts/desh, forge:nuggets/peridot, forge:gems/charoite, forge:raw_materials/obsidian, forge:gems/lumium, forge:rods/mithril, forge:gems/copper, forge:gems/iridium, forge:gears/aquite, forge:gears/calorite, forge:gems/iesnium, forge:rods/bitumen, forge:storage_blocks/raw_signalum, forge:gems/signalum, forge:wires/twinite, forge:rods/iesnium, forge:plates/peridot, forge:raw_materials/dragonsteel, forge:wires/platinum, forge:wires/soul_infused, forge:ores/shellite, forge:wires/vibranium, forge:storage_blocks/raw_peridot, forge:wires/obsidian, forge:storage_blocks/raw_aeternium, forge:storage_blocks/raw_lumium, forge:gems/soul_infused, forge:ingots/potassium_nitrate, forge:ingots/sulfur, forge:ingots/ruby, forge:ores/potassium_nitrate, forge:wires/charcoal, forge:storage_blocks/raw_enderium, forge:wires/ventium, forge:raw_materials/netherite, forge:storage_blocks/raw_mithril, forge:storage_blocks/raw_steel, forge:nuggets/sulfur, forge:plates/ender, forge:raw_materials/amber, forge:ores/ventium, forge:storage_blocks/raw_twinite, forge:gems/rose_gold, forge:storage_blocks/raw_constantan, forge:raw_materials/aeternium, forge:storage_blocks/aeternium, forge:ingots/charoite, forge:plates/ventium, forge:storage_blocks/raw_netherite, forge:rods/horizonite, forge:rods/sulfur, forge:rods/cinnabar, forge:wires/peridot, forge:nuggets/ruby, forge:ingots/mithril, forge:storage_blocks/raw_amber, forge:rods/shellite, forge:gears/chrome, forge:gems/gold, forge:storage_blocks/raw_tungsten, forge:ores/lumium, forge:gems/osmium, forge:ores/amber, forge:gems/bitumen, forge:ores/chrome, forge:gears/apatite, forge:rods/aquite, forge:rods/peridot, forge:gears/sulfur, forge:ingots/aquite, forge:gears/ostrum, forge:ores/falsite, forge:wires/signalum, forge:dusts/charoite, forge:ores/dragonsteel, forge:raw_materials/mithril, forge:ores/coal_coke, forge:ingots/coal, forge:wires/emerald, forge:plates/iesnium, forge:rods/twinite, forge:wires/charoite, forge:plates/fluorite, forge:raw_materials/bitumen, forge:raw_materials/signalum, forge:plates/elementium, forge:wires/crimson_iron, forge:ores/tungsten, forge:wires/apatite, forge:wires/coal, forge:gems/mithril, forge:gems/ender, forge:wires/fluorite, forge:gears/aeternium, forge:ores/ostrum, forge:gears/cobalt, forge:gems/obsidian, forge:gems/azure_silver, forge:wires/sapphire]
mc-1  | [01:25:14] [Worker-Main-1/INFO] [AlmostUnified/]: [TagOwnerships] Modified tag '#forge:gears/aluminum', added [gtceu:aluminium_gear]
mc-1  | [01:25:14] [Worker-Main-1/INFO] [AlmostUnified/]: [TagOwnerships] Modified tag '#forge:plastic', added [pneumaticcraft:plastic]
mc-1  | [01:25:14] [Worker-Main-1/INFO] [AlmostUnified/]: [TagOwnerships] Modified tag '#forge:dusts/aluminum', added [gtceu:aluminium_dust]
mc-1  | [01:25:14] [Worker-Main-1/INFO] [AlmostUnified/]: [TagOwnerships] Modified tag '#forge:plates/aluminum', added [gtceu:aluminium_plate]
mc-1  | [01:25:14] [Worker-Main-1/INFO] [AlmostUnified/]: [TagOwnerships] Modified tag '#forge:storage_blocks/raw_aluminum', added [gtceu:raw_aluminium_block]
mc-1  | [01:25:14] [Worker-Main-1/INFO] [AlmostUnified/]: [TagOwnerships] Modified tag '#forge:rods/aluminum', added [gtceu:aluminium_rod]
mc-1  | [01:25:14] [Worker-Main-1/INFO] [AlmostUnified/]: [TagOwnerships] Modified tag '#forge:raw_materials/aluminum', added [gtceu:raw_aluminium]
mc-1  | [01:25:14] [Worker-Main-1/INFO] [AlmostUnified/]: [TagOwnerships] Modified tag '#forge:storage_blocks/aluminum', added [gtceu:aluminium_block]
mc-1  | [01:25:14] [Worker-Main-1/INFO] [AlmostUnified/]: [TagOwnerships] Modified tag '#forge:ingots/aluminum', added [gtceu:aluminium_ingot]
mc-1  | [01:25:30] [Worker-Main-2/ERROR] [minecraft/SimpleJsonResourceReloadListener]: Couldn't parse data file productivebees:bee_conversion/neutronium_bee from productivebees:recipes/bee_conversion/neutronium_bee.json
mc-1  | com.google.gson.JsonParseException: java.io.EOFException: End of input at line 1 column 1 path $
mc-1  |         at net.minecraft.util.GsonHelper.m_13780_(GsonHelper.java:526) ~[server-1.20.1-20230612.114412-srg.jar%23887!/:?] {re:classloading,re:mixin}
mc-1  |         at net.minecraft.util.GsonHelper.m_263475_(GsonHelper.java:531) ~[server-1.20.1-20230612.114412-srg.jar%23887!/:?] {re:classloading,re:mixin}
mc-1  |         at net.minecraft.util.GsonHelper.m_13776_(GsonHelper.java:581) ~[server-1.20.1-20230612.114412-srg.jar%23887!/:?] {re:classloading,re:mixin}
mc-1  |         at net.minecraft.server.packs.resources.SimpleJsonResourceReloadListener.m_278771_(SimpleJsonResourceReloadListener.java:41) ~[server-1.20.1-20230612.114412-srg.jar%23887!/:?] {re:mixin,re:computing_frames,re:classloading,pl:mixin:APP:bookshelf.common.mixins.json:patches.packs.resources.MixinSimpleJsonResourceReloadListener,pl:mixin:A}
mc-1  |         at net.minecraft.server.packs.resources.SimpleJsonResourceReloadListener.m_5944_(SimpleJsonResourceReloadListener.java:29) ~[server-1.20.1-20230612.114412-srg.jar%23887!/:?] {re:mixin,re:computing_frames,re:classloading,pl:mixin:APP:bookshelf.common.mixins.json:patches.packs.resources.MixinSimpleJsonResourceReloadListener,pl:mixin:A}
mc-1  |         at net.minecraft.server.packs.resources.SimpleJsonResourceReloadListener.m_5944_(SimpleJsonResourceReloadListener.java:17) ~[server-1.20.1-20230612.114412-srg.jar%23887!/:?] {re:mixin,re:computing_frames,re:classloading,pl:mixin:APP:bookshelf.common.mixins.json:patches.packs.resources.MixinSimpleJsonResourceReloadListener,pl:mixin:A}
mc-1  |         at net.minecraft.server.packs.resources.SimplePreparableReloadListener.m_10786_(SimplePreparableReloadListener.java:11) ~[server-1.20.1-20230612.114412-srg.jar%23887!/:?] {re:mixin,re:computing_frames,re:classloading,pl:mixin:APP:moonlight.mixins.json:ConditionHackMixin,pl:mixin:A}
mc-1  |         at java.util.concurrent.CompletableFuture$AsyncSupply.run(Unknown Source) ~[?:?] {}
mc-1  |         at java.util.concurrent.CompletableFuture$AsyncSupply.exec(Unknown Source) ~[?:?] {}
mc-1  |         at java.util.concurrent.ForkJoinTask.doExec(Unknown Source) ~[?:?] {}
mc-1  |         at java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(Unknown Source) ~[?:?] {}
mc-1  |         at java.util.concurrent.ForkJoinPool.scan(Unknown Source) ~[?:?] {re:mixin,re:computing_frames}
mc-1  |         at java.util.concurrent.ForkJoinPool.runWorker(Unknown Source) ~[?:?] {re:mixin,re:computing_frames}
mc-1  |         at java.util.concurrent.ForkJoinWorkerThread.run(Unknown Source) ~[?:?] {re:mixin}
mc-1  | Caused by: java.io.EOFException: End of input at line 1 column 1 path $
mc-1  |         at com.google.gson.stream.JsonReader.nextNonWhitespace(JsonReader.java:1455) ~[gson-2.10.jar%2372!/:?] {}
mc-1  |         at com.google.gson.stream.JsonReader.doPeek(JsonReader.java:558) ~[gson-2.10.jar%2372!/:?] {}
mc-1  |         at com.google.gson.stream.JsonReader.peek(JsonReader.java:433) ~[gson-2.10.jar%2372!/:?] {}
mc-1  |         at com.google.gson.internal.bind.TypeAdapters$28.read(TypeAdapters.java:769) ~[gson-2.10.jar%2372!/:?] {}
mc-1  |         at com.google.gson.internal.bind.TypeAdapters$28.read(TypeAdapters.java:725) ~[gson-2.10.jar%2372!/:?] {}
mc-1  |         at com.google.gson.internal.bind.TypeAdapters$34$1.read(TypeAdapters.java:1007) ~[gson-2.10.jar%2372!/:?] {}
mc-1  |         at net.minecraft.util.GsonHelper.m_13780_(GsonHelper.java:524) ~[server-1.20.1-20230612.114412-srg.jar%23887!/:?] {re:classloading,re:mixin}
mc-1  |         ... 13 more
mc-1  | [01:25:30] [Worker-Main-2/ERROR] [minecraft/SimpleJsonResourceReloadListener]: Couldn't parse data file productivebees:bee_produce/neutronium_bee from productivebees:recipes/bee_produce/neutronium_bee.json
mc-1  | com.google.gson.JsonParseException: java.io.EOFException: End of input at line 1 column 1 path $
mc-1  |         at net.minecraft.util.GsonHelper.m_13780_(GsonHelper.java:526) ~[server-1.20.1-20230612.114412-srg.jar%23887!/:?] {re:classloading,re:mixin}
mc-1  |         at net.minecraft.util.GsonHelper.m_263475_(GsonHelper.java:531) ~[server-1.20.1-20230612.114412-srg.jar%23887!/:?] {re:classloading,re:mixin}
mc-1  |         at net.minecraft.util.GsonHelper.m_13776_(GsonHelper.java:581) ~[server-1.20.1-20230612.114412-srg.jar%23887!/:?] {re:classloading,re:mixin}
mc-1  |         at net.minecraft.server.packs.resources.SimpleJsonResourceReloadListener.m_278771_(SimpleJsonResourceReloadListener.java:41) ~[server-1.20.1-20230612.114412-srg.jar%23887!/:?] {re:mixin,re:computing_frames,re:classloading,pl:mixin:APP:bookshelf.common.mixins.json:patches.packs.resources.MixinSimpleJsonResourceReloadListener,pl:mixin:A}
mc-1  |         at net.minecraft.server.packs.resources.SimpleJsonResourceReloadListener.m_5944_(SimpleJsonResourceReloadListener.java:29) ~[server-1.20.1-20230612.114412-srg.jar%23887!/:?] {re:mixin,re:computing_frames,re:classloading,pl:mixin:APP:bookshelf.common.mixins.json:patches.packs.resources.MixinSimpleJsonResourceReloadListener,pl:mixin:A}
mc-1  |         at net.minecraft.server.packs.resources.SimpleJsonResourceReloadListener.m_5944_(SimpleJsonResourceReloadListener.java:17) ~[server-1.20.1-20230612.114412-srg.jar%23887!/:?] {re:mixin,re:computing_frames,re:classloading,pl:mixin:APP:bookshelf.common.mixins.json:patches.packs.resources.MixinSimpleJsonResourceReloadListener,pl:mixin:A}
mc-1  |         at net.minecraft.server.packs.resources.SimplePreparableReloadListener.m_10786_(SimplePreparableReloadListener.java:11) ~[server-1.20.1-20230612.114412-srg.jar%23887!/:?] {re:mixin,re:computing_frames,re:classloading,pl:mixin:APP:moonlight.mixins.json:ConditionHackMixin,pl:mixin:A}
mc-1  |         at java.util.concurrent.CompletableFuture$AsyncSupply.run(Unknown Source) ~[?:?] {}
mc-1  |         at java.util.concurrent.CompletableFuture$AsyncSupply.exec(Unknown Source) ~[?:?] {}
mc-1  |         at java.util.concurrent.ForkJoinTask.doExec(Unknown Source) ~[?:?] {}
mc-1  |         at java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(Unknown Source) ~[?:?] {}
mc-1  |         at java.util.concurrent.ForkJoinPool.scan(Unknown Source) ~[?:?] {re:mixin,re:computing_frames}
mc-1  |         at java.util.concurrent.ForkJoinPool.runWorker(Unknown Source) ~[?:?] {re:mixin,re:computing_frames}
mc-1  |         at java.util.concurrent.ForkJoinWorkerThread.run(Unknown Source) ~[?:?] {re:mixin}
mc-1  | Caused by: java.io.EOFException: End of input at line 1 column 1 path $
mc-1  |         at com.google.gson.stream.JsonReader.nextNonWhitespace(JsonReader.java:1455) ~[gson-2.10.jar%2372!/:?] {}
mc-1  |         at com.google.gson.stream.JsonReader.doPeek(JsonReader.java:558) ~[gson-2.10.jar%2372!/:?] {}
mc-1  |         at com.google.gson.stream.JsonReader.peek(JsonReader.java:433) ~[gson-2.10.jar%2372!/:?] {}
mc-1  |         at com.google.gson.internal.bind.TypeAdapters$28.read(TypeAdapters.java:769) ~[gson-2.10.jar%2372!/:?] {}
mc-1  |         at com.google.gson.internal.bind.TypeAdapters$28.read(TypeAdapters.java:725) ~[gson-2.10.jar%2372!/:?] {}
mc-1  |         at com.google.gson.internal.bind.TypeAdapters$34$1.read(TypeAdapters.java:1007) ~[gson-2.10.jar%2372!/:?] {}
mc-1  |         at net.minecraft.util.GsonHelper.m_13780_(GsonHelper.java:524) ~[server-1.20.1-20230612.114412-srg.jar%23887!/:?] {re:classloading,re:mixin}
mc-1  |         ... 13 more
mc-1  | /data/./run.sh: line 6:   188 Killed                  java @user_jvm_args.txt @libraries/net/minecraftforge/forge/1.20.1-47.2.20/unix_args.txt "$@"
mc-1  | 2024-08-25T01:25:46.312Z        WARN    mc-server-runner        Minecraft server failed. Inspect logs above for errors that indicate cause. DO NOT report this line as an error.        {"exitCode": 137}
mc-1  | 2024-08-25T01:25:46.340Z        INFO    mc-server-runner        Done
mc-1 exited with code 137

my docker-compose.yml

services:
  mc:
    image: itzg/minecraft-server
    ports:
      - "25566:25566"
    environment:
      EULA: "true"
      MOD_PLATFORM: AUTO_CURSEFORGE
      # allocate from https://console.curseforge.com/ and set in .env file
      CF_API_KEY: <valid key goes here>
      CF_PAGE_URL: https://www.curseforge.com/minecraft/modpacks/all-the-mods-9
      # Optional: select a specific version/file
      #CF_FILENAME_MATCHER: "0.2.34"
      #CF_FORCE_SYNCHRONIZE: true
      DISABLE_HEALTHCHECK: true
      MEMORY: 12G
    volumes:
      - mc-data:/data

volumes:
  mc-data: {}

@lilithebowman
Copy link
Author

Yeah it only gets through about [01:30:51] minutes worth of processing (1 minute and a half) before giving up.

@lilithebowman
Copy link
Author

Maybe it's this JSON file?

mc-1  | [01:30:51] [Worker-Main-1/ERROR] [minecraft/SimpleJsonResourceReloadListener]: Couldn't parse data file productivebees:bee_conversion/neutronium_bee from productivebees:recipes/bee_conversion/neutronium_bee.json

@itzg
Copy link
Owner

itzg commented Aug 25, 2024

You might need to look at logs like this to see why the system is killing the container process

https://docs.docker.com/engine/daemon/logs/

I'm running out of ideas 😬

@lilithebowman
Copy link
Author

time="2024-08-23T14:42:24.285075304Z" level=warning msg="Health check for container 4ab7b5f6caf73224d63bb114dc5e86f576c0d473123aa0c495129b60c80faa55 error: timed out starting health check for container 4ab7b5f6caf73224d63bb114dc5e86f576c0d473123aa0c495129b60c80faa55"
time="2024-08-23T14:42:24.529689315Z" level=error msg="stream copy error: reading from a closed fifo"
time="2024-08-23T14:42:24.531180215Z" level=error msg="stream copy error: reading from a closed fifo"
time="2024-08-23T14:42:25.009072436Z" level=info msg="ignoring event" container=4ab7b5f6caf73224d63bb114dc5e86f576c0d473123aa0c495129b60c80faa55 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
time="2024-08-24T19:14:50.298623575Z" level=info msg="ignoring event" container=2aedc2cbdc6f16e91818e0f94e4f0230fbf79d60fa359c0b7d91a80907eddfcc module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
time="2024-08-24T19:37:42.380001599Z" level=warning msg="Health check for container 21c430545dbc3d89a9649742dc62885ff3ff79cdabeab1733c8624994169ca76 error: timed out starting health check for container 21c430545dbc3d89a9649742dc62885ff3ff79cdabeab1733c8624994169ca76"
time="2024-08-24T19:37:43.003793197Z" level=info msg="ignoring event" container=21c430545dbc3d89a9649742dc62885ff3ff79cdabeab1733c8624994169ca76 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
time="2024-08-24T21:08:43.526681196Z" level=warning msg="Health check for container 21c430545dbc3d89a9649742dc62885ff3ff79cdabeab1733c8624994169ca76 error: timed out starting health check for container 21c430545dbc3d89a9649742dc62885ff3ff79cdabeab1733c8624994169ca76"
time="2024-08-24T21:08:43.922399022Z" level=info msg="ignoring event" container=21c430545dbc3d89a9649742dc62885ff3ff79cdabeab1733c8624994169ca76 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
time="2024-08-24T21:16:19.447147172Z" level=warning msg="Health check for container da46bf58f2d74323619ed34fc16a047f389bf0b3f8c784d6dd5b51bd9a3955c0 error: timed out starting health check for container da46bf58f2d74323619ed34fc16a047f389bf0b3f8c784d6dd5b51bd9a3955c0"
time="2024-08-24T21:16:19.457241679Z" level=error msg="attach failed with error: error attaching stdout stream: write unix /run/guest-services/docker.sock->@: write: broken pipe"
time="2024-08-24T21:16:19.573953260Z" level=error msg="stream copy error: reading from a closed fifo"
time="2024-08-24T21:16:19.574047660Z" level=error msg="stream copy error: reading from a closed fifo"
time="2024-08-24T21:16:20.014208763Z" level=info msg="ignoring event" container=da46bf58f2d74323619ed34fc16a047f389bf0b3f8c784d6dd5b51bd9a3955c0 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
time="2024-08-24T22:15:02.318938420Z" level=info msg="ignoring event" container=da46bf58f2d74323619ed34fc16a047f389bf0b3f8c784d6dd5b51bd9a3955c0 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
time="2024-08-24T22:21:38.877241232Z" level=info msg="ignoring event" container=da46bf58f2d74323619ed34fc16a047f389bf0b3f8c784d6dd5b51bd9a3955c0 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
time="2024-08-25T01:25:46.640077683Z" level=info msg="ignoring event" container=af3fc4d8c7766381499def403994d57e32bd9a10c29d6acd8342e540cd0b3330 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
time="2024-08-25T01:25:47.034133075Z" level=warning msg="Health check for container af3fc4d8c7766381499def403994d57e32bd9a10c29d6acd8342e540cd0b3330 error: container af3fc4d8c7766381499def403994d57e32bd9a10c29d6acd8342e540cd0b3330 is not running"
time="2024-08-25T01:30:59.738532328Z" level=warning msg="Health check for container 69b439e2cbdf42d187e8b76872a25f537062c85f0f54f9b885a936ffadc4c309 error: Canceled: context canceled"
time="2024-08-25T01:30:59.830307253Z" level=info msg="ignoring event" container=69b439e2cbdf42d187e8b76872a25f537062c85f0f54f9b885a936ffadc4c309 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"

Interesting. Maybe Docker for Windows 11 is having more issues than a linux host usually would.

@Digital39999
Copy link

I have the same starting issue with Linux server.

@abauske
Copy link

abauske commented Sep 22, 2024

So I have the same "error message". However I am getting it later. Startup is fine but at some point whilst playing (usually between 5 to 30 minutes after startup) the above mentioned "Killed" message comes.

Used compose file:

version: "3.8"

services:
  mc:
    image: itzg/minecraft-server:java17
    tty: true
    stdin_open: true
    restart: unless-stopped
    ports:
      - "25565:25565"
    environment:
      EULA: "TRUE"
      TYPE: AUTO_CURSEFORGE
      # VERSION: 1.20.1
      CF_API_KEY: - redacted -
      CF_PAGE_URL: 'https://www.curseforge.com/minecraft/modpacks/all-the-mods-9-to-the-sky'
      MEMORY: 6G
    volumes:
      # attach the relative directory 'data' to the container's /data path
      - ./data:/data

I am running Docker on a linux machine however so I think this is not a Windows problem.

journalctl -xu docker.service
Sep 22 12:38:42 vmd125528.contaboserver.net dockerd[515]: time="2024-09-22T12:38:42.450354053+02:00" level=info msg="ignoring event" container=3897958a561bd6b82c0ab1a5759f45c80c4ba67cf3c7bc8bc84b263d73a1c861 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Sep 22 12:38:42 vmd125528.contaboserver.net dockerd[515]: time="2024-09-22T12:38:42.498610350+02:00" level=warning msg="failed to close stdin: task 3897958a561bd6b82c0ab1a5759f45c80c4ba67cf3c7bc8bc84b263d73a1c861 not found: not found"
Sep 22 12:38:42 vmd125528.contaboserver.net dockerd[515]: time="2024-09-22T12:38:42.859530549+02:00" level=info msg="No non-localhost DNS nameservers are left in resolv.conf. Using default external servers: [nameserver 8.8.8.8 nameserver 8.8.4.4]"
Sep 22 12:38:42 vmd125528.contaboserver.net dockerd[515]: time="2024-09-22T12:38:42.871258088+02:00" level=info msg="IPv6 enabled; Adding default IPv6 external servers: [nameserver 2001:4860:4860::8888 nameserver 2001:4860:4860::8844]"
Log without error (before these messages there was no message for a long time - game running all fine)
>..../data/./run.sh: line 6:   186 Killed                  java @user_jvm_args.txt @libraries/net/minecraftforge/forge/1.20.1-47.2.20/unix_args.txt "$@"
2024-09-22T10:38:42.317Z        WARN    mc-server-runner        Minecraft server failed. Inspect logs above for errors that indicate cause. DO NOT report this line as an error.        {"exitCode": 137}
2024-09-22T10:38:42.326Z        INFO    mc-server-runner        Done

@TheDirepack
Copy link

if you are using docker desktop it has a separate settings menu for memory if its below how much you told jvm that it can use it will exit with code 137

@abauske
Copy link

abauske commented Oct 1, 2024

services:
  mc:
    environment:
      DISABLE_HEALTHCHECK: true

did the trick for me

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants