henrik1185 Posted July 28, 2012 Posted July 28, 2012 Title: when starting server on Ubuntu 12.04 and i can not connect Version: 3.1.1 OS: Ubuntu 12.04 Java Version: 1.7.0_05 Description of Problem: not starting Error Messages: 27 achievements 22:33:30 [iNFO] Starting minecraft server version 1.2.5 22:33:30 [iNFO] Attempting early MinecraftForge initialization 22:33:30 [iNFO] Completed early MinecraftForge initialization 22:33:30 [iNFO] Forge Mod Loader version 2.2.91.162 for Minecraft 1.2.5 loading 22:33:30 [iNFO] Loading mods from /home/server/tekkit/mods 22:33:30 [iNFO] Directory weaponmod contained no mods 22:33:30 [iNFO] Forge Mod Loader has loaded 36 mods 22:33:30 [iNFO] MinecraftForge v3.3.8.152 Initialized 22:33:30 [iNFO] MinecraftForge v3.3.8.152 Initialized 22:33:30 [iNFO] [WeaponMod] Properties file read succesfully! 22:33:30 [WARNING] Configuration for mod_ComputerCraft.enableAPI_http found value 0 outside acceptable range 4.9E-324,1.7976931348623157E308 22:33:30 [iNFO] Loading ComputerCraft: To change block IDs, modify config/mod_ComputerCraft.cfg 22:33:30 [iNFO] ComputerCraft: computerBlockID 207 22:33:30 [iNFO] ComputerCraft: diskDriveBlockID 208 22:33:30 [iNFO] ComputerCraft: diskItemID 4000 22:33:30 [iNFO] CONFLICT @ -49 item slot already occupied by dan200.computer.shared.ItemComputer@618ed4 while adding net.minecraft.server.ItemBlock@e81502 22:33:30 [iNFO] ComputerCraft: Searching for RedPowerLib... 22:33:30 [iNFO] ComputerCraft: RedPowerLib and methods located. 22:33:30 [iNFO] CONFLICT @ -48 item slot already occupied by dan200.computer.shared.ItemPeripheral@d8a715 while adding net.minecraft.server.ItemBlock@1c192b5 22:33:31 [iNFO] Initializing alchemy values for Equivalent Exchange.. 22:33:31 [iNFO] NetherOres: loaded Macerator Recipes 22:33:31 [iNFO] Loading properties 22:33:31 [iNFO] Starting Minecraft server on *:25565 22:33:32 [iNFO] Loaded codechicken.wirelessredstone.core.CommandFreq 22:33:32 [iNFO] CONFLICT @ -15 item slot already occupied by net.minecraft.server.ItemBlock@1d6733c while adding codechicken.enderstorage.ItemEnderChest@27a180 22:33:32 [iNFO] CONFLICT @ -204 item slot already occupied by net.minecraft.server.ItemWithAuxData@25e2ab while adding net.minecraft.server.ItemMobSpawner@1446c87 22:33:32 [iNFO] [iC2] Config loaded from /home/server/tekkit/./config/IC2.cfg 22:33:32 [iNFO] CONFLICT @ -37 item slot already occupied by ic2.platform.ItemBlockCommon@106ff81 while adding net.minecraft.server.ItemBlock@70ab33 22:33:32 [iNFO] CONFLICT @ -30 item slot already occupied by ic2.platform.ItemBlockCommon@f7d8e3 while adding net.minecraft.server.ItemBlock@1c04cb6 22:33:32 [iNFO] CONFLICT @ -17 item slot already occupied by ic2.platform.ItemBlockCommon@fa1baf while adding net.minecraft.server.ItemBlock@2fa5a4 22:33:32 [iNFO] CONFLICT @ -19 item slot already occupied by ic2.platform.ItemBlockCommon@23cecd while adding net.minecraft.server.ItemBlock@de15a0 22:33:32 [iNFO] CONFLICT @ -20 item slot already occupied by ic2.platform.ItemBlockCommon@5df43d while adding net.minecraft.server.ItemBlock@4decad 22:33:32 [iNFO] CONFLICT @ -21 item slot already occupied by ic2.platform.ItemBlockCommon@1ed7c11 while adding net.minecraft.server.ItemBlock@6c7ea0 22:33:33 [sEVERE] java.lang.ExceptionInInitializerError 22:33:33 [sEVERE] at net.minecraft.server.WirelessRedstoneCore.initialize(WirelessRedstoneCore.java:49) 22:33:33 [sEVERE] at net.minecraft.server.mod_WirelessRedstoneCore.load(mod_WirelessRedstoneCore.java:12) 22:33:33 [sEVERE] at cpw.mods.fml.common.modloader.ModLoaderModContainer.init(ModLoaderModContainer.java:351) 22:33:33 [sEVERE] at cpw.mods.fml.common.Loader.modInit(Loader.java:263) 22:33:33 [sEVERE] at cpw.mods.fml.common.Loader.initializeMods(Loader.java:618) 22:33:33 [sEVERE] at cpw.mods.fml.server.FMLBukkitHandler.onLoadComplete(FMLBukkitHandler.java:142) 22:33:33 [sEVERE] at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:176) 22:33:33 [sEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:438) 22:33:33 [sEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:492) 22:33:33 [sEVERE] Caused by: java.lang.ArrayIndexOutOfBoundsException: 1024 22:33:33 [sEVERE] at codechicken.core.ConfigFile.readLine(ConfigFile.java:158) 22:33:33 [sEVERE] at codechicken.core.ConfigFile.loadConfig(ConfigFile.java:68) 22:33:33 [sEVERE] at codechicken.core.ConfigFile.<init>(ConfigFile.java:41) 22:33:33 [sEVERE] at codechicken.wirelessredstone.core.SaveManager.<clinit>(SaveManager.java:33) 22:33:33 [sEVERE] ... 9 more 22:33:33 [sEVERE] Unexpected exception java.lang.ExceptionInInitializerError at net.minecraft.server.WirelessRedstoneCore.initialize(WirelessRedstoneCore.java:49) at net.minecraft.server.mod_WirelessRedstoneCore.load(mod_WirelessRedstoneCore.java:12) 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) Caused by: java.lang.ArrayIndexOutOfBoundsException: 1024 at codechicken.core.ConfigFile.readLine(ConfigFile.java:158) at codechicken.core.ConfigFile.loadConfig(ConfigFile.java:68) at codechicken.core.ConfigFile.<init>(ConfigFile.java:41) at codechicken.wirelessredstone.core.SaveManager.<clinit>(SaveManager.java:33) ... 9 more Error Log: 27 achievements 22:33:30 [iNFO] Starting minecraft server version 1.2.5 22:33:30 [iNFO] Attempting early MinecraftForge initialization 22:33:30 [iNFO] Completed early MinecraftForge initialization 22:33:30 [iNFO] Forge Mod Loader version 2.2.91.162 for Minecraft 1.2.5 loading 22:33:30 [iNFO] Loading mods from /home/server/tekkit/mods 22:33:30 [iNFO] Directory weaponmod contained no mods 22:33:30 [iNFO] Forge Mod Loader has loaded 36 mods 22:33:30 [iNFO] MinecraftForge v3.3.8.152 Initialized 22:33:30 [iNFO] MinecraftForge v3.3.8.152 Initialized 22:33:30 [iNFO] [WeaponMod] Properties file read succesfully! 22:33:30 [WARNING] Configuration for mod_ComputerCraft.enableAPI_http found value 0 outside acceptable range 4.9E-324,1.7976931348623157E308 22:33:30 [iNFO] Loading ComputerCraft: To change block IDs, modify config/mod_ComputerCraft.cfg 22:33:30 [iNFO] ComputerCraft: computerBlockID 207 22:33:30 [iNFO] ComputerCraft: diskDriveBlockID 208 22:33:30 [iNFO] ComputerCraft: diskItemID 4000 22:33:30 [iNFO] CONFLICT @ -49 item slot already occupied by dan200.computer.shared.ItemComputer@618ed4 while adding net.minecraft.server.ItemBlock@e81502 22:33:30 [iNFO] ComputerCraft: Searching for RedPowerLib... 22:33:30 [iNFO] ComputerCraft: RedPowerLib and methods located. 22:33:30 [iNFO] CONFLICT @ -48 item slot already occupied by dan200.computer.shared.ItemPeripheral@d8a715 while adding net.minecraft.server.ItemBlock@1c192b5 22:33:31 [iNFO] Initializing alchemy values for Equivalent Exchange.. 22:33:31 [iNFO] NetherOres: loaded Macerator Recipes 22:33:31 [iNFO] Loading properties 22:33:31 [iNFO] Starting Minecraft server on *:25565 22:33:32 [iNFO] Loaded codechicken.wirelessredstone.core.CommandFreq 22:33:32 [iNFO] CONFLICT @ -15 item slot already occupied by net.minecraft.server.ItemBlock@1d6733c while adding codechicken.enderstorage.ItemEnderChest@27a180 22:33:32 [iNFO] CONFLICT @ -204 item slot already occupied by net.minecraft.server.ItemWithAuxData@25e2ab while adding net.minecraft.server.ItemMobSpawner@1446c87 22:33:32 [iNFO] [iC2] Config loaded from /home/server/tekkit/./config/IC2.cfg 22:33:32 [iNFO] CONFLICT @ -37 item slot already occupied by ic2.platform.ItemBlockCommon@106ff81 while adding net.minecraft.server.ItemBlock@70ab33 22:33:32 [iNFO] CONFLICT @ -30 item slot already occupied by ic2.platform.ItemBlockCommon@f7d8e3 while adding net.minecraft.server.ItemBlock@1c04cb6 22:33:32 [iNFO] CONFLICT @ -17 item slot already occupied by ic2.platform.ItemBlockCommon@fa1baf while adding net.minecraft.server.ItemBlock@2fa5a4 22:33:32 [iNFO] CONFLICT @ -19 item slot already occupied by ic2.platform.ItemBlockCommon@23cecd while adding net.minecraft.server.ItemBlock@de15a0 22:33:32 [iNFO] CONFLICT @ -20 item slot already occupied by ic2.platform.ItemBlockCommon@5df43d while adding net.minecraft.server.ItemBlock@4decad 22:33:32 [iNFO] CONFLICT @ -21 item slot already occupied by ic2.platform.ItemBlockCommon@1ed7c11 while adding net.minecraft.server.ItemBlock@6c7ea0 22:33:33 [sEVERE] java.lang.ExceptionInInitializerError 22:33:33 [sEVERE] at net.minecraft.server.WirelessRedstoneCore.initialize(WirelessRedstoneCore.java:49) 22:33:33 [sEVERE] at net.minecraft.server.mod_WirelessRedstoneCore.load(mod_WirelessRedstoneCore.java:12) 22:33:33 [sEVERE] at cpw.mods.fml.common.modloader.ModLoaderModContainer.init(ModLoaderModContainer.java:351) 22:33:33 [sEVERE] at cpw.mods.fml.common.Loader.modInit(Loader.java:263) 22:33:33 [sEVERE] at cpw.mods.fml.common.Loader.initializeMods(Loader.java:618) 22:33:33 [sEVERE] at cpw.mods.fml.server.FMLBukkitHandler.onLoadComplete(FMLBukkitHandler.java:142) 22:33:33 [sEVERE] at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:176) 22:33:33 [sEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:438) 22:33:33 [sEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:492) 22:33:33 [sEVERE] Caused by: java.lang.ArrayIndexOutOfBoundsException: 1024 22:33:33 [sEVERE] at codechicken.core.ConfigFile.readLine(ConfigFile.java:158) 22:33:33 [sEVERE] at codechicken.core.ConfigFile.loadConfig(ConfigFile.java:68) 22:33:33 [sEVERE] at codechicken.core.ConfigFile.<init>(ConfigFile.java:41) 22:33:33 [sEVERE] at codechicken.wirelessredstone.core.SaveManager.<clinit>(SaveManager.java:33) 22:33:33 [sEVERE] ... 9 more 22:33:33 [sEVERE] Unexpected exception java.lang.ExceptionInInitializerError at net.minecraft.server.WirelessRedstoneCore.initialize(WirelessRedstoneCore.java:49) at net.minecraft.server.mod_WirelessRedstoneCore.load(mod_WirelessRedstoneCore.java:12) 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) Caused by: java.lang.ArrayIndexOutOfBoundsException: 1024 at codechicken.core.ConfigFile.readLine(ConfigFile.java:158) at codechicken.core.ConfigFile.loadConfig(ConfigFile.java:68) at codechicken.core.ConfigFile.<init>(ConfigFile.java:41) at codechicken.wirelessredstone.core.SaveManager.<clinit>(SaveManager.java:33) ... 9 more
Question
henrik1185
Title: when starting server on Ubuntu 12.04 and i can not connect
Version: 3.1.1
OS: Ubuntu 12.04
Java Version: 1.7.0_05
Description of Problem:
not starting
Error Messages:
27 achievements
22:33:30 [iNFO] Starting minecraft server version 1.2.5
22:33:30 [iNFO] Attempting early MinecraftForge initialization
22:33:30 [iNFO] Completed early MinecraftForge initialization
22:33:30 [iNFO] Forge Mod Loader version 2.2.91.162 for Minecraft 1.2.5 loading
22:33:30 [iNFO] Loading mods from /home/server/tekkit/mods
22:33:30 [iNFO] Directory weaponmod contained no mods
22:33:30 [iNFO] Forge Mod Loader has loaded 36 mods
22:33:30 [iNFO] MinecraftForge v3.3.8.152 Initialized
22:33:30 [iNFO] MinecraftForge v3.3.8.152 Initialized
22:33:30 [iNFO] [WeaponMod] Properties file read succesfully!
22:33:30 [WARNING] Configuration for mod_ComputerCraft.enableAPI_http found value 0 outside acceptable range 4.9E-324,1.7976931348623157E308
22:33:30 [iNFO] Loading ComputerCraft: To change block IDs, modify config/mod_ComputerCraft.cfg
22:33:30 [iNFO] ComputerCraft: computerBlockID 207
22:33:30 [iNFO] ComputerCraft: diskDriveBlockID 208
22:33:30 [iNFO] ComputerCraft: diskItemID 4000
22:33:30 [iNFO] CONFLICT @ -49 item slot already occupied by dan200.computer.shared.ItemComputer@618ed4 while adding net.minecraft.server.ItemBlock@e81502
22:33:30 [iNFO] ComputerCraft: Searching for RedPowerLib...
22:33:30 [iNFO] ComputerCraft: RedPowerLib and methods located.
22:33:30 [iNFO] CONFLICT @ -48 item slot already occupied by dan200.computer.shared.ItemPeripheral@d8a715 while adding net.minecraft.server.ItemBlock@1c192b5
22:33:31 [iNFO] Initializing alchemy values for Equivalent Exchange..
22:33:31 [iNFO] NetherOres: loaded Macerator Recipes
22:33:31 [iNFO] Loading properties
22:33:31 [iNFO] Starting Minecraft server on *:25565
22:33:32 [iNFO] Loaded codechicken.wirelessredstone.core.CommandFreq
22:33:32 [iNFO] CONFLICT @ -15 item slot already occupied by net.minecraft.server.ItemBlock@1d6733c while adding codechicken.enderstorage.ItemEnderChest@27a180
22:33:32 [iNFO] CONFLICT @ -204 item slot already occupied by net.minecraft.server.ItemWithAuxData@25e2ab while adding net.minecraft.server.ItemMobSpawner@1446c87
22:33:32 [iNFO] [iC2] Config loaded from /home/server/tekkit/./config/IC2.cfg
22:33:32 [iNFO] CONFLICT @ -37 item slot already occupied by ic2.platform.ItemBlockCommon@106ff81 while adding net.minecraft.server.ItemBlock@70ab33
22:33:32 [iNFO] CONFLICT @ -30 item slot already occupied by ic2.platform.ItemBlockCommon@f7d8e3 while adding net.minecraft.server.ItemBlock@1c04cb6
22:33:32 [iNFO] CONFLICT @ -17 item slot already occupied by ic2.platform.ItemBlockCommon@fa1baf while adding net.minecraft.server.ItemBlock@2fa5a4
22:33:32 [iNFO] CONFLICT @ -19 item slot already occupied by ic2.platform.ItemBlockCommon@23cecd while adding net.minecraft.server.ItemBlock@de15a0
22:33:32 [iNFO] CONFLICT @ -20 item slot already occupied by ic2.platform.ItemBlockCommon@5df43d while adding net.minecraft.server.ItemBlock@4decad
22:33:32 [iNFO] CONFLICT @ -21 item slot already occupied by ic2.platform.ItemBlockCommon@1ed7c11 while adding net.minecraft.server.ItemBlock@6c7ea0
22:33:33 [sEVERE] java.lang.ExceptionInInitializerError
22:33:33 [sEVERE] at net.minecraft.server.WirelessRedstoneCore.initialize(WirelessRedstoneCore.java:49)
22:33:33 [sEVERE] at net.minecraft.server.mod_WirelessRedstoneCore.load(mod_WirelessRedstoneCore.java:12)
22:33:33 [sEVERE] at cpw.mods.fml.common.modloader.ModLoaderModContainer.init(ModLoaderModContainer.java:351)
22:33:33 [sEVERE] at cpw.mods.fml.common.Loader.modInit(Loader.java:263)
22:33:33 [sEVERE] at cpw.mods.fml.common.Loader.initializeMods(Loader.java:618)
22:33:33 [sEVERE] at cpw.mods.fml.server.FMLBukkitHandler.onLoadComplete(FMLBukkitHandler.java:142)
22:33:33 [sEVERE] at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:176)
22:33:33 [sEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:438)
22:33:33 [sEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
22:33:33 [sEVERE] Caused by: java.lang.ArrayIndexOutOfBoundsException: 1024
22:33:33 [sEVERE] at codechicken.core.ConfigFile.readLine(ConfigFile.java:158)
22:33:33 [sEVERE] at codechicken.core.ConfigFile.loadConfig(ConfigFile.java:68)
22:33:33 [sEVERE] at codechicken.core.ConfigFile.<init>(ConfigFile.java:41)
22:33:33 [sEVERE] at codechicken.wirelessredstone.core.SaveManager.<clinit>(SaveManager.java:33)
22:33:33 [sEVERE] ... 9 more
22:33:33 [sEVERE] Unexpected exception
java.lang.ExceptionInInitializerError
at net.minecraft.server.WirelessRedstoneCore.initialize(WirelessRedstoneCore.java:49)
at net.minecraft.server.mod_WirelessRedstoneCore.load(mod_WirelessRedstoneCore.java:12)
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)
Caused by: java.lang.ArrayIndexOutOfBoundsException: 1024
at codechicken.core.ConfigFile.readLine(ConfigFile.java:158)
at codechicken.core.ConfigFile.loadConfig(ConfigFile.java:68)
at codechicken.core.ConfigFile.<init>(ConfigFile.java:41)
at codechicken.wirelessredstone.core.SaveManager.<clinit>(SaveManager.java:33)
... 9 more
Error Log:
5 answers 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