Server Error

Status
This thread has been locked.

remibarna

Automotive Technician
Banned
Feedback score
5
Posts
4,756
Reactions
3,043
Resources
0
Hello,

I don't know how to read the shit console spits out. But when I try starting up my server it keeps crashing. Can anyone tell me what this means?

Code:
09.07 17:46:05 [Multicraft] Received start command
09.07 17:46:05 [Multicraft] Loading server properties
09.07 17:46:05 [Multicraft] Starting server!
09.07 17:46:05 [Multicraft] Loaded config for "Paper: 1.8.8 [Final build]"
09.07 17:46:05 [Multicraft] Updating eula.txt file
09.07 17:46:05 [Server] INFO Loading libraries, please wait...
09.07 17:46:08 [Server] INFO Failed to start the minecraft server
09.07 17:46:08 [Server] INFO java.lang.NullPointerException
09.07 17:46:08 [Server] INFO at com.google.common.base.Preconditions.checkNotNull(Preconditions.java:213) ~[patched.jar:git-PaperSpigot-"4c7641d"]
09.07 17:46:08 [Server] INFO at com.google.common.collect.Lists$ReverseList.<init>(Lists.java:767) ~[patched.jar:git-PaperSpigot-"4c7641d"]
09.07 17:46:08 [Server] INFO at com.google.common.collect.Lists.reverse(Lists.java:759) ~[patched.jar:git-PaperSpigot-"4c7641d"]
09.07 17:46:08 [Server] INFO at net.minecraft.server.v1_8_R3.UserCache.b(UserCache.java:191) ~[patched.jar:git-PaperSpigot-"4c7641d"]
09.07 17:46:08 [Server] INFO at net.minecraft.server.v1_8_R3.UserCache.<init>(UserCache.java:70) ~[patched.jar:git-PaperSpigot-"4c7641d"]
09.07 17:46:08 [Server] INFO at net.minecraft.server.v1_8_R3.MinecraftServer.<init>(MinecraftServer.java:126) ~[patched.jar:git-PaperSpigot-"4c7641d"]
09.07 17:46:08 [Server] INFO at net.minecraft.server.v1_8_R3.DedicatedServer.<init>(DedicatedServer.java:43) ~[patched.jar:git-PaperSpigot-"4c7641d"]
09.07 17:46:08 [Server] INFO at net.minecraft.server.v1_8_R3.MinecraftServer.main(MinecraftServer.java:984) [patched.jar:git-PaperSpigot-"4c7641d"]
09.07 17:46:08 [Server] INFO at org.bukkit.craftbukkit.Main.main(Main.java:201) [patched.jar:git-PaperSpigot-"4c7641d"]
09.07 17:46:08 [Server] INFO at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_111]
09.07 17:46:08 [Server] INFO at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_111]
09.07 17:46:08 [Server] INFO at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_111]
09.07 17:46:08 [Server] INFO at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_111]
09.07 17:46:08 [Server] INFO at com.destroystokyo.paperclip.Paperclip.main(Paperclip.java:177) [Paperclip-443.jar:?]
09.07 17:46:08 [Multicraft] Server shut down (starting)
09.07 17:46:08 [Multicraft] Restarting crashed server in 5 seconds
09.07 17:46:08 [Multicraft] Server stopped
09.07 17:46:13 [Multicraft] Loading server properties
09.07 17:46:13 [Multicraft] Starting server!
09.07 17:46:13 [Multicraft] Loaded config for "Paper: 1.8.8 [Final build]"
09.07 17:46:13 [Multicraft] Updating eula.txt file
09.07 17:46:13 [Server] INFO Loading libraries, please wait...
09.07 17:46:16 [Server] INFO Failed to start the minecraft server
09.07 17:46:16 [Server] INFO java.lang.NullPointerException
09.07 17:46:16 [Server] INFO at com.google.common.base.Preconditions.checkNotNull(Preconditions.java:213) ~[patched.jar:git-PaperSpigot-"4c7641d"]
09.07 17:46:16 [Server] INFO at com.google.common.collect.Lists$ReverseList.<init>(Lists.java:767) ~[patched.jar:git-PaperSpigot-"4c7641d"]
09.07 17:46:16 [Server] INFO at com.google.common.collect.Lists.reverse(Lists.java:759) ~[patched.jar:git-PaperSpigot-"4c7641d"]
09.07 17:46:16 [Server] INFO at net.minecraft.server.v1_8_R3.UserCache.b(UserCache.java:191) ~[patched.jar:git-PaperSpigot-"4c7641d"]
09.07 17:46:16 [Server] INFO at net.minecraft.server.v1_8_R3.UserCache.<init>(UserCache.java:70) ~[patched.jar:git-PaperSpigot-"4c7641d"]
09.07 17:46:16 [Server] INFO at net.minecraft.server.v1_8_R3.MinecraftServer.<init>(MinecraftServer.java:126) ~[patched.jar:git-PaperSpigot-"4c7641d"]
09.07 17:46:16 [Server] INFO at net.minecraft.server.v1_8_R3.DedicatedServer.<init>(DedicatedServer.java:43) ~[patched.jar:git-PaperSpigot-"4c7641d"]
09.07 17:46:16 [Server] INFO at net.minecraft.server.v1_8_R3.MinecraftServer.main(MinecraftServer.java:984) [patched.jar:git-PaperSpigot-"4c7641d"]
09.07 17:46:16 [Server] INFO at org.bukkit.craftbukkit.Main.main(Main.java:201) [patched.jar:git-PaperSpigot-"4c7641d"]
09.07 17:46:16 [Server] INFO at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_111]
09.07 17:46:16 [Server] INFO at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_111]
09.07 17:46:16 [Server] INFO at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_111]
09.07 17:46:16 [Server] INFO at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_111]
09.07 17:46:16 [Server] INFO at com.destroystokyo.paperclip.Paperclip.main(Paperclip.java:177) [Paperclip-443.jar:?]
09.07 17:46:16 [Multicraft] Server shut down (starting)
09.07 17:46:16 [Multicraft] Restarting crashed server in 5 seconds
09.07 17:46:16 [Multicraft] Server stopped
 
Banned forever. Reason: Rules violations
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

remibarna

Automotive Technician
Banned
Feedback score
5
Posts
4,756
Reactions
3,043
Resources
0
Banned forever. Reason: Rules violations

Spoch

Developer & Game seller
Supreme
Feedback score
13
Posts
269
Reactions
112
Resources
0
Its in the root server directory, same as you jar file.
 

remibarna

Automotive Technician
Banned
Feedback score
5
Posts
4,756
Reactions
3,043
Resources
0
Its in the root server directory, same as you jar file.
Got it. It started up thank you ! Any reason why this randomly happened?
 
Banned forever. Reason: Rules violations

Spoch

Developer & Game seller
Supreme
Feedback score
13
Posts
269
Reactions
112
Resources
0
Got it. It started up thank you ! Any reason why this randomly happened?
Paper has a bug where the usercache gets corrupted sometimes (No idea why it does, really). It won't get fixed in 1.8.8 updates though, looking at your log it says that this is the final build of 1.8.8 Paper. Most likely already been fixed in new versions.
 

remibarna

Automotive Technician
Banned
Feedback score
5
Posts
4,756
Reactions
3,043
Resources
0
Paper has a bug where the usercache gets corrupted sometimes (No idea why it does, really). It won't get fixed in 1.8.8 updates though, looking at your log it says that this is the final build of 1.8.8 Paper. Most likely already been fixed in new versions.
Appreciate you being here to help ! :) thanks again !
 
Banned forever. Reason: Rules violations
Status
This thread has been locked.
Top