Imposible de lancer le server

loic11

Bucheron
8 Octobre 2016
4
0
11
26
Bonjour j'ai un serveur bukkit et il ne se lance pas voici les log

[14:07:34] [Server thread/INFO]: Starting minecraft server version 1.10.2
[14:07:34] [Server thread/INFO]: Loading properties
[14:07:34] [Server thread/INFO]: Default game type: SURVIVAL
[14:07:34] [Server thread/INFO]: Generating keypair
[14:07:34] [Server thread/INFO]: Starting Minecraft server on *:25565
[14:07:34] [Server thread/INFO]: Using default channel type
[14:07:35] [Server thread/ERROR]: Encountered an unexpected exception
java.lang.IllegalStateException: failed to create a child event loop
at io.netty.util.concurrent.MultithreadEventExecutorGroup.<init>(MultithreadEventExecutorGroup.java:68) ~[craftbukkit1.jar:git-Bukkit-0ebb9c7]
at io.netty.channel.MultithreadEventLoopGroup.<init>(MultithreadEventLoopGroup.java:49) ~[craftbukkit1.jar:git-Bukkit-0ebb9c7]
at io.netty.channel.nio.NioEventLoopGroup.<init>(NioEventLoopGroup.java:61) ~[craftbukkit1.jar:git-Bukkit-0ebb9c7]
at io.netty.channel.nio.NioEventLoopGroup.<init>(NioEventLoopGroup.java:52) ~[craftbukkit1.jar:git-Bukkit-0ebb9c7]
at net.minecraft.server.v1_10_R1.ServerConnection$1.a(SourceFile:61) ~[craftbukkit1.jar:git-Bukkit-0ebb9c7]
at net.minecraft.server.v1_10_R1.ServerConnection$1.init(SourceFile:58) ~[craftbukkit1.jar:git-Bukkit-0ebb9c7]
at net.minecraft.server.v1_10_R1.LazyInitVar.c(SourceFile:10) ~[craftbukkit1.jar:git-Bukkit-0ebb9c7]
at net.minecraft.server.v1_10_R1.ServerConnection.a(SourceFile:101) ~[craftbukkit1.jar:git-Bukkit-0ebb9c7]
at net.minecraft.server.v1_10_R1.DedicatedServer.init(DedicatedServer.java:175) ~[craftbukkit1.jar:git-Bukkit-0ebb9c7]
at net.minecraft.server.v1_10_R1.MinecraftServer.run(MinecraftServer.java:517) [craftbukkit1.jar:git-Bukkit-0ebb9c7]
at java.lang.Thread.run(Unknown Source) [?:1.8.0_101]
Caused by: io.netty.channel.ChannelException: failed to open a new selector
at io.netty.channel.nio.NioEventLoop.openSelector(NioEventLoop.java:128) ~[craftbukkit1.jar:git-Bukkit-0ebb9c7]
at io.netty.channel.nio.NioEventLoop.<init>(NioEventLoop.java:120) ~[craftbukkit1.jar:git-Bukkit-0ebb9c7]
at io.netty.channel.nio.NioEventLoopGroup.newChild(NioEventLoopGroup.java:87) ~[craftbukkit1.jar:git-Bukkit-0ebb9c7]
at io.netty.util.concurrent.MultithreadEventExecutorGroup.<init>(MultithreadEventExecutorGroup.java:64) ~[craftbukkit1.jar:git-Bukkit-0ebb9c7]
... 10 more
Caused by: java.io.IOException: Unable to establish loopback connection
at sun.nio.ch.PipeImpl$Initializer.run(Unknown Source) ~[?:1.8.0_101]
at sun.nio.ch.PipeImpl$Initializer.run(Unknown Source) ~[?:1.8.0_101]
at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_101]
at sun.nio.ch.PipeImpl.<init>(Unknown Source) ~[?:1.8.0_101]
at sun.nio.ch.SelectorProviderImpl.openPipe(Unknown Source) ~[?:1.8.0_101]
at java.nio.channels.Pipe.open(Unknown Source) ~[?:1.8.0_101]
at sun.nio.ch.WindowsSelectorImpl.<init>(Unknown Source) ~[?:1.8.0_101]
at sun.nio.ch.WindowsSelectorProvider.openSelector(Unknown Source) ~[?:1.8.0_101]
at io.netty.channel.nio.NioEventLoop.openSelector(NioEventLoop.java:126) ~[craftbukkit1.jar:git-Bukkit-0ebb9c7]
at io.netty.channel.nio.NioEventLoop.<init>(NioEventLoop.java:120) ~[craftbukkit1.jar:git-Bukkit-0ebb9c7]
at io.netty.channel.nio.NioEventLoopGroup.newChild(NioEventLoopGroup.java:87) ~[craftbukkit1.jar:git-Bukkit-0ebb9c7]
at io.netty.util.concurrent.MultithreadEventExecutorGroup.<init>(MultithreadEventExecutorGroup.java:64) ~[craftbukkit1.jar:git-Bukkit-0ebb9c7]
... 10 more
Caused by: java.net.SocketException: No buffer space available (maximum connections reached?): bind
at sun.nio.ch.Net.bind0(Native Method) ~[?:1.8.0_101]
at sun.nio.ch.Net.bind(Unknown Source) ~[?:1.8.0_101]
at sun.nio.ch.Net.bind(Unknown Source) ~[?:1.8.0_101]
at sun.nio.ch.ServerSocketChannelImpl.bind(Unknown Source) ~[?:1.8.0_101]
at sun.nio.ch.ServerSocketAdaptor.bind(Unknown Source) ~[?:1.8.0_101]
at sun.nio.ch.ServerSocketAdaptor.bind(Unknown Source) ~[?:1.8.0_101]
at sun.nio.ch.PipeImpl$Initializer$LoopbackConnector.run(Unknown Source) ~[?:1.8.0_101]
at sun.nio.ch.PipeImpl$Initializer.run(Unknown Source) ~[?:1.8.0_101]
at sun.nio.ch.PipeImpl$Initializer.run(Unknown Source) ~[?:1.8.0_101]
at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_101]
at sun.nio.ch.PipeImpl.<init>(Unknown Source) ~[?:1.8.0_101]
at sun.nio.ch.SelectorProviderImpl.openPipe(Unknown Source) ~[?:1.8.0_101]
at java.nio.channels.Pipe.open(Unknown Source) ~[?:1.8.0_101]
at sun.nio.ch.WindowsSelectorImpl.<init>(Unknown Source) ~[?:1.8.0_101]
at sun.nio.ch.WindowsSelectorProvider.openSelector(Unknown Source) ~[?:1.8.0_101]
at io.netty.channel.nio.NioEventLoop.openSelector(NioEventLoop.java:126) ~[craftbukkit1.jar:git-Bukkit-0ebb9c7]
at io.netty.channel.nio.NioEventLoop.<init>(NioEventLoop.java:120) ~[craftbukkit1.jar:git-Bukkit-0ebb9c7]
at io.netty.channel.nio.NioEventLoopGroup.newChild(NioEventLoopGroup.java:87) ~[craftbukkit1.jar:git-Bukkit-0ebb9c7]
at io.netty.util.concurrent.MultithreadEventExecutorGroup.<init>(MultithreadEventExecutorGroup.java:64) ~[craftbukkit1.jar:git-Bukkit-0ebb9c7]
... 10 more
[14:07:35] [Server thread/ERROR]: This crash report has been saved to: C:\server all\MINECRAFT\Test\.\crash-reports\crash-2016-10-08_14.07.35-server.txt
[14:07:35] [Server thread/INFO]: Stopping server

