Configuration [HELP]Impossible de lancer le serveur

Stalaktik

Bucheron
17 Décembre 2015
6
0
12
22
Salut !


En voulant faire un serveur que je veux héberger via ma connexion,(je fait la manip' du minecraft_server.jar)je rencontre un gros problème !
Je m'explique:


Je fait correctement la manipulation requise,je crée un dossier,je met le minecraft_server.jar dedans,je le lance,je remplace false par true dans le document texte "eula",je le relance,et une fois la fenêtre du minecraft_server.jar (en 1.8.1) ouverte,j'ai ça,et la fenêtre se ferme:

[21:45:32 INFO]: Starting minecraft server version 1.8.1
[21:45:32 WARN]: To start the server with more ram, launch it as "java -Xmx1024M -Xms1024M -jar minecraft_server.jar"
[21:45:32 INFO]: Loading properties
[21:45:32 ERROR]: Exception handling console input
java.io.IOException: Descripteur non valide
at java.io.FileInputStream.readBytes(Native Method) ~[?:1.7.0_60]
at java.io.FileInputStream.read(Unknown Source) ~[?:1.7.0_60]
at java.io.BufferedInputStream.read1(Unknown Source) ~[?:1.7.0_60]
at java.io.BufferedInputStream.read(Unknown Source) ~[?:1.7.0_60]
at sun.nio.cs.StreamDecoder.readBytes(Unknown Source) ~[?:1.7.0_60]
at sun.nio.cs.StreamDecoder.implRead(Unknown Source) ~[?:1.7.0_60]
at sun.nio.cs.StreamDecoder.read(Unknown Source) ~[?:1.7.0_60]
at java.io.InputStreamReader.read(Unknown Source) ~[?:1.7.0_60]
at java.io.BufferedReader.fill(Unknown Source) ~[?:1.7.0_60]
at java.io.BufferedReader.readLine(Unknown Source) ~[?:1.7.0_60]
at java.io.BufferedReader.readLine(Unknown Source) ~[?:1.7.0_60]
at pr.run(SourceFile:81) [minecraft_server.1.8.1.jar:?]
[21:45:32 INFO]: Default game type: SURVIVAL
[21:45:32 INFO]: Generating keypair
[21:45:33 INFO]: Starting Minecraft server on *:25565
[21:45:33 INFO]: Using default channel type

J'ai beau attendre,la fenêtre se ferme au bout d'une minute,si ce n'est un peu plus.

Ensuite,un dans le dossier se crée un dossier du nom de "crash-report" avec dedans un fichier texte avec d'écrit dedans:

---- Minecraft Crash Report ----
// Shall we play a game?

Time: 17/12/15 21:47
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 re.a(SourceFile:44)
at re.b(SourceFile:41)
at ur.c(SourceFile:10)
at rd.a(SourceFile:84)
at pp.i(SourceFile:150)
at net.minecraft.server.MinecraftServer.run(SourceFile:418)
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: Permission denied: connect
at sun.nio.ch.Net.connect0(Native Method)
at sun.nio.ch.Net.connect(Unknown Source)
at sun.nio.ch.Net.connect(Unknown Source)
at sun.nio.ch.SocketChannelImpl.connect(Unknown Source)
at java.nio.channels.SocketChannel.open(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.8.1
Operating System: Windows 7 (x86) version 6.1
Java Version: 1.7.0_60, Oracle Corporation
Java VM Version: Java HotSpot(TM) Client VM (mixed mode, sharing), Oracle Corporation
Memory: 42271176 bytes (40 MB) / 68870144 bytes (65 MB) up to 259522560 bytes (247 MB)
JVM Flags: 0 total;
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
Profiler Position: N/A (disabled)
Is Modded: Unknown (can't tell)
Type: Dedicated Server (map_server.txt)


Merci d'avance pour vos réponses.