1 | [Pterodactyl Daemon]: Checking server disk space usage, this could take a few seconds...
|
2 | [Pterodactyl Daemon]: Updating process configuration files...
|
3 | [Pterodactyl Daemon]: Ensuring file permissions are set correctly, this could take a few seconds...
|
4 | container@cloudnord~ Server marked as starting...
|
5 | [Pterodactyl Daemon]: Pulling Docker container image, this could take a few minutes to complete...
|
6 | Pulling from pterodactyl/yolks
|
7 | Digest: sha256:693ee078728ac35d1da23387fd9de2fac9a1dbc4c9dbe56c875c961a090ff7e6
|
8 | Status: Image is up to date for ghcr.io/pterodactyl/yolks:java_21
|
9 | [Pterodactyl Daemon]: Finished pulling Docker container image
|
10 | container@pterodactyl~ java -version
|
11 | openjdk version "21.0.7" 2025-04-15 LTS
|
12 | OpenJDK Runtime Environment Temurin-21.0.7+6 (build 21.0.7+6-LTS)
|
13 | OpenJDK 64-Bit Server VM Temurin-21.0.7+6 (build 21.0.7+6-LTS, mixed mode, sharing)
|
14 | container@pterodactyl~ java -Xms128M -Xmx4915M -Dterminal.jline=false -Dterminal.ansi=true -XX:+UseG1GC -XX:+ParallelRefProcEnabled -XX:MaxGCPauseMillis=200 -XX:+UnlockExperimentalVMOptions -XX:+DisableExplicitGC -XX:G1HeapWastePercent=5 -XX:G1MixedGCCountTarget=4 -XX:InitiatingHeapOccupancyPercent=15 -XX:G1MixedGCLiveThresholdPercent=90 -XX:G1RSetUpdatingPauseTimePercent=5 -XX:SurvivorRatio=32 -XX:+PerfDisableSharedMem -XX:MaxTenuringThreshold=1 -Dusing.aikars.flags=https://mcflags.emc.gs -Daikars.new.flags=true -XX:G1NewSizePercent=30 -XX:G1MaxNewSizePercent=40 -XX:G1HeapRegionSize=8M -XX:G1ReservePercent=20 -jar server.jar
|
15 | [18:57:30] [main/INFO]: ModLauncher running: args [--launchTarget, neoforgeserver, --fml.neoForgeVersion, 21.8.13, --fml.fmlVersion, 9.0.16, --fml.mcVersion, 1.21.8, --fml.neoFormVersion, 20250717.133445]
|
16 | [18:57:30] [main/INFO]: JVM identified as Eclipse Adoptium OpenJDK 64-Bit Server VM 21.0.7+6-LTS
|
17 | [18:57:30] [main/INFO]: ModLauncher 9.0 starting: java version 21.0.7 by Eclipse Adoptium; OS Linux arch amd64 version 6.1.0-28-amd64
|
18 | [18:57:30] [main/WARN]: Configuration file /home/********/config/fml.toml is not correct. Correcting
|
19 | [18:57:30] [main/INFO]: ImmediateWindowProvider not loading because launch target is neoforgeserver
|
20 | [18:57:30] [main/INFO]: SpongePowered MIXIN Subsystem Version=0.8.7 Source=union:/home/********/libraries/net/fabricmc/sponge-mixin/0.15.2+mixin.0.8.7/sponge-mixin-0.15.2+mixin.0.8.7.jar%2388!/ Service=ModLauncher Env=SERVER
|
21 | [18:57:30] [main/WARN]: Configuration file /home/********/config/fml.toml is not correct. Correcting
|
22 | Exception in thread "main" java.lang.reflect.InvocationTargetException
|
23 | at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:118)
|
24 | at java.base/java.lang.reflect.Method.invoke(Method.java:580)
|
25 | at cpw.mods.bootstraplauncher/cpw.mods.bootstraplauncher.BootstrapLauncher.run(BootstrapLauncher.java:203)
|
26 | at cpw.mods.bootstraplauncher/cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:62)
|
27 | Caused by: java.lang.AbstractMethodError: Receiver class org.sinytra.connector.service.ConnectorLoaderService$1 does not define or inherit an implementation of the resolved method 'abstract void updateProgress(java.lang.String)' of interface net.neoforged.fml.loading.EarlyLoadingScreenController.
|
28 | at MC-BOOTSTRAP/fml_loader@9.0.16/net.neoforged.fml.loading.ImmediateWindowHandler.updateProgress(ImmediateWindowHandler.java:69)
|
29 | at MC-BOOTSTRAP/fml_loader@9.0.16/net.neoforged.fml.loading.moddiscovery.ModDiscoverer.discoverMods(ModDiscoverer.java:64)
|
30 | at MC-BOOTSTRAP/fml_loader@9.0.16/net.neoforged.fml.loading.FMLLoader.beginModScan(FMLLoader.java:130)
|
31 | at MC-BOOTSTRAP/fml_loader@9.0.16/net.neoforged.fml.loading.FMLServiceProvider.beginScanning(FMLServiceProvider.java:84)
|
32 | at MC-BOOTSTRAP/fml_loader@9.0.16/cpw.mods.modlauncher.TransformationServiceDecorator.runScan(TransformationServiceDecorator.java:101)
|
33 | at MC-BOOTSTRAP/fml_loader@9.0.16/cpw.mods.modlauncher.TransformationServicesHandler.lambda$runScanningTransformationServices$7(TransformationServicesHandler.java:96)
|
34 | at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197)
|
35 | at java.base/java.util.HashMap$ValueSpliterator.forEachRemaining(HashMap.java:1787)
|
36 | at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509)
|
37 | at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499)
|
38 | at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:575)
|
39 | at java.base/java.util.stream.AbstractPipeline.evaluateToArrayNode(AbstractPipeline.java:260)
|
40 | at java.base/java.util.stream.ReferencePipeline.toArray(ReferencePipeline.java:616)
|
41 | at java.base/java.util.stream.ReferencePipeline.toArray(ReferencePipeline.java:622)
|
42 | at java.base/java.util.stream.ReferencePipeline.toList(ReferencePipeline.java:627)
|
43 | at MC-BOOTSTRAP/fml_loader@9.0.16/cpw.mods.modlauncher.TransformationServicesHandler.runScanningTransformationServices(TransformationServicesHandler.java:97)
|
44 | at MC-BOOTSTRAP/fml_loader@9.0.16/cpw.mods.modlauncher.TransformationServicesHandler.initializeTransformationServices(TransformationServicesHandler.java:52)
|
45 | at MC-BOOTSTRAP/fml_loader@9.0.16/cpw.mods.modlauncher.Launcher.run(Launcher.java:85)
|
46 | at MC-BOOTSTRAP/fml_loader@9.0.16/cpw.mods.modlauncher.Launcher.main(Launcher.java:75)
|
47 | at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
|
48 | ... 3 more
|
49 | container@cloudnord~ Server marked as offline...
|
50 | [Pterodactyl Daemon]: ---------- Detected server process in a crashed state! ----------
|
51 | [Pterodactyl Daemon]: Exit code: 1
|
52 | [Pterodactyl Daemon]: Out of memory: false
|
53 | [Pterodactyl Daemon]: Checking server disk space usage, this could take a few seconds...
|
54 | [Pterodactyl Daemon]: Updating process configuration files...
|
55 | [Pterodactyl Daemon]: Ensuring file permissions are set correctly, this could take a few seconds...
|
56 | container@cloudnord~ Server marked as starting...
|
57 | [Pterodactyl Daemon]: Pulling Docker container image, this could take a few minutes to complete...
|
58 | Pulling from pterodactyl/yolks
|
59 | Status: Image is up to date for ghcr.io/pterodactyl/yolks:java_21
|
60 | Digest: sha256:693ee078728ac35d1da23387fd9de2fac9a1dbc4c9dbe56c875c961a090ff7e6
|
61 | [Pterodactyl Daemon]: Finished pulling Docker container image
|
62 | container@pterodactyl~ java -version
|
63 | openjdk version "21.0.7" 2025-04-15 LTS
|
64 | OpenJDK Runtime Environment Temurin-21.0.7+6 (build 21.0.7+6-LTS)
|
65 | OpenJDK 64-Bit Server VM Temurin-21.0.7+6 (build 21.0.7+6-LTS, mixed mode, sharing)
|
66 | container@pterodactyl~ java -Xms128M -Xmx4915M -Dterminal.jline=false -Dterminal.ansi=true -XX:+UseG1GC -XX:+ParallelRefProcEnabled -XX:MaxGCPauseMillis=200 -XX:+UnlockExperimentalVMOptions -XX:+DisableExplicitGC -XX:G1HeapWastePercent=5 -XX:G1MixedGCCountTarget=4 -XX:InitiatingHeapOccupancyPercent=15 -XX:G1MixedGCLiveThresholdPercent=90 -XX:G1RSetUpdatingPauseTimePercent=5 -XX:SurvivorRatio=32 -XX:+PerfDisableSharedMem -XX:MaxTenuringThreshold=1 -Dusing.aikars.flags=https://mcflags.emc.gs -Daikars.new.flags=true -XX:G1NewSizePercent=30 -XX:G1MaxNewSizePercent=40 -XX:G1HeapRegionSize=8M -XX:G1ReservePercent=20 -jar server.jar
|
67 | [18:57:33] [main/INFO]: ModLauncher running: args [--launchTarget, neoforgeserver, --fml.neoForgeVersion, 21.8.13, --fml.fmlVersion, 9.0.16, --fml.mcVersion, 1.21.8, --fml.neoFormVersion, 20250717.133445]
|
68 | [18:57:33] [main/INFO]: JVM identified as Eclipse Adoptium OpenJDK 64-Bit Server VM 21.0.7+6-LTS
|
69 | [18:57:33] [main/INFO]: ModLauncher 9.0 starting: java version 21.0.7 by Eclipse Adoptium; OS Linux arch amd64 version 6.1.0-28-amd64
|
70 | [18:57:33] [main/WARN]: Configuration file /home/********/config/fml.toml is not correct. Correcting
|
71 | [18:57:34] [main/INFO]: ImmediateWindowProvider not loading because launch target is neoforgeserver
|
72 | [18:57:34] [main/INFO]: SpongePowered MIXIN Subsystem Version=0.8.7 Source=union:/home/********/libraries/net/fabricmc/sponge-mixin/0.15.2+mixin.0.8.7/sponge-mixin-0.15.2+mixin.0.8.7.jar%2388!/ Service=ModLauncher Env=SERVER
|
73 | [18:57:34] [main/WARN]: Configuration file /home/********/config/fml.toml is not correct. Correcting
|
74 | Exception in thread "main" java.lang.reflect.InvocationTargetException
|
75 | at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:118)
|
76 | at java.base/java.lang.reflect.Method.invoke(Method.java:580)
|
77 | at cpw.mods.bootstraplauncher/cpw.mods.bootstraplauncher.BootstrapLauncher.run(BootstrapLauncher.java:203)
|
78 | at cpw.mods.bootstraplauncher/cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:62)
|
79 | Caused by: java.lang.AbstractMethodError: Receiver class org.sinytra.connector.service.ConnectorLoaderService$1 does not define or inherit an implementation of the resolved method 'abstract void updateProgress(java.lang.String)' of interface net.neoforged.fml.loading.EarlyLoadingScreenController.
|
80 | at MC-BOOTSTRAP/fml_loader@9.0.16/net.neoforged.fml.loading.ImmediateWindowHandler.updateProgress(ImmediateWindowHandler.java:69)
|
81 | at MC-BOOTSTRAP/fml_loader@9.0.16/net.neoforged.fml.loading.moddiscovery.ModDiscoverer.discoverMods(ModDiscoverer.java:64)
|
82 | at MC-BOOTSTRAP/fml_loader@9.0.16/net.neoforged.fml.loading.FMLLoader.beginModScan(FMLLoader.java:130)
|
83 | at MC-BOOTSTRAP/fml_loader@9.0.16/net.neoforged.fml.loading.FMLServiceProvider.beginScanning(FMLServiceProvider.java:84)
|
84 | at MC-BOOTSTRAP/fml_loader@9.0.16/cpw.mods.modlauncher.TransformationServiceDecorator.runScan(TransformationServiceDecorator.java:101)
|
85 | at MC-BOOTSTRAP/fml_loader@9.0.16/cpw.mods.modlauncher.TransformationServicesHandler.lambda$runScanningTransformationServices$7(TransformationServicesHandler.java:96)
|
86 | at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197)
|
87 | at java.base/java.util.HashMap$ValueSpliterator.forEachRemaining(HashMap.java:1787)
|
88 | at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509)
|
89 | at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499)
|
90 | at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:575)
|
91 | at java.base/java.util.stream.AbstractPipeline.evaluateToArrayNode(AbstractPipeline.java:260)
|
92 | at java.base/java.util.stream.ReferencePipeline.toArray(ReferencePipeline.java:616)
|
93 | at java.base/java.util.stream.ReferencePipeline.toArray(ReferencePipeline.java:622)
|
94 | at java.base/java.util.stream.ReferencePipeline.toList(ReferencePipeline.java:627)
|
95 | at MC-BOOTSTRAP/fml_loader@9.0.16/cpw.mods.modlauncher.TransformationServicesHandler.runScanningTransformationServices(TransformationServicesHandler.java:97)
|
96 | at MC-BOOTSTRAP/fml_loader@9.0.16/cpw.mods.modlauncher.TransformationServicesHandler.initializeTransformationServices(TransformationServicesHandler.java:52)
|
97 | at MC-BOOTSTRAP/fml_loader@9.0.16/cpw.mods.modlauncher.Launcher.run(Launcher.java:85)
|
98 | at MC-BOOTSTRAP/fml_loader@9.0.16/cpw.mods.modlauncher.Launcher.main(Launcher.java:75)
|
99 | at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
|
100 | ... 3 more
|
101 | container@cloudnord~ Server marked as offline...
|
102 | [Pterodactyl Daemon]: ---------- Detected server process in a crashed state! ----------
|
103 | [Pterodactyl Daemon]: Exit code: 1
|
104 | [Pterodactyl Daemon]: Out of memory: false
|
105 | [Pterodactyl Daemon]: Aborting automatic restart, last crash occurred less than 60 seconds ago.
|