Jump to content

amloessb

Members
  • Posts

    4
  • Joined

  • Last visited

About amloessb

  • Birthday 05/10/1990

Profile Information

  • Gender
    Male
  • Location
    San Jose, CA, USA
  • Interests
    Freelance Minecraft server operator. Tekkit enthusiast, master of the configs. FTB also, but don't come running to me when Forestry starts acting up.
  • Minecraft In-Game Name
    amloessb

Contact Methods

  • Twitter
    @amloessb

amloessb's Achievements

Dirt

Dirt (1/9)

0

Reputation

  1. To check your java version, open a command window and type java -version Let us know what it spits out. If it's not build 1.7.0_05-b05 then grab the latest JRE here. You'll want the "Windows x86 Offline" version. Also, you should probably post in the Technic Launcher Bugs/Problems sub-forum instead of here, as this is for Technic Server bugs.
  2. Never mind, I fixed this myself. I was using WinSCP to send over the server files from my desktop, and something must have been going wrong with the permissions or something, because when I just send over the zip and extract it server-side, everything is peachy. Really weird errors for a file copy problem though...
  3. [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: ... 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 ...
×
×
  • Create New...