Vanilla Server Log

#HkNjz0b
1 error
41 lines
Raw
1[AxKoth] Loading server plugin AxKoth v2.13.0
2[05:45:45] [Server thread/INFO]: [AxKoth] Loading library commons-math3
3[05:45:45] [Server thread/INFO]: [AxKoth] Downloaded library https://repo1.maven.org/maven2/org/apache/commons/commons-math3/3.6.1/commons-math3-3.6.1.jar
4[05:45:45] [Server thread/INFO]: [AxKoth] Downloaded library https://repo1.maven.org/maven2/org/ow2/asm/asm-commons/9.2/asm-commons-9.2.jar
5[05:45:45] [Server thread/INFO]: [AxKoth] Downloaded library https://repo1.maven.org/maven2/org/ow2/asm/asm/9.2/asm-9.2.jar
6[05:45:45] [Server thread/INFO]: [AxKoth] Downloaded library https://repo1.maven.org/maven2/me/lucko/jar-relocator/1.7/jar-relocator-1.7.jar
7[05:45:47] [Server thread/INFO]: [AxKoth] Relocations applied to commons-math3-3.6.1.jar
8[05:45:47] [Server thread/INFO]: [AxKoth] Loading library caffeine
9[05:45:47] [Server thread/INFO]: [AxKoth] Downloaded library https://repo1.maven.org/maven2/com/github/ben-manes/caffeine/caffeine/3.1.8/caffeine-3.1.8.jar
10[05:45:47] [Server thread/INFO]: [AxKoth] Relocations applied to caffeine-3.1.8.jar
11[05:45:47] [Server thread/INFO]: [AxKoth] Loading library snakeyaml
12[05:45:47] [Server thread/INFO]: [AxKoth] Downloaded library https://repo1.maven.org/maven2/org/yaml/snakeyaml/2.2/snakeyaml-2.2.jar
13[05:45:47] [Server thread/INFO]: [AxKoth] Relocations applied to snakeyaml-2.2.jar
14[05:45:48] [Server thread/WARN]: java.net.MalformedURLException: Something went wrong while trying to fetch libraries
15[05:45:48] [Server thread/WARN]: at AxKoth-2.13.0.jar//com.artillexstudios.axkoth.libraries.Libraries.getLibrary(Libraries.java:51)
16[05:45:48] [Server thread/WARN]: at AxKoth-2.13.0.jar//com.artillexstudios.axkoth.libraries.Libraries.getLibrary(Libraries.java:36)
17[05:45:48] [Server thread/WARN]: at AxKoth-2.13.0.jar//com.artillexstudios.axkoth.AxKoth.load(AxKoth.java:80)
18[05:45:48] [Server thread/WARN]: at AxKoth-2.13.0.jar//com.artillexstudios.axkoth.libs.axapi.AxPlugin.onLoad(AxPlugin.java:141)
19[05:45:48] [Server thread/WARN]: at io.papermc.paper.plugin.storage.ServerPluginProviderStorage.processProvided(ServerPluginProviderStorage.java:59)
20[05:45:48] [Server thread/WARN]: at io.papermc.paper.plugin.storage.ServerPluginProviderStorage.processProvided(ServerPluginProviderStorage.java:18)
21[05:45:48] [Server thread/WARN]: at io.papermc.paper.plugin.storage.SimpleProviderStorage.enter(SimpleProviderStorage.java:39)
22[05:45:48] [Server thread/WARN]: at io.papermc.paper.plugin.entrypoint.LaunchEntryPointHandler.enter(LaunchEntryPointHandler.java:40)
23[05:45:48] [Server thread/WARN]: at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:547)
24[05:45:48] [Server thread/WARN]: at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:292)
25[05:45:48] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1214)
26[05:45:48] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:329)
27[05:45:48] [Server thread/WARN]: at java.base/java.lang.Thread.run(Thread.java:1583)
28[05:45:48] [Server thread/ERROR]: [AxKoth] Error initializing plugin 'AxKoth-2.13.0.jar' in folder 'plugins/.paper-remapped' (Is it up to date?)
29java.lang.NullPointerException: Cannot invoke "com.artillexstudios.axkoth.libs.axapi.libs.libby.Library.getArtifactId()" because "<parameter1>" is null
30 at AxKoth-2.13.0.jar/com.artillexstudios.axkoth.libs.axapi.libs.libby.LibraryManager.loadLibrary(LibraryManager.java:718) ~[AxKoth-2.13.0.jar:?]
31 at AxKoth-2.13.0.jar/com.artillexstudios.axkoth.AxKoth.load(AxKoth.java:80) ~[AxKoth-2.13.0.jar:?]
32 at AxKoth-2.13.0.jar/com.artillexstudios.axkoth.libs.axapi.AxPlugin.onLoad(AxPlugin.java:141) ~[AxKoth-2.13.0.jar:?]
33 at io.papermc.paper.plugin.storage.ServerPluginProviderStorage.processProvided(ServerPluginProviderStorage.java:59) ~[paper-1.21.1.jar:1.21.1-132-b48403b]
34 at io.papermc.paper.plugin.storage.ServerPluginProviderStorage.processProvided(ServerPluginProviderStorage.java:18) ~[paper-1.21.1.jar:1.21.1-132-b48403b]
35 at io.papermc.paper.plugin.storage.SimpleProviderStorage.enter(SimpleProviderStorage.java:39) ~[paper-1.21.1.jar:1.21.1-132-b48403b]
36 at io.papermc.paper.plugin.entrypoint.LaunchEntryPointHandler.enter(LaunchEntryPointHandler.java:40) ~[paper-1.21.1.jar:1.21.1-132-b48403b]
37 at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:547) ~[paper-1.21.1.jar:1.21.1-132-b48403b]
38 at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:292) ~[paper-1.21.1.jar:1.21.1-132-b48403b]
39 at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1214) ~[paper-1.21.1.jar:1.21.1-132-b48403b]
40 at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:329) ~[paper-1.21.1.jar:1.21.1-132-b48403b]
41 at java.base/java.lang.Thread.run(Thread.java:1583) ~[?:?]
This log will be saved for 90 days from their last view.
Report abuse