Jump to content

-Blizzard-

Members
  • Posts

    17
  • Joined

  • Last visited

Everything posted by -Blizzard-

  1. Unzipping the downloaded zip from within the archive(from the command line) (winscp messed it up for me) fixed all of the stalling problems, and the errors are bypassed.
  2. This fixed mine as well. *sigh* It was as simple as typing "unzip Tekkit_server3.1.1.zip"
  3. Wait, I just checked, I'm actually on update 5. root@minecraft:~# java -version java version "1.7.0_05" Java SE Runtime Environment (build 1.7.0_05-b05) Java HotSpot 64-Bit Server VM (build 23.1-b03, mixed mode) root@minecraft:~#
  4. will openjdk be ok? I had some issues with it and netherores, so I had to go through a long process of doing oracle java.
  5. will openjdk be fine? updating oracle java on Debian is a *****
  6. yep, full control. got some secondhand servers from my dads company when they upgraded their data centers.
  7. Shall try typing the command directly.
  8. Sorry for the spam, but I would like this to get noticed. Im running the server on a debian squeeze machine. the terminal freezes up after the 241 id conflict error.
  9. J Running java 7U4 (oracle) on a Debian squeeze machine using the given launch.sh #!/bin/sh java -Xmx3G -Xms2G -jar Tekkit.jar nogui The terminal freezes up and the server does not start after the error.
  10. http://forums.technicpack.net/threads/tekkit-3-1-1-item-conflicts-not-allowing-server-to-start.16645/
  11. Bumping this post, as I am also experiencing this same error, I was forced to backdate to 3.0.4 until a public fix has been released.(On linux machines it prevents the server from starting.)
  12. Bumping this post, as I am also experiencing this same error, I was forced to backdate to 3.0.4 until a public fix has been released.(On linux machines it prevents the server from starting.)
  13. Bumping this post, as I am also experiencing this same error, I was forced to backdate to 3.0.4 until a public fix has been released.(On linux machines it prevents the server from starting.
  14. On linux machines, they cannot be ignored. The error prevents the server from starting. was forced to backdate to 3.0.4 until a public fix is released.
  15. Went back to 3.0.4 and removed wireless redstone, works fine, waiting until a fix is publicly released.
  16. I am getting similar errors, made a thread for it @ Here's the full 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"
  17. Title: Tekkit [3.1.1] Item conflicts not allowing server to start. Version: 3.0.3/3.0.4 OS: Debian linux, &quot;squeeze&quot; (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.&lt;init&gt;(Block.java:181) 11:04:52 [sEVERE] at net.minecraft.server.BlockFlower.&lt;init&gt;(SourceFile:11) 11:04:52 [sEVERE] at net.minecraft.server.BlockFlower.&lt;init&gt;(SourceFile:19) 11:04:52 [sEVERE] at net.minecraft.server.BlockSapling.&lt;init&gt;(BlockSapling.java:18) 11:04:52 [sEVERE] at ic2.common.BlockRubSapling.&lt;init&gt;(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.&lt;init&gt;(Block.java:181) at net.minecraft.server.BlockFlower.&lt;init&gt;(SourceFile:11) at net.minecraft.server.BlockFlower.&lt;init&gt;(SourceFile:19) at net.minecraft.server.BlockSapling.&lt;init&gt;(BlockSapling.java:18) at ic2.common.BlockRubSapling.&lt;init&gt;(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) &gt; #### After this, the terminal becomes unresponsive, and the server does not start. #### JAVA: oracle java 1.7_4 #### OS: debian linux, &quot;squeeze&quot;
×
×
  • Create New...