Jump to content

Does anyone know how to fix this server crash?


Recommended Posts

I have been recently trying to create a Craftbukkit MC Port Central Tekkit Classic Minecraft Server on my computer and It was a success; no crashes, no console errors and etc. When I uploaded my server files to my ftp database and then ran my server, My server crashed. Would anyone know how to avoid this specified server crash in the future? Here is my console log:

11.08 05:46:07 [Multicraft] Received start command
11.08 05:46:07 [Multicraft] Loading server properties
11.08 05:46:07 [Multicraft] Starting server!
11.08 05:46:07 [Multicraft] Loaded config for "Default"
11.08 05:46:08 [Server] INFO 182 recipes
11.08 05:46:08 [Server] INFO 27 achievements
11.08 05:46:08 [Server] INFO Starting minecraft server version 1.2.5
11.08 05:46:08 [Server] INFO Attempting early MinecraftForge initialization
11.08 05:46:08 [Server] INFO Completed early MinecraftForge initialization
11.08 05:46:08 [Server] INFO Forge Mod Loader version 2.2.91.182 for Minecraft 1.2.5 loading
11.08 05:46:08 [Server] INFO Loading mods from /mods
11.08 05:46:08 [Server] INFO Directory weaponmod contained no mods
11.08 05:46:08 [Server] INFO Forge Mod Loader has loaded 38 mods
11.08 05:46:08 [Server] INFO MinecraftForge v3.3.8.152 Initialized
11.08 05:46:08 [Server] INFO MinecraftForge v3.3.8.152 Initialized
11.08 05:46:08 [Server] INFO Properties file read succesfully!
11.08 05:46:08 [Server] WARNING Configuration for mod_ComputerCraft.enableAPI_http found value 0 outside acceptable range 4.9E-324,1.7976931348623157E308
11.08 05:46:08 [Server] INFO Loading ComputerCraft: To change block IDs, modify config/mod_ComputerCraft.cfg
11.08 05:46:08 [Server] INFO ComputerCraft: computerBlockID 207
11.08 05:46:08 [Server] INFO ComputerCraft: diskDriveBlockID 208
11.08 05:46:08 [Server] INFO ComputerCraft: diskItemID 4000
11.08 05:46:08 [Server] INFO CONFLICT @ -49 item slot already occupied by dan200.computer.shared.ItemComputer@116863a9 while adding net.minecraft.server.ItemBlock@5c66f52c
11.08 05:46:09 [Multicraft] Skipped 120 lines due to rate limit (360/s)
11.08 05:46:09 [Server] INFO Loaded codechicken.wirelessredstone.core.CommandFreq
11.08 05:46:09 [Server] INFO CONFLICT @ -15 item slot already occupied by net.minecraft.server.ItemBlock@58e926a3 while adding codechicken.enderstorage.ItemEnderChest@32e7c4ef
11.08 05:46:09 [Server] INFO CONFLICT @ -204 item slot already occupied by net.minecraft.server.ItemWithAuxData@99a9406 while adding net.minecraft.server.ItemMobSpawner@36c1ad7
11.08 05:46:09 [Server] INFO Config loaded from /./config/IC2.cfg
11.08 05:46:09 [Server] SEVERE java.lang.IllegalArgumentException: Slot 241 is already occupied by codechicken.enderstorage.BlockEnderChest@597355e7 when adding ic2.common.BlockRubSapling@230cde92
11.08 05:46:09 [Server] SEVERE at net.minecraft.server.Block.<init>(Block.java:181)
11.08 05:46:09 [Server] SEVERE at net.minecraft.server.BlockFlower.<init>(SourceFile:11)
11.08 05:46:09 [Server] SEVERE at net.minecraft.server.BlockFlower.<init>(SourceFile:19)
11.08 05:46:09 [Server] SEVERE at net.minecraft.server.BlockSapling.<init>(BlockSapling.java:15)
11.08 05:46:09 [Server] SEVERE at ic2.common.BlockRubSapling.<init>(BlockRubSapling.java:14)
11.08 05:46:09 [Server] SEVERE at net.minecraft.server.mod_IC2.load(mod_IC2.java:289)
11.08 05:46:09 [Server] SEVERE at cpw.mods.fml.common.modloader.ModLoaderModContainer.init(ModLoaderModContainer.java:351)
11.08 05:46:09 [Server] SEVERE at cpw.mods.fml.common.Loader.modInit(Loader.java:263)
11.08 05:46:09 [Server] SEVERE at cpw.mods.fml.common.Loader.initializeMods(Loader.java:618)
11.08 05:46:09 [Server] SEVERE at cpw.mods.fml.server.FMLBukkitHandler.onLoadComplete(FMLBukkitHandler.java:142)
11.08 05:46:09 [Server] SEVERE at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:166)
11.08 05:46:09 [Server] SEVERE at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:428)
11.08 05:46:09 [Server] SEVERE at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
11.08 05:46:09 [Server] SEVERE Unexpected exception
11.08 05:46:09 [Server] INFO java.lang.IllegalArgumentException: Slot 241 is already occupied by codechicken.enderstorage.BlockEnderChest@597355e7 when adding ic2.common.BlockRubSapling@230cde92
11.08 05:46:09 [Server] INFO at net.minecraft.server.Block.<init>(Block.java:181)
11.08 05:46:09 [Server] INFO at net.minecraft.server.BlockFlower.<init>(SourceFile:11)
11.08 05:46:09 [Server] INFO at net.minecraft.server.BlockFlower.<init>(SourceFile:19)
11.08 05:46:09 [Server] INFO at net.minecraft.server.BlockSapling.<init>(BlockSapling.java:15)
11.08 05:46:09 [Server] INFO at ic2.common.BlockRubSapling.<init>(BlockRubSapling.java:14)
11.08 05:46:09 [Server] INFO at net.minecraft.server.mod_IC2.load(mod_IC2.java:289)
11.08 05:46:09 [Server] INFO at cpw.mods.fml.common.modloader.ModLoaderModContainer.init(ModLoaderModContainer.java:351)
11.08 05:46:09 [Server] INFO at cpw.mods.fml.common.Loader.modInit(Loader.java:263)
11.08 05:46:09 [Server] INFO at cpw.mods.fml.common.Loader.initializeMods(Loader.java:618)
11.08 05:46:09 [Server] INFO at cpw.mods.fml.server.FMLBukkitHandler.onLoadComplete(FMLBukkitHandler.java:142)
11.08 05:46:09 [Server] INFO at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:166)
11.08 05:46:09 [Server] INFO at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:428)
11.08 05:46:09 [Server] INFO at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
Edited by Kirbinator
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...