Advertisement
LudnicaKiller

Untitled

Dec 18th, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 8.65 KB | None | 0 0
  1. 23:36:49 [WARNING] Error dispatching event PlayerDisconnectEvent(player=PLcQSrLFKS1C) to listener be.woutdev.bungeestaffchat.listeners.PlayerListener@7a6d7e92
  2. java.util.ConcurrentModificationException
  3.     at java.util.HashMap$HashIterator.nextNode(HashMap.java:1442)
  4.     at java.util.HashMap$KeyIterator.next(HashMap.java:1466)
  5.     at be.woutdev.bungeestaffchat.player.ScPlayerManager.getPlayer(ScPlayerManager.java:21)
  6.     at be.woutdev.bungeestaffchat.player.ScPlayerManager.removePlayer(ScPlayerManager.java:39)
  7.     at be.woutdev.bungeestaffchat.listeners.PlayerListener.onPlayerDisconnect(PlayerListener.java:35)
  8.     at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source)
  9.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  10.     at java.lang.reflect.Method.invoke(Method.java:498)
  11.     at net.md_5.bungee.event.EventHandlerMethod.invoke(EventHandlerMethod.java:19)
  12.     at net.md_5.bungee.event.EventBus.post(EventBus.java:46)
  13.     at net.md_5.bungee.api.plugin.PluginManager.callEvent(PluginManager.java:376)
  14.     at net.md_5.bungee.connection.UpstreamBridge.disconnected(UpstreamBridge.java:57)
  15.     at net.md_5.bungee.netty.HandlerBoss.channelInactive(HandlerBoss.java:58)
  16.     at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245)
  17.     at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231)
  18.     at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:224)
  19.     at io.netty.channel.ChannelInboundHandlerAdapter.channelInactive(ChannelInboundHandlerAdapter.java:75)
  20.     at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245)
  21.     at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231)
  22.     at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:224)
  23.     at io.netty.channel.ChannelInboundHandlerAdapter.channelInactive(ChannelInboundHandlerAdapter.java:75)
  24.     at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245)
  25.     at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231)
  26.     at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:224)
  27.     at io.netty.handler.codec.ByteToMessageDecoder.channelInputClosed(ByteToMessageDecoder.java:390)
  28.     at io.netty.handler.codec.ByteToMessageDecoder.channelInactive(ByteToMessageDecoder.java:355)
  29.     at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245)
  30.     at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231)
  31.     at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:224)
  32.     at io.netty.channel.ChannelInboundHandlerAdapter.channelInactive(ChannelInboundHandlerAdapter.java:75)
  33.     at io.netty.handler.timeout.IdleStateHandler.channelInactive(IdleStateHandler.java:277)
  34.     at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245)
  35.     at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231)
  36.     at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:224)
  37.     at io.netty.channel.DefaultChannelPipeline$HeadContext.channelInactive(DefaultChannelPipeline.java:1429)
  38.     at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245)
  39.     at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231)
  40.     at io.netty.channel.DefaultChannelPipeline.fireChannelInactive(DefaultChannelPipeline.java:947)
  41.     at io.netty.channel.AbstractChannel$AbstractUnsafe$8.run(AbstractChannel.java:822)
  42.     at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:163)
  43.     at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:404)
  44.     at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:335)
  45.     at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:897)
  46.     at java.lang.Thread.run(Thread.java:748)
  47. 23:36:49 [WARNING] Error dispatching event PlayerDisconnectEvent(player=rAO5KlFPnPzq) to listener be.woutdev.bungeestaffchat.listeners.PlayerListener@7a6d7e92
  48. java.util.ConcurrentModificationException
  49.     at java.util.HashMap$HashIterator.nextNode(HashMap.java:1442)
  50.     at java.util.HashMap$KeyIterator.next(HashMap.java:1466)
  51.     at be.woutdev.bungeestaffchat.player.ScPlayerManager.getPlayer(ScPlayerManager.java:21)
  52.     at be.woutdev.bungeestaffchat.player.ScPlayerManager.removePlayer(ScPlayerManager.java:39)
  53.     at be.woutdev.bungeestaffchat.listeners.PlayerListener.onPlayerDisconnect(PlayerListener.java:35)
  54.     at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source)
  55.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  56.     at java.lang.reflect.Method.invoke(Method.java:498)
  57.     at net.md_5.bungee.event.EventHandlerMethod.invoke(EventHandlerMethod.java:19)
  58.     at net.md_5.bungee.event.EventBus.post(EventBus.java:46)
  59.     at net.md_5.bungee.api.plugin.PluginManager.callEvent(PluginManager.java:376)
  60.     at net.md_5.bungee.connection.UpstreamBridge.disconnected(UpstreamBridge.java:57)
  61.     at net.md_5.bungee.netty.HandlerBoss.channelInactive(HandlerBoss.java:58)
  62.     at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245)
  63.     at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231)
  64.     at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:224)
  65.     at io.netty.channel.ChannelInboundHandlerAdapter.channelInactive(ChannelInboundHandlerAdapter.java:75)
  66.     at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245)
  67.     at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231)
  68.     at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:224)
  69.     at io.netty.channel.ChannelInboundHandlerAdapter.channelInactive(ChannelInboundHandlerAdapter.java:75)
  70.     at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245)
  71.     at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231)
  72.     at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:224)
  73.     at io.netty.handler.codec.ByteToMessageDecoder.channelInputClosed(ByteToMessageDecoder.java:390)
  74.     at io.netty.handler.codec.ByteToMessageDecoder.channelInactive(ByteToMessageDecoder.java:355)
  75.     at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245)
  76.     at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231)
  77.     at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:224)
  78.     at io.netty.channel.ChannelInboundHandlerAdapter.channelInactive(ChannelInboundHandlerAdapter.java:75)
  79.     at io.netty.handler.timeout.IdleStateHandler.channelInactive(IdleStateHandler.java:277)
  80.     at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245)
  81.     at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231)
  82.     at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:224)
  83.     at io.netty.channel.DefaultChannelPipeline$HeadContext.channelInactive(DefaultChannelPipeline.java:1429)
  84.     at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245)
  85.     at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231)
  86.     at io.netty.channel.DefaultChannelPipeline.fireChannelInactive(DefaultChannelPipeline.java:947)
  87.     at io.netty.channel.AbstractChannel$AbstractUnsafe$8.run(AbstractChannel.java:822)
  88.     at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:163)
  89.     at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:404)
  90.     at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:335)
  91.     at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:897)
  92.     at java.lang.Thread.run(Thread.java:748)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement