Advertisement
Guest User

Untitled

a guest
Dec 6th, 2019
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.59 KB | None | 0 0
  1. [03:10:21] [Server thread/WARN] [gwm_crates]: Failed to load Manager from file "ultrabronzekey.conf"!
  2. java.lang.RuntimeException: Failed to load the Manager from the file "ultrabronzekey.conf"!
  3. at dev.gwm.spongeplugin.crates.util.GWMCratesUtils.loadManager(GWMCratesUtils.java:70) ~[GWMCratesUtils.class:?]
  4. at dev.gwm.spongeplugin.crates.GWMCrates.lambda$loadManagers$1(GWMCrates.java:361) ~[GWMCrates.class:?]
  5. at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:183) [?:1.8.0_222]
  6. at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:175) [?:1.8.0_222]
  7. at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193) [?:1.8.0_222]
  8. at java.util.Iterator.forEachRemaining(Iterator.java:116) [?:1.8.0_222]
  9. at java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1801) [?:1.8.0_222]
  10. at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:482) [?:1.8.0_222]
  11. at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:472) [?:1.8.0_222]
  12. at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:150) [?:1.8.0_222]
  13. at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:173) [?:1.8.0_222]
  14. at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) [?:1.8.0_222]
  15. at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:485) [?:1.8.0_222]
  16. at dev.gwm.spongeplugin.crates.GWMCrates.loadManagers(GWMCrates.java:357) [GWMCrates.class:?]
  17. at dev.gwm.spongeplugin.crates.GWMCrates.reload(GWMCrates.java:270) [GWMCrates.class:?]
  18. at dev.gwm.spongeplugin.crates.command.ReloadCommand.execute(ReloadCommand.java:20) [ReloadCommand.class:?]
  19. at org.spongepowered.api.command.args.ChildCommandElementExecutor.execute(ChildCommandElementExecutor.java:255) [ChildCommandElementExecutor.class:1.12.2-
  20. at org.spongepowered.api.command.spec.CommandSpec.process(CommandSpec.java:388) [CommandSpec.class:1.12.2-2838-7.1.7]
  21. at org.spongepowered.common.command.SpongeCommandDispatcher.process(SpongeCommandDispatcher.java:355) [SpongeCommandDispatcher.class:1.12.2-2838-7.1.7]
  22. at org.spongepowered.common.command.SpongeCommandManager.process(SpongeCommandManager.java:338) [SpongeCommandManager.class:1.12.2-2838-7.1.7]
  23. at net.minecraft.command.ServerCommandManager.func_71556_a(SourceFile:665) [dh.class:?]
  24. at net.minecraft.network.NetHandlerPlayServer.func_147361_d(NetHandlerPlayServer.java:962) [pa.class:?]
  25. at net.minecraft.network.NetHandlerPlayServer.func_147354_a(NetHandlerPlayServer.java:941) [pa.class:?]
  26. at net.minecraft.network.play.client.CPacketChatMessage.func_148833_a(SourceFile:37) [la.class:?]
  27. at net.minecraft.network.play.client.CPacketChatMessage.func_148833_a(SourceFile:9) [la.class:?]
  28. at org.spongepowered.common.event.tracking.phase.packet.PacketPhaseUtil.onProcessPacket(PacketPhaseUtil.java:209) [PacketPhaseUtil.class:1.12.2-2838-7.1.7
  29. at net.minecraft.network.PacketThreadUtil$1.redirect$impl$redirectToPhaseTracker$zld000(SourceFile:540) [hv$1.class:?]
  30. at net.minecraft.network.PacketThreadUtil$1.run(SourceFile:13) [hv$1.class:?]
  31. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_222]
  32. at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_222]
  33. at net.minecraft.util.Util.func_181617_a(SourceFile:46) [h.class:?]
  34. at org.spongepowered.common.SpongeImplHooks.onUtilRunTask(SpongeImplHooks.java:308) [SpongeImplHooks.class:1.12.2-2838-7.1.7]
  35. at net.minecraft.server.MinecraftServer.redirect$onRun$zjh000(MinecraftServer.java:4716) [MinecraftServer.class:?]
  36. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:723) [MinecraftServer.class:?]
  37. at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:397) [nz.class:?]
  38. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668) [MinecraftServer.class:?]
  39. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526) [MinecraftServer.class:?]
  40. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_222]
  41. Caused by: java.lang.RuntimeException: Failed to create a Super Object (reflection exception)!
  42. at dev.gwm.spongeplugin.library.util.service.SuperObjectServiceImpl.create(SuperObjectServiceImpl.java:94) ~[SuperObjectServiceImpl.class:?]
  43. at dev.gwm.spongeplugin.library.util.service.SuperObjectService.create(SuperObjectService.java:33) ~[SuperObjectService.class:?]
  44. at dev.gwm.spongeplugin.crates.util.GWMCratesUtils.loadManager(GWMCratesUtils.java:58) ~[GWMCratesUtils.class:?]
  45. ... 37 more
  46. Caused by: java.lang.reflect.InvocationTargetException
  47. at sun.reflect.GeneratedConstructorAccessor285.newInstance(Unknown Source) ~[?:?]
  48. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.8.0_222]
  49. at java.lang.reflect.Constructor.newInstance(Constructor.java:423) ~[?:1.8.0_222]
  50. at dev.gwm.spongeplugin.library.util.service.SuperObjectServiceImpl.create(SuperObjectServiceImpl.java:88) ~[SuperObjectServiceImpl.class:?]
  51. at dev.gwm.spongeplugin.library.util.service.SuperObjectService.create(SuperObjectService.java:33) ~[SuperObjectService.class:?]
  52. at dev.gwm.spongeplugin.crates.util.GWMCratesUtils.loadManager(GWMCratesUtils.java:58) ~[GWMCratesUtils.class:?]
  53. ... 37 more
  54. Caused by: dev.gwm.spongeplugin.library.exception.SuperObjectConstructionException: Failed to create a Super Object with category: "MANAGER" and type: "MANAGER"
  55. at dev.gwm.spongeplugin.crates.superobject.manager.ManagerImpl.<init>(ManagerImpl.java:81) ~[ManagerImpl.class:?]
  56. at sun.reflect.GeneratedConstructorAccessor285.newInstance(Unknown Source) ~[?:?]
  57. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.8.0_222]
  58. at java.lang.reflect.Constructor.newInstance(Constructor.java:423) ~[?:1.8.0_222]
  59. at dev.gwm.spongeplugin.library.util.service.SuperObjectServiceImpl.create(SuperObjectServiceImpl.java:88) ~[SuperObjectServiceImpl.class:?]
  60. at dev.gwm.spongeplugin.library.util.service.SuperObjectService.create(SuperObjectService.java:33) ~[SuperObjectService.class:?]
  61. at dev.gwm.spongeplugin.crates.util.GWMCratesUtils.loadManager(GWMCratesUtils.java:58) ~[GWMCratesUtils.class:?]
  62. ... 37 more
  63. Caused by: java.lang.RuntimeException: Failed to create a Super Object (reflection exception)!
  64. at dev.gwm.spongeplugin.library.util.service.SuperObjectServiceImpl.create(SuperObjectServiceImpl.java:94) ~[SuperObjectServiceImpl.class:?]
  65. at dev.gwm.spongeplugin.library.util.service.SuperObjectService.create(SuperObjectService.java:33) ~[SuperObjectService.class:?]
  66. at dev.gwm.spongeplugin.crates.superobject.manager.ManagerImpl.<init>(ManagerImpl.java:63) ~[ManagerImpl.class:?]
  67. at sun.reflect.GeneratedConstructorAccessor285.newInstance(Unknown Source) ~[?:?]
  68. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.8.0_222]
  69. at java.lang.reflect.Constructor.newInstance(Constructor.java:423) ~[?:1.8.0_222]
  70. at dev.gwm.spongeplugin.library.util.service.SuperObjectServiceImpl.create(SuperObjectServiceImpl.java:88) ~[SuperObjectServiceImpl.class:?]
  71. at dev.gwm.spongeplugin.library.util.service.SuperObjectService.create(SuperObjectService.java:33) ~[SuperObjectService.class:?]
  72. at dev.gwm.spongeplugin.crates.util.GWMCratesUtils.loadManager(GWMCratesUtils.java:58) ~[GWMCratesUtils.class:?]
  73. ... 37 more
  74. Caused by: java.lang.reflect.InvocationTargetException
  75. at sun.reflect.GeneratedConstructorAccessor431.newInstance(Unknown Source) ~[?:?]
  76. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.8.0_222]
  77. at java.lang.reflect.Constructor.newInstance(Constructor.java:423) ~[?:1.8.0_222]
  78. at dev.gwm.spongeplugin.library.util.service.SuperObjectServiceImpl.create(SuperObjectServiceImpl.java:88) ~[SuperObjectServiceImpl.class:?]
  79. at dev.gwm.spongeplugin.library.util.service.SuperObjectService.create(SuperObjectService.java:33) ~[SuperObjectService.class:?]
  80. at dev.gwm.spongeplugin.crates.superobject.manager.ManagerImpl.<init>(ManagerImpl.java:63) ~[ManagerImpl.class:?]
  81. at sun.reflect.GeneratedConstructorAccessor285.newInstance(Unknown Source) ~[?:?]
  82. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.8.0_222]
  83. at java.lang.reflect.Constructor.newInstance(Constructor.java:423) ~[?:1.8.0_222]
  84. at dev.gwm.spongeplugin.library.util.service.SuperObjectServiceImpl.create(SuperObjectServiceImpl.java:88) ~[SuperObjectServiceImpl.class:?]
  85. at dev.gwm.spongeplugin.library.util.service.SuperObjectService.create(SuperObjectService.java:33) ~[SuperObjectService.class:?]
  86. at dev.gwm.spongeplugin.crates.util.GWMCratesUtils.loadManager(GWMCratesUtils.java:58) ~[GWMCratesUtils.class:?]
  87. ... 37 more
  88. Caused by: dev.gwm.spongeplugin.library.exception.SuperObjectConstructionException: Failed to create a Super Object with category: "CASE" and type: "BLOCK"
  89. at dev.gwm.spongeplugin.crates.superobject.caze.BlockCase.<init>(BlockCase.java:90) ~[BlockCase.class:?]
  90. at sun.reflect.GeneratedConstructorAccessor431.newInstance(Unknown Source) ~[?:?]
  91. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.8.0_222]
  92. at java.lang.reflect.Constructor.newInstance(Constructor.java:423) ~[?:1.8.0_222]
  93. at dev.gwm.spongeplugin.library.util.service.SuperObjectServiceImpl.create(SuperObjectServiceImpl.java:88) ~[SuperObjectServiceImpl.class:?]
  94. at dev.gwm.spongeplugin.library.util.service.SuperObjectService.create(SuperObjectService.java:33) ~[SuperObjectService.class:?]
  95. at dev.gwm.spongeplugin.crates.superobject.manager.ManagerImpl.<init>(ManagerImpl.java:63) ~[ManagerImpl.class:?]
  96. at sun.reflect.GeneratedConstructorAccessor285.newInstance(Unknown Source) ~[?:?]
  97. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.8.0_222]
  98. at java.lang.reflect.Constructor.newInstance(Constructor.java:423) ~[?:1.8.0_222]
  99. at dev.gwm.spongeplugin.library.util.service.SuperObjectServiceImpl.create(SuperObjectServiceImpl.java:88) ~[SuperObjectServiceImpl.class:?]
  100. at dev.gwm.spongeplugin.library.util.service.SuperObjectService.create(SuperObjectService.java:33) ~[SuperObjectService.class:?]
  101. at dev.gwm.spongeplugin.crates.util.GWMCratesUtils.loadManager(GWMCratesUtils.java:58) ~[GWMCratesUtils.class:?]
  102. ... 37 more
  103. Caused by: java.lang.IllegalArgumentException: LOCATIONS node does not exist!
  104. at dev.gwm.spongeplugin.crates.superobject.caze.BlockCase.<init>(BlockCase.java:42) ~[BlockCase.class:?]
  105. at sun.reflect.GeneratedConstructorAccessor431.newInstance(Unknown Source) ~[?:?]
  106. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.8.0_222]
  107. at java.lang.reflect.Constructor.newInstance(Constructor.java:423) ~[?:1.8.0_222]
  108. at dev.gwm.spongeplugin.library.util.service.SuperObjectServiceImpl.create(SuperObjectServiceImpl.java:88) ~[SuperObjectServiceImpl.class:?]
  109. at dev.gwm.spongeplugin.library.util.service.SuperObjectService.create(SuperObjectService.java:33) ~[SuperObjectService.class:?]
  110. at dev.gwm.spongeplugin.crates.superobject.manager.ManagerImpl.<init>(ManagerImpl.java:63) ~[ManagerImpl.class:?]
  111. at sun.reflect.GeneratedConstructorAccessor285.newInstance(Unknown Source) ~[?:?]
  112. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.8.0_222]
  113. at java.lang.reflect.Constructor.newInstance(Constructor.java:423) ~[?:1.8.0_222]
  114. at dev.gwm.spongeplugin.library.util.service.SuperObjectServiceImpl.create(SuperObjectServiceImpl.java:88) ~[SuperObjectServiceImpl.class:?]
  115. at dev.gwm.spongeplugin.library.util.service.SuperObjectService.create(SuperObjectService.java:33) ~[SuperObjectService.class:?]
  116. at dev.gwm.spongeplugin.crates.util.GWMCratesUtils.loadManager(GWMCratesUtils.java:58) ~[GWMCratesUtils.class:?]
  117. ... 37 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement