Jump to content
  • 0

Question

Posted

Title: Server doesn't Start

Version: 3.1.3

OS: Debian Squeeze 6.0.6

Java Version: Java 7

Description of Problem:

When I try to start the server with the new version 3.1.3 i'm getting a whole amount of java errors. I also tried to start the server as root admin to check if the server is having enough rights. But i get always the same errors. Please help me!

Error Messages:

Error Log:


2012-12-21 22:21:37 [iNFO] [iC2] Config loaded from /home/tekkit/./config/IC2.cfg

2012-12-21 22:21:37 [sEVERE] java.lang.IllegalArgumentException: Slot 241 is already occupied by codechicken.enderstorage.BlockEnderChest@8f95d4a when adding ic2.common.BlockRubSapling@2b5ba9e0

2012-12-21 22:21:37 [sEVERE] at net.minecraft.server.Block.<init>(Block.java:181)

2012-12-21 22:21:37 [sEVERE] at net.minecraft.server.BlockFlower.<init>(SourceFile:11)

2012-12-21 22:21:37 [sEVERE] at net.minecraft.server.BlockFlower.<init>(SourceFile:19)

2012-12-21 22:21:37 [sEVERE] at net.minecraft.server.BlockSapling.<init>(BlockSapling.java:15)

2012-12-21 22:21:37 [sEVERE] at ic2.common.BlockRubSapling.<init>(BlockRubSapling.java:14)

2012-12-21 22:21:37 [sEVERE] at net.minecraft.server.mod_IC2.load(mod_IC2.java:295)

2012-12-21 22:21:37 [sEVERE] at cpw.mods.fml.common.modloader.ModLoaderModContainer.init(ModLoaderModContainer.java:351)

2012-12-21 22:21:37 [sEVERE] at cpw.mods.fml.common.Loader.modInit(Loader.java:263)

2012-12-21 22:21:37 [sEVERE] at cpw.mods.fml.common.Loader.initializeMods(Loader.java:618)

2012-12-21 22:21:37 [sEVERE] at cpw.mods.fml.server.FMLBukkitHandler.onLoadComplete(FMLBukkitHandler.java:142)

2012-12-21 22:21:37 [sEVERE] at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:166)

2012-12-21 22:21:37 [sEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:428)

2012-12-21 22:21:37 [sEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)

2012-12-21 22:21:37 2012-12-21 22:21:37 [sEVERE] Unexpected exception

java.lang.IllegalArgumentException: Slot 241 is already occupied by codechicken.enderstorage.BlockEnderChest@8f95d4a when adding ic2.common.BlockRubSapling@2b5ba9e0

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:15)

at ic2.common.BlockRubSapling.<init>(BlockRubSapling.java:14)

java.lang.IllegalArgumentException: Slot 241 is already occupied by codechicken.enderstorage.BlockEnderChest@8f95d4a when adding ic2.common.BlockRubSapling@2b5ba9e0

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:15)

at ic2.common.BlockRubSapling.<init>(BlockRubSapling.java:14)

at net.minecraft.server.mod_IC2.load(mod_IC2.java:295)

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:166)

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

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

1 answer to this question

Recommended Posts

  • 0
Posted

Modify your enderchest mod config... the item id is currently set to 241... This could be because maybe... you did not copy over the correct configs when copying over the server?

my enderstorage.cfg

#EnderStorage Configuration File

#Deleting any element will restore it to it's default value

#Block ID's will be automatically generated the first time it's run

 

 

block.id=178

 

#0 = 3x3, 1 = 3x9, 2 = 6x9

chest-size=1

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