Bonjour, j'ai plusieurs Serveur Minecraft relier avec BungeeCord. Le probleme c'est que quand il n'y a personne de connecte sur le Serveur, BungeeCord Crash.
Voila les logs du BungeeCord:
23:08:39 [INFO] Using OpenSSL based native cipher.
23:08:39 [INFO] Enabled BungeeCord version git:BungeeCord-Bootstrap:1.8-SNAPSHOT:"830f18a":1018
23:08:40 [INFO] Discovered module: ModuleSpec(name=cmd_alert, file=modules/cmd_alert.jar, provider=JenkinsModuleSource())
23:08:40 [INFO] Discovered module: ModuleSpec(name=cmd_find, file=modules/cmd_find.jar, provider=JenkinsModuleSource())
23:08:40 [INFO] Discovered module: ModuleSpec(name=cmd_list, file=modules/cmd_list.jar, provider=JenkinsModuleSource())
23:08:40 [INFO] Discovered module: ModuleSpec(name=cmd_send, file=modules/cmd_send.jar, provider=JenkinsModuleSource())
23:08:40 [INFO] Discovered module: ModuleSpec(name=cmd_server, file=modules/cmd_server.jar, provider=JenkinsModuleSource())
23:08:40 [INFO] Discovered module: ModuleSpec(name=reconnect_yaml, file=modules/reconnect_yaml.jar, provider=JenkinsModuleSource())
23:08:40 [INFO] Attempting to update plugin from ModuleVersion(build=1015, git=faf9034) to ModuleVersion(build=1018, git=830f18a)
23:08:40 [INFO] Attempting to Jenkins download module cmd_alert v1018
23:08:40 [INFO] Download complete
23:08:40 [INFO] Attempting to update plugin from ModuleVersion(build=1015, git=faf9034) to ModuleVersion(build=1018, git=830f18a)
23:08:40 [INFO] Attempting to Jenkins download module cmd_find v1018
23:08:40 [INFO] Download complete
23:08:40 [INFO] Attempting to update plugin from ModuleVersion(build=1015, git=faf9034) to ModuleVersion(build=1018, git=830f18a)
23:08:40 [INFO] Attempting to Jenkins download module cmd_list v1018
23:08:41 [INFO] Download complete
23:08:41 [INFO] Attempting to update plugin from ModuleVersion(build=1015, git=faf9034) to ModuleVersion(build=1018, git=830f18a)
23:08:41 [INFO] Attempting to Jenkins download module cmd_send v1018
23:08:41 [INFO] Download complete
23:08:41 [INFO] Attempting to update plugin from ModuleVersion(build=1015, git=faf9034) to ModuleVersion(build=1018, git=830f18a)
23:08:41 [INFO] Attempting to Jenkins download module cmd_server v1018
23:08:41 [INFO] Download complete
23:08:41 [INFO] Attempting to update plugin from ModuleVersion(build=1015, git=faf9034) to ModuleVersion(build=1018, git=830f18a)
23:08:41 [INFO] Attempting to Jenkins download module reconnect_yaml v1018
23:08:42 [INFO] Download complete
23:08:42 [INFO] Loaded plugin cmd_alert version git:cmd_alert:1.8-SNAPSHOT:"830f18a":1018 by SpigotMC
23:08:42 [INFO] Loaded plugin cmd_find version git:cmd_find:1.8-SNAPSHOT:"830f18a":1018 by SpigotMC
23:08:42 [INFO] Loaded plugin reconnect_yaml version git:reconnect_yaml:1.8-SNAPSHOT:"830f18a":1018 by SpigotMC
23:08:42 [INFO] Loaded plugin cmd_server version git:cmd_server:1.8-SNAPSHOT:"830f18a":1018 by SpigotMC
23:08:42 [INFO] Loaded plugin cmd_send version git:cmd_send:1.8-SNAPSHOT:"830f18a":1018 by SpigotMC
23:08:42 [INFO] Loaded plugin cmd_list version git:cmd_list:1.8-SNAPSHOT:"830f18a":1018 by SpigotMC
23:08:42 [WARNING] Forced host server pvp is not defined
23:08:42 [INFO] Enabled plugin cmd_alert version git:cmd_alert:1.8-SNAPSHOT:"830f18a":1018 by SpigotMC
23:08:42 [INFO] Enabled plugin cmd_find version git:cmd_find:1.8-SNAPSHOT:"830f18a":1018 by SpigotMC
23:08:42 [INFO] Enabled plugin reconnect_yaml version git:reconnect_yaml:1.8-SNAPSHOT:"830f18a":1018 by SpigotMC
23:08:42 [INFO] Enabled plugin cmd_server version git:cmd_server:1.8-SNAPSHOT:"830f18a":1018 by SpigotMC
23:08:42 [INFO] Enabled plugin cmd_send version git:cmd_send:1.8-SNAPSHOT:"830f18a":1018 by SpigotMC
23:08:42 [INFO] Enabled plugin cmd_list version git:cmd_list:1.8-SNAPSHOT:"830f18a":1018 by SpigotMC
23:08:42 [INFO] Listening on /0.0.0.0:27424
23:09:36 [INFO] [/178.135.39.53:23011] <-> InitialHandler has connected
23:09:52 [INFO] [/178.135.39.53:23060] <-> InitialHandler has connected
23:10:04 [INFO] [/178.135.39.53:23108] <-> InitialHandler has connected
23:10:10 [INFO] [MrRaoul] <-> InitialHandler has connected
23:10:13 [INFO] [MrRaoul] <-> ServerConnector [Faction] has connected
23:10:13 [SEVERE] [MrRaoul] <-> ServerConnector [Faction] - encountered exception
java.lang.RuntimeException: Server is online mode!
at net.md_5.bungee.ServerConnector.handle(ServerConnector.java:254)
at net.md_5.bungee.protocol.packet.EncryptionRequest.handle(EncryptionRequest.java:56)
at net.md_5.bungee.netty.HandlerBoss.channelRead(HandlerBoss.java:75)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333)
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319)
at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:163)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333)
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319)
at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:163)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333)
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319)
at io.netty.handler.timeout.ReadTimeoutHandler.channelRead(ReadTimeoutHandler.java:150)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333)
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319)
at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:787)
at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:130)
at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:511)
at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:468)
at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:382)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:354)
at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116)
at java.lang.Thread.run(Unknown Source)
23:10:13 [INFO] [MrRaoul] disconnected with: §fException Connecting:RuntimeException : Server is online mode! @ net.md_5.bungee.ServerConnector:254
23:10:13 [INFO] [MrRaoul] <-> ServerConnector [Faction] has disconnected
23:10:13 [INFO] [MrRaoul] -> UpstreamBridge has disconnected
23:11:12 [INFO] Using OpenSSL based native cipher.
23:11:12 [INFO] Enabled BungeeCord version git:BungeeCord-Bootstrap:1.8-SNAPSHOT:"830f18a":1018
23:11:12 [INFO] Discovered module: ModuleSpec(name=cmd_alert, file=modules/cmd_alert.jar, provider=JenkinsModuleSource())
23:11:12 [INFO] Discovered module: ModuleSpec(name=cmd_find, file=modules/cmd_find.jar, provider=JenkinsModuleSource())
23:11:12 [INFO] Discovered module: ModuleSpec(name=cmd_list, file=modules/cmd_list.jar, provider=JenkinsModuleSource())
23:11:12 [INFO] Discovered module: ModuleSpec(name=cmd_send, file=modules/cmd_send.jar, provider=JenkinsModuleSource())
23:11:12 [INFO] Discovered module: ModuleSpec(name=cmd_server, file=modules/cmd_server.jar, provider=JenkinsModuleSource())
23:11:12 [INFO] Discovered module: ModuleSpec(name=reconnect_yaml, file=modules/reconnect_yaml.jar, provider=JenkinsModuleSource())
23:11:12 [INFO] Loaded plugin cmd_alert version git:cmd_alert:1.8-SNAPSHOT:"830f18a":1018 by SpigotMC
23:11:12 [INFO] Loaded plugin cmd_find version git:cmd_find:1.8-SNAPSHOT:"830f18a":1018 by SpigotMC
23:11:12 [INFO] Loaded plugin reconnect_yaml version git:reconnect_yaml:1.8-SNAPSHOT:"830f18a":1018 by SpigotMC
23:11:12 [INFO] Loaded plugin cmd_server version git:cmd_server:1.8-SNAPSHOT:"830f18a":1018 by SpigotMC
23:11:12 [INFO] Loaded plugin cmd_send version git:cmd_send:1.8-SNAPSHOT:"830f18a":1018 by SpigotMC
23:11:12 [INFO] Loaded plugin cmd_list version git:cmd_list:1.8-SNAPSHOT:"830f18a":1018 by SpigotMC
23:11:12 [WARNING] Forced host server pvp is not defined
23:11:12 [INFO] Enabled plugin cmd_alert version git:cmd_alert:1.8-SNAPSHOT:"830f18a":1018 by SpigotMC
23:11:12 [INFO] Enabled plugin cmd_find version git:cmd_find:1.8-SNAPSHOT:"830f18a":1018 by SpigotMC
23:11:12 [INFO] Enabled plugin reconnect_yaml version git:reconnect_yaml:1.8-SNAPSHOT:"830f18a":1018 by SpigotMC
23:11:13 [INFO] Enabled plugin cmd_server version git:cmd_server:1.8-SNAPSHOT:"830f18a":1018 by SpigotMC
23:11:13 [INFO] Enabled plugin cmd_send version git:cmd_send:1.8-SNAPSHOT:"830f18a":1018 by SpigotMC
23:11:13 [INFO] Enabled plugin cmd_list version git:cmd_list:1.8-SNAPSHOT:"830f18a":1018 by SpigotMC
23:11:13 [INFO] Listening on /0.0.0.0:27424
23:11:13 [INFO] [/178.135.39.53:23404] <-> InitialHandler has connected
23:11:17 [INFO] [/178.135.39.53:23424] <-> InitialHandler has connected
23:11:17 [INFO] [MrRaoul] <-> ServerConnector [Faction] has connected
23:11:17 [SEVERE] [MrRaoul] <-> ServerConnector [Faction] - encountered exception
java.lang.RuntimeException: Server is online mode!
at net.md_5.bungee.ServerConnector.handle(ServerConnector.java:254)
at net.md_5.bungee.protocol.packet.EncryptionRequest.handle(EncryptionRequest.java:56)
at net.md_5.bungee.netty.HandlerBoss.channelRead(HandlerBoss.java:75)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333)
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319)
at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:163)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333)
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319)
at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:163)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333)
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319)
at io.netty.handler.timeout.ReadTimeoutHandler.channelRead(ReadTimeoutHandler.java:150)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333)
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319)
at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:787)
at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:130)
at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:511)
at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:468)
at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:382)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:354)
at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116)
at java.lang.Thread.run(Unknown Source)
23:11:17 [INFO] [MrRaoul] disconnected with: §fException Connecting:RuntimeException : Server is online mode! @ net.md_5.bungee.ServerConnector:254
23:11:17 [INFO] [MrRaoul] <-> ServerConnector [Faction] has disconnected
23:11:18 [INFO] [MrRaoul] -> UpstreamBridge has disconnected
23:11:23 [INFO] [/178.135.39.53:23440] <-> InitialHandler has connected
23:11:51 [INFO] [/178.135.39.53:23500] <-> InitialHandler has connected
23:11:53 [INFO] [MrRaoul] <-> InitialHandler has connected
23:11:53 [INFO] [MrRaoul] <-> ServerConnector [Faction] has connected
23:11:53 [SEVERE] [MrRaoul] <-> ServerConnector [Faction] - encountered exception
java.lang.RuntimeException: Server is online mode!
at net.md_5.bungee.ServerConnector.handle(ServerConnector.java:254)
at net.md_5.bungee.protocol.packet.EncryptionRequest.handle(EncryptionRequest.java:56)
at net.md_5.bungee.netty.HandlerBoss.channelRead(HandlerBoss.java:75)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333)
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319)
at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:163)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333)
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319)
at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:163)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333)
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319)
at io.netty.handler.timeout.ReadTimeoutHandler.channelRead(ReadTimeoutHandler.java:150)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333)
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319)
at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:787)
at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:130)
at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:511)
at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:468)
at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:382)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:354)
at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116)
at java.lang.Thread.run(Unknown Source)
23:11:53 [INFO] [MrRaoul] disconnected with: §fException Connecting:RuntimeException : Server is online mode! @ net.md_5.bungee.ServerConnector:254
23:11:53 [INFO] [MrRaoul] <-> ServerConnector [Faction] has disconnected
23:11:54 [INFO] [MrRaoul] -> UpstreamBridge has disconnected
23:12:38 [INFO] [/178.135.39.53:23606] <-> InitialHandler has connected
23:12:44 [INFO] [MrRaoul] <-> InitialHandler has connected
23:12:44 [INFO] [MrRaoul] <-> ServerConnector [Faction] has connected
23:12:44 [SEVERE] [MrRaoul] <-> ServerConnector [Faction] - encountered exception
java.lang.RuntimeException: Server is online mode!
at net.md_5.bungee.ServerConnector.handle(ServerConnector.java:254)
at net.md_5.bungee.protocol.packet.EncryptionRequest.handle(EncryptionRequest.java:56)
at net.md_5.bungee.netty.HandlerBoss.channelRead(HandlerBoss.java:75)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333)
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319)
at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:163)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333)
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319)
at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:163)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333)
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319)
at io.netty.handler.timeout.ReadTimeoutHandler.channelRead(ReadTimeoutHandler.java:150)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333)
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319)
at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:787)
at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:130)
at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:511)
at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:468)
at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:382)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:354)
at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116)
at java.lang.Thread.run(Unknown Source)
23:12:44 [INFO] [MrRaoul] disconnected with: §fException Connecting:RuntimeException : Server is online mode! @ net.md_5.bungee.ServerConnector:254
23:12:44 [INFO] [MrRaoul] <-> ServerConnector [Faction] has disconnected
23:12:44 [INFO] [MrRaoul] -> UpstreamBridge has disconnected
23:13:17 [INFO] [MrRaoul] <-> InitialHandler has connected
23:13:17 [INFO] [MrRaoul] <-> ServerConnector [Faction] has connected
23:13:17 [SEVERE] [MrRaoul] <-> ServerConnector [Faction] - encountered exception
java.lang.RuntimeException: Server is online mode!
at net.md_5.bungee.ServerConnector.handle(ServerConnector.java:254)
at net.md_5.bungee.protocol.packet.EncryptionRequest.handle(EncryptionRequest.java:56)
at net.md_5.bungee.netty.HandlerBoss.channelRead(HandlerBoss.java:75)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333)
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319)
at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:163)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333)
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319)
at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:163)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333)
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319)
at io.netty.handler.timeout.ReadTimeoutHandler.channelRead(ReadTimeoutHandler.java:150)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333)
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319)
at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:787)
at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:130)
at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:511)
at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:468)
at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:382)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:354)
at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116)
at java.lang.Thread.run(Unknown Source)
23:13:17 [INFO] [MrRaoul] disconnected with: §fException Connecting:RuntimeException : Server is online mode! @ net.md_5.bungee.ServerConnector:254
23:13:17 [INFO] [MrRaoul] <-> ServerConnector [Faction] has disconnected
23:13:17 [INFO] [MrRaoul] -> UpstreamBridge has disconnected
23:14:29 [INFO] [/178.135.39.53:23752] <-> InitialHandler has connected
23:15:07 [INFO] Using OpenSSL based native cipher.
23:15:07 [INFO] Enabled BungeeCord version git:BungeeCord-Bootstrap:1.8-SNAPSHOT:"830f18a":1018
23:15:07 [INFO] Discovered module: ModuleSpec(name=cmd_alert, file=modules/cmd_alert.jar, provider=JenkinsModuleSource())
23:15:07 [INFO] Discovered module: ModuleSpec(name=cmd_find, file=modules/cmd_find.jar, provider=JenkinsModuleSource())
23:15:07 [INFO] Discovered module: ModuleSpec(name=cmd_list, file=modules/cmd_list.jar, provider=JenkinsModuleSource())
23:15:07 [INFO] Discovered module: ModuleSpec(name=cmd_send, file=modules/cmd_send.jar, provider=JenkinsModuleSource())
23:15:07 [INFO] Discovered module: ModuleSpec(name=cmd_server, file=modules/cmd_server.jar, provider=JenkinsModuleSource())
23:15:07 [INFO] Discovered module: ModuleSpec(name=reconnect_yaml, file=modules/reconnect_yaml.jar, provider=JenkinsModuleSource())
23:15:07 [INFO] Loaded plugin cmd_alert version git:cmd_alert:1.8-SNAPSHOT:"830f18a":1018 by SpigotMC
23:15:07 [INFO] Loaded plugin cmd_find version git:cmd_find:1.8-SNAPSHOT:"830f18a":1018 by SpigotMC
23:15:07 [INFO] Loaded plugin reconnect_yaml version git:reconnect_yaml:1.8-SNAPSHOT:"830f18a":1018 by SpigotMC
23:15:07 [INFO] Loaded plugin cmd_server version git:cmd_server:1.8-SNAPSHOT:"830f18a":1018 by SpigotMC
23:15:07 [INFO] Loaded plugin cmd_send version git:cmd_send:1.8-SNAPSHOT:"830f18a":1018 by SpigotMC
23:15:07 [INFO] Loaded plugin cmd_list version git:cmd_list:1.8-SNAPSHOT:"830f18a":1018 by SpigotMC
23:15:07 [WARNING] Forced host server pvp is not defined
23:15:07 [INFO] Enabled plugin cmd_alert version git:cmd_alert:1.8-SNAPSHOT:"830f18a":1018 by SpigotMC
23:15:07 [INFO] Enabled plugin cmd_find version git:cmd_find:1.8-SNAPSHOT:"830f18a":1018 by SpigotMC
23:15:07 [INFO] Enabled plugin reconnect_yaml version git:reconnect_yaml:1.8-SNAPSHOT:"830f18a":1018 by SpigotMC
23:15:07 [INFO] Enabled plugin cmd_server version git:cmd_server:1.8-SNAPSHOT:"830f18a":1018 by SpigotMC
23:15:07 [INFO] Enabled plugin cmd_send version git:cmd_send:1.8-SNAPSHOT:"830f18a":1018 by SpigotMC
23:15:07 [INFO] Enabled plugin cmd_list version git:cmd_list:1.8-SNAPSHOT:"830f18a":1018 by SpigotMC
23:15:07 [INFO] Listening on /0.0.0.0:27424
23:15:11 [INFO] [/178.135.39.53:23996] <-> InitialHandler has connected
23:15:17 [INFO] [/178.135.39.53:24045] <-> InitialHandler has connected
23:15:20 [INFO] [MrRaoul] <-> ServerConnector [Faction] has connected
23:15:20 [SEVERE] [MrRaoul] <-> ServerConnector [Faction] - encountered exception
java.lang.RuntimeException: Server is online mode!
at net.md_5.bungee.ServerConnector.handle(ServerConnector.java:254)
at net.md_5.bungee.protocol.packet.EncryptionRequest.handle(EncryptionRequest.java:56)
at net.md_5.bungee.netty.HandlerBoss.channelRead(HandlerBoss.java:75)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333)
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319)
at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:163)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333)
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319)
at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:163)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333)
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319)
at io.netty.handler.timeout.ReadTimeoutHandler.channelRead(ReadTimeoutHandler.java:150)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333)
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319)
at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:787)
at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:130)
at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:511)
at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:468)
at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:382)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:354)
at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116)
at java.lang.Thread.run(Unknown Source)
23:15:20 [INFO] [MrRaoul] disconnected with: §fException Connecting:RuntimeException : Server is online mode! @ net.md_5.bungee.ServerConnector:254
23:15:20 [INFO] [MrRaoul] <-> ServerConnector [Faction] has disconnected
23:15:20 [INFO] [MrRaoul] -> UpstreamBridge has disconnected
23:16:39 [INFO] [/178.135.39.53:24089] <-> InitialHandler has connected
23:16:45 [INFO] [MrRaoul] <-> InitialHandler has connected
23:16:46 [INFO] [MrRaoul] <-> ServerConnector [Faction] has connected
23:16:46 [SEVERE] [MrRaoul] <-> ServerConnector [Faction] - encountered exception
java.lang.RuntimeException: Server is online mode!
at net.md_5.bungee.ServerConnector.handle(ServerConnector.java:254)
at net.md_5.bungee.protocol.packet.EncryptionRequest.handle(EncryptionRequest.java:56)
at net.md_5.bungee.netty.HandlerBoss.channelRead(HandlerBoss.java:75)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333)
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319)
at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:163)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333)
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319)
at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:163)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333)
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319)
at io.netty.handler.timeout.ReadTimeoutHandler.channelRead(ReadTimeoutHandler.java:150)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333)
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319)
at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:787)
at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:130)
at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:511)
at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:468)
at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:382)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:354)
at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116)
at java.lang.Thread.run(Unknown Source)
Voila les logs du BungeeCord:
23:08:39 [INFO] Using OpenSSL based native cipher.
23:08:39 [INFO] Enabled BungeeCord version git:BungeeCord-Bootstrap:1.8-SNAPSHOT:"830f18a":1018
23:08:40 [INFO] Discovered module: ModuleSpec(name=cmd_alert, file=modules/cmd_alert.jar, provider=JenkinsModuleSource())
23:08:40 [INFO] Discovered module: ModuleSpec(name=cmd_find, file=modules/cmd_find.jar, provider=JenkinsModuleSource())
23:08:40 [INFO] Discovered module: ModuleSpec(name=cmd_list, file=modules/cmd_list.jar, provider=JenkinsModuleSource())
23:08:40 [INFO] Discovered module: ModuleSpec(name=cmd_send, file=modules/cmd_send.jar, provider=JenkinsModuleSource())
23:08:40 [INFO] Discovered module: ModuleSpec(name=cmd_server, file=modules/cmd_server.jar, provider=JenkinsModuleSource())
23:08:40 [INFO] Discovered module: ModuleSpec(name=reconnect_yaml, file=modules/reconnect_yaml.jar, provider=JenkinsModuleSource())
23:08:40 [INFO] Attempting to update plugin from ModuleVersion(build=1015, git=faf9034) to ModuleVersion(build=1018, git=830f18a)
23:08:40 [INFO] Attempting to Jenkins download module cmd_alert v1018
23:08:40 [INFO] Download complete
23:08:40 [INFO] Attempting to update plugin from ModuleVersion(build=1015, git=faf9034) to ModuleVersion(build=1018, git=830f18a)
23:08:40 [INFO] Attempting to Jenkins download module cmd_find v1018
23:08:40 [INFO] Download complete
23:08:40 [INFO] Attempting to update plugin from ModuleVersion(build=1015, git=faf9034) to ModuleVersion(build=1018, git=830f18a)
23:08:40 [INFO] Attempting to Jenkins download module cmd_list v1018
23:08:41 [INFO] Download complete
23:08:41 [INFO] Attempting to update plugin from ModuleVersion(build=1015, git=faf9034) to ModuleVersion(build=1018, git=830f18a)
23:08:41 [INFO] Attempting to Jenkins download module cmd_send v1018
23:08:41 [INFO] Download complete
23:08:41 [INFO] Attempting to update plugin from ModuleVersion(build=1015, git=faf9034) to ModuleVersion(build=1018, git=830f18a)
23:08:41 [INFO] Attempting to Jenkins download module cmd_server v1018
23:08:41 [INFO] Download complete
23:08:41 [INFO] Attempting to update plugin from ModuleVersion(build=1015, git=faf9034) to ModuleVersion(build=1018, git=830f18a)
23:08:41 [INFO] Attempting to Jenkins download module reconnect_yaml v1018
23:08:42 [INFO] Download complete
23:08:42 [INFO] Loaded plugin cmd_alert version git:cmd_alert:1.8-SNAPSHOT:"830f18a":1018 by SpigotMC
23:08:42 [INFO] Loaded plugin cmd_find version git:cmd_find:1.8-SNAPSHOT:"830f18a":1018 by SpigotMC
23:08:42 [INFO] Loaded plugin reconnect_yaml version git:reconnect_yaml:1.8-SNAPSHOT:"830f18a":1018 by SpigotMC
23:08:42 [INFO] Loaded plugin cmd_server version git:cmd_server:1.8-SNAPSHOT:"830f18a":1018 by SpigotMC
23:08:42 [INFO] Loaded plugin cmd_send version git:cmd_send:1.8-SNAPSHOT:"830f18a":1018 by SpigotMC
23:08:42 [INFO] Loaded plugin cmd_list version git:cmd_list:1.8-SNAPSHOT:"830f18a":1018 by SpigotMC
23:08:42 [WARNING] Forced host server pvp is not defined
23:08:42 [INFO] Enabled plugin cmd_alert version git:cmd_alert:1.8-SNAPSHOT:"830f18a":1018 by SpigotMC
23:08:42 [INFO] Enabled plugin cmd_find version git:cmd_find:1.8-SNAPSHOT:"830f18a":1018 by SpigotMC
23:08:42 [INFO] Enabled plugin reconnect_yaml version git:reconnect_yaml:1.8-SNAPSHOT:"830f18a":1018 by SpigotMC
23:08:42 [INFO] Enabled plugin cmd_server version git:cmd_server:1.8-SNAPSHOT:"830f18a":1018 by SpigotMC
23:08:42 [INFO] Enabled plugin cmd_send version git:cmd_send:1.8-SNAPSHOT:"830f18a":1018 by SpigotMC
23:08:42 [INFO] Enabled plugin cmd_list version git:cmd_list:1.8-SNAPSHOT:"830f18a":1018 by SpigotMC
23:08:42 [INFO] Listening on /0.0.0.0:27424
23:09:36 [INFO] [/178.135.39.53:23011] <-> InitialHandler has connected
23:09:52 [INFO] [/178.135.39.53:23060] <-> InitialHandler has connected
23:10:04 [INFO] [/178.135.39.53:23108] <-> InitialHandler has connected
23:10:10 [INFO] [MrRaoul] <-> InitialHandler has connected
23:10:13 [INFO] [MrRaoul] <-> ServerConnector [Faction] has connected
23:10:13 [SEVERE] [MrRaoul] <-> ServerConnector [Faction] - encountered exception
java.lang.RuntimeException: Server is online mode!
at net.md_5.bungee.ServerConnector.handle(ServerConnector.java:254)
at net.md_5.bungee.protocol.packet.EncryptionRequest.handle(EncryptionRequest.java:56)
at net.md_5.bungee.netty.HandlerBoss.channelRead(HandlerBoss.java:75)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333)
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319)
at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:163)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333)
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319)
at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:163)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333)
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319)
at io.netty.handler.timeout.ReadTimeoutHandler.channelRead(ReadTimeoutHandler.java:150)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333)
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319)
at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:787)
at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:130)
at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:511)
at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:468)
at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:382)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:354)
at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116)
at java.lang.Thread.run(Unknown Source)
23:10:13 [INFO] [MrRaoul] disconnected with: §fException Connecting:RuntimeException : Server is online mode! @ net.md_5.bungee.ServerConnector:254
23:10:13 [INFO] [MrRaoul] <-> ServerConnector [Faction] has disconnected
23:10:13 [INFO] [MrRaoul] -> UpstreamBridge has disconnected
23:11:12 [INFO] Using OpenSSL based native cipher.
23:11:12 [INFO] Enabled BungeeCord version git:BungeeCord-Bootstrap:1.8-SNAPSHOT:"830f18a":1018
23:11:12 [INFO] Discovered module: ModuleSpec(name=cmd_alert, file=modules/cmd_alert.jar, provider=JenkinsModuleSource())
23:11:12 [INFO] Discovered module: ModuleSpec(name=cmd_find, file=modules/cmd_find.jar, provider=JenkinsModuleSource())
23:11:12 [INFO] Discovered module: ModuleSpec(name=cmd_list, file=modules/cmd_list.jar, provider=JenkinsModuleSource())
23:11:12 [INFO] Discovered module: ModuleSpec(name=cmd_send, file=modules/cmd_send.jar, provider=JenkinsModuleSource())
23:11:12 [INFO] Discovered module: ModuleSpec(name=cmd_server, file=modules/cmd_server.jar, provider=JenkinsModuleSource())
23:11:12 [INFO] Discovered module: ModuleSpec(name=reconnect_yaml, file=modules/reconnect_yaml.jar, provider=JenkinsModuleSource())
23:11:12 [INFO] Loaded plugin cmd_alert version git:cmd_alert:1.8-SNAPSHOT:"830f18a":1018 by SpigotMC
23:11:12 [INFO] Loaded plugin cmd_find version git:cmd_find:1.8-SNAPSHOT:"830f18a":1018 by SpigotMC
23:11:12 [INFO] Loaded plugin reconnect_yaml version git:reconnect_yaml:1.8-SNAPSHOT:"830f18a":1018 by SpigotMC
23:11:12 [INFO] Loaded plugin cmd_server version git:cmd_server:1.8-SNAPSHOT:"830f18a":1018 by SpigotMC
23:11:12 [INFO] Loaded plugin cmd_send version git:cmd_send:1.8-SNAPSHOT:"830f18a":1018 by SpigotMC
23:11:12 [INFO] Loaded plugin cmd_list version git:cmd_list:1.8-SNAPSHOT:"830f18a":1018 by SpigotMC
23:11:12 [WARNING] Forced host server pvp is not defined
23:11:12 [INFO] Enabled plugin cmd_alert version git:cmd_alert:1.8-SNAPSHOT:"830f18a":1018 by SpigotMC
23:11:12 [INFO] Enabled plugin cmd_find version git:cmd_find:1.8-SNAPSHOT:"830f18a":1018 by SpigotMC
23:11:12 [INFO] Enabled plugin reconnect_yaml version git:reconnect_yaml:1.8-SNAPSHOT:"830f18a":1018 by SpigotMC
23:11:13 [INFO] Enabled plugin cmd_server version git:cmd_server:1.8-SNAPSHOT:"830f18a":1018 by SpigotMC
23:11:13 [INFO] Enabled plugin cmd_send version git:cmd_send:1.8-SNAPSHOT:"830f18a":1018 by SpigotMC
23:11:13 [INFO] Enabled plugin cmd_list version git:cmd_list:1.8-SNAPSHOT:"830f18a":1018 by SpigotMC
23:11:13 [INFO] Listening on /0.0.0.0:27424
23:11:13 [INFO] [/178.135.39.53:23404] <-> InitialHandler has connected
23:11:17 [INFO] [/178.135.39.53:23424] <-> InitialHandler has connected
23:11:17 [INFO] [MrRaoul] <-> ServerConnector [Faction] has connected
23:11:17 [SEVERE] [MrRaoul] <-> ServerConnector [Faction] - encountered exception
java.lang.RuntimeException: Server is online mode!
at net.md_5.bungee.ServerConnector.handle(ServerConnector.java:254)
at net.md_5.bungee.protocol.packet.EncryptionRequest.handle(EncryptionRequest.java:56)
at net.md_5.bungee.netty.HandlerBoss.channelRead(HandlerBoss.java:75)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333)
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319)
at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:163)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333)
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319)
at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:163)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333)
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319)
at io.netty.handler.timeout.ReadTimeoutHandler.channelRead(ReadTimeoutHandler.java:150)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333)
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319)
at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:787)
at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:130)
at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:511)
at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:468)
at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:382)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:354)
at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116)
at java.lang.Thread.run(Unknown Source)
23:11:17 [INFO] [MrRaoul] disconnected with: §fException Connecting:RuntimeException : Server is online mode! @ net.md_5.bungee.ServerConnector:254
23:11:17 [INFO] [MrRaoul] <-> ServerConnector [Faction] has disconnected
23:11:18 [INFO] [MrRaoul] -> UpstreamBridge has disconnected
23:11:23 [INFO] [/178.135.39.53:23440] <-> InitialHandler has connected
23:11:51 [INFO] [/178.135.39.53:23500] <-> InitialHandler has connected
23:11:53 [INFO] [MrRaoul] <-> InitialHandler has connected
23:11:53 [INFO] [MrRaoul] <-> ServerConnector [Faction] has connected
23:11:53 [SEVERE] [MrRaoul] <-> ServerConnector [Faction] - encountered exception
java.lang.RuntimeException: Server is online mode!
at net.md_5.bungee.ServerConnector.handle(ServerConnector.java:254)
at net.md_5.bungee.protocol.packet.EncryptionRequest.handle(EncryptionRequest.java:56)
at net.md_5.bungee.netty.HandlerBoss.channelRead(HandlerBoss.java:75)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333)
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319)
at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:163)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333)
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319)
at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:163)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333)
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319)
at io.netty.handler.timeout.ReadTimeoutHandler.channelRead(ReadTimeoutHandler.java:150)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333)
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319)
at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:787)
at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:130)
at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:511)
at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:468)
at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:382)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:354)
at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116)
at java.lang.Thread.run(Unknown Source)
23:11:53 [INFO] [MrRaoul] disconnected with: §fException Connecting:RuntimeException : Server is online mode! @ net.md_5.bungee.ServerConnector:254
23:11:53 [INFO] [MrRaoul] <-> ServerConnector [Faction] has disconnected
23:11:54 [INFO] [MrRaoul] -> UpstreamBridge has disconnected
23:12:38 [INFO] [/178.135.39.53:23606] <-> InitialHandler has connected
23:12:44 [INFO] [MrRaoul] <-> InitialHandler has connected
23:12:44 [INFO] [MrRaoul] <-> ServerConnector [Faction] has connected
23:12:44 [SEVERE] [MrRaoul] <-> ServerConnector [Faction] - encountered exception
java.lang.RuntimeException: Server is online mode!
at net.md_5.bungee.ServerConnector.handle(ServerConnector.java:254)
at net.md_5.bungee.protocol.packet.EncryptionRequest.handle(EncryptionRequest.java:56)
at net.md_5.bungee.netty.HandlerBoss.channelRead(HandlerBoss.java:75)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333)
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319)
at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:163)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333)
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319)
at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:163)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333)
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319)
at io.netty.handler.timeout.ReadTimeoutHandler.channelRead(ReadTimeoutHandler.java:150)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333)
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319)
at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:787)
at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:130)
at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:511)
at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:468)
at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:382)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:354)
at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116)
at java.lang.Thread.run(Unknown Source)
23:12:44 [INFO] [MrRaoul] disconnected with: §fException Connecting:RuntimeException : Server is online mode! @ net.md_5.bungee.ServerConnector:254
23:12:44 [INFO] [MrRaoul] <-> ServerConnector [Faction] has disconnected
23:12:44 [INFO] [MrRaoul] -> UpstreamBridge has disconnected
23:13:17 [INFO] [MrRaoul] <-> InitialHandler has connected
23:13:17 [INFO] [MrRaoul] <-> ServerConnector [Faction] has connected
23:13:17 [SEVERE] [MrRaoul] <-> ServerConnector [Faction] - encountered exception
java.lang.RuntimeException: Server is online mode!
at net.md_5.bungee.ServerConnector.handle(ServerConnector.java:254)
at net.md_5.bungee.protocol.packet.EncryptionRequest.handle(EncryptionRequest.java:56)
at net.md_5.bungee.netty.HandlerBoss.channelRead(HandlerBoss.java:75)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333)
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319)
at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:163)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333)
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319)
at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:163)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333)
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319)
at io.netty.handler.timeout.ReadTimeoutHandler.channelRead(ReadTimeoutHandler.java:150)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333)
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319)
at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:787)
at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:130)
at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:511)
at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:468)
at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:382)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:354)
at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116)
at java.lang.Thread.run(Unknown Source)
23:13:17 [INFO] [MrRaoul] disconnected with: §fException Connecting:RuntimeException : Server is online mode! @ net.md_5.bungee.ServerConnector:254
23:13:17 [INFO] [MrRaoul] <-> ServerConnector [Faction] has disconnected
23:13:17 [INFO] [MrRaoul] -> UpstreamBridge has disconnected
23:14:29 [INFO] [/178.135.39.53:23752] <-> InitialHandler has connected
23:15:07 [INFO] Using OpenSSL based native cipher.
23:15:07 [INFO] Enabled BungeeCord version git:BungeeCord-Bootstrap:1.8-SNAPSHOT:"830f18a":1018
23:15:07 [INFO] Discovered module: ModuleSpec(name=cmd_alert, file=modules/cmd_alert.jar, provider=JenkinsModuleSource())
23:15:07 [INFO] Discovered module: ModuleSpec(name=cmd_find, file=modules/cmd_find.jar, provider=JenkinsModuleSource())
23:15:07 [INFO] Discovered module: ModuleSpec(name=cmd_list, file=modules/cmd_list.jar, provider=JenkinsModuleSource())
23:15:07 [INFO] Discovered module: ModuleSpec(name=cmd_send, file=modules/cmd_send.jar, provider=JenkinsModuleSource())
23:15:07 [INFO] Discovered module: ModuleSpec(name=cmd_server, file=modules/cmd_server.jar, provider=JenkinsModuleSource())
23:15:07 [INFO] Discovered module: ModuleSpec(name=reconnect_yaml, file=modules/reconnect_yaml.jar, provider=JenkinsModuleSource())
23:15:07 [INFO] Loaded plugin cmd_alert version git:cmd_alert:1.8-SNAPSHOT:"830f18a":1018 by SpigotMC
23:15:07 [INFO] Loaded plugin cmd_find version git:cmd_find:1.8-SNAPSHOT:"830f18a":1018 by SpigotMC
23:15:07 [INFO] Loaded plugin reconnect_yaml version git:reconnect_yaml:1.8-SNAPSHOT:"830f18a":1018 by SpigotMC
23:15:07 [INFO] Loaded plugin cmd_server version git:cmd_server:1.8-SNAPSHOT:"830f18a":1018 by SpigotMC
23:15:07 [INFO] Loaded plugin cmd_send version git:cmd_send:1.8-SNAPSHOT:"830f18a":1018 by SpigotMC
23:15:07 [INFO] Loaded plugin cmd_list version git:cmd_list:1.8-SNAPSHOT:"830f18a":1018 by SpigotMC
23:15:07 [WARNING] Forced host server pvp is not defined
23:15:07 [INFO] Enabled plugin cmd_alert version git:cmd_alert:1.8-SNAPSHOT:"830f18a":1018 by SpigotMC
23:15:07 [INFO] Enabled plugin cmd_find version git:cmd_find:1.8-SNAPSHOT:"830f18a":1018 by SpigotMC
23:15:07 [INFO] Enabled plugin reconnect_yaml version git:reconnect_yaml:1.8-SNAPSHOT:"830f18a":1018 by SpigotMC
23:15:07 [INFO] Enabled plugin cmd_server version git:cmd_server:1.8-SNAPSHOT:"830f18a":1018 by SpigotMC
23:15:07 [INFO] Enabled plugin cmd_send version git:cmd_send:1.8-SNAPSHOT:"830f18a":1018 by SpigotMC
23:15:07 [INFO] Enabled plugin cmd_list version git:cmd_list:1.8-SNAPSHOT:"830f18a":1018 by SpigotMC
23:15:07 [INFO] Listening on /0.0.0.0:27424
23:15:11 [INFO] [/178.135.39.53:23996] <-> InitialHandler has connected
23:15:17 [INFO] [/178.135.39.53:24045] <-> InitialHandler has connected
23:15:20 [INFO] [MrRaoul] <-> ServerConnector [Faction] has connected
23:15:20 [SEVERE] [MrRaoul] <-> ServerConnector [Faction] - encountered exception
java.lang.RuntimeException: Server is online mode!
at net.md_5.bungee.ServerConnector.handle(ServerConnector.java:254)
at net.md_5.bungee.protocol.packet.EncryptionRequest.handle(EncryptionRequest.java:56)
at net.md_5.bungee.netty.HandlerBoss.channelRead(HandlerBoss.java:75)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333)
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319)
at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:163)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333)
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319)
at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:163)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333)
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319)
at io.netty.handler.timeout.ReadTimeoutHandler.channelRead(ReadTimeoutHandler.java:150)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333)
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319)
at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:787)
at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:130)
at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:511)
at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:468)
at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:382)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:354)
at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116)
at java.lang.Thread.run(Unknown Source)
23:15:20 [INFO] [MrRaoul] disconnected with: §fException Connecting:RuntimeException : Server is online mode! @ net.md_5.bungee.ServerConnector:254
23:15:20 [INFO] [MrRaoul] <-> ServerConnector [Faction] has disconnected
23:15:20 [INFO] [MrRaoul] -> UpstreamBridge has disconnected
23:16:39 [INFO] [/178.135.39.53:24089] <-> InitialHandler has connected
23:16:45 [INFO] [MrRaoul] <-> InitialHandler has connected
23:16:46 [INFO] [MrRaoul] <-> ServerConnector [Faction] has connected
23:16:46 [SEVERE] [MrRaoul] <-> ServerConnector [Faction] - encountered exception
java.lang.RuntimeException: Server is online mode!
at net.md_5.bungee.ServerConnector.handle(ServerConnector.java:254)
at net.md_5.bungee.protocol.packet.EncryptionRequest.handle(EncryptionRequest.java:56)
at net.md_5.bungee.netty.HandlerBoss.channelRead(HandlerBoss.java:75)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333)
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319)
at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:163)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333)
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319)
at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:163)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333)
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319)
at io.netty.handler.timeout.ReadTimeoutHandler.channelRead(ReadTimeoutHandler.java:150)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333)
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319)
at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:787)
at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:130)
at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:511)
at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:468)
at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:382)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:354)
at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116)
at java.lang.Thread.run(Unknown Source)