Jump to content
  • 0

java.lang.ArrayIndexOutOfBoundsException: 9


jurocell

Question

Title: java.lang.ArrayIndexOutOfBoundsException: 9

Version: 3.0.3/3.0.4

OS: Ubuntu 12.04 / Windows 7 Ultimate 64-bit

Java Version: OpenJDK-7-jre 7~u3-2.1.1~pre1-1unbuntu3 / Java 7 Update 5

Description of Problem:

Upon login or shortly after the server will give the error shown in the log and shortly after every user will be disconnected with a read time out error.

The error happens on both my Ubuntu 12.04 server and my Windows 7 main system.

I have tested the server with a new world seed and that seems to work, but as you can understand my friends nor I want to lose the work we've done on the server so far.

Error Messages:

Error Log:


2012-07-14 16:37:10 [sEVERE] java.lang.ArrayIndexOutOfBoundsException: 9

2012-07-14 16:37:10 [sEVERE] 	at cpw.mods.compactsolars.CompactSolarType.makeEntity(CompactSolarType.java:58)

2012-07-14 16:37:10 [sEVERE] 	at cpw.mods.compactsolars.BlockCompactSolar.getBlockEntity(BlockCompactSolar.java:40)

2012-07-14 16:37:10 [sEVERE] 	at net.minecraft.server.Block.getTileEntity(Block.java:934)

2012-07-14 16:37:10 [sEVERE] 	at net.minecraft.server.Chunk.e(Chunk.java:634)

2012-07-14 16:37:10 [sEVERE] 	at net.minecraft.server.World.getTileEntity(World.java:1634)

2012-07-14 16:37:10 [sEVERE] 	at net.minecraft.server.WorldServer.getTileEntity(WorldServer.java:41)

2012-07-14 16:37:10 [sEVERE] 	at ic2.api.Direction.applyToTileEntity(Direction.java:32)

2012-07-14 16:37:10 [sEVERE] 	at ic2.common.EnergyNet.getValidReceivers(EnergyNet.java:614)

2012-07-14 16:37:10 [sEVERE] 	at ic2.common.EnergyNet.discover(EnergyNet.java:431)

2012-07-14 16:37:10 [sEVERE] 	at ic2.common.EnergyNet.addTileEntity(EnergyNet.java:136)

2012-07-14 16:37:10 [sEVERE] 	at ic2.common.TileEntityCable.onCreated(TileEntityCable.java:77)

2012-07-14 16:37:10 [sEVERE] 	at ic2.common.TileEntityBlock$1.tickCallback(TileEntityBlock.java:29)

2012-07-14 16:37:10 [sEVERE] 	at net.minecraft.server.mod_IC2.OnTickInGame(mod_IC2.java:2567)

2012-07-14 16:37:10 [sEVERE] 	at ic2.platform.Ic2.onTickInGame(Ic2.java:24)

2012-07-14 16:37:10 [sEVERE] 	at cpw.mods.fml.server.ModLoaderModContainer.tickStart(ModLoaderModContainer.java:285)

2012-07-14 16:37:10 [sEVERE] 	at cpw.mods.fml.common.FMLCommonHandler.gameTickStart(FMLCommonHandler.java:77)

2012-07-14 16:37:10 [sEVERE] 	at cpw.mods.fml.server.FMLBukkitHandler.onPreTick(FMLBukkitHandler.java:129)

2012-07-14 16:37:10 [sEVERE] 	at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:494)

2012-07-14 16:37:10 [sEVERE] 	at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:453)

2012-07-14 16:37:10 [sEVERE] 	at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)

2012-07-14 16:37:10 [sEVERE] Unexpected exception

java.lang.ArrayIndexOutOfBoundsException: 9

	at cpw.mods.compactsolars.CompactSolarType.makeEntity(CompactSolarType.java:58)

	at cpw.mods.compactsolars.BlockCompactSolar.getBlockEntity(BlockCompactSolar.java:40)

	at net.minecraft.server.Block.getTileEntity(Block.java:934)

	at net.minecraft.server.Chunk.e(Chunk.java:634)

	at net.minecraft.server.World.getTileEntity(World.java:1634)

	at net.minecraft.server.WorldServer.getTileEntity(WorldServer.java:41)

	at ic2.api.Direction.applyToTileEntity(Direction.java:32)

	at ic2.common.EnergyNet.getValidReceivers(EnergyNet.java:614)

	at ic2.common.EnergyNet.discover(EnergyNet.java:431)

	at ic2.common.EnergyNet.addTileEntity(EnergyNet.java:136)

	at ic2.common.TileEntityCable.onCreated(TileEntityCable.java:77)

	at ic2.common.TileEntityBlock$1.tickCallback(TileEntityBlock.java:29)

	at net.minecraft.server.mod_IC2.OnTickInGame(mod_IC2.java:2567)

	at ic2.platform.Ic2.onTickInGame(Ic2.java:24)

	at cpw.mods.fml.server.ModLoaderModContainer.tickStart(ModLoaderModContainer.java:285)

	at cpw.mods.fml.common.FMLCommonHandler.gameTickStart(FMLCommonHandler.java:77)

	at cpw.mods.fml.server.FMLBukkitHandler.onPreTick(FMLBukkitHandler.java:129)

	at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:494)

	at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:453)

	at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

After some testing we've found that it's a error in the ic2 solar array mod in combination with worldedit. Either copying in solar array or setting an area to solar array will produce this error.

removing the mod, loading the server and putting the mod back in will fix the problem.

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...