Configuration Crach serveur minecraft Thermos au démarrage

Baltos

Aventurier
11 Mars 2018
4
0
2
24
Bonjour, j'ai un probème, mon serveur Thermos 1.7.10 crach au démarage, je suis sous debian (linux)

Voici les logs :

Code:
[08:15:18] [main/INFO]: Loading tweak class name cpw.mods.fml.common.launcher.FMLServerTweaker
[08:15:18] [main/INFO]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLServerTweaker
[08:15:18] [main/INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLServerTweaker
[08:15:18] [main/INFO]: Forge Mod Loader version 7.99.4.1614 for Minecraft 1.7.10 loading
[08:15:20] [main/INFO]: Java is OpenJDK 64-Bit Server VM, version 1.7.0_151, running on Linux:amd64:3.16.0, installed at /usr/lib/jvm/java-7-openjdk-amd64/jre
[08:15:20] [main/INFO]: [pw.prok.imagine.ImagineLoadingPlugin:<clinit>:26]: Loading plugin initialized!
[08:15:20] [main/INFO]: Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[08:15:20] [main/INFO]: Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker
[08:15:20] [main/INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[08:15:20] [main/INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[08:15:20] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[08:15:25] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[08:15:25] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[08:15:28] [main/INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLDeobfTweaker
[08:15:33] [main/INFO]: Loading tweak class name cpw.mods.fml.common.launcher.TerminalTweaker
[08:15:33] [main/INFO]: Calling tweak class cpw.mods.fml.common.launcher.TerminalTweaker
[08:15:36] [main/INFO]: Launching wrapped minecraft {net.minecraft.server.MinecraftServer}
[08:15:53] [Server thread/INFO]: Starting minecraft server version 1.7.10
[08:15:53] [Server thread/INFO]: Attempting early MinecraftForge initialization
[08:15:53] [Server thread/INFO]: MinecraftForge v10.13.4.1614 Initialized
[08:15:53] [Server thread/INFO]: Replaced 184 ore recipies
[08:15:54] [Server thread/INFO]: Completed early MinecraftForge initialization
[08:15:54] [Server thread/INFO]: Found 0 mods from the command line. Injecting into mod discoverer
[08:15:54] [Server thread/INFO]: Searching /home/balto/serveur-faction/mods for mods
[08:15:59] [Server thread/INFO]: Forge Mod Loader has identified 4 mods to load
[08:15:59] [Server thread/INFO]: Attempting connection with missing mods [mcp, FML, Forge, kimagine] at CLIENT
[08:15:59] [Server thread/INFO]: Attempting connection with missing mods [mcp, FML, Forge, kimagine] at SERVER
[08:16:00] [Server thread/INFO]: Processing ObjectHolder annotations
[08:16:00] [Server thread/INFO]: Found 341 ObjectHolder annotations
[08:16:00] [Server thread/INFO]: Identifying ItemStackHolder annotations
[08:16:00] [Server thread/INFO]: Found 0 ItemStackHolder annotations
[08:16:00] [Server thread/INFO]: Configured a dormant chunk cache size of 0
[08:16:00] [Server thread/INFO]: Applying holder lookups
[08:16:00] [Server thread/INFO]: Holder lookups applied
[08:16:00] [Server thread/INFO]: Injecting itemstacks
[08:16:00] [Server thread/INFO]: Itemstack injection complete
[08:16:00] [Server thread/INFO]: Loading properties
[08:16:00] [Server thread/INFO]: Default game type: SURVIVAL
[08:16:01] [Server thread/INFO]: This server is running Cauldron version 1.7.10-1614.58 (MC: 1.7.10) (Implementing API version 1.7.10-R0.1-SNAPSHOT)
[08:16:02] [Server thread/INFO]: Server Ping Player Sample Count: 12
[08:16:02] [Server thread/INFO]: Using 2 threads for Netty based IO
[08:16:02] [Server thread/INFO]: Generating keypair
[08:16:03] [Server thread/INFO]: Starting Minecraft server on *:25565
[08:16:03] [Server thread/INFO]: Injecting itemstacks
[08:16:03] [Server thread/INFO]: Itemstack injection complete
[08:16:03] [Server thread/INFO]: Forge Mod Loader has successfully loaded 4 mods
[08:16:03] [Server thread/INFO]: Preparing level "world"
[08:16:03] [Server thread/INFO]: Registered command debug with permission node vanilla.command.debug
[08:16:03] [Server thread/INFO]: Registered command spreadplayers with permission node vanilla.command.spreadplayers
[08:16:03] [Server thread/INFO]: Registered command playsound with permission node vanilla.command.playsound
[08:16:03] [Server thread/INFO]: Registered command scoreboard with permission node vanilla.command.scoreboard
[08:16:03] [Server thread/INFO]: Registered command achievement with permission node vanilla.command.achievement
[08:16:03] [Server thread/INFO]: Registered command summon with permission node vanilla.command.summon
[08:16:03] [Server thread/INFO]: Registered command setblock with permission node vanilla.command.setblock
[08:16:03] [Server thread/INFO]: Registered command testforblock with permission node vanilla.command.testforblock
[08:16:03] [Server thread/INFO]: Registered command tellraw with permission node vanilla.command.tellraw
[08:16:03] [Server thread/INFO]: Registered command netstat with permission node vanilla.command.netstat
[08:16:05] [Server thread/ERROR]: Encountered an unexpected exception
java.lang.NoClassDefFoundError: com/koloboke/collect/map/LongObjMap
   at net.minecraft.world.gen.ChunkProviderServer.<init>(ChunkProviderServer.java:99) ~[ms.class:?]
   at net.minecraft.world.WorldServer.func_72970_h(WorldServer.java:905) ~[mt.class:?]
   at net.minecraft.world.World.<init>(World.java:453) ~[ahb.class:?]
   at net.minecraft.world.WorldServer.<init>(WorldServer.java:162) ~[mt.class:?]
   at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:375) ~[MinecraftServer.class:?]
   at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:337) ~[lt.class:?]
   at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:643) [MinecraftServer.class:?]
   at java.lang.Thread.run(Thread.java:748) [?:1.7.0_151]
Caused by: java.lang.ClassNotFoundException: com.koloboke.collect.map.LongObjMap
   at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191) ~[launchwrapper-1.12.jar:?]
   at java.lang.ClassLoader.loadClass(ClassLoader.java:425) ~[?:1.7.0_151]
   at java.lang.ClassLoader.loadClass(ClassLoader.java:358) ~[?:1.7.0_151]
   ... 8 more
