When the server is starting up with Tekkit Version 3.1.2 (not an option in the version field) it says something about codechicken and Ender Chests. Another problem I had before was by NetherOres.
Error Messages:
N/A
EnderChest Error Log:
2012-08-01 17:22:18 [iNFO] CONFLICT @ -15 item slot already occupied by net.minecraft.server.ItemBlock@54ee3aa7 while adding codechicken.enderstorage.ItemEnderChest@644cd580
2012-08-01 17:22:18 [FINER] Initializing mod_NotEnoughItems
2012-08-01 17:22:18 [iNFO] CONFLICT @ -204 item slot already occupied by net.minecraft.server.ItemWithAuxData@23e0512a while adding net.minecraft.server.ItemMobSpawner@5bf0aecc
2012-08-01 17:22:18 [FINER] Initializing mod_BuildCraftEnergy
2012-08-01 17:22:18 [FINER] Initializing mod_BuildCraftCore
2012-08-01 17:22:18 [FINER] Initializing mod_IC2
2012-08-01 17:22:18 [iNFO] [iC2] Config loaded from /home/dacio/Server/Tekkit/./config/IC2.cfg
2012-08-01 17:22:18 [sEVERE] java.lang.IllegalArgumentException: Slot 241 is already occupied by codechicken.enderstorage.BlockEnderChest@2e257f1b when adding ic2.common.BlockRubSapling@1fbbdd48
2012-08-01 17:22:18 [sEVERE] at net.minecraft.server.Block.<init>(Block.java:181)
2012-08-01 17:22:18 [sEVERE] at net.minecraft.server.BlockFlower.<init>(SourceFile:11)
2012-08-01 17:22:18 [sEVERE] at net.minecraft.server.BlockFlower.<init>(SourceFile:19)
2012-08-01 17:22:18 [sEVERE] at net.minecraft.server.BlockSapling.<init>(BlockSapling.java:18)
2012-08-01 17:22:18 [sEVERE] at ic2.common.BlockRubSapling.<init>(BlockRubSapling.java:14)
2012-08-01 17:22:18 [sEVERE] at net.minecraft.server.mod_IC2.load(mod_IC2.java:289)
2012-08-01 17:22:18 [sEVERE] at cpw.mods.fml.common.modloader.ModLoaderModContainer.init(ModLoaderModContainer.java:351)
2012-08-01 17:22:18 [sEVERE] at cpw.mods.fml.common.Loader.modInit(Loader.java:263)
2012-08-01 17:22:18 [sEVERE] at cpw.mods.fml.common.Loader.initializeMods(Loader.java:618)
2012-08-01 17:22:18 [sEVERE] at cpw.mods.fml.server.FMLBukkitHandler.onLoadComplete(FMLBukkitHandler.java:142)
2012-08-01 17:22:18 [sEVERE] at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:176)
2012-08-01 17:22:18 [sEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:438)
2012-08-01 17:22:18 [sEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
2012-08-01 17:22:18 [sEVERE] Unexpected exception
java.lang.IllegalArgumentException: Slot 241 is already occupied by codechicken.enderstorage.BlockEnderChest@2e257f1b when adding ic2.common.BlockRubSapling@1fbbdd48
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-08-01 17:22:22 [iNFO] Stopping server
2012-08-01 17:22:22 [sEVERE] java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
2012-08-01 17:22:22 [sEVERE] at java.util.ArrayList.rangeCheck(ArrayList.java:571)
2012-08-01 17:22:22 [sEVERE] at java.util.ArrayList.get(ArrayList.java:349)
2012-08-01 17:22:22 [sEVERE] at net.minecraft.server.MinecraftServer.stop(MinecraftServer.java:424)
2012-08-01 17:22:22 [sEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:497)
2012-08-01 17:22:22 [sEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
NetherOres Error Log:
2012-08-01 17:35:27 [FINE] Found a zip or jar file mod_NetherOres.jar, attempting to load it
2012-08-01 17:35:27 [FINE] Found a mod class net.minecraft.server.mod_NetherOres in file mod_NetherOres.jar, attempting to load it
2012-08-01 17:35:27 [WARNING] Failed to load mod class net/minecraft/server/mod_NetherOres.class in /home/dacio/Server/Tekkit/mods/mod_NetherOres.jar
2012-08-01 17:35:27 [FINER] THROW
java.lang.UnsupportedClassVersionError: net/minecraft/server/mod_NetherOres : Unsupported major.minor version 51.0
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:634)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
at java.net.URLClassLoader.defineClass(URLClassLoader.java:277)
at java.net.URLClassLoader.access$000(URLClassLoader.java:73)
at java.net.URLClassLoader$1.run(URLClassLoader.java:212)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:205)
at java.lang.ClassLoader.loadClass(ClassLoader.java:321)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:294)
at java.lang.ClassLoader.loadClass(ClassLoader.java:314)
at java.lang.ClassLoader.loadClass(ClassLoader.java:266)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:264)
at cpw.mods.fml.common.Loader.loadModClass(Loader.java:494)
at cpw.mods.fml.common.Loader.attemptFileLoad(Loader.java:562)
at cpw.mods.fml.common.Loader.load(Loader.java:419)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:606)
at cpw.mods.fml.server.FMLBukkitHandler.onPreLoad(FMLBukkitHandler.java:134)
at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:135)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:438)
at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
2012-08-01 17:35:27 [sEVERE] Zip file mod_NetherOres.jar failed to read properly
2012-08-01 17:35:27 [FINER] THROW
cpw.mods.fml.common.LoaderException: java.lang.UnsupportedClassVersionError: net/minecraft/server/mod_NetherOres : Unsupported major.minor version 51.0
at cpw.mods.fml.common.Loader.loadModClass(Loader.java:527)
at cpw.mods.fml.common.Loader.attemptFileLoad(Loader.java:562)
at cpw.mods.fml.common.Loader.load(Loader.java:419)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:606)
at cpw.mods.fml.server.FMLBukkitHandler.onPreLoad(FMLBukkitHandler.java:134)
at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:135)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:438)
at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
Caused by: java.lang.UnsupportedClassVersionError: net/minecraft/server/mod_NetherOres : Unsupported major.minor version 51.0
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:634)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
at java.net.URLClassLoader.defineClass(URLClassLoader.java:277)
at java.net.URLClassLoader.access$000(URLClassLoader.java:73)
at java.net.URLClassLoader$1.run(URLClassLoader.java:212)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:205)
at java.lang.ClassLoader.loadClass(ClassLoader.java:321)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:294)
at java.lang.ClassLoader.loadClass(ClassLoader.java:314)
at java.lang.ClassLoader.loadClass(ClassLoader.java:266)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:264)
at cpw.mods.fml.common.Loader.loadModClass(Loader.java:494)
... 7 more
2012-08-01 17:35:27 [iNFO] File mod_NetherOres.jar contained no mods
2012-08-01 17:35:27 [FINE] Found a zip or jar file mod_chargingbench-server-1.95b-mcpc1.2.5-r2.zip, attempting to load it
2012-08-01 17:35:27 [FINE] Found a mod class net.minecraft.server.mod_IC2_ChargingBench in file mod_chargingbench-server-1.95b-mcpc1.2.5-r2.zip, attempting to load it
2012-08-01 17:35:27 [FINE] ModLoader BaseMod class net.minecraft.server.mod_IC2_ChargingBench found, loading
2012-08-01 17:35:27 [FINE] ModLoader BaseMod class net.minecraft.server.mod_IC2_ChargingBench loaded
2012-08-01 17:35:27 [FINE] Failed to find mcmod.info file in mod_chargingbench-server-1.95b-mcpc1.2.5-r2.zip for mod_IC2_ChargingBench
2012-08-01 17:35:27 [FINE] Mod class net.minecraft.server.mod_IC2_ChargingBench loaded successfully
2012-08-01 17:35:27 [FINE] File mod_chargingbench-server-1.95b-mcpc1.2.5-r2.zip loaded successfully
2012-08-01 17:35:27 [FINE] Found a zip or jar file mod_compactsolars-server-2.3.2.10-bukkit-mcpc-1.2.5.zip, attempting to load it
2012-08-01 17:35:27 [FINE] Found a mod class net.minecraft.server.mod_CompactSolars in file mod_compactsolars-server-2.3.2.10-bukkit-mcpc-1.2.5.zip, attempting to load it
2012-08-01 17:35:27 [FINE] ModLoader BaseMod class net.minecraft.server.mod_CompactSolars found, loading
2012-08-01 17:35:27 [FINE] ModLoader BaseMod class net.minecraft.server.mod_CompactSolars loaded
2012-08-01 17:35:27 [FINE] Mod class net.minecraft.server.mod_CompactSolars loaded successfully
2012-08-01 17:35:27 [FINE] File mod_compactsolars-server-2.3.2.10-bukkit-mcpc-1.2.5.zip loaded successfully
2012-08-01 17:35:27 [FINE] Found a zip or jar file mod_ironchests-server-3.8.0.40-bukkit-mcpc-1.2.5.zip, attempting to load it
2012-08-01 17:35:27 [FINE] Found a mod class cpw.mods.ironchest.mod_IronChest in file mod_ironchests-server-3.8.0.40-bukkit-mcpc-1.2.5.zip, attempting to load it
2012-08-01 17:35:27 [FINE] ModLoader BaseMod class cpw.mods.ironchest.mod_IronChest found, loading
2012-08-01 17:35:27 [FINE] ModLoader BaseMod class cpw.mods.ironchest.mod_IronChest loaded
2012-08-01 17:35:27 [FINE] Mod class cpw.mods.ironchest.mod_IronChest loaded successfully
2012-08-01 17:35:27 [FINE] File mod_ironchests-server-3.8.0.40-bukkit-mcpc-1.2.5.zip loaded successfully
2012-08-01 17:35:27 [FINE] Found a zip or jar file redpower-all-2.0p5b2-mcpc1.2.5-r15.zip, attempting to load it
2012-08-01 17:35:27 [FINE] Found a mod class net.minecraft.server.mod_RedPowerControl in file redpower-all-2.0p5b2-mcpc1.2.5-r15.zip, attempting to load it
2012-08-01 17:35:27 [FINE] ModLoader BaseMod class net.minecraft.server.mod_RedPowerControl found, loading
2012-08-01 17:35:27 [FINE] ModLoader BaseMod class net.minecraft.server.mod_RedPowerControl loaded
2012-08-01 17:35:27 [FINE] Failed to find mcmod.info file in redpower-all-2.0p5b2-mcpc1.2.5-r15.zip for mod_RedPowerControl
2012-08-01 17:35:27 [FINE] Mod class net.minecraft.server.mod_RedPowerControl loaded successfully
2012-08-01 17:35:27 [FINE] Found a mod class net.minecraft.server.mod_RedPowerLogic in file redpower-all-2.0p5b2-mcpc1.2.5-r15.zip, attempting to load it
2012-08-01 17:35:27 [FINE] ModLoader BaseMod class net.minecraft.server.mod_RedPowerLogic found, loading
2012-08-01 17:35:27 [FINE] ModLoader BaseMod class net.minecraft.server.mod_RedPowerLogic loaded
2012-08-01 17:35:27 [FINE] Failed to find mcmod.info file in redpower-all-2.0p5b2-mcpc1.2.5-r15.zip for mod_RedPowerLogic
2012-08-01 17:35:27 [FINE] Mod class net.minecraft.server.mod_RedPowerLogic loaded successfully
2012-08-01 17:35:27 [FINE] Found a mod class net.minecraft.server.mod_RedPowerLighting in file redpower-all-2.0p5b2-mcpc1.2.5-r15.zip, attempting to load it
2012-08-01 17:35:27 [FINE] ModLoader BaseMod class net.minecraft.server.mod_RedPowerLighting found, loading
2012-08-01 17:35:27 [FINE] ModLoader BaseMod class net.minecraft.server.mod_RedPowerLighting loaded
2012-08-01 17:35:27 [FINE] Failed to find mcmod.info file in redpower-all-2.0p5b2-mcpc1.2.5-r15.zip for mod_RedPowerLighting
2012-08-01 17:35:27 [FINE] Mod class net.minecraft.server.mod_RedPowerLighting loaded successfully
2012-08-01 17:35:27 [FINE] Found a mod class net.minecraft.server.mod_RedPowerWiring in file redpower-all-2.0p5b2-mcpc1.2.5-r15.zip, attempting to load it
2012-08-01 17:35:27 [FINE] ModLoader BaseMod class net.minecraft.server.mod_RedPowerWiring found, loading
2012-08-01 17:35:27 [FINE] ModLoader BaseMod class net.minecraft.server.mod_RedPowerWiring loaded
2012-08-01 17:35:27 [FINE] Failed to find mcmod.info file in redpower-all-2.0p5b2-mcpc1.2.5-r15.zip for mod_RedPowerWiring
2012-08-01 17:35:27 [FINE] Mod class net.minecraft.server.mod_RedPowerWiring loaded successfully
2012-08-01 17:35:27 [FINE] Found a mod class net.minecraft.server.mod_RedPowerCore in file redpower-all-2.0p5b2-mcpc1.2.5-r15.zip, attempting to load it
2012-08-01 17:35:27 [FINE] ModLoader BaseMod class net.minecraft.server.mod_RedPowerCore found, loading
2012-08-01 17:35:27 [FINE] ModLoader BaseMod class net.minecraft.server.mod_RedPowerCore loaded
2012-08-01 17:35:27 [FINE] Failed to find mcmod.info file in redpower-all-2.0p5b2-mcpc1.2.5-r15.zip for mod_RedPowerCore
2012-08-01 17:35:27 [FINE] Mod class net.minecraft.server.mod_RedPowerCore loaded successfully
2012-08-01 17:35:27 [FINE] Found a mod class net.minecraft.server.mod_RedPowerMachine in file redpower-all-2.0p5b2-mcpc1.2.5-r15.zip, attempting to load it
2012-08-01 17:35:27 [FINE] ModLoader BaseMod class net.minecraft.server.mod_RedPowerMachine found, loading
2012-08-01 17:35:27 [FINE] ModLoader BaseMod class net.minecraft.server.mod_RedPowerMachine loaded
2012-08-01 17:35:27 [FINE] Failed to find mcmod.info file in redpower-all-2.0p5b2-mcpc1.2.5-r15.zip for mod_RedPowerMachine
2012-08-01 17:35:27 [FINE] Mod class net.minecraft.server.mod_RedPowerMachine loaded successfully
2012-08-01 17:35:27 [FINE] Found a mod class net.minecraft.server.mod_RedPowerWorld in file redpower-all-2.0p5b2-mcpc1.2.5-r15.zip, attempting to load it
2012-08-01 17:35:27 [FINE] ModLoader BaseMod class net.minecraft.server.mod_RedPowerWorld found, loading
2012-08-01 17:35:27 [FINE] ModLoader BaseMod class net.minecraft.server.mod_RedPowerWorld loaded
2012-08-01 17:35:27 [FINE] Failed to find mcmod.info file in redpower-all-2.0p5b2-mcpc1.2.5-r15.zip for mod_RedPowerWorld
2012-08-01 17:35:27 [FINE] Mod class net.minecraft.server.mod_RedPowerWorld loaded successfully
2012-08-01 17:35:27 [FINE] File redpower-all-2.0p5b2-mcpc1.2.5-r15.zip loaded successfully
2012-08-01 17:35:27 [FINE] Found a zip or jar file tubestuff_49.1.2_for_1.2.5-bukkit.jar, attempting to load it
2012-08-01 17:35:27 [FINE] Found a mod class net.minecraft.server.mod_TubeStuff in file tubestuff_49.1.2_for_1.2.5-bukkit.jar, attempting to load it
2012-08-01 17:35:27 [FINE] ModLoader BaseMod class net.minecraft.server.mod_TubeStuff found, loading
2012-08-01 17:35:27 [FINE] ModLoader BaseMod class net.minecraft.server.mod_TubeStuff loaded
2012-08-01 17:35:27 [FINE] Failed to find mcmod.info file in tubestuff_49.1.2_for_1.2.5-bukkit.jar for mod_TubeStuff
2012-08-01 17:35:27 [FINE] Mod class net.minecraft.server.mod_TubeStuff loaded successfully
2012-08-01 17:35:27 [FINE] File tubestuff_49.1.2_for_1.2.5-bukkit.jar loaded successfully
2012-08-01 17:35:27 [FINE] Found a directory weaponmod, attempting to load it
2012-08-01 17:35:27 [iNFO] Directory weaponmod contained no mods
2012-08-01 17:35:27 [FINE] Found a zip or jar file zdimensional-anchor_rev3.2_for_1.2.5-bukkit.jar, attempting to load it
2012-08-01 17:35:27 [FINE] Found a mod class net.minecraft.server.mod_ImmiChunkLoaders in file zdimensional-anchor_rev3.2_for_1.2.5-bukkit.jar, attempting to load it
2012-08-01 17:35:27 [FINE] ModLoader BaseMod class net.minecraft.server.mod_ImmiChunkLoaders found, loading
2012-08-01 17:35:27 [FINE] ModLoader BaseMod class net.minecraft.server.mod_ImmiChunkLoaders loaded
2012-08-01 17:35:27 [FINE] Failed to find mcmod.info file in zdimensional-anchor_rev3.2_for_1.2.5-bukkit.jar for mod_ImmiChunkLoaders
2012-08-01 17:35:27 [FINE] Mod class net.minecraft.server.mod_ImmiChunkLoaders loaded successfully
2012-08-01 17:35:27 [FINE] File zdimensional-anchor_rev3.2_for_1.2.5-bukkit.jar loaded successfully
2012-08-01 17:35:27 [sEVERE] A problem has occured during mod loading. Likely a corrupt jar is located in your mods directory
2012-08-01 17:35:27 [sEVERE] cpw.mods.fml.common.LoaderException: cpw.mods.fml.common.LoaderException: java.lang.UnsupportedClassVersionError: net/minecraft/server/mod_NetherOres : Unsupported major.minor version 51.0
2012-08-01 17:35:27 [sEVERE] at cpw.mods.fml.common.Loader.load(Loader.java:436)
2012-08-01 17:35:27 [sEVERE] at cpw.mods.fml.common.Loader.loadMods(Loader.java:606)
2012-08-01 17:35:27 [sEVERE] at cpw.mods.fml.server.FMLBukkitHandler.onPreLoad(FMLBukkitHandler.java:134)
2012-08-01 17:35:27 [sEVERE] at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:135)
2012-08-01 17:35:27 [sEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:438)
2012-08-01 17:35:27 [sEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
2012-08-01 17:35:27 [sEVERE] Caused by: cpw.mods.fml.common.LoaderException: java.lang.UnsupportedClassVersionError: net/minecraft/server/mod_NetherOres : Unsupported major.minor version 51.0
2012-08-01 17:35:27 [sEVERE] at cpw.mods.fml.common.Loader.loadModClass(Loader.java:527)
2012-08-01 17:35:27 [sEVERE] at cpw.mods.fml.common.Loader.attemptFileLoad(Loader.java:562)
2012-08-01 17:35:27 [sEVERE] at cpw.mods.fml.common.Loader.load(Loader.java:419)
2012-08-01 17:35:27 [sEVERE] ... 5 more
2012-08-01 17:35:27 [sEVERE] Caused by: java.lang.UnsupportedClassVersionError: net/minecraft/server/mod_NetherOres : Unsupported major.minor version 51.0
2012-08-01 17:35:27 [sEVERE] at java.lang.ClassLoader.defineClass1(Native Method)
2012-08-01 17:35:27 [sEVERE] at java.lang.ClassLoader.defineClass(ClassLoader.java:634)
2012-08-01 17:35:27 [sEVERE] at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
2012-08-01 17:35:27 [sEVERE] at java.net.URLClassLoader.defineClass(URLClassLoader.java:277)
2012-08-01 17:35:27 [sEVERE] at java.net.URLClassLoader.access$000(URLClassLoader.java:73)
2012-08-01 17:35:27 [sEVERE] at java.net.URLClassLoader$1.run(URLClassLoader.java:212)
2012-08-01 17:35:27 [sEVERE] at java.security.AccessController.doPrivileged(Native Method)
2012-08-01 17:35:27 [sEVERE] at java.net.URLClassLoader.findClass(URLClassLoader.java:205)
2012-08-01 17:35:27 [sEVERE] at java.lang.ClassLoader.loadClass(ClassLoader.java:321)
2012-08-01 17:35:27 [sEVERE] at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:294)
2012-08-01 17:35:27 [sEVERE] at java.lang.ClassLoader.loadClass(ClassLoader.java:314)
2012-08-01 17:35:27 [sEVERE] at java.lang.ClassLoader.loadClass(ClassLoader.java:266)
2012-08-01 17:35:27 [sEVERE] at java.lang.Class.forName0(Native Method)
2012-08-01 17:35:27 [sEVERE] at java.lang.Class.forName(Class.java:264)
2012-08-01 17:35:27 [sEVERE] at cpw.mods.fml.common.Loader.loadModClass(Loader.java:494)
2012-08-01 17:35:27 [sEVERE] ... 7 more
2012-08-01 17:35:27 [sEVERE] Unexpected exception
cpw.mods.fml.common.LoaderException: cpw.mods.fml.common.LoaderException: java.lang.UnsupportedClassVersionError: net/minecraft/server/mod_NetherOres : Unsupported major.minor version 51.0
at cpw.mods.fml.common.Loader.load(Loader.java:436)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:606)
at cpw.mods.fml.server.FMLBukkitHandler.onPreLoad(FMLBukkitHandler.java:134)
at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:135)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:438)
at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
Caused by: cpw.mods.fml.common.LoaderException: java.lang.UnsupportedClassVersionError: net/minecraft/server/mod_NetherOres : Unsupported major.minor version 51.0
at cpw.mods.fml.common.Loader.loadModClass(Loader.java:527)
at cpw.mods.fml.common.Loader.attemptFileLoad(Loader.java:562)
at cpw.mods.fml.common.Loader.load(Loader.java:419)
... 5 more
Caused by: java.lang.UnsupportedClassVersionError: net/minecraft/server/mod_NetherOres : Unsupported major.minor version 51.0
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:634)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
at java.net.URLClassLoader.defineClass(URLClassLoader.java:277)
at java.net.URLClassLoader.access$000(URLClassLoader.java:73)
at java.net.URLClassLoader$1.run(URLClassLoader.java:212)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:205)
at java.lang.ClassLoader.loadClass(ClassLoader.java:321)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:294)
at java.lang.ClassLoader.loadClass(ClassLoader.java:314)
at java.lang.ClassLoader.loadClass(ClassLoader.java:266)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:264)
at cpw.mods.fml.common.Loader.loadModClass(Loader.java:494)
... 7 more
2012-08-01 17:35:32 [iNFO] Stopping server
2012-08-01 17:35:32 [sEVERE] java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
2012-08-01 17:35:32 [sEVERE] at java.util.ArrayList.rangeCheck(ArrayList.java:571)
2012-08-01 17:35:32 [sEVERE] at java.util.ArrayList.get(ArrayList.java:349)
2012-08-01 17:35:32 [sEVERE] at net.minecraft.server.MinecraftServer.stop(MinecraftServer.java:424)
2012-08-01 17:35:32 [sEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:497)
2012-08-01 17:35:32 [sEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
Question
Death2000
Title: Server Crash by Ender Chest
Version: 3.1.1
OS: Linux 3.2.0-27-generic Ubuntu x86_64
Java Version: 1.6.0_24 64-bit
Description of Problem:
When the server is starting up with Tekkit Version 3.1.2 (not an option in the version field) it says something about codechicken and Ender Chests. Another problem I had before was by NetherOres.
Error Messages:
N/A
EnderChest Error Log:
9 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