et le crash report

---- Minecraft Crash Report ----
// Hi. I'm Minecraft, and I'm a crashaholic.

Time: 08/10/16 14:07
Description: Exception in server tick loop

java.lang.IllegalStateException: failed to create a child event loop
at io.netty.util.concurrent.MultithreadEventExecutorGroup.<init>(MultithreadEventExecutorGroup.java:68)
at io.netty.channel.MultithreadEventLoopGroup.<init>(MultithreadEventLoopGroup.java:49)
at io.netty.channel.nio.NioEventLoopGroup.<init>(NioEventLoopGroup.java:61)
at io.netty.channel.nio.NioEventLoopGroup.<init>(NioEventLoopGroup.java:52)
at net.minecraft.server.v1_10_R1.ServerConnection$1.a(SourceFile:61)
at net.minecraft.server.v1_10_R1.ServerConnection$1.init(SourceFile:58)
at net.minecraft.server.v1_10_R1.LazyInitVar.c(SourceFile:10)
at net.minecraft.server.v1_10_R1.ServerConnection.a(SourceFile:101)
at net.minecraft.server.v1_10_R1.DedicatedServer.init(DedicatedServer.java:175)
at net.minecraft.server.v1_10_R1.MinecraftServer.run(MinecraftServer.java:517)
at java.lang.Thread.run(Unknown Source)
Caused by: io.netty.channel.ChannelException: failed to open a new selector
at io.netty.channel.nio.NioEventLoop.openSelector(NioEventLoop.java:128)
at io.netty.channel.nio.NioEventLoop.<init>(NioEventLoop.java:120)
at io.netty.channel.nio.NioEventLoopGroup.newChild(NioEventLoopGroup.java:87)
at io.netty.util.concurrent.MultithreadEventExecutorGroup.<init>(MultithreadEventExecutorGroup.java:64)
... 10 more
Caused by: java.io.IOException: Unable to establish loopback connection
at sun.nio.ch.PipeImpl$Initializer.run(Unknown Source)
at sun.nio.ch.PipeImpl$Initializer.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at sun.nio.ch.PipeImpl.<init>(Unknown Source)
at sun.nio.ch.SelectorProviderImpl.openPipe(Unknown Source)
at java.nio.channels.Pipe.open(Unknown Source)
at sun.nio.ch.WindowsSelectorImpl.<init>(Unknown Source)
at sun.nio.ch.WindowsSelectorProvider.openSelector(Unknown Source)
at io.netty.channel.nio.NioEventLoop.openSelector(NioEventLoop.java:126)
... 13 more
Caused by: java.net.SocketException: No buffer space available (maximum connections reached?): bind
at sun.nio.ch.Net.bind0(Native Method)
at sun.nio.ch.Net.bind(Unknown Source)
at sun.nio.ch.Net.bind(Unknown Source)
at sun.nio.ch.ServerSocketChannelImpl.bind(Unknown Source)
at sun.nio.ch.ServerSocketAdaptor.bind(Unknown Source)
at sun.nio.ch.ServerSocketAdaptor.bind(Unknown Source)
at sun.nio.ch.PipeImpl$Initializer$LoopbackConnector.run(Unknown Source)
... 22 more


A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------

-- System Details --
Details:
Minecraft Version: 1.10.2
Operating System: Windows Server 2012 (amd64) version 6.2
Java Version: 1.8.0_101, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 257494616 bytes (245 MB) / 285212672 bytes (272 MB) up to 1908932608 bytes (1820 MB)
JVM Flags: 1 total; -Xmx2048M
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
CraftBukkit Information:
Running:
Failed to handle CraftCrashReport:
java.lang.NullPointerException
at org.bukkit.Bukkit.getName(Bukkit.java:91)
at org.bukkit.craftbukkit.v1_10_R1.CraftCrashReport.call(CraftCrashReport.java:21)
at net.minecraft.server.v1_10_R1.CrashReportSystemDetails.a(SourceFile:78)
at net.minecraft.server.v1_10_R1.CrashReport.h(CrashReport.java:126)
at net.minecraft.server.v1_10_R1.CrashReport.<init>(CrashReport.java:33)
at net.minecraft.server.v1_10_R1.MinecraftServer.run(MinecraftServer.java:567)
at java.lang.Thread.run(Unknown Source)

Profiler Position: N/A (disabled)
Is Modded: ~~ERROR~~ NullPointerException: null
Type: Dedicated Server (map_server.txt)

Auriez vous une solution ?
merci de m'avoir lu
 
Dernière édition:

wow0

Architecte en herbe
19 Octobre 2015
700
54
147
Essais de changer le port par un autre mais je suis pas sur que sa marche
 

Willback

Bucheron
29 Septembre 2016
30
0
17
26
Un conseil passe ton serveur sous spigot car bukkit a stopper sont développement et c'est spigot qui a prix le dessus donc pratiquement tous les plugin sont plus adapter a spigot même si il reste utilisable sur bukkit et vois si c'est pas ta config bukkit qui empêche le lancement du serveur
 

wow0

Architecte en herbe
19 Octobre 2015
700
54
147
Oui c'est beaucoup de mieu de passer a spigot les apis sont plus completes et le serveur est plus opti mais CraftBukkit est encore update par l'équipe de spigot il me semble
 

Willback

Bucheron
29 Septembre 2016
30
0
17
26
Oui mais les mise a jours sont plus poussé un derrière spigot y'a vraiment plus de monde apte a aider les gens il y a un plus grosse communauté :)
 

loic11

Bucheron
8 Octobre 2016
4
0
11
26
J'ai changer de port fonctionne toujours pas et j'ai replacer bukkit par spigot fonctionne toujours pas
 

Alex Fatta

Commandant de la Flotte et de la Horde
13 Août 2014
1 391
1
191
187
Alors perso j'ai identifié 2 eventuels soucis. Soit la RAM que tu lui a alloué (peut tu envoyer le contenu de ton fichier de démarrage en .bat ?) Et le second souci un eventuel souci de connexion. Je sais pas ce que tu veux faire comme serveur, mais de base pour un serveur lambda sans proxy etc... tu met pas de ports dans les configs. Tient nous au courant.

AlexFatta