Jump to content

NetherOres error


Recommended Posts

Hi, WHATS THE problem? trying to launch this on Linux VPS Debian.

21:35:13 [sEVERE]      at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:118)

21:35:13 [sEVERE]      at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:426)

21:35:13 [sEVERE]      at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)

21:35:13 [sEVERE] Unexpected exception

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.defineClassCond(ClassLoader.java:631)

        at java.lang.ClassLoader.defineClass(ClassLoader.java:615)

        at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141)

        at java.net.URLClassLoader.defineClass(URLClassLoader.java:283)

        at java.net.URLClassLoader.access$000(URLClassLoader.java:58)

        at java.net.URLClassLoader$1.run(URLClassLoader.java:197)

        at java.security.AccessController.doPrivileged(Native Method)

        at java.net.URLClassLoader.findClass(URLClassLoader.java:190)

        at java.lang.ClassLoader.loadClass(ClassLoader.java:306)

        at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)

        at java.lang.ClassLoader.loadClass(ClassLoader.java:295)

        at java.lang.ClassLoader.loadClass(ClassLoader.java:247)

        at java.lang.Class.forName0(Native Method)

        at java.lang.Class.forName(Class.java:247)

        at cpw.mods.fml.common.Loader.loadModClass(Loader.java:440)

        at cpw.mods.fml.common.Loader.attemptFileLoad(Loader.java:497)

        at cpw.mods.fml.common.Loader.load(Loader.java:375)

        at cpw.mods.fml.common.Loader.loadMods(Loader.java:527)

        at cpw.mods.fml.server.FMLBukkitHandler.onPreLoad(FMLBukkitHandler.java:113)

        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:118)

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

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

Link to comment
Share on other sites

Personally to remove something i either delete it / Remove the ".zip" from the end of the file name (so it wont load)

If this causes more errors - please post the log here for you may have more than one issue going on.

Link to comment
Share on other sites

Okay the errors are when i delte that NetherORE .jar file.

12:30:17 [sEVERE]      ... 9 more

12:30:17 [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.server.ModLoaderModContainer.init(ModLoaderModContainer.java:271)

        at cpw.mods.fml.common.Loader.modInit(Loader.java:220)

        at cpw.mods.fml.common.Loader.initializeMods(Loader.java:539)

        at cpw.mods.fml.server.FMLBukkitHandler.onLoadComplete(FMLBukkitHandler.java:121)

        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:159)

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

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

        ... 9 more


But when i add that .jar back it gives me:

 


    at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141)

        at java.net.URLClassLoader.defineClass(URLClassLoader.java:283)

        at java.net.URLClassLoader.access$000(URLClassLoader.java:58)

        at java.net.URLClassLoader$1.run(URLClassLoader.java:197)

        at java.security.AccessController.doPrivileged(Native Method)

        at java.net.URLClassLoader.findClass(URLClassLoader.java:190)

        at java.lang.ClassLoader.loadClass(ClassLoader.java:306)

        at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)

        at java.lang.ClassLoader.loadClass(ClassLoader.java:295)

        at java.lang.ClassLoader.loadClass(ClassLoader.java:247)

        at java.lang.Class.forName0(Native Method)

        at java.lang.Class.forName(Class.java:247)

        at cpw.mods.fml.common.Loader.loadModClass(Loader.java:440)

        at cpw.mods.fml.common.Loader.attemptFileLoad(Loader.java:497)

        at cpw.mods.fml.common.Loader.load(Loader.java:375)

        at cpw.mods.fml.common.Loader.loadMods(Loader.java:527)

        at cpw.mods.fml.server.FMLBukkitHandler.onPreLoad(FMLBukkitHandler.java:113)

        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:118)

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

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

Link to comment
Share on other sites

Ah you're having the same issue i had, it's now an issue with "RedPower". Personally to fix this (and i don't know why this worked) I opened the redpower folder and changed the auto assign feature from a "0" to a "1" also i went into my jar folder and deleted the 2ndary "RedPower" folder because it only needs the one in the main folder (the folder with all the other folders like Mods and your worlds)

Link to comment
Share on other sites

13:03:38 [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.server.ModLoaderModContainer.init(ModLoaderModContainer.java:271)

        at cpw.mods.fml.common.Loader.modInit(Loader.java:220)

        at cpw.mods.fml.common.Loader.initializeMods(Loader.java:539)

        at cpw.mods.fml.server.FMLBukkitHandler.onLoadComplete(FMLBukkitHandler.java:121)

        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:159)

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

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

        ... 9 more

>

same, and i can't find .jar, i'm using VPS(host).

Link to comment
Share on other sites

  • 2 weeks later...

Well the .jar folder is hidden from view unless you ask your host provider to display it. As for the 2nd part, thats a bit out of my expertise - sorry.

i found a fix to it:

i updated netherores to 1.22

but redpower and netherores is conflicting each other

so go to redpower folder>open redpower.cfg and then find the block id 150

change it to anything u want (i changed it to 1050)

and that should fix everything

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