Earth2Java [FORGE]

Earth2Java [FORGE]

21.3k Downloads

Unable to start server, the mod crashes

reemays opened this issue ยท 0 comments

commented

I've got these errors out of sudden after daily server restart. Now I cannot boot while using this mod.

I am using Minecraft 1.16.5 server. I have both Fabric and Fabric API. The mods work fine for a long time now, its just today out of sudden without any new changes or addition of mods, this happened.

17.07 11:19:42 [Server] INFO java.lang.RuntimeException: Could not execute entrypoint stage 'main' due to errors, provided by 'earthtojavamobs'!
17.07 11:19:42 [Server] INFO at net.fabricmc.loader.entrypoint.minecraft.hooks.EntrypointUtils.invoke0(EntrypointUtils.java:53) ~[fabric_1.16.5.jar:?]
17.07 11:19:42 [Server] INFO at net.fabricmc.loader.entrypoint.minecraft.hooks.EntrypointUtils.invoke(EntrypointUtils.java:36) ~[fabric_1.16.5.jar:?]
17.07 11:19:42 [Server] INFO at net.fabricmc.loader.entrypoint.minecraft.hooks.EntrypointServer.start(EntrypointServer.java:32) ~[fabric_1.16.5.jar:?]
17.07 11:19:42 [Server] INFO at net.minecraft.server.Main.main(Main.java:92) [intermediary-server.jar:?]
17.07 11:19:42 [Server] INFO at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
17.07 11:19:42 [Server] INFO at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:?]
17.07 11:19:42 [Server] INFO at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
17.07 11:19:42 [Server] INFO at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?]
17.07 11:19:42 [Server] INFO at net.fabricmc.loader.game.MinecraftGameProvider.launch(MinecraftGameProvider.java:226) [fabric_1.16.5.jar:?]
17.07 11:19:42 [Server] INFO at net.fabricmc.loader.launch.knot.Knot.launch(Knot.java:146) [fabric_1.16.5.jar:?]
17.07 11:19:42 [Server] INFO at net.fabricmc.loader.launch.knot.KnotServer.main(KnotServer.java:28) [fabric_1.16.5.jar:?]
17.07 11:19:42 [Server] INFO at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
17.07 11:19:42 [Server] INFO at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:?]
17.07 11:19:42 [Server] INFO at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
17.07 11:19:42 [Server] INFO at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?]
17.07 11:19:42 [Server] INFO at net.fabricmc.loader.launch.server.FabricServerLauncher.launch(FabricServerLauncher.java:62) [fabric_1.16.5.jar:?]
17.07 11:19:42 [Server] INFO at net.fabricmc.loader.launch.server.FabricServerLauncher.setup(FabricServerLauncher.java:106) [fabric_1.16.5.jar:?]
17.07 11:19:42 [Server] INFO at net.fabricmc.loader.launch.server.FabricServerLauncher.main(FabricServerLauncher.java:50) [fabric_1.16.5.jar:?]
17.07 11:19:42 [Server] INFO Suppressed: java.lang.IllegalAccessError: superinterface check failed: class com.sun.proxy.$Proxy54 (in unnamed module @0x3cf8b6d5) cannot access class jdk.internal.vm.annotation.ForceInline (in module java.base) because module java.base does not export jdk.internal.vm.annotation to unnamed module @0x3cf8b6d5
17.07 11:19:42 [Server] INFO at jdk.internal.misc.Unsafe.defineClass0(Native Method) ~[?:?]
17.07 11:19:42 [Server] INFO at jdk.internal.misc.Unsafe.defineClass(Unsafe.java:1192) ~[?:?]
17.07 11:19:42 [Server] INFO at java.lang.reflect.Proxy$ProxyBuilder.defineProxyClass(Proxy.java:538) ~[?:?]
17.07 11:19:42 [Server] INFO at java.lang.reflect.Proxy$ProxyBuilder.build(Proxy.java:648) ~[?:?]
17.07 11:19:42 [Server] INFO at java.lang.reflect.Proxy.lambda$getProxyConstructor$0(Proxy.java:415) ~[?:?]
17.07 11:19:42 [Server] INFO at jdk.internal.loader.AbstractClassLoaderValue$Memoizer.get(AbstractClassLoaderValue.java:329) ~[?:?]
17.07 11:19:42 [Server] INFO at jdk.internal.loader.AbstractClassLoaderValue.computeIfAbsent(AbstractClassLoaderValue.java:205) ~[?:?]
17.07 11:19:42 [Server] INFO at java.lang.reflect.Proxy.getProxyConstructor(Proxy.java:413) ~[?:?]
17.07 11:19:42 [Server] INFO at java.lang.reflect.Proxy.newProxyInstance(Proxy.java:1006) ~[?:?]