Posted 10 June 2012 - 02:43 PM
Hi i have An Problem can somebody help me please
my Problem is this:
you can the server download
http://62.75.159.89/craftbukkit.jar
my Problem is this:
you can the server download
http://62.75.159.89/craftbukkit.jar
Info : Minecraft server started with PID 1687
2012-06-10 15:23:03 [INFO] Starting minecraft server version 1.2.5
2012-06-10 15:23:03 [INFO] Forge Mod Loader version 2.2.6.108 for Minecraft 1.2.5 loading
2012-06-10 15:23:03 [WARNING] Failed to load mod class net/minecraft/server/mod_RedPowerControl.class in /home/mc1/Minecraft/craftbukkit.jar
2012-06-10 15:23:03 [WARNING] Failed to load mod class net/minecraft/server/mod_RedPowerCore.class in /home/mc1/Minecraft/craftbukkit.jar
2012-06-10 15:23:03 [WARNING] Failed to load mod class net/minecraft/server/mod_RedPowerLighting.class in /home/mc1/Minecraft/craftbukkit.jar
2012-06-10 15:23:03 [WARNING] Failed to load mod class net/minecraft/server/mod_RedPowerLogic.class in /home/mc1/Minecraft/craftbukkit.jar
2012-06-10 15:23:03 [WARNING] Failed to load mod class net/minecraft/server/mod_RedPowerMachine.class in /home/mc1/Minecraft/craftbukkit.jar
2012-06-10 15:23:03 [WARNING] Failed to load mod class net/minecraft/server/mod_RedPowerWiring.class in /home/mc1/Minecraft/craftbukkit.jar
2012-06-10 15:23:03 [INFO] Loading mods from /home/mc1/Minecraft/mods
2012-06-10 15:23:03 [WARNING] Failed to load mod class net/minecraft/server/mod_RedPowerWorld.class in /home/mc1/Minecraft/craftbukkit.jar
2012-06-10 15:23:03 [INFO] Directory ComputerCraft contained no mods
2012-06-10 15:23:03 [INFO] Forge Mod Loader has loaded 10 mods
2012-06-10 15:23:03 [WARNING] Configuration for mod_ComputerCraft.enableAPI_http found value 0 outside acceptable range 4.9E-324,1.7976931348623157E308
2012-06-10 15:23:03 [INFO] Loading ComputerCraft: To change block IDs, modify config/mod_ComputerCraft.cfg
2012-06-10 15:23:03 [INFO] ComputerCraft: computerBlockID 207
2012-06-10 15:23:03 [INFO] ComputerCraft: diskDriveBlockID 208
2012-06-10 15:23:03 [INFO] ComputerCraft: diskItemID 4000
2012-06-10 15:23:03 [INFO] Adding Material: 207:X207
2012-06-10 15:23:03 [INFO] CONFLICT @ -49
2012-06-10 15:23:03 [INFO] ComputerCraft: Searching for RedPowerLib...
2012-06-10 15:23:03 [SEVERE] java.lang.UnsupportedClassVersionError: eloraam/core/RedPowerLib : Unsupported major.minor version 51.0
2012-06-10 15:23:03 [SEVERE] at java.lang.ClassLoader.defineClass1(Native Method)
2012-06-10 15:23:03 [SEVERE] at java.lang.ClassLoader.defineClass(ClassLoader.java:634)
2012-06-10 15:23:03 [SEVERE] at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
2012-06-10 15:23:03 [SEVERE] at java.net.URLClassLoader.defineClass(URLClassLoader.java:277)
2012-06-10 15:23:03 [SEVERE] at java.net.URLClassLoader.access$000(URLClassLoader.java:73)
2012-06-10 15:23:03 [SEVERE] at java.net.URLClassLoader$1.run(URLClassLoader.java:212)
2012-06-10 15:23:03 [SEVERE] at java.security.AccessController.doPrivileged(Native Method)
2012-06-10 15:23:03 [SEVERE] at java.net.URLClassLoader.findClass(URLClassLoader.java:205)
2012-06-10 15:23:03 [SEVERE] at java.lang.ClassLoader.loadClass(ClassLoader.java:321)
2012-06-10 15:23:03 [SEVERE] at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:294)
2012-06-10 15:23:03 [SEVERE] at java.lang.ClassLoader.loadClass(ClassLoader.java:266)
2012-06-10 15:23:03 [SEVERE] at java.lang.Class.forName(Class.java:186)
2012-06-10 15:23:03 [SEVERE] at java.lang.Class.forName0(Native Method)
2012-06-10 15:23:03 [SEVERE] at dan200.computer.shared.RedPowerInterop.findRedPower(RedPowerInterop.java:36)
2012-06-10 15:23:03 [SEVERE] at dan200.computer.shared.RedPowerInterop.isRedPowerInstalled(RedPowerInterop.java:52)
2012-06-10 15:23:03 [SEVERE] at dan200.computer.shared.TileEntityComputer.getComputerClass(TileEntityComputer.java:17)
2012-06-10 15:23:03 [SEVERE] at net.minecraft.server.mod_ComputerCraft.<init>(mod_ComputerCraft.java:80)
2012-06-10 15:23:03 [SEVERE] at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
2012-06-10 15:23:03 [SEVERE] at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
2012-06-10 15:23:03 [SEVERE] at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
2012-06-10 15:23:03 [SEVERE] at java.lang.reflect.Constructor.newInstance(Constructor.java:532)
2012-06-10 15:23:03 [SEVERE] at java.lang.Class.newInstance0(Class.java:372)
2012-06-10 15:23:03 [SEVERE] at java.lang.Class.newInstance(Class.java:325)
2012-06-10 15:23:03 [SEVERE] at cpw.mods.fml.common.modloader.ModLoaderModContainer.preInit(ModLoaderModContainer.java:102)
2012-06-10 15:23:03 [SEVERE] at cpw.mods.fml.common.Loader.preModInit(Loader.java:234)
2012-06-10 15:23:03 [SEVERE] at cpw.mods.fml.common.Loader.loadMods(Loader.java:578)
2012-06-10 15:23:03 [SEVERE] at cpw.mods.fml.server.FMLBukkitHandler.onPreLoad(FMLBukkitHandler.java:125)
2012-06-10 15:23:03 [SEVERE] at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:128)
2012-06-10 15:23:03 [SEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:436)
2012-06-10 15:23:03 [SEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
2012-06-10 15:23:03 [SEVERE] Unexpected exception
java.lang.UnsupportedClassVersionError: eloraam/core/RedPowerLib : Unsupported major.minor version 51.0