원래 기존에 운영하는 서버(구분하기 쉽게 페이퍼라고 부를께)가 하나 있는데 모드서버로 1개 더 열고 싶어져서 (페이퍼는 25565를 로컬포트, 25575는 컨테이너 포트로 썼음) 로컬포트를 25585, 컨테이너 포트를 25595로 열었는데 Log로


[13:47:35] [ServerMain/INFO]: Environment: Environment[sessionHost=https://sessionserver.mojang.com, servicesHost=https://api.minecraftservices.com, name=PROD]

[13:47:36] [ServerMain/INFO]: No existing world data, creating new world

[13:47:37] [ServerMain/INFO]: Loaded 1290 recipes

[13:47:37] [ServerMain/INFO]: Loaded 1399 advancements

[13:47:38] [Server thread/INFO]: Starting minecraft server version 1.21

[13:47:38] [Server thread/INFO]: Loading properties

[13:47:38] [Server thread/INFO]: Default game type: SURVIVAL

[13:47:38] [Server thread/INFO]: Generating keypair

[13:47:38] [Server thread/INFO]: Starting Minecraft server on *:25565

[13:47:38] [Server thread/INFO]: Using epoll channel type

[13:47:38] [Server thread/INFO]: Preparing level "world"

[13:47:44] [Server thread/INFO]: Preparing start region for dimension minecraft:overworld

[13:47:44] [Worker-Main-1/INFO]: Preparing spawn area: 2%

[13:47:45] [Worker-Main-2/INFO]: Preparing spawn area: 2%

[13:47:45] [Worker-Main-1/INFO]: Preparing spawn area: 2%

[13:47:46] [Worker-Main-1/INFO]: Preparing spawn area: 2%

[13:47:47] [Worker-Main-1/INFO]: Preparing spawn area: 2%

[13:47:47] [Worker-Main-1/INFO]: Preparing spawn area: 2%

[13:47:47] [Worker-Main-1/INFO]: Preparing spawn area: 18%

[13:47:48] [Worker-Main-2/INFO]: Preparing spawn area: 18%

[13:47:48] [Worker-Main-1/INFO]: Preparing spawn area: 18%

[13:47:49] [Worker-Main-1/INFO]: Preparing spawn area: 51%

[13:47:49] [Worker-Main-1/INFO]: Preparing spawn area: 51%

[13:47:50] [Worker-Main-1/INFO]: Preparing spawn area: 51%

[13:47:50] [Worker-Main-1/INFO]: Preparing spawn area: 51%

[13:47:51] [Server thread/INFO]: Time elapsed: 6478 ms

[13:47:51] [Server thread/INFO]: Done (12.348s)! For help, type "help"

[13:47:51] [Server thread/INFO]: Starting remote control listener

[13:47:51] [Server thread/INFO]: Thread RCON Listener started

[13:47:51] [Server thread/INFO]: RCON running on 0.0.0.0:25575

[13:51:24] [RCON Listener #1/INFO]: Thread RCON Client /127.0.0.1 started

[13:51:24] [Server thread/INFO]: [Rcon: Stopping the server]

[13:51:24] [RCON Client /127.0.0.1 #2/INFO]: Thread RCON Client /127.0.0.1 shutting down

[13:51:24] [Server thread/INFO]: Stopping server

[13:51:24] [Server thread/INFO]: Saving players

[13:51:24] [Server thread/INFO]: Saving worlds

[13:51:24] [Server thread/INFO]: Saving chunks for level 'ServerLevel[world]'/minecraft:overworld


이런 식으로 뜨면서 서버가 열리지 않음. 무슨 문제일까?