Vanilla Server Log

#Zm7GyM0
61 lines
Raw
1[00:00:00] [Logger Info] : Rollover from previous log file: AMP_Logs/AMPLOG 2024-04-27 00-00-00.log
2[01:11:00] [Core Info] : Checking for AMP updates...
3[01:11:00] [Core Info] : AMP is up to date.
4[03:11:57] [Core Activity] : Authentication attempt for user joshua from 127.0.0.1
5[03:11:57] [Core Activity] : Authentication success
6[06:11:16] [Core Activity] : Authentication attempt for user joshua from 127.0.0.1
7[06:11:16] [Core Activity] : Authentication success
8[06:11:34] [API:joshua Activity] : Sent to console: `latest.log`
9[06:11:34] [Minecraft:joshua Error] : Failed to write to Minecraft server STDIN stream. Server process will be killed (if it isn't already dead)
10[06:11:34] [Core:joshua Error] : IOException
11[06:11:34] [Core:joshua Error] : [0] (IOException) : Write fault on path /AMP/[Unknown]
12[06:11:34] [Core:joshua Error] : at IO.FileStream.WriteInternal (Byte[] src, Int32 offset, Int32 count)
13 at IO.FileStream.Write (Byte[] array, Int32 offset, Int32 count)
14 at MinecraftModule.MinecraftApp.WriteLine (String message)
15[06:13:53] [Core Activity] : Authentication attempt for user joshua from 127.0.0.1
16[06:13:54] [Core Activity] : Authentication success
17[06:13:56] [API:joshua Activity] : Starting the application.
18[06:13:56] [Minecraft:joshua Info] : Java located at /usr/lib/jvm/temurin-18-jdk-amd64/bin/java
192024-04-28 06:13:59,019 main WARN Advanced terminal features are not available in this environment
20[06:13:59] [main/INFO]: ModLauncher running: args [--launchTarget, forgeserver, --fml.forgeVersion, 46.0.14, --fml.mcVersion, 1.20, --fml.forgeGroup, net.minecraftforge, --fml.mcpVersion, 20230608.053357]
21[06:13:59] [main/INFO]: ModLauncher 10.0.8+10.0.8+main.0ef7e830 starting: java version 18.0.2.1 by Eclipse Adoptium; OS Linux arch amd64 version 6.5.13-5-pve
22Exception in thread "main" java.lang.IllegalArgumentException: kotlin.native.concurrent: Invalid package name: 'native' is not a Java identifier
23 at java.base/jdk.internal.module.Checks.requireTypeName(Checks.java:154)
24 at java.base/jdk.internal.module.Checks.requirePackageName(Checks.java:72)
25 at java.base/java.lang.Iterable.forEach(Iterable.java:75)
26 at java.base/java.lang.module.ModuleDescriptor$Builder.packages(ModuleDescriptor.java:2021)
27 at cpw.mods.securejarhandler/cpw.mods.jarhandling.impl.SimpleJarMetadata.descriptor(SimpleJarMetadata.java:16)
28 at cpw.mods.securejarhandler/cpw.mods.jarhandling.impl.Jar.computeDescriptor(Jar.java:51)
29 at cpw.mods.securejarhandler/cpw.mods.jarhandling.impl.Jar$JarModuleDataProvider.descriptor(Jar.java:276)
30 at MC-BOOTSTRAP/fmlloader@1.20-46.0.14/net.minecraftforge.fml.loading.ModDirTransformerDiscoverer.visitFile(ModDirTransformerDiscoverer.java:62)
31 at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:183)
32 at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197)
33 at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133)
34 at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1845)
35 at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509)
36 at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499)
37 at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:150)
38 at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:173)
39 at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
40 at java.base/java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:596)
41 at MC-BOOTSTRAP/fmlloader@1.20-46.0.14/net.minecraftforge.fml.loading.ModDirTransformerDiscoverer.scan(ModDirTransformerDiscoverer.java:50)
42 at MC-BOOTSTRAP/fmlloader@1.20-46.0.14/net.minecraftforge.fml.loading.ModDirTransformerDiscoverer.candidates(ModDirTransformerDiscoverer.java:33)
43 at MC-BOOTSTRAP/cpw.mods.modlauncher@10.0.8/cpw.mods.modlauncher.serviceapi.ITransformerDiscoveryService.candidates(ITransformerDiscoveryService.java:48)
44 at MC-BOOTSTRAP/cpw.mods.modlauncher@10.0.8/cpw.mods.modlauncher.TransformationServicesHandler.lambda$discoverServices$14(TransformationServicesHandler.java:125)
45 at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197)
46 at java.base/java.util.AbstractList$RandomAccessSpliterator.forEachRemaining(AbstractList.java:720)
47 at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509)
48 at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499)
49 at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:575)
50 at java.base/java.util.stream.AbstractPipeline.evaluateToArrayNode(AbstractPipeline.java:260)
51 at java.base/java.util.stream.ReferencePipeline.toArray(ReferencePipeline.java:616)
52 at java.base/java.util.stream.ReferencePipeline.toArray(ReferencePipeline.java:622)
53 at java.base/java.util.stream.ReferencePipeline.toList(ReferencePipeline.java:627)
54 at MC-BOOTSTRAP/cpw.mods.modlauncher@10.0.8/cpw.mods.modlauncher.TransformationServicesHandler.discoverServices(TransformationServicesHandler.java:127)
55 at MC-BOOTSTRAP/cpw.mods.modlauncher@10.0.8/cpw.mods.modlauncher.Launcher.run(Launcher.java:86)
56 at MC-BOOTSTRAP/cpw.mods.modlauncher@10.0.8/cpw.mods.modlauncher.Launcher.main(Launcher.java:77)
57 at MC-BOOTSTRAP/cpw.mods.modlauncher@10.0.8/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26)
58 at MC-BOOTSTRAP/cpw.mods.modlauncher@10.0.8/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23)
59 at cpw.mods.bootstraplauncher@1.1.2/cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141)
60[06:13:59] [Minecraft:joshua Warning] : Server failed to start 5/5 times...
61[06:13:59] [Minecraft:joshua Warning] : Server stopped within 5 seconds of starting, AMP will not attempt to restart it.
This log will be saved for 90 days from their last view.
Report abuse