Caused by: java.lang.NullPointerException
[08:16:05] [Server thread/ERROR]:    Cause of unexpected exception was
java.lang.ClassNotFoundException: com.koloboke.collect.map.LongObjMap
   at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191) ~[launchwrapper-1.12.jar:?]
   at java.lang.ClassLoader.loadClass(ClassLoader.java:425) ~[?:1.7.0_151]
   at java.lang.ClassLoader.loadClass(ClassLoader.java:358) ~[?:1.7.0_151]
   at net.minecraft.world.gen.ChunkProviderServer.<init>(ChunkProviderServer.java:99) ~[ms.class:?]
   at net.minecraft.world.WorldServer.func_72970_h(WorldServer.java:905) ~[mt.class:?]
   at net.minecraft.world.World.<init>(World.java:453) ~[ahb.class:?]
   at net.minecraft.world.WorldServer.<init>(WorldServer.java:162) ~[mt.class:?]
   at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:375) ~[MinecraftServer.class:?]
   at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:337) ~[lt.class:?]
   at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:643) [MinecraftServer.class:?]
   at java.lang.Thread.run(Thread.java:748) [?:1.7.0_151]
Caused by: java.lang.NullPointerException
[08:16:05] [Server thread/ERROR]: This crash report has been saved to: /home/balto/serveur-faction/./crash-reports/crash-2018-03-17_08.16.05-server.txt
[08:16:05] [Server thread/INFO]: Applying holder lookups
[08:16:05] [Server thread/INFO]: Holder lookups applied
[08:16:05] [Server thread/INFO]: The state engine was in incorrect state SERVER_STARTING and forced into state SERVER_STOPPED. Errors may have been discarded.


Voici le start.sh :
screen -S serveurspongesponge java -jar Thermos-1.7.10-1614-58-server.jar nogui
 
Dernière édition par un modérateur: