Advertisement
Guest User

Untitled

a guest
Oct 8th, 2022
18
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.31 KB | None | 0 0
  1. [14:13:15] [main/INFO]: Environment: authHost='https://authserver.mojang.com', accountsHost='https://api.mojang.com', sessionHost='https://sessionserver.mojang.com', servicesHost='https://api.minecraftservices.com', name='PROD'
  2. [14:13:15] [main/INFO]: Reloading ResourceManager: Default, bukkit
  3. [14:13:16] [Worker-Main-1/INFO]: Loaded 7 recipes
  4. [14:13:18] [Server thread/INFO]: Starting minecraft server version 1.17.1
  5. [14:13:18] [Server thread/INFO]: Loading properties
  6. [14:13:18] [Server thread/INFO]: This server is running Paper version git-Paper-411 (MC: 1.17.1) (Implementing API version 1.17.1-R0.1-SNAPSHOT) (Git: 6625db3 on ver/1.17.1)
  7. [14:13:18] [Server thread/INFO]: Server Ping Player Sample Count: 12
  8. [14:13:18] [Server thread/INFO]: Using 4 threads for Netty based IO
  9. [14:13:18] [Server thread/ERROR]: Encountered an unexpected exception
  10. java.lang.IllegalStateException: The file "banned-ips.json" is either empty or corrupt
  11. at com.google.common.base.Preconditions.checkState(Preconditions.java:507) ~[patched_1.17.1.jar:git-Paper-411]
  12. at net.minecraft.server.players.StoredUserList.load(StoredUserList.java:190) ~[app:?]
  13. at net.minecraft.server.dedicated.DedicatedPlayerList.loadIpBanList(DedicatedPlayerList.java:80) ~[patched_1.17.1.jar:git-Paper-411]
  14. at net.minecraft.server.dedicated.DedicatedPlayerList.loadAndSaveFiles(DedicatedPlayerList.java:26) ~[patched_1.17.1.jar:git-Paper-411]
  15. at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:222) ~[patched_1.17.1.jar:git-Paper-411]
  16. at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1220) ~[patched_1.17.1.jar:git-Paper-411]
  17. at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:319) ~[patched_1.17.1.jar:git-Paper-411]
  18. at java.lang.Thread.run(Thread.java:833) ~[?:?]
  19. [14:13:18] [Server thread/ERROR]: This crash report has been saved to: /home/minecraft/server/./crash-reports/crash-2022-10-08_14.13.18-server.txt
  20. [14:13:18] [Server thread/INFO]: Stopping server
  21. [14:13:18] [Server thread/INFO]: Saving players
  22. [14:13:19] [Server thread/INFO]: Saving worlds
  23. [14:13:19] [Server thread/INFO]: ThreadedAnvilChunkStorage: All dimensions are saved
  24. [14:13:19] [Server thread/INFO]: Flushing Chunk IO
  25. [14:13:19] [Server thread/INFO]: Closing Thread Pool
  26. [14:13:19] [Server thread/INFO]: Closing Server
  27.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement