Configuration BungeeCord Crash

MrRaoul

Mineur des cavernes
31 Juillet 2015
57
1
28
22
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)
 
Salut,

Je ne vois aucune erreur laissant pense à un crash... Par contre:
encountered exception
java.lang.RuntimeException: Server is online mode!
Tes serveurs minecraft doivent autoriser les crack. C'est le bungeecord qui va vérifier que les personnes qui se connectent sont bien des versions officielles. N'oublie pas non plus d'activer l'ip-forward ;)


Cordialement,
Detobel36
 
Hey, est-ce que tu pourrais donner ton fichier de config Bungee? Je crois que ça vient de là...
 
Salut,

Hey, est-ce que tu pourrais donner ton fichier de config Bungee? Je crois que ça vient de là...
Je vois pas trop où tu vois ça....

Les seules erreurs/warnings c'est celle présente dans mon message (qui concerne la config bukkit/spigot) et celle-ci:
Code:
[WARNING] Forced host server pvp is not defined
Qui ne fait pas crash le serveur mais indique juste qu'une option dans la config n'est pas bien définie....


Cordialement,
Detobel36
 
Salut,


Je vois pas trop où tu vois ça....

Les seules erreurs/warnings c'est celle présente dans mon message (qui concerne la config bukkit/spigot) et celle-ci:
Code:
[WARNING] Forced host server pvp is not defined
Qui ne fait pas crash le serveur mais indique juste qu'une option dans la config n'est pas bien définie....


Cordialement,
Detobel36

C'est justement pour ça, s'il n'y a pas ça il manque peut-être d'autres choses.
 
Et sa?

00:02:59 [INFO] [/5.45.62.151:64394] <-> InitialHandler has connected
00:03:56 [INFO] [/5.45.62.151:64438] <-> InitialHandler has connected
00:04:19 [INFO] [/5.45.62.151:64480] <-> InitialHandler has connected
00:04:33 [INFO] [/5.45.62.151:64523] <-> InitialHandler has connected
00:05:25 [INFO] [MrRaoul] <-> ServerConnector [Survie] has connected
00:05:25 [INFO] [MrRaoul] <-> DownstreamBridge <-> [Faction] has disconnected
00:05:32 [INFO] §8[§4Alert§8]§f Fail
00:05:38 [INFO] [MrRaoul] <-> ServerConnector [Faction] has connected
00:05:38 [INFO] [MrRaoul] <-> DownstreamBridge <-> [Survie] has disconnected
00:06:01 [INFO] [/5.45.62.151:64575] <-> InitialHandler has connected
00:06:17 [INFO] [MrRaoul] -> UpstreamBridge has disconnected
00:06:18 [INFO] [MrRaoul] disconnected with: §f[Proxy] Lost connection to server.
00:06:18 [INFO] [MrRaoul] <-> DownstreamBridge <-> [Faction] has disconnected
00:06:18 [INFO] [/178.135.39.53:11501] <-> InitialHandler has connected
00:06:21 [INFO] [MrRaoul] <-> InitialHandler has connected
00:06:23 [INFO] [MrRaoul] <-> ServerConnector [Faction] has connected
00:06:24 [INFO] [/5.45.62.151:64622] <-> InitialHandler has connected
00:06:32 [INFO] [ErickaNorell] -> UpstreamBridge has disconnected
00:06:32 [INFO] [ErickaNorell] disconnected with: §f[Proxy] Lost connection to server.
00:06:32 [INFO] [ErickaNorell] <-> DownstreamBridge <-> [Faction] has disconnected
00:06:33 [INFO] [/50.100.120.34:59635] <-> InitialHandler has connected
00:06:58 [INFO] [/5.45.62.151:64664] <-> InitialHandler has connected
00:10:42 [INFO] [/5.45.62.151:64714] <-> InitialHandler has connected
00:10:50 [INFO] [/5.45.62.151:64757] <-> InitialHandler has connected
00:10:51 [INFO] [/5.45.62.151:64767] <-> InitialHandler has connected
00:11:19 [INFO] [/5.45.62.151:64841] <-> InitialHandler has connected
00:11:25 [INFO] [combatantxx] -> UpstreamBridge has disconnected
00:11:25 [INFO] [combatantxx] disconnected with: §f[Proxy] Lost connection to server.
00:11:25 [INFO] [combatantxx] <-> DownstreamBridge <-> [Faction] has disconnected
00:11:40 [INFO] [/5.45.62.151:64886] <-> InitialHandler has connected
00:15:32 [INFO] [/50.100.120.34:59648] <-> InitialHandler has connected
00:15:49 [INFO] [/50.100.120.34:59664] <-> InitialHandler has connected
00:15:50 [INFO] [ErickaNorell] <-> ServerConnector [Faction] has connected
00:17:37 [INFO] [/5.45.62.151:64945] <-> InitialHandler has connected
00:18:24 [INFO] [/5.45.62.151:64988] <-> InitialHandler has connected
00:19:00 [INFO] [/5.45.62.151:65033] <-> InitialHandler has connected
00:20:14 [INFO] [/5.45.62.151:65080] <-> InitialHandler has connected
00:20:26 [INFO] [/5.45.62.151:65122] <-> InitialHandler has connected
00:21:10 [INFO] [/5.45.62.151:65166] <-> InitialHandler has connected
00:21:14 [INFO] [/5.45.62.151:65188] <-> InitialHandler has connected
00:22:33 [INFO] [/5.45.62.151:65266] <-> InitialHandler has connected
00:23:11 [INFO] [/5.45.62.151:65307] <-> InitialHandler has connected
00:24:26 [INFO] [/5.45.62.151:65353] <-> InitialHandler has connected
00:27:56 [INFO] [/195.154.250.26:57389] <-> InitialHandler has connected
00:30:06 [INFO] [/5.45.62.151:65509] <-> InitialHandler has connected
00:31:03 [INFO] [MrRaoul] -> UpstreamBridge has disconnected
00:31:03 [INFO] [MrRaoul] disconnected with: §f[Proxy] Lost connection to server.
00:31:03 [INFO] [MrRaoul] <-> DownstreamBridge <-> [Faction] has disconnected
00:31:03 [INFO] [/178.135.39.53:12006] <-> InitialHandler has connected
00:36:26 [INFO] [/5.45.62.151:49185] <-> InitialHandler has connected
00:40:29 [INFO] [/5.45.62.151:49287] <-> InitialHandler has connected
00:44:02 [INFO] [/5.45.62.151:49347] <-> InitialHandler has connected
00:54:49 [INFO] [ErickaNorell] -> UpstreamBridge has disconnected
00:54:49 [INFO] [ErickaNorell] disconnected with: §f[Proxy] Lost connection to server.
00:54:49 [INFO] [ErickaNorell] <-> DownstreamBridge <-> [Faction] has disconnected
00:54:51 [INFO] [/50.100.120.34:59803] <-> InitialHandler has connected
00:57:59 [INFO] [/195.154.250.26:63337] <-> InitialHandler has connected
00:59:31 [WARNING] [therom200] -> UpstreamBridge - IOException: Connection reset by peer
00:59:31 [INFO] [therom200] disconnected with: §fIOException : Connection reset by peer @ sun.nio.ch.FileDispatcherImpl:-2
00:59:31 [INFO] [therom200] -> UpstreamBridge has disconnected
00:59:31 [INFO] [therom200] disconnected with: §f[Proxy] Lost connection to server.
00:59:31 [INFO] [therom200] <-> DownstreamBridge <-> [Faction] has disconnected
01:00:29 [INFO] [/5.45.62.151:49676] <-> InitialHandler has connected
01:01:10 [INFO] [/5.45.62.151:49796] <-> InitialHandler has connected
01:01:58 [INFO] [/85.203.106.31:57564] <-> InitialHandler has connected
01:03:33 [INFO] [/178.135.39.53:12657] <-> InitialHandler has connected
01:05:08 [INFO] [/85.203.106.31:57654] <-> InitialHandler has connected
01:05:10 [INFO] [therom200] <-> InitialHandler has connected
01:05:14 [INFO] [therom200] <-> ServerConnector [Faction] has connected
01:05:48 [INFO] [/5.45.62.151:50393] <-> InitialHandler has connected
01:05:57 [INFO] [/5.45.62.151:50440] <-> InitialHandler has connected
01:06:02 [INFO] [/50.100.120.34:59819] <-> InitialHandler has connected
01:08:16 [INFO] [/5.45.62.151:50530] <-> InitialHandler has connected
01:08:44 [INFO] [/5.45.62.151:50581] <-> InitialHandler has connected
01:08:46 [INFO] [/176.148.189.222:60366] <-> InitialHandler has connected
01:08:52 [INFO] [/176.148.189.222:60380] <-> InitialHandler has connected
01:08:54 [INFO] [MaxDu56YT] <-> ServerConnector [Faction] has connected
01:09:25 [INFO] [/5.45.62.151:50640] <-> InitialHandler has connected
01:11:30 [INFO] [MaxDu56YT] -> UpstreamBridge has disconnected
01:11:30 [INFO] [MaxDu56YT] disconnected with: §f[Proxy] Lost connection to server.
01:11:30 [INFO] [MaxDu56YT] <-> DownstreamBridge <-> [Faction] has disconnected
01:13:46 [INFO] [/5.45.62.151:50744] <-> InitialHandler has connected
01:28:03 [INFO] [/195.154.250.26:52779] <-> InitialHandler has connected
01:45:11 [INFO] [therom200] -> UpstreamBridge has disconnected
01:45:11 [INFO] [therom200] disconnected with: §f[Proxy] Lost connection to server.
01:45:11 [INFO] [therom200] <-> DownstreamBridge <-> [Faction] has disconnected
01:45:12 [INFO] [/85.203.106.31:57849] <-> InitialHandler has connected
01:45:19 [INFO] [/85.203.106.31:57855] <-> InitialHandler has connected
02:07:54 [INFO] [/195.154.250.26:58681] <-> InitialHandler has connected
02:37:34 [INFO] [/195.154.250.26:64443] <-> InitialHandler has connected
03:07:56 [INFO] [/195.154.250.26:53800] <-> InitialHandler has connected
03:37:30 [INFO] [/195.154.250.26:59559] <-> InitialHandler has connected
04:08:02 [INFO] [/195.154.250.26:49219] <-> InitialHandler has connected
04:37:41 [INFO] [/195.154.250.26:50596] <-> InitialHandler has connected
05:07:32 [INFO] [/195.154.250.26:56531] <-> InitialHandler has connected
05:37:38 [INFO] [/195.154.250.26:62323] <-> InitialHandler has connected
06:07:51 [INFO] [/195.154.250.26:51690] <-> InitialHandler has connected
06:37:32 [INFO] [/195.154.250.26:57522] <-> InitialHandler has connected
07:07:29 [INFO] [/195.154.250.26:63357] <-> InitialHandler has connected
07:37:35 [INFO] [/195.154.250.26:54109] <-> InitialHandler has connected
08:07:45 [INFO] [/195.154.250.26:61872] <-> InitialHandler has connected
08:37:50 [INFO] [/195.154.250.26:53391] <-> InitialHandler has connected
08:43:26 [INFO] [/212.28.232.2:35716] <-> InitialHandler has connected
08:43:39 [INFO] [/212.28.232.2:2426] <-> InitialHandler has connected
09:07:42 [INFO] [/195.154.250.26:54284] <-> InitialHandler has connected
09:37:40 [INFO] [/195.154.250.26:60046] <-> InitialHandler has connected
09:40:42 [INFO] [/109.20.81.192:49234] <-> InitialHandler has connected
09:40:45 [INFO] [burgerchizz] <-> ServerConnector [Faction] has connected
09:47:23 [INFO] [/178.135.154.106:13216] <-> InitialHandler has connected
09:47:56 [INFO] [burgerchizz] -> UpstreamBridge has disconnected
09:47:56 [INFO] [burgerchizz] disconnected with: §f[Proxy] Lost connection to server.
09:47:56 [INFO] [burgerchizz] <-> DownstreamBridge <-> [Faction] has disconnected
09:47:56 [INFO] [/109.20.81.192:49236] <-> InitialHandler has connected
10:05:46 [INFO] [/109.20.81.192:49281] <-> InitialHandler has connected
10:07:46 [INFO] [/195.154.250.26:49375] <-> InitialHandler has connected
10:37:44 [INFO] [/178.135.154.106:15272] <-> InitialHandler has connected
10:37:49 [INFO] [/178.135.154.106:15282] <-> InitialHandler has connected
10:37:52 [INFO] [combatantxx] <-> ServerConnector [Faction] has connected
10:37:54 [INFO] [/195.154.250.26:55319] <-> InitialHandler has connected
10:40:58 [WARNING] [combatantxx] -> UpstreamBridge - read timed out
10:40:58 [INFO] [combatantxx] disconnected with: §fReadTimeoutException : null
10:40:58 [INFO] [combatantxx] -> UpstreamBridge has disconnected
10:40:58 [INFO] [combatantxx] disconnected with: §f[Proxy] Lost connection to server.
10:40:58 [INFO] [combatantxx] <-> DownstreamBridge <-> [Faction] has disconnected
10:41:05 [INFO] [/85.203.106.31:58137] <-> InitialHandler has connected
10:43:10 [INFO] [/82.249.126.159:59926] <-> InitialHandler has connected
10:51:37 [INFO] [/109.20.81.192:49343] <-> InitialHandler has connected
10:51:39 [INFO] [burgerchizz] <-> ServerConnector [Faction] has connected
10:52:33 [INFO] [burgerchizz] -> UpstreamBridge has disconnected
10:52:33 [INFO] [burgerchizz] disconnected with: §f[Proxy] Lost connection to server.
10:52:33 [INFO] [burgerchizz] <-> DownstreamBridge <-> [Faction] has disconnected
10:52:34 [INFO] [/109.20.81.192:49347] <-> InitialHandler has connected
10:53:39 [INFO] [/109.20.81.192:49394] <-> InitialHandler has connected
10:55:42 [INFO] [/85.203.106.31:58405] <-> InitialHandler has connected
10:57:24 [INFO] [therom200] <-> InitialHandler has connected
10:57:25 [INFO] [/85.203.106.31:58433] <-> InitialHandler has connected
10:57:33 [INFO] [/85.203.106.31:58441] <-> InitialHandler has connected
10:57:43 [INFO] [/85.203.106.31:58450] <-> InitialHandler has connected
10:57:52 [INFO] [therom200] <-> ServerConnector [Faction] has connected
10:57:53 [INFO] [/85.203.106.31:58453] <-> InitialHandler has connected
10:57:59 [INFO] [/85.203.106.31:58456] <-> InitialHandler has connected
10:58:06 [INFO] [/85.203.106.31:58461] <-> InitialHandler has connected
10:58:43 [INFO] [therom200] disconnected with: §fYou're not allowed to spam commands!
10:58:43 [INFO] [therom200] <-> DownstreamBridge <-> [Faction] has disconnected
10:58:44 [INFO] [therom200] -> UpstreamBridge has disconnected
10:58:52 [INFO] [/85.203.106.31:58463] <-> InitialHandler has connected
10:59:17 [INFO] [therom200] <-> ServerConnector [Faction] has connected
10:59:17 [INFO] [therom200] disconnected with: §cKicked whilst connecting to Faction: §fYou are temporarily denied to join this server.
10:59:17 [INFO] [therom200] <-> ServerConnector [Faction] has disconnected
10:59:18 [INFO] [therom200] -> UpstreamBridge has disconnected

Alors quelle est la Solution pour que le Serveur ne crash plus? PS: Chaque matin je restart le BungeeCord manuellement...
@Detobel36 ? :D
 
Dernière édition:
@Detobel36 Derniere informations... :
----------------------------------------------------------------------
http://pastebin.com/Cxqt61Ws
----------------------------------------------------------------------
Derniers Logs avant le Redemarage
----------------------------------------------------------------------
Et sinon tu a un plugin qui permet de redemarer BungeeCord chaque X Temps? (PS: Pas JenoRestart)
 
Dernière édition: