-
Bug
-
Resolution: Incomplete
-
None
-
1.16.200
-
None
-
Ubuntu 18.04
AWS EC2 t3a.medium - (4 GB Memory, 2 vCPUs)
-
Unconfirmed
I have been running Minecraft Bedrock Server on Ubuntu for about a year without many problems. After updating to 1.16.200.2, players are experiencing frequent disconnects, or they will be unable to join entirely. I typically have 4 or 5 players at a time, and some will be able to join and some will not.
Here is an example of the server log:
NO LOG FILE! - setting up server logging... [2020-12-12 16:32:57 INFO] Starting Server [2020-12-12 16:32:57 INFO] Version 1.16.200.2 [2020-12-12 16:32:57 INFO] Session ID a3417002-83bb-4cb3-91e3-ed742aaa4cbf [2020-12-12 16:32:57 INFO] Level Name: Survival World 4 [2020-12-12 16:32:57 INFO] Game mode: 0 Survival [2020-12-12 16:32:57 INFO] Difficulty: 1 EASY [INFO] opening worlds/Survival World 4/db [INFO] IPv4 supported, port: 19132 [INFO] IPv6 supported, port: 19133 [INFO] IPv4 supported, port: 59410 [INFO] IPv6 supported, port: 46494 [INFO] Server started. [INFO] Running AutoCompaction... [INFO] Player disconnected: [REDACTED USERNAME AND XUID] [INFO] Player connected: [REDACTED USERNAME AND XUID] [INFO] Player disconnected: [REDACTED USERNAME AND XUID] [INFO] Player connected: [REDACTED USERNAME AND XUID] [INFO] Player disconnected: [REDACTED USERNAME AND XUID] [INFO] Player connected: [REDACTED USERNAME AND XUID] [INFO] Player disconnected: [REDACTED USERNAME AND XUID] [INFO] Player connected: [REDACTED USERNAME AND XUID] [INFO] Player disconnected: [REDACTED USERNAME AND XUID] [INFO] Running AutoCompaction...
In this case, the player attempts to login to the server and just sees "Attempting to locate server" on their screen. The login never succeeds.
This is an Ubuntu 18.04 instance running on an AWS EC2 t3a.medium. Memory usage on the server is about 25%, and total cpu usage is about 60%. There is plenty of free disk.
Questions:
- Is there any way to enable a more detailed log level such as a Debug level?
- The world we are running is completely vanilla but was created on a previous version. Could this be a problem? The total directory size for this world is about 13 mb.
Thanks in advance for any help you can provide.