Solved Timed Out problem

iSadCorAnn

New member
Jun 10, 2023
2
1
3
So I just started my server this morning and after it finished starting I tried joining but I keep getting Timed Out before I even got on the server and I can't run any commands in the console either. Does anyone know what might be the problem?

Here are my logs.


[10:31:36 ERROR]: --- DO NOT REPORT THIS TO PAPER - THIS IS NOT A BUG OR A CRASH - git-Paper-79 (MC: 1.17) ---
[10:31:36 ERROR]: The server has not responded for 10 seconds! Creating thread dump
[10:31:36 ERROR]: ------------------------------
[10:31:36 ERROR]: Server thread dump (Look for plugins here before reporting to Paper!):
[10:31:36 ERROR]: ------------------------------
[10:31:36 ERROR]: Current Thread: Server thread
[10:31:36 ERROR]: PID: 27 | Suspended: false | Native: false | State: RUNNABLE
[10:31:36 ERROR]: Stack:
[10:31:36 ERROR]: app//net.minecraft.server.level.ChunkHolder.recalcNeighborPriority(ChunkHolder.java:184)
[10:31:36 ERROR]: app//net.minecraft.server.level.ChunkHolder.setNeighborPriority(ChunkHolder.java:171)
[10:31:36 ERROR]: app//net.minecraft.server.level.ChunkHolder.updateFutures(ChunkHolder.java:780)
[10:31:36 ERROR]: app//net.minecraft.server.level.PlayerChunk$$Lambda$6908/0x0000000801faf3e0.accept(Unknown Source)
[10:31:36 ERROR]: [email protected]/java.util.concurrent.ConcurrentHashMap.forEach(ConcurrentHashMap.java:1603)
[10:31:36 ERROR]: app//net.minecraft.server.level.ChunkHolder.updateFutures(ChunkHolder.java:780)
[10:31:36 ERROR]: app//net.minecraft.server.level.DistanceManager.runAllUpdates(DistanceManager.java:130)
[10:31:36 ERROR]: app//net.minecraft.server.level.ServerChunkCache.runDistanceManagerUpdates(ServerChunkCache.java:667)
[10:31:36 ERROR]: app//net.minecraft.server.level.ChunkMap.lambda$queueHolderUpdate$11(ChunkMap.java:523)
[10:31:36 ERROR]: app//net.minecraft.server.level.PlayerChunkMap$$Lambda$6857/0x0000000801f9d878.run(Unknown Source)
[10:31:36 ERROR]: app//net.minecraft.util.thread.BlockableEventLoop.doRunTask(BlockableEventLoop.java:149)
[10:31:36 ERROR]: app//net.minecraft.server.level.ServerChunkCache$MainThreadExecutor.doRunTask(ServerChunkCache.java:1018)
[10:31:36 ERROR]: app//net.minecraft.util.thread.BlockableEventLoop.pollTask(BlockableEventLoop.java:122)
[10:31:36 ERROR]: app//net.minecraft.server.level.ServerChunkCache$MainThreadExecutor.pollTask(ServerChunkCache.java:1065)
[10:31:36 ERROR]: app//net.minecraft.server.level.ServerChunkCache$MainThreadExecutor.midTickLoadChunks(ServerChunkCache.java:1046)
[10:31:36 ERROR]: app//net.minecraft.server.MinecraftServer.midTickLoadChunks(MinecraftServer.java:1288)
[10:31:36 ERROR]: app//net.minecraft.server.MinecraftServer.lambda$tickServer$8(MinecraftServer.java:1396)
[10:31:36 ERROR]: app//net.minecraft.server.MinecraftServer$$Lambda$8733/0x000000080259f668.getAsBoolean(Unknown Source)
[10:31:36 ERROR]: app//net.minecraft.util.thread.BlockableEventLoop.managedBlock(BlockableEventLoop.java:131)
[10:31:36 ERROR]: app//net.minecraft.server.MinecraftServer.tickServer(MinecraftServer.java:1395)
[10:31:36 ERROR]: app//net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1180)
[10:31:36 ERROR]: app//net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:320)
[10:31:36 ERROR]: app//net.minecraft.server.MinecraftServer$$Lambda$3674/0x00000008013f20a0.run(Unknown Source)
[10:31:36 ERROR]: [email protected]/java.lang.Thread.run(Thread.java:831)
[10:31:36 ERROR]: ------------------------------
[10:31:36 ERROR]: --- DO NOT REPORT THIS TO PAPER - THIS IS NOT A BUG OR A CRASH ---
[10:31:36 ERROR]: ------------------------------


Thanks!
 

AJ4Y

New member
Jun 9, 2023
5
0
1
It seems that the server is having trouble processing chunk updates, which could be due to insufficient server resources. I suggest trying the following steps:
  1. Create a new Minecraft server without adding any plugins or making any configuration changes.
  2. Make sure you can join the server after running it and accepting the EULA.
  3. If the issue still persists, it's possible that you have a lack of resources or a problem with your internet connection.
Hope this helps!