Title: Tekkit [3.1.1] Item conflicts not allowing server to start.
Version: 3.0.3/3.0.4
OS: Debian linux, "squeeze" (dont remember the specific release.)
Java Version: Oracle java 7, Update 4
Description of Problem:
Just updated my server to Tekkit 3.1.1, when launching I get two types of errors. I've seen a thread on a similar problem, but the answer was that it doesnt matter, and can be ignored. This is not the case, as it does not allow the server to start, and causes the terminal to freeze.
Error Messages:
Error1:
CONFLICT @ -15 item slot already occupied by net.minecraft.server.ItemBlock@1dc0fec while adding codechicken.enderstorage.ItemEnderChest@16994fe8
Error2:
Unexpected exception
java.lang.IllegalArgumentException: Slot 241 is already occupied by codechicken.enderstorage.BlockEnderChest@75371ddd when adding ic2.common.BlockRubSapling@7589d449
Error Log:
root@minecraft:/home/rex/minecraft/Tekkit# ./launch.sh
182 recipes
27 achievements
11:04:49 [iNFO] Starting minecraft server version 1.2.5
11:04:49 [iNFO] Attempting early MinecraftForge initialization
11:04:49 [iNFO] Completed early MinecraftForge initialization
11:04:49 [iNFO] Forge Mod Loader version 2.2.91.162 for Minecraft 1.2.5 loading
11:04:49 [iNFO] Loading mods from /home/rex/minecraft/Tekkit/mods
11:04:50 [iNFO] Directory weaponmod contained no mods
11:04:50 [iNFO] Forge Mod Loader has loaded 36 mods
11:04:50 [iNFO] MinecraftForge v3.3.8.152 Initialized
11:04:50 [iNFO] MinecraftForge v3.3.8.152 Initialized
11:04:50 [iNFO] [WeaponMod] Properties file read succesfully!
11:04:50 [WARNING] Configuration for mod_ComputerCraft.enableAPI_http found value 0 outside acceptable range 4.9E-324,1.7976931348623157E308
11:04:50 [iNFO] Loading ComputerCraft: To change block IDs, modify config/mod_ComputerCraft.cfg
11:04:50 [iNFO] ComputerCraft: computerBlockID 207
11:04:50 [iNFO] ComputerCraft: diskDriveBlockID 208
11:04:50 [iNFO] ComputerCraft: diskItemID 4000
11:04:50 [iNFO] CONFLICT @ -49 item slot already occupied by dan200.computer.shared.ItemComputer@7eb79ed4 while adding net.minecraft.server.ItemBlock@491cb14a
11:04:50 [iNFO] ComputerCraft: Searching for RedPowerLib...
11:04:50 [iNFO] ComputerCraft: RedPowerLib and methods located.
11:04:50 [iNFO] CONFLICT @ -48 item slot already occupied by dan200.computer.shared.ItemPeripheral@5ebd81bf while adding net.minecraft.server.ItemBlock@6b915330
11:04:50 [iNFO] Initializing alchemy values for Equivalent Exchange..
11:04:50 [iNFO] NetherOres: loaded Macerator Recipes
11:04:50 [iNFO] Loading properties
11:04:50 [iNFO] Starting Minecraft server on *:25565
11:04:52 [iNFO] Loaded codechicken.wirelessredstone.core.CommandFreq
11:04:52 [iNFO] CONFLICT @ -15 item slot already occupied by net.minecraft.server.ItemBlock@1dc0fec while adding codechicken.enderstorage.ItemEnderChest@16994fe8
11:04:52 [iNFO] CONFLICT @ -204 item slot already occupied by net.minecraft.server.ItemWithAuxData@533144f4 while adding net.minecraft.server.ItemMobSpawner@47a619d7
11:04:52 [iNFO] [iC2] Config loaded from /home/rex/minecraft/Tekkit/./config/IC2.cfg
11:04:52 [sEVERE] java.lang.IllegalArgumentException: Slot 241 is already occupied by codechicken.enderstorage.BlockEnderChest@75371ddd when adding ic2.common.BlockRubSapling@7589d449
11:04:52 [sEVERE] at net.minecraft.server.Block.<init>(Block.java:181)
11:04:52 [sEVERE] at net.minecraft.server.BlockFlower.<init>(SourceFile:11)
11:04:52 [sEVERE] at net.minecraft.server.BlockFlower.<init>(SourceFile:19)
11:04:52 [sEVERE] at net.minecraft.server.BlockSapling.<init>(BlockSapling.java:18)
11:04:52 [sEVERE] at ic2.common.BlockRubSapling.<init>(BlockRubSapling.java:14)
11:04:52 [sEVERE] at net.minecraft.server.mod_IC2.load(mod_IC2.java:286)
11:04:52 [sEVERE] at cpw.mods.fml.common.modloader.ModLoaderModContainer.init(ModLoaderModContainer.java:351)
11:04:52 [sEVERE] at cpw.mods.fml.common.Loader.modInit(Loader.java:263)
11:04:52 [sEVERE] at cpw.mods.fml.common.Loader.initializeMods(Loader.java:618)
11:04:52 [sEVERE] at cpw.mods.fml.server.FMLBukkitHandler.onLoadComplete(FMLBukkitHandler.java:142)
11:04:52 [sEVERE] at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:176)
11:04:52 [sEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:438)
11:04:52 [sEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
11:04:52 [sEVERE] Unexpected exception
java.lang.IllegalArgumentException: Slot 241 is already occupied by codechicken.enderstorage.BlockEnderChest@75371ddd when adding ic2.common.BlockRubSapling@7589d449
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)
>
#### After this, the terminal becomes unresponsive, and the server does not start.
#### JAVA: oracle java 1.7_4
#### OS: debian linux, "squeeze"
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Question
-Blizzard-
Title: Tekkit [3.1.1] Item conflicts not allowing server to start.
Version: 3.0.3/3.0.4
OS: Debian linux, "squeeze" (dont remember the specific release.)
Java Version: Oracle java 7, Update 4
Description of Problem:
Just updated my server to Tekkit 3.1.1, when launching I get two types of errors. I've seen a thread on a similar problem, but the answer was that it doesnt matter, and can be ignored. This is not the case, as it does not allow the server to start, and causes the terminal to freeze.
Error Messages:
Error1:
CONFLICT @ -15 item slot already occupied by net.minecraft.server.ItemBlock@1dc0fec while adding codechicken.enderstorage.ItemEnderChest@16994fe8
Error2:
Unexpected exception
java.lang.IllegalArgumentException: Slot 241 is already occupied by codechicken.enderstorage.BlockEnderChest@75371ddd when adding ic2.common.BlockRubSapling@7589d449
Error Log:
root@minecraft:/home/rex/minecraft/Tekkit# ./launch.sh 182 recipes 27 achievements 11:04:49 [iNFO] Starting minecraft server version 1.2.5 11:04:49 [iNFO] Attempting early MinecraftForge initialization 11:04:49 [iNFO] Completed early MinecraftForge initialization 11:04:49 [iNFO] Forge Mod Loader version 2.2.91.162 for Minecraft 1.2.5 loading 11:04:49 [iNFO] Loading mods from /home/rex/minecraft/Tekkit/mods 11:04:50 [iNFO] Directory weaponmod contained no mods 11:04:50 [iNFO] Forge Mod Loader has loaded 36 mods 11:04:50 [iNFO] MinecraftForge v3.3.8.152 Initialized 11:04:50 [iNFO] MinecraftForge v3.3.8.152 Initialized 11:04:50 [iNFO] [WeaponMod] Properties file read succesfully! 11:04:50 [WARNING] Configuration for mod_ComputerCraft.enableAPI_http found value 0 outside acceptable range 4.9E-324,1.7976931348623157E308 11:04:50 [iNFO] Loading ComputerCraft: To change block IDs, modify config/mod_ComputerCraft.cfg 11:04:50 [iNFO] ComputerCraft: computerBlockID 207 11:04:50 [iNFO] ComputerCraft: diskDriveBlockID 208 11:04:50 [iNFO] ComputerCraft: diskItemID 4000 11:04:50 [iNFO] CONFLICT @ -49 item slot already occupied by dan200.computer.shared.ItemComputer@7eb79ed4 while adding net.minecraft.server.ItemBlock@491cb14a 11:04:50 [iNFO] ComputerCraft: Searching for RedPowerLib... 11:04:50 [iNFO] ComputerCraft: RedPowerLib and methods located. 11:04:50 [iNFO] CONFLICT @ -48 item slot already occupied by dan200.computer.shared.ItemPeripheral@5ebd81bf while adding net.minecraft.server.ItemBlock@6b915330 11:04:50 [iNFO] Initializing alchemy values for Equivalent Exchange.. 11:04:50 [iNFO] NetherOres: loaded Macerator Recipes 11:04:50 [iNFO] Loading properties 11:04:50 [iNFO] Starting Minecraft server on *:25565 11:04:52 [iNFO] Loaded codechicken.wirelessredstone.core.CommandFreq 11:04:52 [iNFO] CONFLICT @ -15 item slot already occupied by net.minecraft.server.ItemBlock@1dc0fec while adding codechicken.enderstorage.ItemEnderChest@16994fe8 11:04:52 [iNFO] CONFLICT @ -204 item slot already occupied by net.minecraft.server.ItemWithAuxData@533144f4 while adding net.minecraft.server.ItemMobSpawner@47a619d7 11:04:52 [iNFO] [iC2] Config loaded from /home/rex/minecraft/Tekkit/./config/IC2.cfg 11:04:52 [sEVERE] java.lang.IllegalArgumentException: Slot 241 is already occupied by codechicken.enderstorage.BlockEnderChest@75371ddd when adding ic2.common.BlockRubSapling@7589d449 11:04:52 [sEVERE] at net.minecraft.server.Block.<init>(Block.java:181) 11:04:52 [sEVERE] at net.minecraft.server.BlockFlower.<init>(SourceFile:11) 11:04:52 [sEVERE] at net.minecraft.server.BlockFlower.<init>(SourceFile:19) 11:04:52 [sEVERE] at net.minecraft.server.BlockSapling.<init>(BlockSapling.java:18) 11:04:52 [sEVERE] at ic2.common.BlockRubSapling.<init>(BlockRubSapling.java:14) 11:04:52 [sEVERE] at net.minecraft.server.mod_IC2.load(mod_IC2.java:286) 11:04:52 [sEVERE] at cpw.mods.fml.common.modloader.ModLoaderModContainer.init(ModLoaderModContainer.java:351) 11:04:52 [sEVERE] at cpw.mods.fml.common.Loader.modInit(Loader.java:263) 11:04:52 [sEVERE] at cpw.mods.fml.common.Loader.initializeMods(Loader.java:618) 11:04:52 [sEVERE] at cpw.mods.fml.server.FMLBukkitHandler.onLoadComplete(FMLBukkitHandler.java:142) 11:04:52 [sEVERE] at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:176) 11:04:52 [sEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:438) 11:04:52 [sEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:492) 11:04:52 [sEVERE] Unexpected exception java.lang.IllegalArgumentException: Slot 241 is already occupied by codechicken.enderstorage.BlockEnderChest@75371ddd when adding ic2.common.BlockRubSapling@7589d449 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) > #### After this, the terminal becomes unresponsive, and the server does not start. #### JAVA: oracle java 1.7_4 #### OS: debian linux, "squeeze"8 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.