Advertisement
Guest User

Untitled

a guest
Feb 24th, 2020
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 26.50 KB | None | 0 0
  1. [WARNING] Error dispatching event PermissionCheckEvent(sender=leiqi, permission=bungeeutilisals.staff.helper, hasPermission=false) to listener me.lucko.luckperms.bungee.listeners.BungeePermissionCheckListener@4438938e
  2. java.lang.IllegalStateException: No permissions data present for player: leiqi - 46066207-521f-301a-9290-a7bd4f29edc2
  3. at me.lucko.luckperms.bungee.listeners.BungeePermissionCheckListener.onPlayerPermissionCheck(BungeePermissionCheckListener.java:65)
  4. at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
  5. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  6. at java.lang.reflect.Method.invoke(Method.java:498)
  7. at net.md_5.bungee.event.EventHandlerMethod.invoke(EventHandlerMethod.java:29)
  8. at net.md_5.bungee.event.EventBus.post(EventBus.java:46)
  9. at net.md_5.bungee.api.plugin.PluginManager.callEvent(PluginManager.java:376)
  10. at net.md_5.bungee.UserConnection.hasPermission(UserConnection.java:557)
  11. at com.dbsoftwares.bungeeutilisals.executors.UserExecutor.lambda$findStaffRank$0(UserExecutor.java:91)
  12. at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:174)
  13. at java.util.LinkedList$LLSpliterator.forEachRemaining(LinkedList.java:1235)
  14. at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:482)
  15. at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:472)
  16. at java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:708)
  17. at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
  18. at java.util.stream.ReferencePipeline.reduce(ReferencePipeline.java:479)
  19. at java.util.stream.ReferencePipeline.max(ReferencePipeline.java:515)
  20. at com.dbsoftwares.bungeeutilisals.executors.UserExecutor.findStaffRank(UserExecutor.java:92)
  21. at com.dbsoftwares.bungeeutilisals.executors.UserExecutor.onStaffUnload(UserExecutor.java:73)
  22. at sun.reflect.GeneratedMethodAccessor61.invoke(Unknown Source)
  23. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  24. at java.lang.reflect.Method.invoke(Method.java:498)
  25. at com.dbsoftwares.bungeeutilisals.event.BEventHandler.handle(BEventHandler.java:72)
  26. at com.dbsoftwares.bungeeutilisals.event.EventLoader.launchEvent(EventLoader.java:134)
  27. at com.dbsoftwares.bungeeutilisals.user.BUser.unload(BUser.java:174)
  28. at com.dbsoftwares.bungeeutilisals.listeners.UserConnectionListener.onDisconnect(UserConnectionListener.java:64)
  29. at sun.reflect.GeneratedMethodAccessor60.invoke(Unknown Source)
  30. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  31. at java.lang.reflect.Method.invoke(Method.java:498)
  32. at net.md_5.bungee.event.EventHandlerMethod.invoke(EventHandlerMethod.java:29)
  33. at net.md_5.bungee.event.EventBus.post(EventBus.java:46)
  34. at net.md_5.bungee.api.plugin.PluginManager.callEvent(PluginManager.java:376)
  35. at net.md_5.bungee.connection.UpstreamBridge.disconnected(UpstreamBridge.java:117)
  36. at net.md_5.bungee.netty.HandlerBoss.channelInactive(HandlerBoss.java:66)
  37. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:260)
  38. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:246)
  39. at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:239)
  40. at io.netty.handler.codec.ByteToMessageDecoder.channelInputClosed(ByteToMessageDecoder.java:386)
  41. at io.netty.handler.codec.ByteToMessageDecoder.channelInactive(ByteToMessageDecoder.java:351)
  42. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:260)
  43. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:246)
  44. at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:239)
  45. at io.netty.channel.ChannelInboundHandlerAdapter.channelInactive(ChannelInboundHandlerAdapter.java:81)
  46. at io.netty.handler.timeout.IdleStateHandler.channelInactive(IdleStateHandler.java:277)
  47. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:260)
  48. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:246)
  49. at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:239)
  50. at io.netty.channel.DefaultChannelPipeline$HeadContext.channelInactive(DefaultChannelPipeline.java:1405)
  51. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:260)
  52. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:246)
  53. at io.netty.channel.DefaultChannelPipeline.fireChannelInactive(DefaultChannelPipeline.java:901)
  54. at io.netty.channel.AbstractChannel$AbstractUnsafe$8.run(AbstractChannel.java:818)
  55. at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:164)
  56. at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:472)
  57. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:384)
  58. at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:989)
  59. at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
  60. at java.lang.Thread.run(Thread.java:748)
  61. > 19:28:22 [WARNING] Error dispatching event PermissionCheckEvent(sender=leiqi, permission=bungeeutilisals.staff.moderator, hasPermission=false) to listener me.lucko.luckperms.bungee.listeners.BungeePermissionCheckListener@4438938e
  62. java.lang.IllegalStateException: No permissions data present for player: leiqi - 46066207-521f-301a-9290-a7bd4f29edc2
  63. at me.lucko.luckperms.bungee.listeners.BungeePermissionCheckListener.onPlayerPermissionCheck(BungeePermissionCheckListener.java:65)
  64. at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
  65. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  66. at java.lang.reflect.Method.invoke(Method.java:498)
  67. at net.md_5.bungee.event.EventHandlerMethod.invoke(EventHandlerMethod.java:29)
  68. at net.md_5.bungee.event.EventBus.post(EventBus.java:46)
  69. at net.md_5.bungee.api.plugin.PluginManager.callEvent(PluginManager.java:376)
  70. at net.md_5.bungee.UserConnection.hasPermission(UserConnection.java:557)
  71. at com.dbsoftwares.bungeeutilisals.executors.UserExecutor.lambda$findStaffRank$0(UserExecutor.java:91)
  72. at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:174)
  73. at java.util.LinkedList$LLSpliterator.forEachRemaining(LinkedList.java:1235)
  74. at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:482)
  75. at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:472)
  76. at java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:708)
  77. at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
  78. at java.util.stream.ReferencePipeline.reduce(ReferencePipeline.java:479)
  79. at java.util.stream.ReferencePipeline.max(ReferencePipeline.java:515)
  80. at com.dbsoftwares.bungeeutilisals.executors.UserExecutor.findStaffRank(UserExecutor.java:92)
  81. at com.dbsoftwares.bungeeutilisals.executors.UserExecutor.onStaffUnload(UserExecutor.java:73)
  82. at sun.reflect.GeneratedMethodAccessor61.invoke(Unknown Source)
  83. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  84. at java.lang.reflect.Method.invoke(Method.java:498)
  85. at com.dbsoftwares.bungeeutilisals.event.BEventHandler.handle(BEventHandler.java:72)
  86. at com.dbsoftwares.bungeeutilisals.event.EventLoader.launchEvent(EventLoader.java:134)
  87. at com.dbsoftwares.bungeeutilisals.user.BUser.unload(BUser.java:174)
  88. at com.dbsoftwares.bungeeutilisals.listeners.UserConnectionListener.onDisconnect(UserConnectionListener.java:64)
  89. at sun.reflect.GeneratedMethodAccessor60.invoke(Unknown Source)
  90. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  91. at java.lang.reflect.Method.invoke(Method.java:498)
  92. at net.md_5.bungee.event.EventHandlerMethod.invoke(EventHandlerMethod.java:29)
  93. at net.md_5.bungee.event.EventBus.post(EventBus.java:46)
  94. at net.md_5.bungee.api.plugin.PluginManager.callEvent(PluginManager.java:376)
  95. at net.md_5.bungee.connection.UpstreamBridge.disconnected(UpstreamBridge.java:117)
  96. at net.md_5.bungee.netty.HandlerBoss.channelInactive(HandlerBoss.java:66)
  97. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:260)
  98. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:246)
  99. at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:239)
  100. at io.netty.handler.codec.ByteToMessageDecoder.channelInputClosed(ByteToMessageDecoder.java:386)
  101. at io.netty.handler.codec.ByteToMessageDecoder.channelInactive(ByteToMessageDecoder.java:351)
  102. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:260)
  103. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:246)
  104. at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:239)
  105. at io.netty.channel.ChannelInboundHandlerAdapter.channelInactive(ChannelInboundHandlerAdapter.java:81)
  106. at io.netty.handler.timeout.IdleStateHandler.channelInactive(IdleStateHandler.java:277)
  107. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:260)
  108. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:246)
  109. at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:239)
  110. at io.netty.channel.DefaultChannelPipeline$HeadContext.channelInactive(DefaultChannelPipeline.java:1405)
  111. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:260)
  112. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:246)
  113. at io.netty.channel.DefaultChannelPipeline.fireChannelInactive(DefaultChannelPipeline.java:901)
  114. at io.netty.channel.AbstractChannel$AbstractUnsafe$8.run(AbstractChannel.java:818)
  115. at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:164)
  116. at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:472)
  117. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:384)
  118. at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:989)
  119. at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
  120. at java.lang.Thread.run(Thread.java:748)
  121. > 19:28:22 [WARNING] Error dispatching event PermissionCheckEvent(sender=leiqi, permission=bungeeutilisals.staff.admin, hasPermission=false) to listener me.lucko.luckperms.bungee.listeners.BungeePermissionCheckListener@4438938e
  122. java.lang.IllegalStateException: No permissions data present for player: leiqi - 46066207-521f-301a-9290-a7bd4f29edc2
  123. at me.lucko.luckperms.bungee.listeners.BungeePermissionCheckListener.onPlayerPermissionCheck(BungeePermissionCheckListener.java:65)
  124. at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
  125. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  126. at java.lang.reflect.Method.invoke(Method.java:498)
  127. at net.md_5.bungee.event.EventHandlerMethod.invoke(EventHandlerMethod.java:29)
  128. at net.md_5.bungee.event.EventBus.post(EventBus.java:46)
  129. at net.md_5.bungee.api.plugin.PluginManager.callEvent(PluginManager.java:376)
  130. at net.md_5.bungee.UserConnection.hasPermission(UserConnection.java:557)
  131. at com.dbsoftwares.bungeeutilisals.executors.UserExecutor.lambda$findStaffRank$0(UserExecutor.java:91)
  132. at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:174)
  133. at java.util.LinkedList$LLSpliterator.forEachRemaining(LinkedList.java:1235)
  134. at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:482)
  135. at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:472)
  136. at java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:708)
  137. at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
  138. at java.util.stream.ReferencePipeline.reduce(ReferencePipeline.java:479)
  139. at java.util.stream.ReferencePipeline.max(ReferencePipeline.java:515)
  140. at com.dbsoftwares.bungeeutilisals.executors.UserExecutor.findStaffRank(UserExecutor.java:92)
  141. at com.dbsoftwares.bungeeutilisals.executors.UserExecutor.onStaffUnload(UserExecutor.java:73)
  142. at sun.reflect.GeneratedMethodAccessor61.invoke(Unknown Source)
  143. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  144. at java.lang.reflect.Method.invoke(Method.java:498)
  145. at com.dbsoftwares.bungeeutilisals.event.BEventHandler.handle(BEventHandler.java:72)
  146. at com.dbsoftwares.bungeeutilisals.event.EventLoader.launchEvent(EventLoader.java:134)
  147. at com.dbsoftwares.bungeeutilisals.user.BUser.unload(BUser.java:174)
  148. at com.dbsoftwares.bungeeutilisals.listeners.UserConnectionListener.onDisconnect(UserConnectionListener.java:64)
  149. at sun.reflect.GeneratedMethodAccessor60.invoke(Unknown Source)
  150. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  151. at java.lang.reflect.Method.invoke(Method.java:498)
  152. at net.md_5.bungee.event.EventHandlerMethod.invoke(EventHandlerMethod.java:29)
  153. at net.md_5.bungee.event.EventBus.post(EventBus.java:46)
  154. at net.md_5.bungee.api.plugin.PluginManager.callEvent(PluginManager.java:376)
  155. at net.md_5.bungee.connection.UpstreamBridge.disconnected(UpstreamBridge.java:117)
  156. at net.md_5.bungee.netty.HandlerBoss.channelInactive(HandlerBoss.java:66)
  157. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:260)
  158. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:246)
  159. at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:239)
  160. at io.netty.handler.codec.ByteToMessageDecoder.channelInputClosed(ByteToMessageDecoder.java:386)
  161. at io.netty.handler.codec.ByteToMessageDecoder.channelInactive(ByteToMessageDecoder.java:351)
  162. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:260)
  163. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:246)
  164. at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:239)
  165. at io.netty.channel.ChannelInboundHandlerAdapter.channelInactive(ChannelInboundHandlerAdapter.java:81)
  166. at io.netty.handler.timeout.IdleStateHandler.channelInactive(IdleStateHandler.java:277)
  167. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:260)
  168. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:246)
  169. at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:239)
  170. at io.netty.channel.DefaultChannelPipeline$HeadContext.channelInactive(DefaultChannelPipeline.java:1405)
  171. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:260)
  172. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:246)
  173. at io.netty.channel.DefaultChannelPipeline.fireChannelInactive(DefaultChannelPipeline.java:901)
  174. at io.netty.channel.AbstractChannel$AbstractUnsafe$8.run(AbstractChannel.java:818)
  175. at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:164)
  176. at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:472)
  177. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:384)
  178. at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:989)
  179. at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
  180. at java.lang.Thread.run(Thread.java:748)
  181. > 19:28:22 [WARNING] Error dispatching event PermissionCheckEvent(sender=leiqi, permission=bungeeutilisals.staff.developer, hasPermission=false) to listener me.lucko.luckperms.bungee.listeners.BungeePermissionCheckListener@4438938e
  182. java.lang.IllegalStateException: No permissions data present for player: leiqi - 46066207-521f-301a-9290-a7bd4f29edc2
  183. at me.lucko.luckperms.bungee.listeners.BungeePermissionCheckListener.onPlayerPermissionCheck(BungeePermissionCheckListener.java:65)
  184. at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
  185. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  186. at java.lang.reflect.Method.invoke(Method.java:498)
  187. at net.md_5.bungee.event.EventHandlerMethod.invoke(EventHandlerMethod.java:29)
  188. at net.md_5.bungee.event.EventBus.post(EventBus.java:46)
  189. at net.md_5.bungee.api.plugin.PluginManager.callEvent(PluginManager.java:376)
  190. at net.md_5.bungee.UserConnection.hasPermission(UserConnection.java:557)
  191. at com.dbsoftwares.bungeeutilisals.executors.UserExecutor.lambda$findStaffRank$0(UserExecutor.java:91)
  192. at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:174)
  193. at java.util.LinkedList$LLSpliterator.forEachRemaining(LinkedList.java:1235)
  194. at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:482)
  195. at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:472)
  196. at java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:708)
  197. at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
  198. at java.util.stream.ReferencePipeline.reduce(ReferencePipeline.java:479)
  199. at java.util.stream.ReferencePipeline.max(ReferencePipeline.java:515)
  200. at com.dbsoftwares.bungeeutilisals.executors.UserExecutor.findStaffRank(UserExecutor.java:92)
  201. at com.dbsoftwares.bungeeutilisals.executors.UserExecutor.onStaffUnload(UserExecutor.java:73)
  202. at sun.reflect.GeneratedMethodAccessor61.invoke(Unknown Source)
  203. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  204. at java.lang.reflect.Method.invoke(Method.java:498)
  205. at com.dbsoftwares.bungeeutilisals.event.BEventHandler.handle(BEventHandler.java:72)
  206. at com.dbsoftwares.bungeeutilisals.event.EventLoader.launchEvent(EventLoader.java:134)
  207. at com.dbsoftwares.bungeeutilisals.user.BUser.unload(BUser.java:174)
  208. at com.dbsoftwares.bungeeutilisals.listeners.UserConnectionListener.onDisconnect(UserConnectionListener.java:64)
  209. at sun.reflect.GeneratedMethodAccessor60.invoke(Unknown Source)
  210. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  211. at java.lang.reflect.Method.invoke(Method.java:498)
  212. at net.md_5.bungee.event.EventHandlerMethod.invoke(EventHandlerMethod.java:29)
  213. at net.md_5.bungee.event.EventBus.post(EventBus.java:46)
  214. at net.md_5.bungee.api.plugin.PluginManager.callEvent(PluginManager.java:376)
  215. at net.md_5.bungee.connection.UpstreamBridge.disconnected(UpstreamBridge.java:117)
  216. at net.md_5.bungee.netty.HandlerBoss.channelInactive(HandlerBoss.java:66)
  217. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:260)
  218. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:246)
  219. at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:239)
  220. at io.netty.handler.codec.ByteToMessageDecoder.channelInputClosed(ByteToMessageDecoder.java:386)
  221. at io.netty.handler.codec.ByteToMessageDecoder.channelInactive(ByteToMessageDecoder.java:351)
  222. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:260)
  223. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:246)
  224. at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:239)
  225. at io.netty.channel.ChannelInboundHandlerAdapter.channelInactive(ChannelInboundHandlerAdapter.java:81)
  226. at io.netty.handler.timeout.IdleStateHandler.channelInactive(IdleStateHandler.java:277)
  227. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:260)
  228. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:246)
  229. at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:239)
  230. at io.netty.channel.DefaultChannelPipeline$HeadContext.channelInactive(DefaultChannelPipeline.java:1405)
  231. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:260)
  232. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:246)
  233. at io.netty.channel.DefaultChannelPipeline.fireChannelInactive(DefaultChannelPipeline.java:901)
  234. at io.netty.channel.AbstractChannel$AbstractUnsafe$8.run(AbstractChannel.java:818)
  235. at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:164)
  236. at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:472)
  237. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:384)
  238. at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:989)
  239. at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
  240. at java.lang.Thread.run(Thread.java:748)
  241. > 19:28:22 [WARNING] Error dispatching event PermissionCheckEvent(sender=leiqi, permission=bungeeutilisals.staff.owner, hasPermission=false) to listener me.lucko.luckperms.bungee.listeners.BungeePermissionCheckListener@4438938e
  242. java.lang.IllegalStateException: No permissions data present for player: leiqi - 46066207-521f-301a-9290-a7bd4f29edc2
  243. at me.lucko.luckperms.bungee.listeners.BungeePermissionCheckListener.onPlayerPermissionCheck(BungeePermissionCheckListener.java:65)
  244. at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
  245. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  246. at java.lang.reflect.Method.invoke(Method.java:498)
  247. at net.md_5.bungee.event.EventHandlerMethod.invoke(EventHandlerMethod.java:29)
  248. at net.md_5.bungee.event.EventBus.post(EventBus.java:46)
  249. at net.md_5.bungee.api.plugin.PluginManager.callEvent(PluginManager.java:376)
  250. at net.md_5.bungee.UserConnection.hasPermission(UserConnection.java:557)
  251. at com.dbsoftwares.bungeeutilisals.executors.UserExecutor.lambda$findStaffRank$0(UserExecutor.java:91)
  252. at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:174)
  253. at java.util.LinkedList$LLSpliterator.forEachRemaining(LinkedList.java:1235)
  254. at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:482)
  255. at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:472)
  256. at java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:708)
  257. at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
  258. at java.util.stream.ReferencePipeline.reduce(ReferencePipeline.java:479)
  259. at java.util.stream.ReferencePipeline.max(ReferencePipeline.java:515)
  260. at com.dbsoftwares.bungeeutilisals.executors.UserExecutor.findStaffRank(UserExecutor.java:92)
  261. at com.dbsoftwares.bungeeutilisals.executors.UserExecutor.onStaffUnload(UserExecutor.java:73)
  262. at sun.reflect.GeneratedMethodAccessor61.invoke(Unknown Source)
  263. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  264. at java.lang.reflect.Method.invoke(Method.java:498)
  265. at com.dbsoftwares.bungeeutilisals.event.BEventHandler.handle(BEventHandler.java:72)
  266. at com.dbsoftwares.bungeeutilisals.event.EventLoader.launchEvent(EventLoader.java:134)
  267. at com.dbsoftwares.bungeeutilisals.user.BUser.unload(BUser.java:174)
  268. at com.dbsoftwares.bungeeutilisals.listeners.UserConnectionListener.onDisconnect(UserConnectionListener.java:64)
  269. at sun.reflect.GeneratedMethodAccessor60.invoke(Unknown Source)
  270. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  271. at java.lang.reflect.Method.invoke(Method.java:498)
  272. at net.md_5.bungee.event.EventHandlerMethod.invoke(EventHandlerMethod.java:29)
  273. at net.md_5.bungee.event.EventBus.post(EventBus.java:46)
  274. at net.md_5.bungee.api.plugin.PluginManager.callEvent(PluginManager.java:376)
  275. at net.md_5.bungee.connection.UpstreamBridge.disconnected(UpstreamBridge.java:117)
  276. at net.md_5.bungee.netty.HandlerBoss.channelInactive(HandlerBoss.java:66)
  277. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:260)
  278. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:246)
  279. at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:239)
  280. at io.netty.handler.codec.ByteToMessageDecoder.channelInputClosed(ByteToMessageDecoder.java:386)
  281. at io.netty.handler.codec.ByteToMessageDecoder.channelInactive(ByteToMessageDecoder.java:351)
  282. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:260)
  283. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:246)
  284. at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:239)
  285. at io.netty.channel.ChannelInboundHandlerAdapter.channelInactive(ChannelInboundHandlerAdapter.java:81)
  286. at io.netty.handler.timeout.IdleStateHandler.channelInactive(IdleStateHandler.java:277)
  287. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:260)
  288. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:246)
  289. at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:239)
  290. at io.netty.channel.DefaultChannelPipeline$HeadContext.channelInactive(DefaultChannelPipeline.java:1405)
  291. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:260)
  292. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:246)
  293. at io.netty.channel.DefaultChannelPipeline.fireChannelInactive(DefaultChannelPipeline.java:901)
  294. at io.netty.channel.AbstractChannel$AbstractUnsafe$8.run(AbstractChannel.java:818)
  295. at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:164)
  296. at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:472)
  297. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:384)
  298. at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:989)
  299. at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
  300. at java.lang.Thread.run(Thread.java:748)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement