Advertisement
Guest User

Untitled

a guest
Jun 27th, 2015
232
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.48 KB | None | 0 0
  1. 15:17:09 [INFORMACIÓN] Using standard Java JCE cipher. To enable the OpenSSL based native cipher, please make sure you are using 64 bit Ubuntu or Debian with libssl installed.
  2. 15:17:09 [INFORMACIÓN] Using standard Java compressor. To enable zero copy compression, run on 64 bit Linux
  3. 15:17:09 [INFORMACIÓN] Enabled BungeeCord version git:BungeeCord-Bootstrap:1.8-SNAPSHOT:"cc3a8c0":1071
  4. 15:17:09 [INFORMACIÓN] Discovered module: ModuleSpec(name=cmd_alert, file=modules\cmd_alert.jar, provider=JenkinsModuleSource())
  5. 15:17:09 [INFORMACIÓN] Discovered module: ModuleSpec(name=cmd_find, file=modules\cmd_find.jar, provider=JenkinsModuleSource())
  6. 15:17:09 [INFORMACIÓN] Discovered module: ModuleSpec(name=cmd_list, file=modules\cmd_list.jar, provider=JenkinsModuleSource())
  7. 15:17:09 [INFORMACIÓN] Discovered module: ModuleSpec(name=cmd_send, file=modules\cmd_send.jar, provider=JenkinsModuleSource())
  8. 15:17:09 [INFORMACIÓN] Discovered module: ModuleSpec(name=cmd_server, file=modules\cmd_server.jar, provider=JenkinsModuleSource())
  9. 15:17:09 [INFORMACIÓN] Discovered module: ModuleSpec(name=reconnect_yaml, file=modules\reconnect_yaml.jar, provider=JenkinsModuleSource())
  10. 15:17:09 [INFORMACIÓN] Loaded plugin reconnect_yaml version git:reconnect_yaml:1.8-SNAPSHOT:"cc3a8c0":1071 by SpigotMC
  11. 15:17:09 [INFORMACIÓN] Loaded plugin ProtocolSupportBungee version 1.0 by _Shevchik_
  12. 15:17:09 [INFORMACIÓN] Loaded plugin cmd_find version git:cmd_find:1.8-SNAPSHOT:"cc3a8c0":1071 by SpigotMC
  13. 15:17:09 [INFORMACIÓN] Loaded plugin cmd_server version git:cmd_server:1.8-SNAPSHOT:"cc3a8c0":1071 by SpigotMC
  14. 15:17:09 [INFORMACIÓN] Loaded plugin cmd_alert version git:cmd_alert:1.8-SNAPSHOT:"cc3a8c0":1071 by SpigotMC
  15. 15:17:09 [INFORMACIÓN] Loaded plugin cmd_send version git:cmd_send:1.8-SNAPSHOT:"cc3a8c0":1071 by SpigotMC
  16. 15:17:09 [INFORMACIÓN] Loaded plugin cmd_list version git:cmd_list:1.8-SNAPSHOT:"cc3a8c0":1071 by SpigotMC
  17. 15:17:09 [ADVERTENCIA] Forced host server pvp is not defined
  18. 15:17:09 [INFORMACIÓN] Enabled plugin reconnect_yaml version git:reconnect_yaml:1.8-SNAPSHOT:"cc3a8c0":1071 by SpigotMC
  19. 15:17:09 [INFORMACIÓN] Enabled plugin ProtocolSupportBungee version 1.0 by _Shevchik_
  20. 15:17:09 [INFORMACIÓN] Enabled plugin cmd_find version git:cmd_find:1.8-SNAPSHOT:"cc3a8c0":1071 by SpigotMC
  21. 15:17:09 [INFORMACIÓN] Enabled plugin cmd_server version git:cmd_server:1.8-SNAPSHOT:"cc3a8c0":1071 by SpigotMC
  22. 15:17:09 [INFORMACIÓN] Enabled plugin cmd_alert version git:cmd_alert:1.8-SNAPSHOT:"cc3a8c0":1071 by SpigotMC
  23. 15:17:09 [INFORMACIÓN] Enabled plugin cmd_send version git:cmd_send:1.8-SNAPSHOT:"cc3a8c0":1071 by SpigotMC
  24. 15:17:09 [INFORMACIÓN] Enabled plugin cmd_list version git:cmd_list:1.8-SNAPSHOT:"cc3a8c0":1071 by SpigotMC
  25. 15:17:09 [INFORMACIÓN] Listening on localhost/127.0.0.1:25565
  26. 15:17:44 [INFORMACIÓN] [/127.0.0.1:55878] <-> InitialHandler has connected
  27. 15:17:44 [INFORMACIÓN] [Carloswasthere] <-> InitialHandler has connected
  28. 15:17:44 [INFORMACIÓN] [Carloswasthere] <-> ServerConnector [lobby] has connected
  29. 15:17:45 [GRAVE] [Carloswasthere] <-> DownstreamBridge <-> [lobby] - encountered exception
  30. io.netty.handler.codec.DecoderException: java.lang.IllegalArgumentException: Unknown packet id: 175
  31. at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:99)
  32. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333)
  33. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319)
  34. at io.netty.handler.timeout.ReadTimeoutHandler.channelRead(ReadTimeoutHandler.java:150)
  35. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333)
  36. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319)
  37. at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:787)
  38. at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:130)
  39. at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:511)
  40. at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:468)
  41. at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:382)
  42. at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:354)
  43. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116)
  44. at java.lang.Thread.run(Unknown Source)
  45. Caused by: java.lang.IllegalArgumentException: Unknown packet id: 175
  46. at protocolsupport.protocol.transformer.v_1_5.reader.NonDefinedPacketReader.readPacket(NonDefinedPacketReader.java:87)
  47. at protocolsupport.protocol.transformer.v_1_5_v1_6_shared.reader.PacketReader.readPacket(PacketReader.java:95)
  48. at protocolsupport.protocol.transformer.v_1_5_v1_6_shared.PacketDecoder.decode(PacketDecoder.java:37)
  49. at net.md_5.bungee.protocol.MinecraftDecoder.decode(MinecraftDecoder.java:10)
  50. at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:89)
  51. ... 13 more
  52. 15:17:45 [INFORMACIÓN] [Carloswasthere] disconnected with: §fDecoderException : java.lang.IllegalArgumentException: Unknown packet id: 175 @ io.netty.handler.codec.MessageToMessageDecoder:99
  53. 15:17:45 [INFORMACIÓN] [Carloswasthere] disconnected with: §f[Proxy] Lost connection to server.
  54. 15:17:45 [INFORMACIÓN] [Carloswasthere] <-> DownstreamBridge <-> [lobby] has disconnected
  55. 15:17:45 [INFORMACIÓN] [Carloswasthere] -> UpstreamBridge has disconnected
  56. 15:17:54 [INFORMACIÓN] §cCommand not found
  57. 15:17:55 [INFORMACIÓN] §fEnabled logger
  58. 15:17:59 [INFORMACIÓN] [ProtocolSupportBungee] [From Client] Received packet(id: 254, length: 0, defined data: Handshake(protocolVersion=47, host=, port=0, requestedProtocol=1)
  59. 15:17:59 [INFORMACIÓN] [ProtocolSupportBungee] [From Client] Received packet(id: 254, length: 2, defined data: StatusRequest()
  60. 15:17:59 [INFORMACIÓN] [/127.0.0.1:55898] <-> InitialHandler has connected
  61. 15:17:59 [INFORMACIÓN] [ProtocolSupportBungee] [To Client] Sent packet(id: 255, defined data: Kick(message="§1\u000061\u0000BungeeCord 1.8\u0000§1Another Bungee server BETA\u00000\u00001")
  62. 15:17:59 [INFORMACIÓN] [ProtocolSupportBungee] [From Client] Received packet(id: 2, length: 56, defined data: Handshake(protocolVersion=47, host=localhost, port=25565, requestedProtocol=2)
  63. 15:17:59 [INFORMACIÓN] [ProtocolSupportBungee] [From Client] Received packet(id: 2, length: 0, defined data: LoginRequest(data=Carloswasthere)
  64. 15:17:59 [INFORMACIÓN] [Carloswasthere] <-> InitialHandler has connected
  65. 15:17:59 [INFORMACIÓN] [ProtocolSupportBungee] [To Client] Sent packet(id: 250, defined data: PluginMessage(tag=REGISTER, data=[70, 77, 76, 0, 70, 77, 76, 124, 72, 83, 0, 70, 79, 82, 71, 69, 0, 66, 117, 110, 103, 101, 101, 67, 111, 114, 100], allowExtendedPacket=false)
  66. 15:17:59 [INFORMACIÓN] [ProtocolSupportBungee] [To Server] Sent packet(id: 2, defined data: Handshake(protocolVersion=61, host=localhost, port=25565, requestedProtocol=2)
  67. 15:17:59 [INFORMACIÓN] [Carloswasthere] <-> ServerConnector [lobby] has connected
  68. 15:17:59 [INFORMACIÓN] [ProtocolSupportBungee] [From Server] Received packet(id: 1, length: 26, defined data: Login(entityId=234, gameMode=0, dimension=0, difficulty=1, maxPlayers=20, levelType=default, reducedDebugInfo=true)
  69. 15:17:59 [INFORMACIÓN] [ProtocolSupportBungee] [To Server] Sent packet(id: 250, defined data: PluginMessage(tag=REGISTER, data=[70, 77, 76, 0, 70, 77, 76, 124, 72, 83, 0, 70, 79, 82, 71, 69, 0, 66, 117, 110, 103, 101, 101, 67, 111, 114, 100], allowExtendedPacket=false)
  70. 15:17:59 [INFORMACIÓN] [ProtocolSupportBungee] [To Client] Sent packet(id: 1, defined data: Login(entityId=234, gameMode=0, dimension=0, difficulty=1, maxPlayers=60, levelType=default, reducedDebugInfo=true)
  71. 15:17:59 [INFORMACIÓN] [ProtocolSupportBungee] [To Client] Sent packet(id: 250, defined data: PluginMessage(tag=MC|Brand, data=[66, 117, 110, 103, 101, 101, 67, 111, 114, 100, 32, 40, 103, 105, 116, 58, 66, 117, 110, 103, 101, 101, 67, 111, 114, 100, 45, 66, 111, 111, 116, 115, 116, 114, 97, 112, 58, 49, 46, 56, 45, 83, 78, 65, 80, 83, 72, 79, 84, 58, 34, 99, 99, 51, 97, 56, 99, 48, 34, 58, 49, 48, 55, 49, 41], allowExtendedPacket=false)
  72. 15:17:59 [INFORMACIÓN] [ProtocolSupportBungee] [From Server] Received packet(id: 250, length: 28, defined data: PluginMessage(tag=MC|Brand, data=[6, 83, 112, 105, 103, 111, 116], allowExtendedPacket=false)
  73. 15:17:59 [INFORMACIÓN] [ProtocolSupportBungee] [To Client] Sent packet(id: 250, defined data: PluginMessage(tag=MC|Brand, data=[75, 66, 117, 110, 103, 101, 101, 67, 111, 114, 100, 32, 40, 103, 105, 116, 58, 66, 117, 110, 103, 101, 101, 67, 111, 114, 100, 45, 66, 111, 111, 116, 115, 116, 114, 97, 112, 58, 49, 46, 56, 45, 83, 78, 65, 80, 83, 72, 79, 84, 58, 34, 99, 99, 51, 97, 56, 99, 48, 34, 58, 49, 48, 55, 49, 41, 32, 60, 45, 32, 83, 112, 105, 103, 111, 116, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], allowExtendedPacket=false)
  74. 15:17:59 [GRAVE] [Carloswasthere] <-> DownstreamBridge <-> [lobby] - encountered exception
  75. io.netty.handler.codec.DecoderException: java.lang.IllegalArgumentException: Unknown packet id: 79
  76. at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:99)
  77. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333)
  78. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319)
  79. at io.netty.handler.timeout.ReadTimeoutHandler.channelRead(ReadTimeoutHandler.java:150)
  80. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333)
  81. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319)
  82. at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:787)
  83. at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:130)
  84. at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:511)
  85. at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:468)
  86. at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:382)
  87. at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:354)
  88. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116)
  89. at java.lang.Thread.run(Unknown Source)
  90. Caused by: java.lang.IllegalArgumentException: Unknown packet id: 79
  91. at protocolsupport.protocol.transformer.v_1_5.reader.NonDefinedPacketReader.readPacket(NonDefinedPacketReader.java:87)
  92. at protocolsupport.protocol.transformer.v_1_5_v1_6_shared.reader.PacketReader.readPacket(PacketReader.java:95)
  93. at protocolsupport.protocol.transformer.v_1_5_v1_6_shared.PacketDecoder.decode(PacketDecoder.java:37)
  94. at net.md_5.bungee.protocol.MinecraftDecoder.decode(MinecraftDecoder.java:10)
  95. at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:89)
  96. ... 13 more
  97. 15:17:59 [INFORMACIÓN] [Carloswasthere] disconnected with: §fDecoderException : java.lang.IllegalArgumentException: Unknown packet id: 79 @ io.netty.handler.codec.MessageToMessageDecoder:99
  98. 15:17:59 [INFORMACIÓN] [Carloswasthere] disconnected with: §f[Proxy] Lost connection to server.
  99. 15:17:59 [INFORMACIÓN] [Carloswasthere] <-> DownstreamBridge <-> [lobby] has disconnected
  100. 15:17:59 [INFORMACIÓN] [ProtocolSupportBungee] [From Client] Received packet(id: 204, length: 17, defined data: ClientSettings(locale=en_GB, viewDistance=0, chatFlags=0, chatColours=true, difficulty=3, skinParts=0)
  101. 15:17:59 [INFORMACIÓN] [ProtocolSupportBungee] [From Client] Received packet(id: 13, length: 42
  102. 15:17:59 [INFORMACIÓN] [ProtocolSupportBungee] [From Client] Received packet(id: 11, length: 34
  103. 15:17:59 [INFORMACIÓN] [ProtocolSupportBungee] [From Client] Received packet(id: 11, length: 34
  104. 15:18:00 [INFORMACIÓN] [ProtocolSupportBungee] [From Client] Received packet(id: 11, length: 34
  105. 15:18:00 [INFORMACIÓN] [ProtocolSupportBungee] [From Client] Received packet(id: 11, length: 34
  106. 15:18:00 [INFORMACIÓN] [ProtocolSupportBungee] [From Client] Received packet(id: 11, length: 34
  107. 15:18:00 [INFORMACIÓN] [ProtocolSupportBungee] [From Client] Received packet(id: 11, length: 34
  108. 15:18:00 [INFORMACIÓN] [ProtocolSupportBungee] [From Client] Received packet(id: 11, length: 34
  109. 15:18:00 [INFORMACIÓN] [ProtocolSupportBungee] [From Client] Received packet(id: 11, length: 34
  110. 15:18:00 [INFORMACIÓN] [ProtocolSupportBungee] [To Client] Sent packet(id: 255, defined data: Kick(message="§f§fDecoderException : java.lang.IllegalArgumentException: Unknown packet id: 79 @ io.netty.handler.codec.MessageToMessageDecoder:99")
  111. 15:18:00 [INFORMACIÓN] [Carloswasthere] -> UpstreamBridge has disconnected
  112. 15:19:01 [INFORMACIÓN] Closing listener [id: 0xa2ceb74f, /127.0.0.1:25565]
  113. 15:19:01 [INFORMACIÓN] Closing pending connections
  114. 15:19:01 [INFORMACIÓN] Disconnecting 0 connections
  115. 15:19:01 [INFORMACIÓN] Closing IO threads
  116. 15:19:03 [INFORMACIÓN] Saving reconnect locations
  117. 15:19:03 [INFORMACIÓN] Disabling plugins
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement