-
Bug
-
Resolution: Incomplete
-
None
-
1.20.41
-
None
-
Linux Bedrock - Ubuntu 22.04.3 LTS
-
Unconfirmed
I am experiencing the same issue as a previous user who created BDS-18482 (unfortunately they didn't follow the correct format for submitting bugs and the ticket was closed).
They were also using an older version but I still see the same behaviour with the latest version (1.20.41).
Steps to Reproduce
Download 1.20.41 for Linux
Execute server
Observed Result
NO LOG FILE! - setting up server logging... [2023-11-27 16:54:54:834 INFO] Starting Server [2023-11-27 16:54:54:834 INFO] Version: 1.20.41.02 [2023-11-27 16:54:54:834 INFO] Session ID: 9536223b-1e2c-45d0-aed5-f48f5ead37dc [2023-11-27 16:54:54:834 INFO] Build ID: 19385779 [2023-11-27 16:54:54:834 INFO] Branch: r/20_u4 [2023-11-27 16:54:54:834 INFO] Commit ID: fb9e4a5f54462276397ac295c1afe7df03b900d6 [2023-11-27 16:54:54:834 INFO] Configuration: Publish [2023-11-27 16:54:54:835 INFO] Level Name: Bedrock level [2023-11-27 16:54:54:836 INFO] No CDN config file found for dedicated server [2023-11-27 16:54:54:836 INFO] Game mode: 0 Survival [2023-11-27 16:54:54:836 INFO] Difficulty: 1 EASY [2023-11-27 16:54:54:837 INFO] Content logging to console is enabled. [2023-11-27 16:54:55:270 INFO] Opening level 'worlds/Bedrock level/db' [2023-11-27 16:54:55:886 ERROR] Port [19132] may be in use by another process. Free up port and re-run program or adjust server.properties file to use alternate ports for server [2023-11-27 16:54:55:886 ERROR] Port [19133] may be in use by another process. Free up port and re-run program or adjust server.properties file to use alternate ports for server [2023-11-27 16:54:55:886 ERROR] Exiting program
Expected Result
Server starts and binds successfully to port 19132
Additional Details
The output from
lsof -I -P -n | grep LISTEN
is
systemd 1 root 86u IPv4 1214 0t0 TCP *:111 (LISTEN) systemd 1 root 95u IPv4 57739119 0t0 TCP *:9090 (LISTEN) systemd-r 948947 systemd-resolve 14u IPv4 57738395 0t0 TCP 127.0.0.53:53 (LISTEN) docker-pr 950718 root 4u IPv4 57746969 0t0 TCP *:9000 (LISTEN) docker-pr 950735 root 4u IPv4 57746986 0t0 TCP *:8000 (LISTEN) rpcbind 976801 _rpc 4u IPv4 1214 0t0 TCP *:111 (LISTEN) sshd 976839 root 3u IPv4 57772472 0t0 TCP *:22 (LISTEN) xrdp-sesm 976855 root 7u IPv4 57773783 0t0 TCP 127.0.0.1:3350 (LISTEN) xrdp 976873 xrdp 11u IPv4 57773834 0t0 TCP *:3389 (LISTEN) cupsd 977008 root 6u IPv4 57772774 0t0 TCP 127.0.0.1:631 (LISTEN) Plex\x20M 1924431 anthony 10u IPv4 89240391 0t0 TCP *:32400 (LISTEN) Plex\x20M 1924431 anthony 11u IPv4 89240393 0t0 TCP 127.0.0.1:32401 (LISTEN) Plex\x20S 1924458 anthony 7u IPv4 89238811 0t0 TCP 127.0.0.1:36653 (LISTEN) Plex\x20T 1924497 anthony 10u IPv4 89238815 0t0 TCP 127.0.0.1:32600 (LISTEN) docker-pr 3126516 root 4u IPv4 97003112 0t0 TCP *:18083 (LISTEN) docker-pr 3126530 root 4u IPv4 97005139 0t0 TCP *:1883 (LISTEN)