If you're having a similar problem, copy the zip over and extract it server-side instead of sending the contents of the zip.
Title: Tekkit Server Crashes on Clean Install
Version: 3.1.1
OS: Ubuntu 10.04 LTS x86
Java Version: build 1.7.0_05-b05
Description of Problem:
I was updating my Tekkit 3.0.4 server to 3.1.2, and it was having problems, so I decided to use a completely clean install to rule anything else out. Unfortunately, even that did not work. I got a few errors about item slots already being occupied, then Java threw an IllegalArgumentException. When I stopped the server, it further threw an IndexOutOfBoundsException. Relevant parts of the server logs appear below.
For the record, 3.0.4 was working fine previously.
Any help I could get with this would be greatly appreciated.
Things I have tried:
- clean install of Tekkit into a empty directory
- re-downloading the Tekkit .zip and re-installing
- updating Java
Results of java -version:
java version "1.7.0_05"
Java SE Runtime Environment (build 1.7.0_05-b05)
Java HotSpot Server VM (build 23.1-b03, mixed mode)
...
2012-07-31 17:56:57 [iNFO] Loading ComputerCraft: To change block IDs, modify config/mod_ComputerCraft.cfg
2012-07-31 17:56:57 [iNFO] ComputerCraft: computerBlockID 207
2012-07-31 17:56:57 [iNFO] ComputerCraft: diskDriveBlockID 208
2012-07-31 17:56:57 [iNFO] ComputerCraft: diskItemID 4000
2012-07-31 17:56:57 [iNFO] CONFLICT @ -49 item slot already occupied by dan200.computer.shared.ItemComputer@d1afb9 while adding net.minecraft.server.ItemBlock@67a769
2012-07-31 17:56:57 [iNFO] ComputerCraft: Searching for RedPowerLib...
2012-07-31 17:56:57 [iNFO] ComputerCraft: RedPowerLib and methods located.
2012-07-31 17:56:57 [iNFO] CONFLICT @ -48 item slot already occupied by dan200.computer.shared.ItemPeripheral@879541 while adding net.minecraft.server.ItemBlock@157f53d
...
2012-07-31 17:56:58 [FINER] Initializing mod_EE
2012-07-31 17:56:58 [FINER] Initializing mod_EnderStorage
2012-07-31 17:56:58 [iNFO] CONFLICT @ -15 item slot already occupied by net.minecraft.server.ItemBlock@a051f4 while adding codechicken.enderstorage.ItemEnderChest@1646e98
2012-07-31 17:56:58 [FINER] Initializing mod_NotEnoughItems
2012-07-31 17:56:58 [iNFO] CONFLICT @ -204 item slot already occupied by net.minecraft.server.ItemWithAuxData@12f1e1a while adding net.minecraft.server.ItemMobSpawner@616593
2012-07-31 17:56:58 [FINER] Initializing mod_BuildCraftEnergy
2012-07-31 17:56:58 [FINER] Initializing mod_BuildCraftCore
2012-07-31 17:56:58 [FINER] Initializing mod_IC2
2012-07-31 17:56:58 [iNFO] [iC2] Config loaded from /home/amloessb/Downloads/tekkit_test_server/./config/IC2.cfg
2012-07-31 17:56:58 [sEVERE] java.lang.IllegalArgumentException: Slot 241 is already occupied by codechicken.enderstorage.BlockEnderChest@e926a3 when adding ic2.common.BlockRubSapling@e7c4ef
2012-07-31 17:56:58 [sEVERE] at net.minecraft.server.Block.<init>(Block.java:181)
2012-07-31 17:56:58 [sEVERE] at net.minecraft.server.BlockFlower.<init>(SourceFile:11)
2012-07-31 17:56:58 [sEVERE] at net.minecraft.server.BlockFlower.<init>(SourceFile:19)
2012-07-31 17:56:58 [sEVERE] at net.minecraft.server.BlockSapling.<init>(BlockSapling.java:18)
2012-07-31 17:56:58 [sEVERE] at ic2.common.BlockRubSapling.<init>(BlockRubSapling.java:14)
2012-07-31 17:56:58 [sEVERE] at net.minecraft.server.mod_IC2.load(mod_IC2.java:289)
2012-07-31 17:56:58 [sEVERE] at cpw.mods.fml.common.modloader.ModLoaderModContainer.init(ModLoaderModContainer.java:351)
2012-07-31 17:56:58 [sEVERE] at cpw.mods.fml.common.Loader.modInit(Loader.java:263)
2012-07-31 17:56:58 [sEVERE] at cpw.mods.fml.common.Loader.initializeMods(Loader.java:618)
2012-07-31 17:56:58 [sEVERE] at cpw.mods.fml.server.FMLBukkitHandler.onLoadComplete(FMLBukkitHandler.java:142)
2012-07-31 17:56:58 [sEVERE] at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:176)
2012-07-31 17:56:58 [sEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:438)
2012-07-31 17:56:58 [sEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
2012-07-31 17:56:58 [sEVERE] Unexpected exception
java.lang.IllegalArgumentException: Slot 241 is already occupied by codechicken.enderstorage.BlockEnderChest@e926a3 when adding ic2.common.BlockRubSapling@e7c4ef
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:289)
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)
2012-07-31 17:58:15 [iNFO] Stopping server
2012-07-31 17:58:15 [sEVERE] java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
2012-07-31 17:58:15 [sEVERE] at java.util.ArrayList.rangeCheck(Unknown Source)
2012-07-31 17:58:15 [sEVERE] at java.util.ArrayList.get(Unknown Source)
2012-07-31 17:58:15 [sEVERE] at net.minecraft.server.MinecraftServer.stop(MinecraftServer.java:424)
2012-07-31 17:58:15 [sEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:497)
2012-07-31 17:58:15 [sEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
2012-07-31 17:58:15 [iNFO] Stopping server
2012-07-31 17:58:15 [sEVERE] Exception in thread "Thread-3"
2012-07-31 17:58:15 [sEVERE] java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
2012-07-31 17:58:15 [sEVERE] at java.util.ArrayList.rangeCheck(Unknown Source)
2012-07-31 17:58:15 [sEVERE] at java.util.ArrayList.get(Unknown Source)
From ForgeModLoader-0.log:
...
2012-07-31 17:56:57 [WARNING] Configuration for mod_ComputerCraft.enableAPI_http found value 0 outside acceptable range 4.9E-324,1.7976931348623157E308
...
Question
amloessb
[RESOLVED]
If you're having a similar problem, copy the zip over and extract it server-side instead of sending the contents of the zip.
Title: Tekkit Server Crashes on Clean Install
Version: 3.1.1
OS: Ubuntu 10.04 LTS x86
Java Version: build 1.7.0_05-b05
Description of Problem:
I was updating my Tekkit 3.0.4 server to 3.1.2, and it was having problems, so I decided to use a completely clean install to rule anything else out. Unfortunately, even that did not work. I got a few errors about item slots already being occupied, then Java threw an IllegalArgumentException. When I stopped the server, it further threw an IndexOutOfBoundsException. Relevant parts of the server logs appear below.
For the record, 3.0.4 was working fine previously.
Any help I could get with this would be greatly appreciated.
Things I have tried:
- clean install of Tekkit into a empty directory
- re-downloading the Tekkit .zip and re-installing
- updating Java
Results of java -version:
java version "1.7.0_05"
Java SE Runtime Environment (build 1.7.0_05-b05)
Java HotSpot Server VM (build 23.1-b03, mixed mode)
Contents of launcher.sh:
#!/bin/sh
java -Xmx1536M -Xms512M -jar Tekkit.jar nogui
Full logs:
server.log: http://pastebin.com/fGKPgZJP
ForgeModLoader-0.log: http://pastebin.com/ZvskT52J
server.properties: http://pastebin.com/ajCzTGXf
Error Logs:
From server.log:
1 answer to this question
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now