Jump to content
  • 0

when starting server on Ubuntu 12.04 and i can not connect


Question

Posted

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

5 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.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...