Jump to content
  • 0

Server crashing after a minute when started


12imix34

Question

So I have a server called CrimsonnMC and whenever I start it up it crashes after about a minute. I have no idea what the cause is, the only thing I know is that this never happened before. I also have the crash logs so I hope anyone can find a fix to it.

 

/home/minecraft/signal/start_cmd: line 1:  1961 Killed                  /opt/java/17/bin/java -Xmx${SERVER_RAM} -XX:+ParallelRefProcEnabled -XX:MaxGCPauseMillis=200 -XX:+UnlockExperimentalVMOptions -XX:+DisableExplicitGC -XX:+AlwaysPreTouch -XX:G1NewSizePercent=30 -XX:G1MaxNewSizePercent=40 -XX:G1HeapRegionSize=8M -XX:G1ReservePercent=20 -XX:G1HeapWastePercent=5 -XX:G1MixedGCCountTarget=4 -XX:InitiatingHeapOccupancyPercent=15 -XX:G1MixedGCLiveThresholdPercent=90 -XX:G1RSetUpdatingPauseTimePercent=5 -XX:SurvivorRatio=32 -XX:+PerfDisableSharedMem -XX:MaxTenuringThreshold=1 -DIReallyKnowWhatIAmDoingISwear -Djline.terminal=jline.UnsupportedTerminal -jar server.jar
  • Like 1
Link to comment
Share on other sites

8 answers to this question

Recommended Posts

  • 0

This could be due to ram, but it's unlikely. Could you get it to crash again and send the FULL latest.log here or via pastebin.com?

Also, the tickspeed should be at 3, generally. If you didn't set it to anything crazy, then don't worry about it.

rose city STICKER

RosaRosaRosaRosaRosaRosaRosaRosaRosaRosaRosaRosaRosaRosaRosaRosaRosaRosaRosaRosaRosaR

i code, animate, develop, UI design, learn, and adapt, as well as make servers, of course

💐Joined Minehut sometime in 2014
💐VIP sometime in 2018
💐Legend in January 2021
💐Helper on 4/11/2021
💐♥ (Retired) on 5/17/2021
💐 Moderator on 8/18/2023

Link to comment
Share on other sites

  • 0
 /home/minecraft/signal/start_cmd: line 1:  1695 Killed                  /opt/java/17/bin/java -Xmx${SERVER_RAM} -XX:+ParallelRefProcEnabled -XX:MaxGCPauseMillis=200 -XX:+UnlockExperimentalVMOptions -XX:+DisableExplicitGC -XX:+AlwaysPreTouch -XX:G1NewSizePercent=30 -XX:G1MaxNewSizePercent=40 -XX:G1HeapRegionSize=8M -XX:G1ReservePercent=20 -XX:G1HeapWastePercent=5 -XX:G1MixedGCCountTarget=4 -XX:InitiatingHeapOccupancyPercent=15 -XX:G1MixedGCLiveThresholdPercent=90 -XX:G1RSetUpdatingPauseTimePercent=5 -XX:SurvivorRatio=32 -XX:+PerfDisableSharedMem -XX:MaxTenuringThreshold=1 -DIReallyKnowWhatIAmDoingISwear -Djline.terminal=jline.UnsupportedTerminal -jar server.jar

 

There is no more to it. It crashes and ends here. The kick message is: You were kicked from CrimsonnMC: Unknown

Link to comment
Share on other sites

  • 0

It’s very strange to have it crash so instaneously for running out of ram alone. Try to pull your entire latest.log file and send it here.

 

rose city STICKER

RosaRosaRosaRosaRosaRosaRosaRosaRosaRosaRosaRosaRosaRosaRosaRosaRosaRosaRosaRosaRosaR

i code, animate, develop, UI design, learn, and adapt, as well as make servers, of course

💐Joined Minehut sometime in 2014
💐VIP sometime in 2018
💐Legend in January 2021
💐Helper on 4/11/2021
💐♥ (Retired) on 5/17/2021
💐 Moderator on 8/18/2023

Link to comment
Share on other sites

  • 0

Ok so my server uses particles and the way I do them is using "execute console command "/particle"". This might be the cause of it but idk. Maybe I should use "draw 1 %particle%"? Either this or I have too many skripts. But aside from that, I think I found something:

 

[19:58:29 INFO]: [Skript] Loaded 14 scripts with a total of 33 triggers and 39 commands in 5.71 seconds
[19:58:29 INFO]: [Skript] Finished loading.
[19:58:29 INFO]: [PlaceholderAPI] Successfully registered expansion: player [2.0.5]
[19:58:29 INFO]: 1 placeholder hook(s) registered!
[19:58:29 WARN]: [ViaVersion] You are running a development version of the plugin, please report any bugs to GitHub.
[19:58:29 INFO]: Done (35.578s)! For help, type "help"
[19:58:29 WARN]: Can't keep up! Is the server overloaded? Running 5953ms or 119 ticks behind
[19:58:29 INFO]: Timings Reset

it says "Can't keep up! Is the server overloaded? Running 5953ms or 119 tick behind"

 

Not sure what can be causing it though

Link to comment
Share on other sites

  • 0

here is some more logs:

 

[20:16:38 ERROR]: 		java.base@17.0.7/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1062)
[20:16:38 ERROR]: 		java.base@17.0.7/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1122)
[20:16:38 ERROR]: 		java.base@17.0.7/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
[20:16:38 ERROR]: 		java.base@17.0.7/java.lang.Thread.run(Thread.java:833)
[20:16:38 ERROR]: ------------------------------
[20:16:38 ERROR]: Current Thread: Thread-18
[20:16:38 ERROR]: 	PID: 112 | Suspended: false | Native: false | State: WAITING
[20:16:38 ERROR]: 	Stack:
[20:16:38 ERROR]: 		java.base@17.0.7/jdk.internal.misc.Unsafe.park(Native Method)
[20:16:38 ERROR]: 		java.base@17.0.7/java.util.concurrent.locks.LockSupport.park(LockSupport.java:341)
[20:16:38 ERROR]: 		java.base@17.0.7/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(AbstractQueuedSynchronizer.java:506)
[20:16:38 ERROR]: 		java.base@17.0.7/java.util.concurrent.ForkJoinPool.unmanagedBlock(ForkJoinPool.java:3463)
[20:16:38 ERROR]: 		java.base@17.0.7/java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3434)
[20:16:38 ERROR]: 		java.base@17.0.7/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1623)
[20:16:38 ERROR]: 		java.base@17.0.7/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:435)
[20:16:38 ERROR]: 		CrazyEnchantments-Paper-1.9.8.2.jar//com.badbones69.crazyenchantments.processors.Processor.lambda$new$0(Processor.java:15)
[20:16:38 ERROR]: 		CrazyEnchantments-Paper-1.9.8.2.jar//com.badbones69.crazyenchantments.processors.Processor$$Lambda$8307/0x00000008029b5dc8.run(Unknown Source)
[20:16:38 ERROR]: 		java.base@17.0.7/java.lang.Thread.run(Thread.java:833)
[20:16:38 ERROR]: ------------------------------
[20:16:38 ERROR]: Current Thread: Thread-17
[20:16:38 ERROR]: 	PID: 111 | Suspended: false | Native: false | State: WAITING
[20:16:38 ERROR]: 	Stack:
[20:16:38 ERROR]: 		java.base@17.0.7/jdk.internal.misc.Unsafe.park(Native Method)
[20:16:38 ERROR]: 		java.base@17.0.7/java.util.concurrent.locks.LockSupport.park(LockSupport.java:341)
[20:16:38 ERROR]: 		java.base@17.0.7/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(AbstractQueuedSynchronizer.java:506)
[20:16:38 ERROR]: 		java.base@17.0.7/java.util.concurrent.ForkJoinPool.unmanagedBlock(ForkJoinPool.java:3463)
[20:16:38 ERROR]: 		java.base@17.0.7/java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3434)
[20:16:38 ERROR]: 		java.base@17.0.7/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1623)
[20:16:38 ERROR]: 		java.base@17.0.7/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:435)
[20:16:38 ERROR]: 		CrazyEnchantments-Paper-1.9.8.2.jar//com.badbones69.crazyenchantments.processors.Processor.lambda$new$0(Processor.java:15)
[20:16:38 ERROR]: 		CrazyEnchantments-Paper-1.9.8.2.jar//com.badbones69.crazyenchantments.processors.Processor$$Lambda$8307/0x00000008029b5dc8.run(Unknown Source)
[20:16:38 ERROR]: 		java.base@17.0.7/java.lang.Thread.run(Thread.java:833)
[20:16:38 ERROR]: ------------------------------
[20:16:38 ERROR]: Current Thread: bStats-Metrics
[20:16:38 ERROR]: 	PID: 119 | Suspended: false | Native: false | State: TIMED_WAITING
[20:16:38 ERROR]: 	Stack:
[20:16:38 ERROR]: 		java.base@17.0.7/jdk.internal.misc.Unsafe.park(Native Method)
[20:16:38 ERROR]: 		java.base@17.0.7/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:252)
[20:16:38 ERROR]: 		java.base@17.0.7/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:1672)
[20:16:38 ERROR]: 		java.base@17.0.7/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1182)
[20:16:38 ERROR]: 		java.base@17.0.7/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899)
[20:16:38 ERROR]: 		java.base@17.0.7/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1062)
[20:16:38 ERROR]: 		java.base@17.0.7/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1122)
[20:16:38 ERROR]: 		java.base@17.0.7/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
[20:16:38 ERROR]: 		java.base@17.0.7/java.lang.Thread.run(Thread.java:833)
[20:16:38 ERROR]: ------------------------------
[20:16:38 ERROR]: Current Thread: Craft Async Scheduler Management Thread
[20:16:38 ERROR]: 	PID: 122 | Suspended: false | Native: false | State: WAITING
[20:16:38 ERROR]: 	Stack:
[20:16:38 ERROR]: 		java.base@17.0.7/jdk.internal.misc.Unsafe.park(Native Method)
[20:16:38 ERROR]: 		java.base@17.0.7/java.util.concurrent.locks.LockSupport.park(LockSupport.java:341)
[20:16:38 ERROR]: 		java.base@17.0.7/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(AbstractQueuedSynchronizer.java:506)
[20:16:38 ERROR]: 		java.base@17.0.7/java.util.concurrent.ForkJoinPool.unmanagedBlock(ForkJoinPool.java:3463)
[20:16:38 ERROR]: 		java.base@17.0.7/java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3434)
[20:16:38 ERROR]: 		java.base@17.0.7/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1623)
[20:16:38 ERROR]: 		java.base@17.0.7/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:435)
[20:16:38 ERROR]: 		java.base@17.0.7/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1062)
[20:16:38 ERROR]: 		java.base@17.0.7/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1122)
[20:16:38 ERROR]: 		java.base@17.0.7/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
[20:16:38 ERROR]: 		java.base@17.0.7/java.lang.Thread.run(Thread.java:833)
[20:16:38 ERROR]: ------------------------------
[20:16:38 ERROR]: Current Thread: Skript variable save thread for database 'default'
[20:16:38 ERROR]: 	PID: 145 | Suspended: false | Native: false | State: RUNNABLE
[20:16:38 ERROR]: 	Thread is waiting on monitor(s):
[20:16:38 ERROR]: 		Locked on:java.base@17.0.7/sun.nio.cs.StreamEncoder.write(StreamEncoder.java:132)
[20:16:38 ERROR]: 		Locked on:java.base@17.0.7/java.io.PrintWriter.write(PrintWriter.java:541)
[20:16:38 ERROR]: 		Locked on:Skript.jar//ch.njol.skript.variables.FlatFileStorage.save(FlatFileStorage.java:276)
[20:16:38 ERROR]: 		Locked on:Skript.jar//ch.njol.skript.variables.FlatFileStorage.save(FlatFileStorage.java:276)
[20:16:38 ERROR]: 	Stack:
[20:16:38 ERROR]: 		java.base@17.0.7/sun.nio.cs.StreamEncoder.writeBytes(StreamEncoder.java:234)
[20:16:38 ERROR]: 		java.base@17.0.7/sun.nio.cs.StreamEncoder.implWrite(StreamEncoder.java:304)
[20:16:38 ERROR]: 		java.base@17.0.7/sun.nio.cs.StreamEncoder.implWrite(StreamEncoder.java:282)
[20:16:38 ERROR]: 		java.base@17.0.7/sun.nio.cs.StreamEncoder.write(StreamEncoder.java:132)
[20:16:38 ERROR]: 		java.base@17.0.7/sun.nio.cs.StreamEncoder.write(StreamEncoder.java:142)
[20:16:38 ERROR]: 		java.base@17.0.7/java.io.OutputStreamWriter.write(OutputStreamWriter.java:223)
[20:16:38 ERROR]: 		java.base@17.0.7/java.io.PrintWriter.write(PrintWriter.java:541)
[20:16:38 ERROR]: 		java.base@17.0.7/java.io.PrintWriter.write(PrintWriter.java:558)
[20:16:38 ERROR]: 		java.base@17.0.7/java.io.PrintWriter.print(PrintWriter.java:685)
[20:16:38 ERROR]: 		Skript.jar//ch.njol.skript.variables.FlatFileStorage.writeCSV(FlatFileStorage.java:298)
[20:16:38 ERROR]: 		Skript.jar//ch.njol.skript.variables.FlatFileStorage.save(FlatFileStorage.java:276)
[20:16:38 ERROR]: 		Skript.jar//ch.njol.skript.variables.VariablesStorage$1.run(VariablesStorage.java:78)
[20:16:38 ERROR]: 		java.base@17.0.7/java.lang.Thread.run(Thread.java:833)
[20:16:38 ERROR]: ------------------------------
[20:16:38 ERROR]: Current Thread: Skript variable save thread
[20:16:38 ERROR]: 	PID: 114 | Suspended: false | Native: false | State: WAITING
[20:16:38 ERROR]: 	Stack:
[20:16:38 ERROR]: 		java.base@17.0.7/jdk.internal.misc.Unsafe.park(Native Method)
[20:16:38 ERROR]: 		java.base@17.0.7/java.util.concurrent.locks.LockSupport.park(LockSupport.java:341)
[20:16:38 ERROR]: 		java.base@17.0.7/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(AbstractQueuedSynchronizer.java:506)
[20:16:38 ERROR]: 		java.base@17.0.7/java.util.concurrent.ForkJoinPool.unmanagedBlock(ForkJoinPool.java:3463)
[20:16:38 ERROR]: 		java.base@17.0.7/java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3434)
[20:16:38 ERROR]: 		java.base@17.0.7/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1623)
[20:16:38 ERROR]: 		java.base@17.0.7/java.util.concurrent.LinkedBlockingQueue.put(LinkedBlockingQueue.java:343)
[20:16:38 ERROR]: 		Skript.jar//ch.njol.skript.variables.VariablesStorage.save(VariablesStorage.java:258)
[20:16:38 ERROR]: 		Skript.jar//ch.njol.skript.variables.Variables$4.run(Variables.java:568)
[20:16:38 ERROR]: 		java.base@17.0.7/java.lang.Thread.run(Thread.java:833)
[20:16:38 ERROR]: ------------------------------
[20:16:38 ERROR]: Current Thread: Netty Epoll Server IO #1
[20:16:38 ERROR]: 	PID: 148 | Suspended: false | Native: true | State: RUNNABLE
[20:16:38 ERROR]: 	Stack:
[20:16:38 ERROR]: 		io.netty.channel.epoll.Native.epollWait(Native Method)
[20:16:38 ERROR]: 		io.netty.channel.epoll.Native.epollWait(Native.java:209)
[20:16:38 ERROR]: 		io.netty.channel.epoll.Native.epollWait(Native.java:202)
[20:16:38 ERROR]: 		io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:294)
[20:16:38 ERROR]: 		io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:351)
[20:16:38 ERROR]: 		io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:995)
[20:16:38 ERROR]: 		io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
[20:16:38 ERROR]: 		java.base@17.0.7/java.lang.Thread.run(Thread.java:833)
[20:16:38 ERROR]: ------------------------------
[20:16:38 ERROR]: Current Thread: User Authenticator #0
[20:16:38 ERROR]: 	PID: 149 | Suspended: false | Native: false | State: TIMED_WAITING
[20:16:38 ERROR]: 	Stack:
[20:16:38 ERROR]: 		java.base@17.0.7/jdk.internal.misc.Unsafe.park(Native Method)
[20:16:38 ERROR]: 		java.base@17.0.7/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:252)
[20:16:38 ERROR]: 		java.base@17.0.7/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:1672)
[20:16:38 ERROR]: 		java.base@17.0.7/java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:460)
[20:16:38 ERROR]: 		java.base@17.0.7/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1061)
[20:16:38 ERROR]: 		java.base@17.0.7/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1122)
[20:16:38 ERROR]: 		java.base@17.0.7/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
[20:16:38 ERROR]: 		java.base@17.0.7/java.lang.Thread.run(Thread.java:833)
[20:16:38 ERROR]: ------------------------------
[20:16:38 ERROR]: Current Thread: ForkJoinPool-2-worker-1
[20:16:38 ERROR]: 	PID: 150 | Suspended: false | Native: false | State: TIMED_WAITING
[20:16:38 ERROR]: 	Stack:
[20:16:38 ERROR]: 		java.base@17.0.7/jdk.internal.misc.Unsafe.park(Native Method)
[20:16:38 ERROR]: 		java.base@17.0.7/java.util.concurrent.locks.LockSupport.parkUntil(LockSupport.java:410)
[20:16:38 ERROR]: 		java.base@17.0.7/java.util.concurrent.ForkJoinPool.awaitWork(ForkJoinPool.java:1726)
[20:16:38 ERROR]: 		java.base@17.0.7/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1623)
[20:16:38 ERROR]: 		java.base@17.0.7/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
[20:16:38 ERROR]: ------------------------------
[20:16:38 ERROR]: Current Thread: Async Chat Thread - #0
[20:16:38 ERROR]: 	PID: 154 | Suspended: false | Native: false | State: WAITING
[20:16:38 ERROR]: 	Stack:
[20:16:38 ERROR]: 		java.base@17.0.7/java.lang.Object.wait(Native Method)
[20:16:38 ERROR]: 		org.bukkit.craftbukkit.v1_19_R1.scheduler.CraftFuture.get(CraftFuture.java:53)
[20:16:38 ERROR]: 		org.bukkit.craftbukkit.v1_19_R1.scheduler.CraftFuture.get(CraftFuture.java:40)
[20:16:38 ERROR]: 		Skript.jar//ch.njol.skript.util.Task.callSync(Task.java:178)
[20:16:38 ERROR]: 		Skript.jar//ch.njol.skript.util.Task.callSync(Task.java:153)
[20:16:38 ERROR]: 		Skript.jar//ch.njol.skript.events.EvtChat$1.execute(EvtChat.java:86)
[20:16:38 ERROR]: 		co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:76)
[20:16:38 ERROR]: 		org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70)
[20:16:38 ERROR]: 		org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:670)
[20:16:38 ERROR]: 		io.papermc.paper.adventure.ChatProcessor.post(ChatProcessor.java:381)
[20:16:38 ERROR]: 		io.papermc.paper.adventure.ChatProcessor.process(ChatProcessor.java:96)
[20:16:38 ERROR]: 		net.minecraft.server.network.ServerGamePacketListenerImpl.chat(ServerGamePacketListenerImpl.java:2403)
[20:16:38 ERROR]: 		net.minecraft.server.network.ServerGamePacketListenerImpl.broadcastChatMessage(ServerGamePacketListenerImpl.java:2588)
[20:16:38 ERROR]: 		net.minecraft.server.network.ServerGamePacketListenerImpl.lambda$handleChat$17(ServerGamePacketListenerImpl.java:2229)
[20:16:38 ERROR]: 		net.minecraft.server.network.PlayerConnection$$Lambda$8815/0x0000000802c2b998.accept(Unknown Source)
[20:16:38 ERROR]: 		java.base@17.0.7/java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:718)
[20:16:38 ERROR]: 		java.base@17.0.7/java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482)
[20:16:38 ERROR]: 		java.base@17.0.7/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
[20:16:38 ERROR]: 		java.base@17.0.7/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
[20:16:38 ERROR]: 		java.base@17.0.7/java.lang.Thread.run(Thread.java:833)
[20:16:38 ERROR]: ------------------------------
[20:16:38 ERROR]: Current Thread: Async Chat Thread - #1
[20:16:38 ERROR]: 	PID: 155 | Suspended: false | Native: false | State: TIMED_WAITING
[20:16:38 ERROR]: 	Stack:
[20:16:38 ERROR]: 		java.base@17.0.7/jdk.internal.misc.Unsafe.park(Native Method)
[20:16:38 ERROR]: 		java.base@17.0.7/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:252)
[20:16:38 ERROR]: 		java.base@17.0.7/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:401)
[20:16:38 ERROR]: 		java.base@17.0.7/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:903)
[20:16:38 ERROR]: 		java.base@17.0.7/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1061)
[20:16:38 ERROR]: 		java.base@17.0.7/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1122)
[20:16:38 ERROR]: 		java.base@17.0.7/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
[20:16:38 ERROR]: 		java.base@17.0.7/java.lang.Thread.run(Thread.java:833)
[20:16:38 ERROR]: ------------------------------
[20:16:38 ERROR]: Current Thread: Netty Epoll Server IO #2
[20:16:38 ERROR]: 	PID: 156 | Suspended: false | Native: true | State: RUNNABLE
[20:16:38 ERROR]: 	Stack:
[20:16:38 ERROR]: 		io.netty.channel.epoll.Native.epollWait0(Native Method)
[20:16:38 ERROR]: 		io.netty.channel.epoll.Native.epollWait(Native.java:182)
[20:16:38 ERROR]: 		io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:290)
[20:16:38 ERROR]: 		io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:354)
[20:16:38 ERROR]: 		io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:995)
[20:16:38 ERROR]: 		io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
[20:16:38 ERROR]: 		java.base@17.0.7/java.lang.Thread.run(Thread.java:833)
[20:16:38 ERROR]: ------------------------------
[20:16:38 ERROR]: Current Thread: luckperms-worker-13
[20:16:38 ERROR]: 	PID: 157 | Suspended: false | Native: false | State: WAITING
[20:16:38 ERROR]: 	Stack:
[20:16:38 ERROR]: 		java.base@17.0.7/jdk.internal.misc.Unsafe.park(Native Method)
[20:16:38 ERROR]: 		java.base@17.0.7/java.util.concurrent.locks.LockSupport.park(LockSupport.java:341)
[20:16:38 ERROR]: 		java.base@17.0.7/java.util.concurrent.ForkJoinPool.awaitWork(ForkJoinPool.java:1724)
[20:16:38 ERROR]: 		java.base@17.0.7/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1623)
[20:16:38 ERROR]: 		java.base@17.0.7/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
[20:16:38 ERROR]: ------------------------------

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...