Guest User

Untitled

a guest
Jan 23rd, 2018
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.22 KB | None | 0 0
  1. /***********************************************************************************************************/
  2. [05:04:09] [Server thread/ERROR] [Sponge]: /* Exception occurred during a PhaseState */
  3. [05:04:09] [Server thread/ERROR] [Sponge]: /***********************************************************************************************************/
  4. [05:04:09] [Server thread/ERROR] [Sponge]: /* Sponge's tracking system is very dependent on NOT throwing exceptions */
  5. [05:04:09] [Server thread/ERROR] [Sponge]: /* randomly,sometimes it is inevitable. Unfortunately, an exception being printed */
  6. [05:04:09] [Server thread/ERROR] [Sponge]: /* now canbe very spammy, and as a result, cause logs to reach several hundred */
  7. [05:04:09] [Server thread/ERROR] [Sponge]: /* megabytesin size. Since there is an exception being thrown, it is advisable to */
  8. [05:04:09] [Server thread/ERROR] [Sponge]: /* report thislog to Sponge on GitHub. */
  9. [05:04:09] [Server thread/ERROR] [Sponge]: /***********************************************************************************************************/
  10. [05:04:09] [Server thread/ERROR] [Sponge]: /* The PhaseState having an exception: TileEntityTickPhase */
  11. [05:04:09] [Server thread/ERROR] [Sponge]: /* The PhaseContext: */
  12. [05:04:09] [Server thread/ERROR] [Sponge]: /* - Owner: null */
  13. [05:04:09] [Server thread/ERROR] [Sponge]: /* - Notifier: null */
  14. [05:04:09] [Server thread/ERROR] [Sponge]: /* - Source: forestry.apiculture.tiles.TileApiary@211e9a8f */
  15. [05:04:09] [Server thread/ERROR] [Sponge]: /* - CapturedBlocks: CapturedBlocksSupplier{Captured=0} */
  16. [05:04:09] [Server thread/ERROR] [Sponge]: /* - BlockItemDrops: BlockItemDropsSupplier{Captured=0} */
  17. [05:04:09] [Server thread/ERROR] [Sponge]: /* - BlockItemEntityDrops: BlockItemEntityDropsSupplier{Captured=0} */
  18. [05:04:09] [Server thread/ERROR] [Sponge]: /* - CapturedItems: CapturedItemsSupplier{Captured=0} */
  19. [05:04:09] [Server thread/ERROR] [Sponge]: /* - CapturedEntities: CapturedEntitiesSupplier{Captured=0} */
  20. [05:04:09] [Server thread/ERROR] [Sponge]: /* - CapturedItemStack: CapturedItemStackSupplier{Captured=0} */
  21. [05:04:09] [Server thread/ERROR] [Sponge]: /* - EntityItemDrops: null */
  22. [05:04:09] [Server thread/ERROR] [Sponge]: /* - EntityItemEntityDrops: null */
  23. [05:04:09] [Server thread/ERROR] [Sponge]: /* - BlockEntitySpawns: CapturedBlockEntitySpawnSupplier{Captured=0} */
  24. [05:04:09] [Server thread/ERROR] [Sponge]: /* - CapturedBlockPosition: org.spongepowered.common.event.tracking.context.CaptureBlockPos@1f */
  25. [05:04:09] [Server thread/ERROR] [Sponge]: /* org.spongepowered.asm.util.PrettyPrinter@1f713b08 */
  26. [05:04:09] [Server thread/ERROR] [Sponge]: /***********************************************************************************************************/
  27. [05:04:09] [Server thread/ERROR] [Sponge]: /* StackTrace: */
  28. [05:04:09] [Server thread/ERROR] [Sponge]: /* java.lang.RuntimeException: Unknown Exception During Phase */
  29. [05:04:09] [Server thread/ERROR] [Sponge]: /* org.spongepowered.common.event.tracking.PhaseTracker.printExceptionFromPhase(PhaseTracker.java:421) */
  30. [05:04:09] [Server thread/ERROR] [Sponge]: /* org.spongepowered.common.event.tracking.TrackingUtil.tickTileEntity(TrackingUtil.java:246) */
  31. [05:04:09] [Server thread/ERROR] [Sponge]: /* net.minecraft.world.WorldServer.updateTileEntity(WorldServer.java:2843) */
  32. [05:04:09] [Server thread/ERROR] [Sponge]: /* net.minecraft.world.WorldServer.redirect$onUpdateTileEntities$zle000(WorldServer.java:2830) */
  33. [05:04:09] [Server thread/ERROR] [Sponge]: /* net.minecraft.world.World.func_72939_s(World.java:6606) */
  34. [05:04:09] [Server thread/ERROR] [Sponge]: /* net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:2219) */
  35. [05:04:09] [Server thread/ERROR] [Sponge]: /* net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:765) */
  36. [05:04:09] [Server thread/ERROR] [Sponge]: /* net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:396) */
  37. [05:04:09] [Server thread/ERROR] [Sponge]: /* net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:666) */
  38. [05:04:09] [Server thread/ERROR] [Sponge]: /* net.minecraft.server.MinecraftServer.run(MinecraftServer.java:524) */
  39. [05:04:09] [Server thread/ERROR] [Sponge]: /* java.lang.Thread.run(Thread.java:748) */
  40. [05:04:09] [Server thread/ERROR] [Sponge]: /* java.lang.IllegalStateException: null */
  41. [05:04:09] [Server thread/ERROR] [Sponge]: /* com.google.common.base.Preconditions.checkState(Preconditions.java:429) */
  42. [05:04:09] [Server thread/ERROR] [Sponge]: /* forestry.apiculture.BeekeepingLogic.queenWorkTick(BeekeepingLogic.java:295) */
  43. [05:04:09] [Server thread/ERROR] [Sponge]: /* forestry.apiculture.BeekeepingLogic.doWork(BeekeepingLogic.java:252) */
  44. [05:04:09] [Server thread/ERROR] [Sponge]: /* forestry.apiculture.tiles.TileBeeHousingBase.updateServerSide(TileBeeHousingBase.java:151) */
  45. [05:04:09] [Server thread/ERROR] [Sponge]: /* forestry.core.tiles.TileForestry.func_73660_a(TileForestry.java:86) */
  46. [05:04:09] [Server thread/ERROR] [Sponge]: /* org.spongepowered.common.event.tracking.TrackingUtil.tickTileEntity(TrackingUtil.java:243) */
  47. [05:04:09] [Server thread/ERROR] [Sponge]: /* net.minecraft.world.WorldServer.updateTileEntity(WorldServer.java:2843) */
  48. [05:04:09] [Server thread/ERROR] [Sponge]: /* net.minecraft.world.WorldServer.redirect$onUpdateTileEntities$zle000(WorldServer.java:2830) */
  49. [05:04:09] [Server thread/ERROR] [Sponge]: /* net.minecraft.world.World.func_72939_s(World.java:6606) */
  50. [05:04:09] [Server thread/ERROR] [Sponge]: /* net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:2219) */
  51. [05:04:09] [Server thread/ERROR] [Sponge]: /* net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:765) */
  52. [05:04:09] [Server thread/ERROR] [Sponge]: /* net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:396) */
  53. [05:04:09] [Server thread/ERROR] [Sponge]: /* net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:666) */
  54. [05:04:09] [Server thread/ERROR] [Sponge]: /* net.minecraft.server.MinecraftServer.run(MinecraftServer.java:524) */
  55. [05:04:09] [Server thread/ERROR] [Sponge]: /* java.lang.Thread.run(Thread.java:748) */
  56. [05:04:09] [Server thread/ERROR] [Sponge]: /* Phases Remaining: */
  57. [05:04:09] [Server thread/ERROR] [Sponge]: /* */
  58. [05:04:09] [Server thread/ERROR] [Sponge]: /* Minecraft : 1.12.2 */
  59. [05:04:09] [Server thread/ERROR] [Sponge]: /* SpongeAPI : 7.1.0-SNAPSHOT-eebceb6 */
  60. [05:04:09] [Server thread/ERROR] [Sponge]: /* SpongeForge : 1.12.2-2555-7.1.0-BETA-2833 */
  61. [05:04:09] [Server thread/ERROR] [Sponge]: /* Minecraft Forge : 14.23.1.2585 */
  62. [05:04:09] [Server thread/ERROR] [Sponge]: /***********************************************************************************************************/
Add Comment
Please, Sign In to add comment