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

rcon web error "The current selected server is not available anymore. Maybe gone offline?" #2842

Closed
AranudB opened this issue May 22, 2024 · 6 comments
Labels
discussion status/stale No recently activity has been seen and will be closed soon.

Comments

@AranudB
Copy link

AranudB commented May 22, 2024

Describe the problem

Hello,

I am contacting you because I recently deployed a Minecraft Spigot 1.19.2 server using the image itzg/minecraft-server:java19. Everything works very well here.

However, I also added the itzg/rcon container. When I start the server and connect to the rcon web interface and try to access the server administration page, the message "The current selected server is not available anymore. Maybe gone offline?" appears. Also, within the rcon container logs, messages such as "connection failed" or "invalid rcon password" appear. Yet the password used is indeed the one included in the .yml file.

Do you know what could be the error?

Thank you in advance.

Container definition

services:
  minecraft:
    image: itzg/minecraft-server:java19
    container_name: serv_mc
    ports:
      - 25565:25565
    volumes:
      - ./data:/data
#      - ./world:/worlds
    environment:
      - VERSION=1.19.2
      - TYPE=SPIGOT
      - EULA=true
#      - WORLD=/worlds
#      - FORCE_WORLD_COPY="true"
      - RCON_PASSWORD='minecraft'
      - OVERRIDE_SERVER_PROPERTIES=TRUE
  rcon:
    image: itzg/rcon
    volumes:
      - ./rcon:/opt/rcon-web-admin/db
    environment:
      RWA_USERNAME: admin
      RWA_PASSWORD: admin
      RWA_ADMIN: "TRUE"
      RWA_RCON_HOST: minecraft
      RWA_RCON_PASSWORD: "minecraft"
    ports:
      - "4326:4326"
      - "4327:4327"

Container logs

RCON LOGS

2024-05-22T19:54:10.481Z RconServer [minecraft:25575]: Connection failed
2024-05-22T19:54:20.431Z RconServer [minecraft:25575]: Connection failed
2024-05-22T19:54:30.442Z RconServer [minecraft:25575]: Connection failed
2024-05-22T19:54:40.443Z RconServer [minecraft:25575]: Connection failed
2024-05-22T19:54:50.498Z RconServer [minecraft:25575]: Connection failed
2024-05-22T19:55:00.775Z Invalid rcon password for server minecraft:25575
2024-05-22T19:58:09.865Z Invalid rcon password for server minecraft:25575

MINECRAFT SERVER LOGS

[init] Running as uid=1000 gid=1000 with /data as 'drwxrwxr-x 8 1000 1000 4096 May 22 19:33 /data'
[init] Resolved version given 1.19.2 into 1.19.2 and major version 1.19
[init] Resolving type given SPIGOT
[init] Downloading Spigot from https://download.getbukkit.org/spigot/spigot-1.19.2.jar ...
[init] Setting initial memory to 1G and max to 1G
[init] Starting the Minecraft server...
Unbundling libraries to /data/bundler
Starting server
Loading libraries, please wait...
[19:54:19] [ServerMain/INFO]: Building unoptimized datafixer
[19:54:20] [ServerMain/INFO]: Environment: authHost='https://authserver.mojang.com/', accountsHost='https://api.mojang.com/', sessionHost='https://sessionserver.mojang.com/', servicesHost='https://api.minecraftservices.com/', name='PROD'
[19:54:22] [ServerMain/INFO]: Loaded 7 recipes
[19:54:19] [ServerMain/INFO]: Building unoptimized datafixer
[19:54:20] [ServerMain/INFO]: Environment: authHost='https://authserver.mojang.com/', accountsHost='https://api.mojang.com/', sessionHost='https://sessionserver.mojang.com/', servicesHost='https://api.minecraftservices.com/', name='PROD'
[19:54:22] [ServerMain/INFO]: Loaded 7 recipes
[19:54:23] [Server thread/INFO]: Starting minecraft server version 1.19.2
[19:54:23] [Server thread/INFO]: Loading properties
[19:54:23] [Server thread/INFO]: This server is running CraftBukkit version 3610-Spigot-6198b5a-19df23a (MC: 1.19.2) (Implementing API version 1.19.2-R0.1-SNAPSHOT)
[19:54:24] [Server thread/INFO]: Debug logging is disabled
[19:54:24] [Server thread/INFO]: Server Ping Player Sample Count: 12
[19:54:24] [Server thread/INFO]: Using 4 threads for Netty based IO
[19:54:24] [Server thread/INFO]: Default game type: SURVIVAL
[19:54:24] [Server thread/INFO]: Generating keypair
[19:54:24] [Server thread/INFO]: Starting Minecraft server on *:25565
[19:54:24] [Server thread/INFO]: Using epoll channel type
[19:54:25] [Server thread/WARN]: Initializing Legacy Material Support. Unless you have legacy plugins and/or data this is a bug!
[19:54:29] [Server thread/WARN]: Legacy plugin WorldEdit v6.1.9;caf0ad9 does not specify an api-version.
[19:54:29] [Server thread/ERROR]: Could not load 'plugins/AreaShop.jar' in folder 'plugins'
org.bukkit.plugin.UnknownDependencyException: Unknown dependency WorldGuard. Please download and install WorldGuard to run this plugin.
        at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:269) ~[spigot-api-1.19.2-R0.1-SNAPSHOT.jar:?]
        at org.bukkit.craftbukkit.v1_19_R1.CraftServer.loadPlugins(CraftServer.java:414) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3610-Spigot-6198b5a-19df23a]
        at net.minecraft.server.dedicated.DedicatedServer.e(DedicatedServer.java:224) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3610-Spigot-6198b5a-19df23a]
        at net.minecraft.server.MinecraftServer.v(MinecraftServer.java:968) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3610-Spigot-6198b5a-19df23a]
        at net.minecraft.server.MinecraftServer.lambda$0(MinecraftServer.java:293) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3610-Spigot-6198b5a-19df23a]
        at java.lang.Thread.run(Unknown Source) [?:?]
[19:54:29] [Server thread/WARN]: Legacy plugin ChestShop v3.9.2 (build 86) does not specify an api-version.
[19:54:29] [Server thread/INFO]: [SimpleTpa] Loading SimpleTpa v6.9
[19:54:29] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v6.1.9;caf0ad9
[19:54:29] [Server thread/INFO]: [ClearLag] Loading ClearLag v3.2.2
[19:54:29] [Server thread/INFO]: [Vault] Loading Vault v1.7.3-b131
[19:54:29] [Server thread/INFO]: [CasinoPlugin] Loading CasinoPlugin v4.2.6
[19:54:29] [Server thread/INFO]: [dynmap] Loading dynmap v3.7-beta-5-943
[19:54:29] [Server thread/INFO]: [dynmap] version=3610-Spigot-6198b5a-19df23a (MC: 1.19.2)
[19:54:29] [Server thread/INFO]: [dynmap] Mod Support API available
[19:54:29] [Server thread/INFO]: [GUIShop] Loading GUIShop v9.2.0
[19:54:29] [Server thread/INFO]: [ChestShop] Loading ChestShop v3.9.2 (build 86)
[19:54:29] [Server thread/INFO]: [Essentials] Loading Essentials v2.21.0-dev+81-cde7184
[19:54:29] [Server thread/INFO]: [EssentialsChat] Loading EssentialsChat v2.21.0-dev+81-cde7184
[19:54:29] [Server thread/INFO]: [EconomyShopGUI] Loading EconomyShopGUI v6.6.0
[19:54:29] [Server thread/INFO]: [EssentialsSpawn] Loading EssentialsSpawn v2.21.0-dev+81-cde7184
[19:54:29] [Server thread/INFO]: [Vault] Enabling Vault v1.7.3-b131
[19:54:29] [Server thread/WARN]: [Vault] Loaded class com.earth2me.essentials.api.Economy from Essentials v2.21.0-dev+81-cde7184 which is not a depend or softdepend of this plugin.
[19:54:29] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
[19:54:29] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
[19:54:29] [Server thread/INFO]: [Vault] Enabled Version 1.7.3-b131
[19:54:29] [Server thread/INFO]: Preparing level "world"
[19:54:29] [Server thread/INFO]: -------- World Settings For [world] --------
[19:54:29] [Server thread/INFO]: Cactus Growth Modifier: 100%
[19:54:29] [Server thread/INFO]: Cane Growth Modifier: 100%
[19:54:29] [Server thread/INFO]: Melon Growth Modifier: 100%
[19:54:29] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[19:54:29] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[19:54:29] [Server thread/INFO]: Sapling Growth Modifier: 100%
[19:54:29] [Server thread/INFO]: Beetroot Growth Modifier: 100%
[19:54:29] [Server thread/INFO]: Carrot Growth Modifier: 100%
[19:54:29] [Server thread/INFO]: Potato Growth Modifier: 100%
[19:54:29] [Server thread/INFO]: Wheat Growth Modifier: 100%
[19:54:29] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[19:54:29] [Server thread/INFO]: Vine Growth Modifier: 100%
[19:54:29] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[19:54:29] [Server thread/INFO]: Bamboo Growth Modifier: 100%
[19:54:29] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
[19:54:29] [Server thread/INFO]: Kelp Growth Modifier: 100%
[19:54:29] [Server thread/INFO]: TwistingVines Growth Modifier: 100%
[19:54:29] [Server thread/INFO]: WeepingVines Growth Modifier: 100%
[19:54:29] [Server thread/INFO]: CaveVines Growth Modifier: 100%
[19:54:29] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true / Isa false
[19:54:29] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[19:54:29] [Server thread/INFO]: Experience Merge Radius: 3.0
[19:54:29] [Server thread/INFO]: Mob Spawn Range: 6
[19:54:29] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1 Hopper Can Load Chunks: false
[19:54:29] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 End City: 10387313 Slime: 987234911 Nether: 30084232 Mansion: 10387319 Fossil: 14357921 Portal: 34222645
[19:54:29] [Server thread/INFO]: Max TNT Explosions: 100
[19:54:29] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[19:54:29] [Server thread/INFO]: Item Merge Radius: 2.5
[19:54:29] [Server thread/INFO]: Item Despawn Rate: 6000
[19:54:29] [Server thread/INFO]: View Distance: 10
[19:54:29] [Server thread/INFO]: Simulation Distance: 10
[19:54:29] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[19:54:29] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
[19:54:29] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[19:54:29] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[19:54:30] [Server thread/INFO]: -------- World Settings For [world_nether] --------
[19:54:30] [Server thread/INFO]: Cactus Growth Modifier: 100%
[19:54:30] [Server thread/INFO]: Cane Growth Modifier: 100%
[19:54:30] [Server thread/INFO]: Melon Growth Modifier: 100%
[19:54:30] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[19:54:30] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[19:54:30] [Server thread/INFO]: Sapling Growth Modifier: 100%
[19:54:30] [Server thread/INFO]: Beetroot Growth Modifier: 100%
[19:54:30] [Server thread/INFO]: Carrot Growth Modifier: 100%
[19:54:30] [Server thread/INFO]: Potato Growth Modifier: 100%
[19:54:30] [Server thread/INFO]: Wheat Growth Modifier: 100%
[19:54:30] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[19:54:30] [Server thread/INFO]: Vine Growth Modifier: 100%
[19:54:30] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[19:54:30] [Server thread/INFO]: Bamboo Growth Modifier: 100%
[19:54:30] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
[19:54:30] [Server thread/INFO]: Kelp Growth Modifier: 100%
[19:54:30] [Server thread/INFO]: TwistingVines Growth Modifier: 100%
[19:54:30] [Server thread/INFO]: WeepingVines Growth Modifier: 100%
[19:54:30] [Server thread/INFO]: CaveVines Growth Modifier: 100%
[19:54:30] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true / Isa false
[19:54:30] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[19:54:30] [Server thread/INFO]: Experience Merge Radius: 3.0
[19:54:30] [Server thread/INFO]: Mob Spawn Range: 6
[19:54:30] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1 Hopper Can Load Chunks: false
[19:54:30] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 End City: 10387313 Slime: 987234911 Nether: 30084232 Mansion: 10387319 Fossil: 14357921 Portal: 34222645
[19:54:30] [Server thread/INFO]: Max TNT Explosions: 100
[19:54:30] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[19:54:30] [Server thread/INFO]: Item Merge Radius: 2.5
[19:54:30] [Server thread/INFO]: Item Despawn Rate: 6000
[19:54:30] [Server thread/INFO]: View Distance: 10
[19:54:30] [Server thread/INFO]: Simulation Distance: 10
[19:54:30] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[19:54:30] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
[19:54:30] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[19:54:30] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[19:54:30] [Server thread/INFO]: -------- World Settings For [world_the_end] --------
[19:54:30] [Server thread/INFO]: Cactus Growth Modifier: 100%
[19:54:30] [Server thread/INFO]: Cane Growth Modifier: 100%
[19:54:30] [Server thread/INFO]: Melon Growth Modifier: 100%
[19:54:30] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[19:54:30] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[19:54:30] [Server thread/INFO]: Sapling Growth Modifier: 100%
[19:54:30] [Server thread/INFO]: Beetroot Growth Modifier: 100%
[19:54:30] [Server thread/INFO]: Carrot Growth Modifier: 100%
[19:54:30] [Server thread/INFO]: Potato Growth Modifier: 100%
[19:54:30] [Server thread/INFO]: Wheat Growth Modifier: 100%
[19:54:30] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[19:54:30] [Server thread/INFO]: Vine Growth Modifier: 100%
[19:54:30] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[19:54:30] [Server thread/INFO]: Bamboo Growth Modifier: 100%
[19:54:30] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
[19:54:30] [Server thread/INFO]: Kelp Growth Modifier: 100%
[19:54:30] [Server thread/INFO]: TwistingVines Growth Modifier: 100%
[19:54:30] [Server thread/INFO]: WeepingVines Growth Modifier: 100%
[19:54:30] [Server thread/INFO]: CaveVines Growth Modifier: 100%
[19:54:30] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true / Isa false
[19:54:30] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[19:54:30] [Server thread/INFO]: Experience Merge Radius: 3.0
[19:54:30] [Server thread/INFO]: Mob Spawn Range: 6
[19:54:30] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1 Hopper Can Load Chunks: false
[19:54:30] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 End City: 10387313 Slime: 987234911 Nether: 30084232 Mansion: 10387319 Fossil: 14357921 Portal: 34222645
[19:54:30] [Server thread/INFO]: Max TNT Explosions: 100
[19:54:30] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[19:54:30] [Server thread/INFO]: Item Merge Radius: 2.5
[19:54:30] [Server thread/INFO]: Item Despawn Rate: 6000
[19:54:30] [Server thread/INFO]: View Distance: 10
[19:54:30] [Server thread/INFO]: Simulation Distance: 10
[19:54:30] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[19:54:30] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
[19:54:30] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[19:54:30] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[19:54:30] [Server thread/INFO]: Preparing start region for dimension minecraft:overworld
[19:54:34] [Worker-Main-3/INFO]: Preparing spawn area: 0%
[19:54:34] [Worker-Main-1/INFO]: Preparing spawn area: 0%
[19:54:34] [Worker-Main-1/INFO]: Preparing spawn area: 0%
[19:54:34] [Worker-Main-1/INFO]: Preparing spawn area: 0%
[19:54:34] [Worker-Main-1/INFO]: Preparing spawn area: 0%
[19:54:34] [Worker-Main-1/INFO]: Preparing spawn area: 0%
[19:54:34] [Worker-Main-1/INFO]: Preparing spawn area: 0%
[19:54:34] [Worker-Main-1/INFO]: Preparing spawn area: 0%
[19:54:34] [Worker-Main-1/INFO]: Preparing spawn area: 0%
[19:54:34] [Worker-Main-1/INFO]: Preparing spawn area: 12%
[19:54:35] [Worker-Main-3/INFO]: Preparing spawn area: 100%
[19:54:35] [Worker-Main-1/INFO]: Preparing spawn area: 100%
[19:54:35] [Server thread/INFO]: Time elapsed: 5559 ms
[19:54:35] [Server thread/INFO]: Preparing start region for dimension minecraft:the_nether
[19:54:37] [Worker-Main-3/INFO]: Preparing spawn area: 0%
[19:54:37] [Worker-Main-3/INFO]: Preparing spawn area: 0%
[19:54:37] [Worker-Main-1/INFO]: Preparing spawn area: 0%
[19:54:37] [Worker-Main-1/INFO]: Preparing spawn area: 0%
[19:54:37] [Worker-Main-1/INFO]: Preparing spawn area: 0%
[19:54:38] [Worker-Main-1/INFO]: Preparing spawn area: 10%
[19:54:38] [Worker-Main-1/INFO]: Preparing spawn area: 54%
[19:54:39] [Worker-Main-3/INFO]: Preparing spawn area: 64%
[19:54:39] [Worker-Main-1/INFO]: Preparing spawn area: 68%
[19:54:40] [Worker-Main-3/INFO]: Preparing spawn area: 71%
[19:54:40] [Worker-Main-3/INFO]: Preparing spawn area: 73%
[19:54:41] [Worker-Main-3/INFO]: Preparing spawn area: 76%
[19:54:41] [Worker-Main-1/INFO]: Preparing spawn area: 83%
[19:54:42] [Worker-Main-3/INFO]: Preparing spawn area: 84%
[19:54:42] [Worker-Main-1/INFO]: Preparing spawn area: 87%
[19:54:43] [Worker-Main-3/INFO]: Preparing spawn area: 90%
[19:54:43] [Worker-Main-3/INFO]: Preparing spawn area: 95%
[19:54:44] [Server thread/INFO]: Time elapsed: 8455 ms
[19:54:44] [Server thread/INFO]: Preparing start region for dimension minecraft:the_end
[19:54:45] [Worker-Main-3/INFO]: Preparing spawn area: 0%
[19:54:45] [Worker-Main-3/INFO]: Preparing spawn area: 0%
[19:54:45] [Worker-Main-3/INFO]: Preparing spawn area: 0%
[19:54:45] [Worker-Main-1/INFO]: Preparing spawn area: 5%
[19:54:46] [Worker-Main-3/INFO]: Preparing spawn area: 54%
[19:54:46] [Worker-Main-3/INFO]: Preparing spawn area: 84%
[19:54:47] [Server thread/INFO]: Time elapsed: 2978 ms
[19:54:47] [Server thread/INFO]: [SimpleTpa] Enabling SimpleTpa v6.9
[19:54:47] [Server thread/INFO]: [SimpleTpa] If you need support contact me at https://discord.gg/SZUkza9
[19:54:47] [Server thread/INFO]: [SimpleTpa] Simple Tpa has been enabled on version 6.9
[19:54:47] [Server thread/INFO]: Enabled metrics. You may opt-out by changing plugins/bStats/config.yml
[19:54:47] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v6.1.9;caf0ad9
[19:54:47] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
[19:54:47] [Server thread/ERROR]: Error occurred while enabling WorldEdit v6.1.9;caf0ad9 (Is it up to date?)
java.lang.IllegalArgumentException: Channel must contain : separator (attempted to use WECUI)
        at org.bukkit.plugin.messaging.StandardMessenger.validateAndCorrectChannel(StandardMessenger.java:503) ~[spigot-api-1.19.2-R0.1-SNAPSHOT.jar:?]
        at org.bukkit.plugin.messaging.StandardMessenger.registerIncomingPluginChannel(StandardMessenger.java:216) ~[spigot-api-1.19.2-R0.1-SNAPSHOT.jar:?]
        at com.sk89q.worldedit.bukkit.WorldEditPlugin.onEnable(WorldEditPlugin.java:110) ~[?:?]
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264) ~[spigot-api-1.19.2-R0.1-SNAPSHOT.jar:?]
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:342) ~[spigot-api-1.19.2-R0.1-SNAPSHOT.jar:?]
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:480) ~[spigot-api-1.19.2-R0.1-SNAPSHOT.jar:?]
        at org.bukkit.craftbukkit.v1_19_R1.CraftServer.enablePlugin(CraftServer.java:525) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3610-Spigot-6198b5a-19df23a]
        at org.bukkit.craftbukkit.v1_19_R1.CraftServer.enablePlugins(CraftServer.java:439) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3610-Spigot-6198b5a-19df23a]
        at net.minecraft.server.MinecraftServer.loadWorld0(MinecraftServer.java:584) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3610-Spigot-6198b5a-19df23a]
        at net.minecraft.server.MinecraftServer.loadLevel(MinecraftServer.java:403) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3610-Spigot-6198b5a-19df23a]
        at net.minecraft.server.dedicated.DedicatedServer.e(DedicatedServer.java:255) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3610-Spigot-6198b5a-19df23a]
        at net.minecraft.server.MinecraftServer.v(MinecraftServer.java:968) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3610-Spigot-6198b5a-19df23a]
        at net.minecraft.server.MinecraftServer.lambda$0(MinecraftServer.java:293) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3610-Spigot-6198b5a-19df23a]
        at java.lang.Thread.run(Unknown Source) [?:?]
