Replies: 1 comment 1 reply
-
|
Some more data after more testing. If I change the OPS: option with the OPS_FILE: "/data/operators_server" the error disappears |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
I'm trying to run a Stoneblobk 4 server.
The download an Neoforge installation goes fine, but after updating server.properties, something fail with manage-users, but not sure the reason.
mc-1 | [init] Copying any configs from /config to /data/config
mc-1 | [mc-image-helper] 21:15:31.590 INFO : Created/updated 1 property in /data/server.properties
mc-1 | [mc-image-helper] 21:16:04.384 WARN : [3799322a-1, L:/x.x.x.x:48630 - R:playerdb.co/104.26.4.193:443] The connection observed an error
mc-1 | io.netty.handler.timeout.ReadTimeoutException: null
mc-1 | [mc-image-helper] 21:16:04.397 ERROR : 'manage-users' command failed. Version is 1.50.2
mc-1 | io.netty.handler.timeout.ReadTimeoutException: null
looks like a network timeout, but the container has internet access, of not could not download the mods. Any clue about the error and how to avoid it?
This is my docker-compose.yml file:
services:
mc:
image: itzg/minecraft-server:stable-java21-jdk
tty: true
stdin_open: true
ports:
- "25565:25565"
environment:
EULA: "TRUE"
TYPE: "AUTO_CURSEFORGE"
MOTD: "StoneBlock 4"
ENABLE_ROLLING_LOGS: "true"
VERSION: "1.21.1"
CF_PAGE_URL: "https://www.curseforge.com/minecraft/modpacks/ftb-stoneblock-4"
CF_API_KEY: "KEY"
MEMORY: "7168M"
MAX_PLAYERS: "2"
USE_MEOWICE_FLAGS: "true"
TZ: "Europe/Madrid"
DIFFICULTY: "3"
PVP: "false"
LEVEL: "World"
OPS: |-
McCaan
volumes:
- "./data:/data"
Thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions