Advertisement
Guest User

Untitled

a guest
Jun 20th, 2016
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.49 KB | None | 0 0
  1. bungee error:
  2.  
  3. 11:40:27 [WARNING] Forced host server pvp is not defined
  4. 11:40:27 [INFO] Enabled plugin reconnect_yaml version git:reconnect_yaml:1.8-SNAPSHOT:7d2c2ab:1119 by SpigotMC
  5. 11:40:27 [INFO] Enabled plugin cmd_find version git:cmd_find:1.8-SNAPSHOT:7d2c2ab:1119 by SpigotMC
  6. 11:40:27 [INFO] Enabled plugin cmd_server version git:cmd_server:1.8-SNAPSHOT:7d2c2ab:1119 by SpigotMC
  7. 11:40:27 [INFO] Enabled plugin cmd_alert version git:cmd_alert:1.8-SNAPSHOT:7d2c2ab:1119 by SpigotMC
  8. 11:40:27 [INFO] Enabled plugin cmd_send version git:cmd_send:1.8-SNAPSHOT:7d2c2ab:1119 by SpigotMC
  9. 11:40:27 [INFO] Enabled plugin cmd_list version git:cmd_list:1.8-SNAPSHOT:7d2c2ab:1119 by SpigotMC
  10. 11:40:28 [INFO] Listening on /0.0.0.0:25577
  11. 11:46:58 [SEVERE] Netty is not using direct IO buffers.
  12. 11:46:58 [INFO] [/192.168.1.1:50656] <-> InitialHandler has connected
  13. 11:47:02 [INFO] [/192.168.1.1:50670] <-> InitialHandler has connected
  14. 11:47:04 [INFO] [chasterMTNskiier] <-> ServerConnector [hub] has connected
  15. 11:47:07 [INFO] [chasterMTNskiier] -> UpstreamBridge has disconnected
  16. 11:47:10 [INFO] [/192.168.1.1:50672] <-> InitialHandler has connected
  17. 11:47:11 [INFO] [chasterMTNskiier] <-> ServerConnector [hub] has connected
  18. 11:47:11 [FINE] [START Server -> Bungee][SENDING: ServerHello]
  19. 11:47:11 [FINE] [HELLO Client <- Bungee][RECEIVED: ServerHello]
  20. 11:47:11 [FINE] [HELLO Client -> Bungee][SENDING: ClientHello]
  21. 11:47:11 [FINE] [HELLO Server <- Bungee][RECEIVED: ClientHello]
  22. 11:47:11 [FINE] [HELLO Client -> Bungee][SENDING: ModList]
  23. 11:47:11 [FINE] [HELLO Server <- Bungee][RECEIVED: ModList]
  24. 11:47:11 [FINE] [HELLO Server -> Bungee][SENDING: ModList]
  25. 11:47:11 [FINE] [WAITINGSERVERDATA Client <- Bungee][RECEIVED: ModList]
  26. 11:47:11 [FINE] [WAITINGSERVERDATA Client -> Bungee][SENDING: HandshakeAck]
  27. 11:47:11 [FINE] [WAITINGCACK Server <- Bungee][RECEIVED: HandshakeAck]
  28. 11:47:11 [FINE] [WAITINGCACK Server -> Bungee][SENDING: ModIdData]
  29. 11:47:11 [FINE] [WAITINGSERVERCOMPLETE Client <- Bungee][RECEIVED: ModIdData]
  30. 11:47:11 [FINE] [WAITINGCACK Server -> Bungee][SENDING: HandshakeAck]
  31. 11:47:11 [FINE] [WAITINGSERVERCOMPLETE Client <- Bungee][RECEIVED: HandshakeAck]
  32. 11:47:11 [FINE] [WAITINGCACK Server -> Bungee][SENDING: FluidIdMap]
  33. 11:47:11 [FINE] [WAITINGSERVERCOMPLETE Client <- Bungee][RECEIVED: FluidIdMap]
  34. 11:47:11 [FINE] [WAITINGSERVERCOMPLETE Client -> Bungee][SENDING: HandshakeAck]
  35. 11:47:11 [FINE] [COMPLETE Server <- Bungee][RECEIVED: HandshakeAck]
  36. 11:47:11 [FINE] [COMPLETE Server -> Bungee][SENDING: HandshakeAck]
  37. 11:47:11 [FINE] [PENDINGCOMPLETE Client <- Bungee][RECEIVED: HandshakeAck]
  38. 11:47:11 [FINE] [PENDINGCOMPLETE Client -> Bungee][SENDING: HandshakeAck]
  39. 11:47:11 [FINE] [DONE Server <- Bungee][RECEIVED: HandshakeAck]
  40. 11:47:11 [FINE] [COMPLETE Client -> Bungee][SENDING: HandshakeAck]
  41. 11:47:11 [FINE] [DONE Server <- Bungee][RECEIVED: HandshakeAck]
  42. 11:47:12 [SEVERE] [chasterMTNskiier] <-> DownstreamBridge <-> [hub] - encountered exception
  43. io.netty.handler.codec.DecoderException: java.lang.ArrayIndexOutOfBoundsException: -26
  44. at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:99)
  45. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:318)
  46. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:304)
  47. at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:276)
  48. at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:263)
  49. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:318)
  50. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:304)
  51. at io.netty.handler.timeout.ReadTimeoutHandler.channelRead(ReadTimeoutHandler.java:152)
  52. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:318)
  53. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:304)
  54. at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:846)
  55. at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:131)
  56. at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:511)
  57. at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:468)
  58. at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:382)
  59. at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:354)
  60. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:112)
  61. at java.lang.Thread.run(Unknown Source)
  62. Caused by: java.lang.ArrayIndexOutOfBoundsException: -26
  63. at net.md_5.bungee.protocol.Protocol$DirectionData.createPacket(Protocol.java:130)
  64. at net.md_5.bungee.protocol.MinecraftDecoder.decode(MinecraftDecoder.java:30)
  65. at net.md_5.bungee.protocol.MinecraftDecoder.decode(MinecraftDecoder.java:10)
  66. at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:89)
  67. ... 17 more
  68. 11:47:12 [INFO] [chasterMTNskiier] disconnected with: §fDecoderException : java.lang.ArrayIndexOutOfBoundsException: -26 @ io.netty.handler.codec.MessageToMessageDecoder:99
  69. 11:47:12 [INFO] [chasterMTNskiier] disconnected with: §f[Proxy] Lost connection to server.
  70. 11:47:12 [INFO] [chasterMTNskiier] <-> DownstreamBridge <-> [hub] has disconnected
  71. 11:47:12 [INFO] [chasterMTNskiier] -> UpstreamBridge has disconnected
  72. 11:47:34 [WARNING] [chasterMTNskiier] <-> ServerConnector [hub] - read timed out
  73. 11:47:34 [INFO] [chasterMTNskiier] disconnected with: §fException Connecting:ReadTimeoutException : null
  74. 11:47:34 [INFO] [chasterMTNskiier] <-> ServerConnector [hub] has disconnected
  75.  
  76.  
  77.  
  78. Server Error Code:
  79.  
  80. 11:40:27 [WARNING] Forced host server pvp is not defined
  81. 11:40:27 [INFO] Enabled plugin reconnect_yaml version git:reconnect_yaml:1.8-SNAPSHOT:7d2c2ab:1119 by SpigotMC
  82. 11:40:27 [INFO] Enabled plugin cmd_find version git:cmd_find:1.8-SNAPSHOT:7d2c2ab:1119 by SpigotMC
  83. 11:40:27 [INFO] Enabled plugin cmd_server version git:cmd_server:1.8-SNAPSHOT:7d2c2ab:1119 by SpigotMC
  84. 11:40:27 [INFO] Enabled plugin cmd_alert version git:cmd_alert:1.8-SNAPSHOT:7d2c2ab:1119 by SpigotMC
  85. 11:40:27 [INFO] Enabled plugin cmd_send version git:cmd_send:1.8-SNAPSHOT:7d2c2ab:1119 by SpigotMC
  86. 11:40:27 [INFO] Enabled plugin cmd_list version git:cmd_list:1.8-SNAPSHOT:7d2c2ab:1119 by SpigotMC
  87. 11:40:28 [INFO] Listening on /0.0.0.0:25577
  88. 11:46:58 [SEVERE] Netty is not using direct IO buffers.
  89. 11:46:58 [INFO] [/192.168.1.1:50656] <-> InitialHandler has connected
  90. 11:47:02 [INFO] [/192.168.1.1:50670] <-> InitialHandler has connected
  91. 11:47:04 [INFO] [chasterMTNskiier] <-> ServerConnector [hub] has connected
  92. 11:47:07 [INFO] [chasterMTNskiier] -> UpstreamBridge has disconnected
  93. 11:47:10 [INFO] [/192.168.1.1:50672] <-> InitialHandler has connected
  94. 11:47:11 [INFO] [chasterMTNskiier] <-> ServerConnector [hub] has connected
  95. 11:47:11 [FINE] [START Server -> Bungee][SENDING: ServerHello]
  96. 11:47:11 [FINE] [HELLO Client <- Bungee][RECEIVED: ServerHello]
  97. 11:47:11 [FINE] [HELLO Client -> Bungee][SENDING: ClientHello]
  98. 11:47:11 [FINE] [HELLO Server <- Bungee][RECEIVED: ClientHello]
  99. 11:47:11 [FINE] [HELLO Client -> Bungee][SENDING: ModList]
  100. 11:47:11 [FINE] [HELLO Server <- Bungee][RECEIVED: ModList]
  101. 11:47:11 [FINE] [HELLO Server -> Bungee][SENDING: ModList]
  102. 11:47:11 [FINE] [WAITINGSERVERDATA Client <- Bungee][RECEIVED: ModList]
  103. 11:47:11 [FINE] [WAITINGSERVERDATA Client -> Bungee][SENDING: HandshakeAck]
  104. 11:47:11 [FINE] [WAITINGCACK Server <- Bungee][RECEIVED: HandshakeAck]
  105. 11:47:11 [FINE] [WAITINGCACK Server -> Bungee][SENDING: ModIdData]
  106. 11:47:11 [FINE] [WAITINGSERVERCOMPLETE Client <- Bungee][RECEIVED: ModIdData]
  107. 11:47:11 [FINE] [WAITINGCACK Server -> Bungee][SENDING: HandshakeAck]
  108. 11:47:11 [FINE] [WAITINGSERVERCOMPLETE Client <- Bungee][RECEIVED: HandshakeAck]
  109. 11:47:11 [FINE] [WAITINGCACK Server -> Bungee][SENDING: FluidIdMap]
  110. 11:47:11 [FINE] [WAITINGSERVERCOMPLETE Client <- Bungee][RECEIVED: FluidIdMap]
  111. 11:47:11 [FINE] [WAITINGSERVERCOMPLETE Client -> Bungee][SENDING: HandshakeAck]
  112. 11:47:11 [FINE] [COMPLETE Server <- Bungee][RECEIVED: HandshakeAck]
  113. 11:47:11 [FINE] [COMPLETE Server -> Bungee][SENDING: HandshakeAck]
  114. 11:47:11 [FINE] [PENDINGCOMPLETE Client <- Bungee][RECEIVED: HandshakeAck]
  115. 11:47:11 [FINE] [PENDINGCOMPLETE Client -> Bungee][SENDING: HandshakeAck]
  116. 11:47:11 [FINE] [DONE Server <- Bungee][RECEIVED: HandshakeAck]
  117. 11:47:11 [FINE] [COMPLETE Client -> Bungee][SENDING: HandshakeAck]
  118. 11:47:11 [FINE] [DONE Server <- Bungee][RECEIVED: HandshakeAck]
  119. 11:47:12 [SEVERE] [chasterMTNskiier] <-> DownstreamBridge <-> [hub] - encountered exception
  120. io.netty.handler.codec.DecoderException: java.lang.ArrayIndexOutOfBoundsException: -26
  121. at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:99)
  122. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:318)
  123. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:304)
  124. at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:276)
  125. at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:263)
  126. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:318)
  127. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:304)
  128. at io.netty.handler.timeout.ReadTimeoutHandler.channelRead(ReadTimeoutHandler.java:152)
  129. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:318)
  130. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:304)
  131. at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:846)
  132. at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:131)
  133. at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:511)
  134. at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:468)
  135. at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:382)
  136. at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:354)
  137. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:112)
  138. at java.lang.Thread.run(Unknown Source)
  139. Caused by: java.lang.ArrayIndexOutOfBoundsException: -26
  140. at net.md_5.bungee.protocol.Protocol$DirectionData.createPacket(Protocol.java:130)
  141. at net.md_5.bungee.protocol.MinecraftDecoder.decode(MinecraftDecoder.java:30)
  142. at net.md_5.bungee.protocol.MinecraftDecoder.decode(MinecraftDecoder.java:10)
  143. at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:89)
  144. ... 17 more
  145. 11:47:12 [INFO] [chasterMTNskiier] disconnected with: §fDecoderException : java.lang.ArrayIndexOutOfBoundsException: -26 @ io.netty.handler.codec.MessageToMessageDecoder:99
  146. 11:47:12 [INFO] [chasterMTNskiier] disconnected with: §f[Proxy] Lost connection to server.
  147. 11:47:12 [INFO] [chasterMTNskiier] <-> DownstreamBridge <-> [hub] has disconnected
  148. 11:47:12 [INFO] [chasterMTNskiier] -> UpstreamBridge has disconnected
  149. 11:47:34 [WARNING] [chasterMTNskiier] <-> ServerConnector [hub] - read timed out
  150. 11:47:34 [INFO] [chasterMTNskiier] disconnected with: §fException Connecting:ReadTimeoutException : null
  151. 11:47:34 [INFO] [chasterMTNskiier] <-> ServerConnector [hub] has disconnected
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement