Error when stopping the fabric server 1.18.2
ShunL12324 opened this issue ยท 1 comments
Description
error when stopping the fabric server, the server cannot be shutdown correctly
java.util.concurrent.RejectedExecutionException: null
at java.util.concurrent.ForkJoinPool.externalPush(ForkJoinPool.java:2179) ~[?:?]
at java.util.concurrent.ForkJoinPool.externalSubmit(ForkJoinPool.java:2196) ~[?:?]
at java.util.concurrent.ForkJoinPool.execute(ForkJoinPool.java:2664) ~[?:?]
at me.lucko.luckperms.common.plugin.scheduler.SchedulerAdapter.executeAsync(SchedulerAdapter.java:56) ~[%5Bserver%5DLuckPerms-Fabric-5.4.26.jar:?]
at me.lucko.luckperms.common.plugin.util.AbstractConnectionListener.handleDisconnect(AbstractConnectionListener.java:121) ~[%5Bserver%5DLuckPerms-Fabric-5.4.26.jar:?]
at me.lucko.luckperms.fabric.listeners.FabricConnectionListener.onDisconnect(FabricConnectionListener.java:137) ~[%5Bserver%5DLuckPerms-Fabric-5.4.26.jar:?]
at net.fabricmc.fabric.api.networking.v1.ServerPlayConnectionEvents.lambda$static$4(ServerPlayConnectionEvents.java:59) ~[fabric-networking-api-v1-1.0.22+e6b169eb60-134892b2de16cba2.jar:?]
at net.fabricmc.fabric.impl.networking.server.ServerPlayNetworkAddon.invokeDisconnectEvent(ServerPlayNetworkAddon.java:140) ~[fabric-networking-api-v1-1.0.22+e6b169eb60-134892b2de16cba2.jar:?]
at net.fabricmc.fabric.impl.networking.AbstractNetworkAddon.handleDisconnect(AbstractNetworkAddon.java:131) ~[fabric-networking-api-v1-1.0.22+e6b169eb60-134892b2de16cba2.jar:?]
at net.minecraft.class_3244.handler$zdd001$handleDisconnection(class_3244.java:1721) ~[server-intermediary.jar:?]
at net.minecraft.class_3244.method_10839(class_3244.java) ~[server-intermediary.jar:?]
at net.minecraft.class_2535.method_10768(class_2535.java:422) ~[server-intermediary.jar:?]
at net.minecraft.class_1255.method_19537(class_1255.java:88) ~[server-intermediary.jar:?]
at net.minecraft.class_3244.method_14367(class_3244.java:301) ~[server-intermediary.jar:?]
at net.minecraft.class_3324.method_14597(class_3324.java:772) ~[server-intermediary.jar:?]
at net.minecraft.server.MinecraftServer.method_3782(MinecraftServer.java:608) ~[server-intermediary.jar:?]
at net.minecraft.class_3176.method_3782(class_3176.java:565) ~[server-intermediary.jar:?]
at net.minecraft.server.MinecraftServer.method_29741(MinecraftServer.java:729) ~[server-intermediary.jar:?]
at net.minecraft.server.MinecraftServer.method_29739(MinecraftServer.java:273) ~[server-intermediary.jar:?]
at java.lang.Thread.run(Thread.java:833) [?:?]
installed mods
[FabricAPI]fabric-api-0.56.1+1.18.2.jar
[server]flan-1.18.2-1.7.9-fabric.jar
[server]LuckPerms-Fabric-5.4.30.jar
[server]worldedit-mod-7.2.10.jar
Reproduction Steps
Install the mods mentioned above and start the server, then use /stop command to stop the server.
Expected Behaviour
work properly
Server Details
fabric 0.56.1+1.18.2
LuckPerms Version
v5.4.26
Logs and Configs
No response
Extra Details
No response