Advertisement
Guest User

Untitled

a guest
Jan 16th, 2025
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.10 KB | None | 0 0
  1. [03:39:13] [Server thread/ERROR]: Could not pass event ChunkLoadEvent to ImageFrame v1.7.13.0
  2. org.bukkit.event.EventException: null
  3. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:310) ~[spigot-api-1.21.4-R0.1-SNAPSHOT.jar:?]
  4. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[spigot-api-1.21.4-R0.1-SNAPSHOT.jar:?]
  5. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:601) ~[spigot-api-1.21.4-R0.1-SNAPSHOT.jar:?]
  6. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:588) ~[spigot-api-1.21.4-R0.1-SNAPSHOT.jar:?]
  7. at net.minecraft.world.level.chunk.Chunk.loadCallback(Chunk.java:595) ~[spigot-1.21.4-R0.1-SNAPSHOT.jar:4418-Spigot-aa7842e-fa10c50]
  8. at net.minecraft.server.level.PlayerChunk.lambda$updateFutures$10(PlayerChunk.java:419) ~[spigot-1.21.4-R0.1-SNAPSHOT.jar:4418-Spigot-aa7842e-fa10c50]
  9. at net.minecraft.server.level.PlayerChunkMap$CallbackExecutor.run(PlayerChunkMap.java:171) ~[spigot-1.21.4-R0.1-SNAPSHOT.jar:4418-Spigot-aa7842e-fa10c50]
  10. at net.minecraft.server.level.PlayerChunk.callEventIfUnloading(PlayerChunk.java:351) ~[spigot-1.21.4-R0.1-SNAPSHOT.jar:4418-Spigot-aa7842e-fa10c50]
  11. at net.minecraft.server.level.ChunkMapDistance.a(ChunkMapDistance.java:123) ~[spigot-1.21.4-R0.1-SNAPSHOT.jar:4418-Spigot-aa7842e-fa10c50]
  12. at net.minecraft.server.level.ChunkProviderServer.s(ChunkProviderServer.java:304) ~[spigot-1.21.4-R0.1-SNAPSHOT.jar:4418-Spigot-aa7842e-fa10c50]
  13. at net.minecraft.server.level.ChunkProviderServer$b.B(ChunkProviderServer.java:681) ~[spigot-1.21.4-R0.1-SNAPSHOT.jar:4418-Spigot-aa7842e-fa10c50]
  14. at net.minecraft.server.level.ChunkProviderServer.d(ChunkProviderServer.java:300) ~[spigot-1.21.4-R0.1-SNAPSHOT.jar:4418-Spigot-aa7842e-fa10c50]
  15. at net.minecraft.server.MinecraftServer.bv(MinecraftServer.java:1307) ~[spigot-1.21.4-R0.1-SNAPSHOT.jar:4418-Spigot-aa7842e-fa10c50]
  16. at net.minecraft.server.MinecraftServer.B(MinecraftServer.java:1291) ~[spigot-1.21.4-R0.1-SNAPSHOT.jar:4418-Spigot-aa7842e-fa10c50]
  17. at net.minecraft.util.thread.IAsyncTaskHandler.bA(SourceFile:123) ~[spigot-1.21.4-R0.1-SNAPSHOT.jar:4418-Spigot-aa7842e-fa10c50]
  18. at net.minecraft.server.MinecraftServer.x_(MinecraftServer.java:1254) ~[spigot-1.21.4-R0.1-SNAPSHOT.jar:4418-Spigot-aa7842e-fa10c50]
  19. at net.minecraft.server.MinecraftServer.y(MinecraftServer.java:1101) ~[spigot-1.21.4-R0.1-SNAPSHOT.jar:4418-Spigot-aa7842e-fa10c50]
  20. at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:329) ~[spigot-1.21.4-R0.1-SNAPSHOT.jar:4418-Spigot-aa7842e-fa10c50]
  21. at java.base/java.lang.Thread.run(Thread.java:1583) [?:?]
  22. Caused by: java.lang.NullPointerException: Cannot invoke "it.unimi.dsi.fastutil.objects.ReferenceArrayList.get(int)" because "this.wrapped" is null
  23. at it.unimi.dsi.fastutil.objects.ReferenceOpenHashSet$SetIterator.next(ReferenceOpenHashSet.java:520) ~[fastutil-8.5.15.jar:?]
  24. at net.minecraft.server.level.ChunkMapDistance.a(ChunkMapDistance.java:122) ~[spigot-1.21.4-R0.1-SNAPSHOT.jar:4418-Spigot-aa7842e-fa10c50]
  25. at net.minecraft.server.level.ChunkProviderServer.s(ChunkProviderServer.java:304) ~[spigot-1.21.4-R0.1-SNAPSHOT.jar:4418-Spigot-aa7842e-fa10c50]
  26. at net.minecraft.server.level.ChunkProviderServer.c(ChunkProviderServer.java:261) ~[spigot-1.21.4-R0.1-SNAPSHOT.jar:4418-Spigot-aa7842e-fa10c50]
  27. at net.minecraft.server.level.ChunkProviderServer.a(ChunkProviderServer.java:160) ~[spigot-1.21.4-R0.1-SNAPSHOT.jar:4418-Spigot-aa7842e-fa10c50]
  28. at net.minecraft.world.level.World.a(World.java:299) ~[spigot-1.21.4-R0.1-SNAPSHOT.jar:4418-Spigot-aa7842e-fa10c50]
  29. at org.bukkit.craftbukkit.v1_21_R3.CraftWorld.getChunkAt(CraftWorld.java:228) ~[spigot-1.21.4-R0.1-SNAPSHOT.jar:4418-Spigot-aa7842e-fa10c50]
  30. at org.bukkit.craftbukkit.v1_21_R3.CraftChunk.getEntities(CraftChunk.java:127) ~[spigot-1.21.4-R0.1-SNAPSHOT.jar:4418-Spigot-aa7842e-fa10c50]
  31. at com.loohp.imageframe.listeners.Events.onChunkLoad(Events.java:279) ~[?:?]
  32. at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?]
  33. at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?]
  34. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[spigot-api-1.21.4-R0.1-SNAPSHOT.jar:?]
  35. ... 18 more
  36. [03:39:13] [Server thread/ERROR]: Encountered an unexpected exception
  37. java.lang.NullPointerException: Cannot invoke "it.unimi.dsi.fastutil.objects.ReferenceArrayList.get(int)" because "this.wrapped" is null
  38. at it.unimi.dsi.fastutil.objects.ReferenceOpenHashSet$SetIterator.next(ReferenceOpenHashSet.java:520) ~[fastutil-8.5.15.jar:?]
  39. at net.minecraft.server.level.ChunkMapDistance.a(ChunkMapDistance.java:122) ~[spigot-1.21.4-R0.1-SNAPSHOT.jar:4418-Spigot-aa7842e-fa10c50]
  40. at net.minecraft.server.level.ChunkProviderServer.s(ChunkProviderServer.java:304) ~[spigot-1.21.4-R0.1-SNAPSHOT.jar:4418-Spigot-aa7842e-fa10c50]
  41. at net.minecraft.server.level.ChunkProviderServer$b.B(ChunkProviderServer.java:681) ~[spigot-1.21.4-R0.1-SNAPSHOT.jar:4418-Spigot-aa7842e-fa10c50]
  42. at net.minecraft.server.level.ChunkProviderServer.d(ChunkProviderServer.java:300) ~[spigot-1.21.4-R0.1-SNAPSHOT.jar:4418-Spigot-aa7842e-fa10c50]
  43. at net.minecraft.server.MinecraftServer.bv(MinecraftServer.java:1307) ~[spigot-1.21.4-R0.1-SNAPSHOT.jar:4418-Spigot-aa7842e-fa10c50]
  44. at net.minecraft.server.MinecraftServer.B(MinecraftServer.java:1291) ~[spigot-1.21.4-R0.1-SNAPSHOT.jar:4418-Spigot-aa7842e-fa10c50]
  45. at net.minecraft.util.thread.IAsyncTaskHandler.bA(SourceFile:123) ~[spigot-1.21.4-R0.1-SNAPSHOT.jar:4418-Spigot-aa7842e-fa10c50]
  46. at net.minecraft.server.MinecraftServer.x_(MinecraftServer.java:1254) ~[spigot-1.21.4-R0.1-SNAPSHOT.jar:4418-Spigot-aa7842e-fa10c50]
  47. at net.minecraft.server.MinecraftServer.y(MinecraftServer.java:1101) ~[spigot-1.21.4-R0.1-SNAPSHOT.jar:4418-Spigot-aa7842e-fa10c50]
  48. at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:329) ~[spigot-1.21.4-R0.1-SNAPSHOT.jar:4418-Spigot-aa7842e-fa10c50]
  49. at java.base/java.lang.Thread.run(Thread.java:1583) [?:?]
  50. [03:39:13] [Server thread/ERROR]: This crash report has been saved to: /home/opc/derex_smp/crash-reports/crash-2025-01-17_03.39.13-server.txt
  51. [03:39:13] [Server thread/INFO]: Stopping server
  52. [03:39:13] [Server thread/INFO]: [DiscordSRV] Disabling DiscordSRV v1.29.0
  53. [03:39:14] [DiscordSRV - Shutdown/INFO]: [DiscordSRV] Shutdown completed in 578ms
  54. [03:39:14] [Server thread/INFO]: [FineHarvest] Disabling FineHarvest v1.4.7
  55. [03:39:14] [Server thread/INFO]: [FineHarvest] disabled
  56. [03:39:14] [Server thread/INFO]: [CoreProtect] Disabling CoreProtect v22.4
  57. [03:39:14] [Server thread/INFO]: [CoreProtect] Finishing up data logging. Please wait...
  58. [03:39:15] [Server thread/INFO]: [CoreProtect] Success! Disabled CoreProtect v22.4
  59. [03:39:15] [Server thread/INFO]: [ProtocolLib] Disabling ProtocolLib v5.3.0
  60. [03:39:15] [Server thread/INFO]: [Playtimes] Disabling Playtimes v1.6.2b
  61. [03:39:15] [Server thread/INFO]: [Playtimes] PlayTimes shutting down
  62. [03:39:15] [Server thread/INFO]: Disabling EssentialsSpawn v2.21.0-dev+154-667b0f7
  63. [03:39:15] [Server thread/INFO]: [NBTAPI] Disabling NBTAPI v2.14.1
  64. [03:39:15] [Server thread/INFO]: [GSit] Disabling GSit v1.13.0
  65. [03:39:15] [Server thread/INFO]: [GSit] The plugin was successfully disabled.
  66. [03:39:15] [Server thread/INFO]: [spark] Disabling spark v1.10.119
  67. [03:39:15] [Server thread/INFO]: [AdvancedBan] Disabling AdvancedBan v2.3.0
  68. [03:39:15] [Server thread/INFO]: Database closed
  69. [03:39:15] [Server thread/INFO]: HikariPool-1 - Shutdown initiated...
  70. [03:39:15] [Server thread/INFO]: HikariPool-1 - Shutdown completed.
  71. [03:39:15] [Server thread/INFO]:
  72. [03:39:15] [Server thread/INFO]:
  73. [03:39:15] [Server thread/INFO]: []=====[Disabling AdvancedBan]=====[]
  74. [03:39:15] [Server thread/INFO]: | Information:
  75. [03:39:15] [Server thread/INFO]: | Name: AdvancedBan
  76. [03:39:15] [Server thread/INFO]: | Developer: Leoko
  77. [03:39:15] [Server thread/INFO]: | Version: 2.3.0
  78. [03:39:15] [Server thread/INFO]: | Storage: HSQLDB (local)
  79. [03:39:15] [Server thread/INFO]: | Support:
  80. [03:39:15] [Server thread/INFO]: | Github: https://github.com/DevLeoko/AdvancedBan/issues
  81. [03:39:15] [Server thread/INFO]: | Discord: https://discord.gg/ycDG6rS
  82. [03:39:15] [Server thread/INFO]: | Twitter: @LeokoGar
  83. [03:39:15] [Server thread/INFO]: []================================[]
  84. [03:39:15] [Server thread/INFO]: 
  85. [03:39:15] [Server thread/INFO]: [EpicRename] Disabling EpicRename v3.9
  86. [03:39:15] [Server thread/INFO]: [EpicRename] Plugin Disabled.
  87. [03:39:15] [Server thread/INFO]: [AxGraves] Disabling AxGraves v1.17.1
  88. [03:39:15] [AxGraves-EntityTracker-1/ERROR]: An unexpected error occurred while processing packet entities via the tracker!
  89. java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@74dc1e53[Not completed, task = java.util.concurrent.Executors$RunnableAdapter@7e247523[Wrapped task = com.artillexstudios.axgraves.libs.axapi.packetentity.tracker.EntityTracker$$Lambda/0x0000009802787520@70e39497]] rejected from com.artillexstudios.axgraves.libs.axapi.utils.ExceptionReportingScheduledThreadPool@7097e88a[Shutting down, pool size = 3, active threads = 1, queued tasks = 0, completed tasks = 11478232]
  90. at java.base/java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2081) ~[?:?]
  91. at java.base/java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:841) ~[?:?]
  92. at java.base/java.util.concurrent.ScheduledThreadPoolExecutor.delayedExecute(ScheduledThreadPoolExecutor.java:340) ~[?:?]
  93. at java.base/java.util.concurrent.ScheduledThreadPoolExecutor.schedule(ScheduledThreadPoolExecutor.java:562) ~[?:?]
  94. at java.base/java.util.concurrent.ScheduledThreadPoolExecutor.execute(ScheduledThreadPoolExecutor.java:705) ~[?:?]
  95. at com.artillexstudios.axgraves.libs.axapi.packetentity.tracker.EntityTracker.process(EntityTracker.java:119) ~[?:?]
  96. at com.artillexstudios.axgraves.libs.axapi.packetentity.tracker.EntityTracker.lambda$startTicking$0(EntityTracker.java:45) ~[?:?]
  97. at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572) ~[?:?]
  98. at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:358) ~[?:?]
  99. at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) ~[?:?]
  100. at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) ~[?:?]
  101. at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ~[?:?]
  102. at java.base/java.lang.Thread.run(Thread.java:1583) [?:?]
  103. [03:39:15] [AxGraves-EntityTracker-1/WARN]: Exception in thread "AxGraves-EntityTracker-1" java.util.concurrent.CancellationException
  104. [03:39:15] [AxGraves-EntityTracker-1/WARN]: at java.base/java.util.concurrent.FutureTask.report(FutureTask.java:121)
  105. [03:39:15] [AxGraves-EntityTracker-1/WARN]: at java.base/java.util.concurrent.FutureTask.get(FutureTask.java:191)
  106. [03:39:15] [AxGraves-EntityTracker-1/WARN]: at com.artillexstudios.axgraves.libs.axapi.utils.ExceptionReportingScheduledThreadPool.afterExecute(ExceptionReportingScheduledThreadPool.java:24)
  107. [03:39:15] [AxGraves-EntityTracker-1/WARN]: at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1147)
  108. [03:39:15] [AxGraves-EntityTracker-1/WARN]: at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
  109. [03:39:15] [AxGraves-EntityTracker-1/WARN]: at java.base/java.lang.Thread.run(Thread.java:1583)
  110. [03:39:15] [Server thread/INFO]: [ArmorStandTools] Disabling ArmorStandTools v4.4.6
  111. [03:39:15] [Server thread/INFO]: [AFKPlus] Disabling AFKPlus v3.4.5
  112. [03:39:15] [Server thread/INFO]: [AFKPlus] AFKPlus has been disabled!
  113. [03:39:15] [Server thread/INFO]: [craftableinvframes] Disabling craftableinvframes v${version}
  114. [03:39:15] [Server thread/INFO]: [PVPControl] Disabling PVPControl v1.4.2
  115. [03:39:15] [Server thread/INFO]: [PVPControl] PVPControl disabled.
  116. [03:39:15] [Server thread/INFO]: Disabling Essentials v2.21.0-dev+154-667b0f7
  117. [03:39:15] [Server thread/ERROR]: There's a good chance you're reloading your server right now. If that's the case, why do you hate yourself? Expect no support from the EssentialsX team when using /reload.
  118. [03:39:15] [Server thread/INFO]: [DeathCoordinates] Disabling DeathCoordinates v1.12.1
  119. [03:39:15] [Server thread/INFO]: [DeathCoordinates] Has been disabled! Version: 1.12.1
  120. [03:39:15] [Server thread/INFO]: [InventoryRollbackPlus] Disabling InventoryRollbackPlus v1.6.21
  121. [03:39:15] [Server thread/INFO]: [InventoryRollbackPlus] Setting shutdown state
  122. [03:39:15] [Server thread/INFO]: [InventoryRollbackPlus] Saving player inventories...
  123. [03:39:15] [Server thread/INFO]: [InventoryRollbackPlus] Done saving player inventories!
  124. [03:39:15] [Server thread/INFO]: [InventoryRollbackPlus] Plugin is disabled!
  125. [03:39:15] [Server thread/INFO]: [WorldEdit] Disabling WorldEdit v7.3.10-beta-01+cb9fd58
  126. [03:39:15] [Server thread/INFO]: Unregistering com.sk89q.worldedit.bukkit.BukkitServerInterface from WorldEdit
  127. [03:39:15] [Server thread/INFO]: [ImageFrame] Disabling ImageFrame v1.7.13.0
  128. [03:39:15] [Server thread/INFO]: [ImageFrame] ImageFrame has been Disabled!
  129. [03:39:15] [Server thread/INFO]: [LuckPerms] Disabling LuckPerms v5.4.131
  130. [03:39:15] [Server thread/INFO]: [LuckPerms] Starting shutdown process...
  131. [03:39:15] [Server thread/INFO]: [LuckPerms] Closing storage...
  132. [03:39:15] [Server thread/INFO]: [LuckPerms] Goodbye!
  133. [03:39:15] [Server thread/INFO]: Saving players
  134. [03:39:15] [Server thread/INFO]: miasomething lost connection: Server closed
  135. [03:39:15] [Server thread/INFO]: miasomething left the game.
  136. [03:39:15] [Server thread/INFO]: NormalExisting lost connection: Server closed
  137. [03:39:15] [Server thread/INFO]: NormalExisting left the game.
  138. [03:39:15] [Server thread/INFO]: elfly16 lost connection: Server closed
  139. [03:39:15] [Server thread/INFO]: elfly16 left the game.
  140. [03:39:16] [Server thread/INFO]: Saving worlds
  141. [03:39:18] [Server thread/INFO]: Saving chunks for level 'ServerLevel[ul_world_new]'/minecraft:overworld
  142. [03:39:23] [Server thread/INFO]: Saving chunks for level 'ServerLevel[ul_world_new_nether]'/minecraft:the_nether
  143. [03:39:23] [Server thread/INFO]: Saving chunks for level 'ServerLevel[ul_world_new_the_end]'/minecraft:the_end
  144. [03:39:23] [Server thread/INFO]: ThreadedAnvilChunkStorage (ul_world_new): All chunks are saved
  145. [03:39:23] [Server thread/INFO]: ThreadedAnvilChunkStorage (DIM-1): All chunks are saved
  146. [03:39:23] [Server thread/INFO]: ThreadedAnvilChunkStorage (DIM1): All chunks are saved
  147. [03:39:23] [Server thread/INFO]: ThreadedAnvilChunkStorage: All dimensions are saved
  148.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement