Question Server issue and crashing

ilnert

New member
Nov 25, 2022
2
0
1
Hello, I don't understand much about java developtment and issues, I just recently created a server with some plugins

It was fine before but now I get problems with my server, long connection and pinging to the server, then eventually server just crashes and console is filled with these errors:

31aee9ad55b494b862e08db922977ad6.png


text:
[12:54:13 ERROR]: --- DO NOT REPORT THIS TO PAPER - THIS IS NOT A BUG OR A CRASH - git-Paper-280 (MC: 1.19.2) ---
[12:54:13 ERROR]: The server has not responded for 10 seconds! Creating thread dump
[12:54:13 ERROR]: ------------------------------
[12:54:13 ERROR]: Server thread dump (Look for plugins here before reporting to Paper!):
[12:54:24 INFO]: Disconnecting com.mojang.authlib.GameProfile@a88b650[id=<null>,name=ilnert,properties={},legacy=false] (/192.168.0.153:58900): Took too long to log in
[12:54:24 INFO]: com.mojang.authlib.GameProfile@4395801d[id=2978e952-f6fe-31d5-8c24-37a58a6605cc,name=ilnert,properties={},legacy=false] (/192.168.0.153:58900) lost connection: Disconnected
[12:54:24 WARN]: Can't keep up! Is the server overloaded? Running 20468ms or 409 ticks behind
[12:54:28 WARN]: [LuckPerms] Processing login for ilnert took 4566ms.
[12:54:28 ERROR]: ------------------------------
[12:54:28 ERROR]: Current Thread: Server thread
[12:54:28 INFO]: UUID of player ilnert is 2978e952-f6fe-31d5-8c24-37a58a6605cc
[12:54:28 ERROR]: PID: 41 | Suspended: false | Native: false | State: TIMED_WAITING
[12:54:28 ERROR]: Stack:
[12:54:28 ERROR]: [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
[12:54:28 ERROR]: [email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:252)
[12:54:28 ERROR]: net.minecraft.util.thread.BlockableEventLoop.waitForTasks(BlockableEventLoop.java:148)
[12:54:28 ERROR]: net.minecraft.util.thread.BlockableEventLoop.managedBlock(BlockableEventLoop.java:137)
[12:54:28 ERROR]: net.minecraft.server.MinecraftServer.waitUntilNextTick(MinecraftServer.java:1289)
[12:54:28 ERROR]: net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1177)
[12:54:28 ERROR]: net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:305)
[12:54:28 ERROR]: net.minecraft.server.MinecraftServer$$Lambda$4320/0x0000000801507480.run(Unknown Source)
[12:54:28 ERROR]: [email protected]/java.lang.Thread.run(Thread.java:833)
[12:54:28 ERROR]: ------------------------------
[12:54:28 ERROR]: --- DO NOT REPORT THIS TO PAPER - THIS IS NOT A BUG OR A CRASH ---
[12:54:28 ERROR]: ------------------------------


also right after running start.bat file I basically dont get any critical errors, but when first player connects - the server start lagging and console
says this:

[12:53:21 WARN]: Can't keep up! Is the server overloaded? Running 18169ms or 363 ticks behind

What could be the issue? Does this have something to do with the plugins? And how do I identify which plugins are causing the problems?