[19:54:47] [Server thread/INFO]: [ClearLag] Enabling ClearLag v3.2.2
[19:54:47] [Server thread/INFO]: [ClearLag] Using version-adapter: LatestVersionAdapter
[19:54:47] [Server thread/INFO]: [ClearLag] Loading modules...
[19:54:47] [Server thread/WARN]: [ClearLag] Clearlag failed to use the internal TPS tracker during initialization. Reverted to estimation... (net.minecraft.server.v1_19_R1.MinecraftServer)
[19:54:47] [Server thread/INFO]: [ClearLag] Modules enabed, loading config values
[19:54:47] [Server thread/INFO]: [ClearLag] Modules have been loaded!
[19:54:47] [Server thread/INFO]: [ClearLag] Clearlag is now enabled!
[19:54:47] [Thread-9/INFO]: [ClearLag] Checking for updates compatible with your bukkit version [1.19]...
[19:54:47] [Server thread/INFO]: [CasinoPlugin] Enabling CasinoPlugin v4.2.6
[19:54:47] [Server thread/INFO]: [Casino] config.yml exists!
[19:54:47] [Server thread/INFO]: [Casino] Successfully hooked with Vault
[19:54:47] [Server thread/INFO]: [Casino] playersigns.json exists!
[19:54:47] [Server thread/INFO]: [Casino] data.yml exists!
[19:54:47] [Server thread/INFO]: [Casino] leaderboardsigns.yml exists!
[19:54:47] [Server thread/INFO]: [Casino] slotchests.json exists!
[19:54:47] [Server thread/INFO]: [Casino] jackpot.json exists!
[19:54:47] [Server thread/INFO]: [Casino] notifications.yml exists!
[19:54:47] [Server thread/INFO]: [Casino] config.yml successfully imported!
[19:54:47] [Server thread/INFO]: [Casino] no prefix in config.yml... using default one!
[19:54:48] [Server thread/INFO]: [Casino] Successfully imported 1 playersigns from playersigns.json
[19:54:48] [Server thread/INFO]: [Casino] Successfully imported all leaderboard signs! (0)
[19:54:48] [Thread-9/INFO]: [ClearLag] No updates found!
[19:54:48] [Server thread/INFO]: [Casino] Plugin is up to date.
[19:54:48] [Server thread/INFO]: [Casino] Successfully hooked with Essentials
[19:54:48] [Server thread/INFO]: [Casino] Can't find HolographicDisplays! Make sure that you are using the newest version and it's working! https://dev.bukkit.org/projects/holographic-displays.
[19:54:48] [Server thread/INFO]: You can also deactivate the hologram system in the config.yml to remove this message.
[19:54:48] [Server thread/INFO]: [dynmap] Enabling dynmap v3.7-beta-5-943
[19:54:48] [Server thread/INFO]: [dynmap] Added 19 custom biome mappings
[19:54:48] [Server thread/INFO]: [dynmap] Using Vault provider SuperPerms for access control
[19:54:49] [Server thread/INFO]: [dynmap] Found cwebp at /usr/bin/cwebp and dwebp at /usr/bin/dwebp: webp format enabled
[19:54:49] [Server thread/INFO]: [dynmap] Mod Support processing completed
[19:54:51] [Server thread/INFO]: [dynmap] Loaded 27 shaders.
[19:54:51] [Server thread/INFO]: [dynmap] Loaded 83 perspectives.
[19:54:51] [Server thread/INFO]: [dynmap] Loaded 22 lightings.
[19:54:51] [Server thread/INFO]: [dynmap] Starting enter/exit processing
[19:54:51] [Dynmap Render Thread/INFO]: [dynmap] Finish marker initialization
[19:54:51] [Server thread/INFO]: [dynmap] Web server started on address [0.0.0.0:8123](http://0.0.0.0:8123/)
[19:54:51] [Server thread/INFO]: [dynmap] version 3.7-beta-5-943 is enabled - core version 3.7-beta-5-943
[19:54:51] [Server thread/INFO]: [dynmap] For support, visit our Discord at https://discord.gg/s3rd5qn
[19:54:51] [Server thread/INFO]: [dynmap] For news, visit https://reddit.com/r/Dynmap or follow https://universeodon.com/@dynmap
[19:54:51] [Server thread/INFO]: [dynmap] To report or track bugs, visit https://github.com/webbukkit/dynmap/issues
[19:54:51] [Server thread/INFO]: [dynmap] If you'd like to donate, please visit https://www.patreon.com/dynmap or https://ko-fi.com/michaelprimm
[19:54:51] [Server thread/INFO]: [dynmap] Loaded 3 maps of world 'world'.
[19:54:51] [Server thread/INFO]: [dynmap] Loaded 2 maps of world 'world_nether'.
[19:54:51] [Server thread/INFO]: [dynmap] Loaded 2 maps of world 'world_the_end'.
[19:54:51] [Server thread/INFO]: [dynmap] Enabled
[19:54:51] [Server thread/INFO]: [GUIShop] Enabling GUIShop v9.2.0
[19:54:51] [Server thread/INFO]: [ChestShop] Enabling ChestShop v3.9.2 (build 86)
[19:54:52] [Server thread/INFO]: [ChestShop] Vault loaded! Found an economy plugin!
[19:54:52] [Server thread/INFO]: [Essentials] Enabling Essentials v2.21.0-dev+81-cde7184
[19:54:52] [Server thread/ERROR]: You are running an unsupported server version!
[19:54:52] [Server thread/INFO]: Attempting to convert old kits in config.yml to new kits.yml
[19:54:52] [Server thread/INFO]: No kits found to migrate.
[19:54:52] [Server thread/INFO]: Loaded 39095 items from items.json.
[19:54:52] [Server thread/INFO]: Using locale en_US
[19:54:52] [Server thread/INFO]: ServerListPingEvent: Spigot iterator API
[19:54:53] [Server thread/INFO]: Starting Metrics. Opt-out using the global bStats config.
[19:54:53] [Server thread/INFO]: [Vault] [Economy] Essentials Economy hooked.
[19:54:53] [Server thread/INFO]: Using superperms-based permissions.
[19:54:53] [Server thread/INFO]: [EssentialsChat] Enabling EssentialsChat v2.21.0-dev+81-cde7184
[19:54:53] [Server thread/INFO]: Starting Metrics. Opt-out using the global bStats config.
[19:54:53] [Server thread/INFO]: [EconomyShopGUI] Enabling EconomyShopGUI v6.6.0
[19:54:53] [Server thread/INFO]: [EconomyShopGUI] [INFO]: Using lang-en.yml as language file.
[19:54:53] [Server thread/INFO]: [EconomyShopGUI] [INFO]: Completed loading 16 section configs from /sections/
[19:54:53] [Server thread/INFO]: [EconomyShopGUI] [INFO]: Completed loading 16 shop configs from /shops/
[19:54:53] [Server thread/INFO]: [EconomyShopGUI] [INFO]: Updating Shop settings...
[19:54:53] [Server thread/INFO]: [EconomyShopGUI] [INFO]: Successfully hooked into Vault
[19:54:53] [Server thread/INFO]: [EconomyShopGUI] [INFO]: Completed loading 1 economy provider(s) for all 14 shop sections.
[19:54:53] [Server thread/INFO]: [EconomyShopGUI] [INFO]: Using minecraft version 1.19.2...
[19:54:53] [Server thread/INFO]: [EconomyShopGUI] [INFO]: Spawner provider set to AUTO in config
[19:54:53] [Server thread/INFO]: [EconomyShopGUI] [INFO]: Automatically searching for compatible spawner provider....
[19:54:53] [Server thread/INFO]: [EconomyShopGUI] [INFO]: Failed to automatically find compatible spawner provider, using default...
[19:54:53] [Server thread/INFO]: [EconomyShopGUI] [INFO]: Debug mode is enabled.
[19:54:53] [Server thread/INFO]: [EconomyShopGUI] [INFO]: Loading all items...
[19:54:53] [Server thread/INFO]: [EconomyShopGUI] [INFO]: Initialized - Took 381ms to complete
[19:54:53] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn v2.21.0-dev+81-cde7184
[19:54:53] [Server thread/INFO]: Starting Metrics. Opt-out using the global bStats config.
[19:54:53] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
[19:54:53] [Server thread/INFO]: Done (24.132s)! For help, type "help"
[19:54:53] [Server thread/INFO]: Starting remote control listener
[19:54:53] [Server thread/INFO]: Thread RCON Listener started
[19:54:53] [Server thread/INFO]: RCON running on [0.0.0.0:25575](http://0.0.0.0:25575/)
[19:54:53] [Server thread/INFO]: Essentials found a compatible payment resolution method: Vault Compatibility Layer (v1.7.3-b131)!
[19:54:53] [Craft Scheduler Thread - 4/INFO]: [Vault] Checking for Updates ...
[19:54:53] [Craft Scheduler Thread - 1/INFO]: §6Fetching version information...
[19:54:53] [Craft Scheduler Thread - 4/INFO]: [Vault] No new version available
[19:54:53] [Craft Scheduler Thread - 3/INFO]: [EconomyShopGUI] [INFO]: There is an update available for EconomyShopGUI, you are running v6.6.0 but found v6.6.1.
[19:54:53] [Craft Scheduler Thread - 3/INFO]: [EconomyShopGUI] [INFO]: Download at: https://www.spigotmc.org/resources/economyshopgui.69927/
[19:54:53] [Craft Scheduler Thread - 0/INFO]: [SimpleTpa] There is a new update available.
[19:54:53] [Craft Scheduler Thread - 0/INFO]: [SimpleTpa] There is a new update available:
[19:54:53] [Craft Scheduler Thread - 0/INFO]: [SimpleTpa] https://www.spigotmc.org/resources/simple-tpa.64270/
[19:55:00] [RCON Listener #1/INFO]: Thread RCON Client /[192.168.96.2](http://192.168.96.2/) started
[19:56:01] [User Authenticator #1/INFO]: UUID of player UyuuuyU is 4b5213fe-7203-4a63-b11e-8bcbbec0a841
[19:56:02] [Server thread/INFO]: UyuuuyU joined the game
[19:56:02] [Server thread/INFO]: UyuuuyU[/[192.168.1.30:49222](http://192.168.1.30:49222/)] logged in with entity id 156 at ([world]-14.92220703575157, 79.0, 614.5200440884926)
[19:57:23] [Dynmap Render Thread/INFO]: [dynmap] Loading default resource pack
[19:58:09] [RCON Listener #1/INFO]: Thread RCON Client /[192.168.96.2](http://192.168.96.2/) started
[19:58:09] [RCON Client /[192.168.96.2](http://192.168.96.2/) #2/INFO]: Thread RCON Client /[192.168.96.2](http://192.168.96.2/) shutting down
[20:16:26] [RCON Listener #1/INFO]: Thread RCON Client /[192.168.96.2](http://192.168.96.2/) started
[20:16:26] [RCON Client /[192.168.96.2](http://192.168.96.2/) #3/INFO]: Thread RCON Client /[192.168.96.2](http://192.168.96.2/) shutting down
[20:21:40] [Server thread/INFO]: Debug logging is disabled
@AranudB AranudB changed the title rcon web error "Issue: Enhancement Request" rcon web error "The current selected server is not available anymore. Maybe gone offline?" May 22, 2024
@itzg
Copy link
Owner

itzg commented May 22, 2024

Try using one of the maintained image tags. java19 has been deprecated for a while.

@AranudB
Copy link
Author

AranudB commented May 22, 2024

I cannot change the image to a maintained one because Spigot 1.19.2 requires Java 19 to work. However, I had previously tested it with the most recent image, and it had the same behavior.

But, just to be sure, I recreated a new compose file with the most recent image:


services:
minecraft:
image: itzg/minecraft-server:latest
container_name: serv_mc
ports:
- 25565:25565
volumes:
- ./data:/data
environment:
- EULA=true
- RCON_PASSWORD='minecraft'

rcon:
image: itzg/rcon
volumes:
- ./rcon:/opt/rcon-web-admin/db
environment:
RWA_USERNAME: admin
RWA_PASSWORD: admin
RWA_ADMIN: "TRUE"
RWA_RCON_HOST: minecraft
RWA_RCON_PASSWORD: "minecraft"
ports:
- "4326:4326"
- "4327:4327"


But I still get the same errors.

@itzg
Copy link
Owner

itzg commented May 22, 2024

Spigot 1.19.2 requires Java 19

It's probably Java 17 since 19 was a short lived version. Regardless that image tag has not been built in a long time.

Since rcon web is third party software and frequently doesn't work then all I can do is point you to the example that I validated recently

https://github.com/itzg/docker-rcon-web-admin/blob/master/docker-compose.yml

@AranudB
Copy link
Author

AranudB commented May 23, 2024

After reviewing a new time the sample .yml file you sent me, I think I found the issue. I can't explain why but the env variable for rcon to work must be like this RCON_PASSWORD: 'minecraft' and not like this - RCON_PASSWORD='minecraft'.

Thanks for your quick reply and your work !

@itzg
Copy link
Owner

itzg commented May 23, 2024

Yeah I find the list style env variable syntax to be error prone like that. If you haven't now, I recommend switching to object (key: value) syntax.

Copy link

This issue is stale because it has been open 30 days with no activity. Please add a comment describing the reason to keep this issue open.

@github-actions github-actions bot added the status/stale No recently activity has been seen and will be closed soon. label Jun 23, 2024
@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Jun 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
discussion status/stale No recently activity has been seen and will be closed soon.
Projects
None yet
Development

No branches or pull requests

2 participants