Title: Server wont start due to "codechicken"
Version: 3.0.3/3.0.4
OS: Cintos OS
Java Version: 7
Description of Problem:
Server won't start because it says its already occupied by "Codechicken"
Error Messages:
Error Log:
[root@V-4995 clean]# java -Xmx3G -Xms2G -jar Tekkit.jar nogui
182 recipes
27 achievements
07:12:38 [iNFO] Starting minecraft server version 1.2.5
07:12:38 [iNFO] Attempting early MinecraftForge initialization
07:12:38 [iNFO] Completed early MinecraftForge initialization
07:12:38 [iNFO] Forge Mod Loader version 2.2.91.162 for Minecraft 1.2.5 loading
07:12:39 [iNFO] Loading mods from /root/Desktop/clean/mods
07:12:39 [iNFO] Directory weaponmod contained no mods
07:12:39 [iNFO] Forge Mod Loader has loaded 36 mods
07:12:39 [iNFO] MinecraftForge v3.3.8.152 Initialized
07:12:39 [iNFO] MinecraftForge v3.3.8.152 Initialized
07:12:39 [iNFO] [WeaponMod] Properties file read succesfully!
07:12:39 [WARNING] Configuration for mod_ComputerCraft.enableAPI_http found value 0 outside acceptable range 4.9E-324,1.7976931348623157E308
07:12:39 [iNFO] Loading ComputerCraft: To change block IDs, modify config/mod_ComputerCraft.cfg
07:12:39 [iNFO] ComputerCraft: computerBlockID 207
07:12:39 [iNFO] ComputerCraft: diskDriveBlockID 208
07:12:39 [iNFO] ComputerCraft: diskItemID 4000
07:12:39 [iNFO] CONFLICT @ -49 item slot already occupied by dan200.computer.shared.ItemComputer@28618ed4 while adding net.minecraft.server.ItemBlock@1ce81502
07:12:39 [iNFO] ComputerCraft: Searching for RedPowerLib...
07:12:39 [iNFO] ComputerCraft: RedPowerLib and methods located.
07:12:39 [iNFO] CONFLICT @ -48 item slot already occupied by dan200.computer.shared.ItemPeripheral@7ad8a715 while adding net.minecraft.server.ItemBlock@25c192b5
07:12:39 [iNFO] Initializing alchemy values for Equivalent Exchange..
07:12:39 [iNFO] NetherOres: loaded Macerator Recipes
07:12:39 [iNFO] Loading properties
07:12:39 [iNFO] Starting Minecraft server on *:25565
07:12:40 [iNFO] Loaded codechicken.wirelessredstone.core.CommandFreq
07:12:40 [iNFO] CONFLICT @ -15 item slot already occupied by net.minecraft.server.ItemBlock@307dea47 while adding codechicken.enderstorage.ItemEnderChest@1a9ff430
07:12:40 [iNFO] CONFLICT @ -204 item slot already occupied by net.minecraft.server.ItemWithAuxData@6b0ce311 while adding net.minecraft.server.ItemMobSpawner@1b0fa7ff
07:12:40 [iNFO] [iC2] Config loaded from /root/Desktop/clean/./config/IC2.cfg
07:12:40 [sEVERE] java.lang.IllegalArgumentException: Slot 241 is already occupied by codechicken.enderstorage.BlockEnderChest@41f66bc0 when adding ic2.common.BlockRubSapling@191c2c15
07:12:40 [sEVERE] at net.minecraft.server.Block.<init>(Block.java:181)
07:12:40 [sEVERE] at net.minecraft.server.BlockFlower.<init>(SourceFile:11)
07:12:40 [sEVERE] at net.minecraft.server.BlockFlower.<init>(SourceFile:19)
07:12:40 [sEVERE] at net.minecraft.server.BlockSapling.<init>(BlockSapling.java:18)
07:12:40 [sEVERE] at ic2.common.BlockRubSapling.<init>(BlockRubSapling.java:14)
07:12:40 [sEVERE] at net.minecraft.server.mod_IC2.load(mod_IC2.java:286)
07:12:40 [sEVERE] at cpw.mods.fml.common.modloader.ModLoaderModContainer.init(ModLoaderModContainer.java:351)
07:12:40 [sEVERE] at cpw.mods.fml.common.Loader.modInit(Loader.java:263)
07:12:40 [sEVERE] at cpw.mods.fml.common.Loader.initializeMods(Loader.java:618)
07:12:40 [sEVERE] at cpw.mods.fml.server.FMLBukkitHandler.onLoadComplete(FMLBukkitHandler.java:142)
07:12:40 [sEVERE] at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:176)
07:12:40 [sEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:438)
07:12:40 [sEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
07:12:40 [sEVERE] Unexpected exception
java.lang.IllegalArgumentException: Slot 241 is already occupied by codechicken.enderstorage.BlockEnderChest@41f66bc0 when adding ic2.common.BlockRubSapling@191c2c15
at net.minecraft.server.Block.<init>(Block.java:181)
at net.minecraft.server.BlockFlower.<init>(SourceFile:11)
at net.minecraft.server.BlockFlower.<init>(SourceFile:19)
at net.minecraft.server.BlockSapling.<init>(BlockSapling.java:18)
at ic2.common.BlockRubSapling.<init>(BlockRubSapling.java:14)
at net.minecraft.server.mod_IC2.load(mod_IC2.java:286)
at cpw.mods.fml.common.modloader.ModLoaderModContainer.init(ModLoaderModContainer.java:351)
at cpw.mods.fml.common.Loader.modInit(Loader.java:263)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:618)
at cpw.mods.fml.server.FMLBukkitHandler.onLoadComplete(FMLBukkitHandler.java:142)
at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:176)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:438)
at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)