Jump to content

Clean tekkit server (2.1.1) throws heaps of errors.


Recommended Posts

as the title says. i downlaoded the clean 2.1.1 server and started it with my modified launch.bat

@ECHO OFF

title tekkit



:start

for /f "tokens=1 delims=: " %%h in ('time /T') do set hour1=%%h

for /f "tokens=2 delims=: " %%m in ('time /T') do set minutes1=%%m

set starttime=%hour1%.%minutes1%



FOR %%A IN (%date%) DO SET datum=%%A

for /f "tokens=1 delims=- " %%d in ("%datum%") do set day=%%d

for /f "tokens=2 delims=- " %%m in ("%datum%") do set month=%%m

for /f "tokens=3 delims=- " %%y in ("%datum%") do set year=%%y

set startdate=%year%-%month%-%day%



java -Xincgc -Xmx1G -jar tekkit.jar

PAUSE



for /f "tokens=1 delims=: " %%h in ('time /T') do set hour=%%h

for /f "tokens=2 delims=: " %%m in ('time /T') do set minutes=%%m

set NOW=%hour%.%minutes%



FOR %%A IN (%date%) DO SET datum=%%A

for /f "tokens=1 delims=- " %%d in ("%datum%") do set day=%%d

for /f "tokens=2 delims=- " %%m in ("%datum%") do set month=%%m

for /f "tokens=3 delims=- " %%y in ("%datum%") do set year=%%y

set datumformaat=%year%-%month%-%day%

echo moving server.log to the logs folder under the name:

echo %startdate%--%starttime%---%datumformaat%--%NOW%.log

move "server.log" "logs\%startdate%--%starttime%---%datumformaat%--%NOW%.log"

pause

cls

set /p restart="Want to restart? [y for restart, enter for exit]"

if "%restart%" == "y" goto :start

exit





and it throws this list of errors:


2012-03-30 14:21:46 [FINE] ModLoader Server 1.1 Initializing...

2012-03-30 14:21:46 [iNFO] ModLoader Server 1.1 Initializing...

2012-03-30 14:21:46 [FINER] Adding mods from C:\Documents and Settings\Tell Me\Bureaublad\tekkit server 2\mods\[1]Buildcraft-2.2.12-b1.1R3.zip

2012-03-30 14:21:46 [FINER] Zip found.

2012-03-30 14:21:46 [FINE] Mod Loaded: "mod_BuildCraftBuilders 2.2.12" from mod_BuildCraftBuilders.class

2012-03-30 14:21:46 [iNFO] Mod Loaded: mod_BuildCraftBuilders 2.2.12

2012-03-30 14:21:46 [FINE] Mod Loaded: "mod_BuildCraftFactory 2.2.12" from mod_BuildCraftFactory.class

2012-03-30 14:21:46 [iNFO] Mod Loaded: mod_BuildCraftFactory 2.2.12

2012-03-30 14:21:46 [FINE] Mod Loaded: "mod_BuildCraftEnergy 2.2.12" from mod_BuildCraftEnergy.class

2012-03-30 14:21:47 [iNFO] Mod Loaded: mod_BuildCraftEnergy 2.2.12

2012-03-30 14:21:47 [FINE] Mod Loaded: "mod_BuildCraftCore 2.2.12" from mod_BuildCraftCore.class

2012-03-30 14:21:47 [iNFO] Mod Loaded: mod_BuildCraftCore 2.2.12

2012-03-30 14:21:47 [FINE] Mod Loaded: "mod_BuildCraftTransport 2.2.12" from mod_BuildCraftTransport.class

2012-03-30 14:21:47 [iNFO] Mod Loaded: mod_BuildCraftTransport 2.2.12

2012-03-30 14:21:47 [FINER] Adding mods from C:\Documents and Settings\Tell Me\Bureaublad\tekkit server 2\mods\[1]Industrialcraft2-1.71-cb1.1R4-r4.zip

2012-03-30 14:21:47 [FINER] Zip found.

2012-03-30 14:21:47 [FINE] Mod Loaded: "mod_IC2 v1.71" from mod_IC2.class

2012-03-30 14:21:47 [iNFO] Mod Loaded: mod_IC2 v1.71

2012-03-30 14:21:47 [FINER] Adding mods from C:\Documents and Settings\Tell Me\Bureaublad\tekkit server 2\mods\[1]Redpower-all-2.0p4d-b1.1R3.zip

2012-03-30 14:21:47 [FINER] Zip found.

2012-03-30 14:21:47 [FINE] Mod Loaded: "mod_RedPowerLighting 2.0pr4d" from mod_RedPowerLighting.class

2012-03-30 14:21:47 [iNFO] Mod Loaded: mod_RedPowerLighting 2.0pr4d

2012-03-30 14:21:47 [FINE] Mod Loaded: "mod_RedPowerArray 2.0pr4d" from mod_RedPowerArray.class

2012-03-30 14:21:47 [iNFO] Mod Loaded: mod_RedPowerArray 2.0pr4d

2012-03-30 14:21:47 [FINE] Mod Loaded: "mod_RedPowerMachine 2.0pr4d" from mod_RedPowerMachine.class

2012-03-30 14:21:47 [iNFO] Mod Loaded: mod_RedPowerMachine 2.0pr4d

2012-03-30 14:21:47 [FINE] Mod Loaded: "mod_RedPowerLogic 2.0pr4d" from mod_RedPowerLogic.class

2012-03-30 14:21:47 [iNFO] Mod Loaded: mod_RedPowerLogic 2.0pr4d

2012-03-30 14:21:47 [FINE] Mod Loaded: "mod_RedPowerWorld 2.0pr4d" from mod_RedPowerWorld.class

2012-03-30 14:21:47 [iNFO] Mod Loaded: mod_RedPowerWorld 2.0pr4d

2012-03-30 14:21:47 [FINE] Mod Loaded: "mod_RedPowerCore 2.0pr4d" from mod_RedPowerCore.class

2012-03-30 14:21:47 [iNFO] Mod Loaded: mod_RedPowerCore 2.0pr4d

2012-03-30 14:21:47 [FINE] Mod Loaded: "mod_RedPowerWiring 2.0pr4d" from mod_RedPowerWiring.class

2012-03-30 14:21:47 [iNFO] Mod Loaded: mod_RedPowerWiring 2.0pr4d

2012-03-30 14:21:47 [FINER] Adding mods from C:\Documents and Settings\Tell Me\Bureaublad\tekkit server 2\mods\[2]Additionalpipes-32.3-bukkit-b1.1R4-r1.zip

2012-03-30 14:21:47 [FINER] Zip found.

2012-03-30 14:21:47 [FINE] Mod Loaded: "mod_zAdditionalPipes Rev32.3" from mod_zAdditionalPipes.class

2012-03-30 14:21:47 [iNFO] Mod Loaded: mod_zAdditionalPipes Rev32.3

2012-03-30 14:21:47 [FINER] Adding mods from C:\Documents and Settings\Tell Me\Bureaublad\tekkit server 2\mods\[2]AdvancedMachines_3.6_bukkit.zip

2012-03-30 14:21:47 [FINER] Zip found.

2012-03-30 14:21:47 [FINE] Failed to load mod from "mod_IC2AdvancedMachines.class"

2012-03-30 14:21:47 [FINER] THROW

java.lang.UnsupportedClassVersionError: net/minecraft/server/mod_IC2AdvancedMachines : Unsupported major.minor version 51.0

	at java.lang.ClassLoader.defineClass1(Native Method)

	at java.lang.ClassLoader.defineClassCond(Unknown Source)

	at java.lang.ClassLoader.defineClass(Unknown Source)

	at java.security.SecureClassLoader.defineClass(Unknown Source)

	at java.net.URLClassLoader.defineClass(Unknown Source)

	at java.net.URLClassLoader.access$000(Unknown Source)

	at java.net.URLClassLoader$1.run(Unknown Source)

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

	at java.net.URLClassLoader.findClass(Unknown Source)

	at java.lang.ClassLoader.loadClass(Unknown Source)

	at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)

	at java.lang.ClassLoader.loadClass(Unknown Source)

	at net.minecraft.server.ModLoader.addMod(ModLoader.java:172)

	at net.minecraft.server.ModLoader.readFromModFolder(ModLoader.java:929)

	at net.minecraft.server.ModLoader.init(ModLoader.java:683)

	at net.minecraft.server.ModLoader.Init(ModLoader.java:1357)

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

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

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

2012-03-30 14:21:48 [sEVERE] Unexpected exception

java.lang.UnsupportedClassVersionError: net/minecraft/server/mod_IC2AdvancedMachines : Unsupported major.minor version 51.0

	at java.lang.ClassLoader.defineClass1(Native Method)

	at java.lang.ClassLoader.defineClassCond(Unknown Source)

	at java.lang.ClassLoader.defineClass(Unknown Source)

	at java.security.SecureClassLoader.defineClass(Unknown Source)

	at java.net.URLClassLoader.defineClass(Unknown Source)

	at java.net.URLClassLoader.access$000(Unknown Source)

	at java.net.URLClassLoader$1.run(Unknown Source)

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

	at java.net.URLClassLoader.findClass(Unknown Source)

	at java.lang.ClassLoader.loadClass(Unknown Source)

	at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)

	at java.lang.ClassLoader.loadClass(Unknown Source)

	at net.minecraft.server.ModLoader.addMod(ModLoader.java:172)

	at net.minecraft.server.ModLoader.readFromModFolder(ModLoader.java:929)

	at net.minecraft.server.ModLoader.init(ModLoader.java:683)

	at net.minecraft.server.ModLoader.Init(ModLoader.java:1357)

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

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

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

2012-03-30 14:21:48 [FINER] THROW

java.lang.RuntimeException: Exception occured in ModLoader

	at net.minecraft.server.ModLoader.ThrowException(ModLoader.java:1292)

	at net.minecraft.server.ModLoader.ThrowException(ModLoader.java:1297)

	at net.minecraft.server.ModLoader.addMod(ModLoader.java:193)

	at net.minecraft.server.ModLoader.readFromModFolder(ModLoader.java:929)

	at net.minecraft.server.ModLoader.init(ModLoader.java:683)

	at net.minecraft.server.ModLoader.Init(ModLoader.java:1357)

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

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

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

Caused by: java.lang.UnsupportedClassVersionError: net/minecraft/server/mod_IC2AdvancedMachines : Unsupported major.minor version 51.0

	at java.lang.ClassLoader.defineClass1(Native Method)

	at java.lang.ClassLoader.defineClassCond(Unknown Source)

	at java.lang.ClassLoader.defineClass(Unknown Source)

	at java.security.SecureClassLoader.defineClass(Unknown Source)

	at java.net.URLClassLoader.defineClass(Unknown Source)

	at java.net.URLClassLoader.access$000(Unknown Source)

	at java.net.URLClassLoader$1.run(Unknown Source)

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

	at java.net.URLClassLoader.findClass(Unknown Source)

	at java.lang.ClassLoader.loadClass(Unknown Source)

	at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)

	at java.lang.ClassLoader.loadClass(Unknown Source)

	at net.minecraft.server.ModLoader.addMod(ModLoader.java:172)

	... 6 more

2012-03-30 14:21:48 [sEVERE] Unexpected exception

java.lang.RuntimeException: Exception occured in ModLoader

	at net.minecraft.server.ModLoader.ThrowException(ModLoader.java:1292)

	at net.minecraft.server.ModLoader.ThrowException(ModLoader.java:1297)

	at net.minecraft.server.ModLoader.addMod(ModLoader.java:193)

	at net.minecraft.server.ModLoader.readFromModFolder(ModLoader.java:929)

	at net.minecraft.server.ModLoader.init(ModLoader.java:683)

	at net.minecraft.server.ModLoader.Init(ModLoader.java:1357)

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

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

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

Caused by: java.lang.UnsupportedClassVersionError: net/minecraft/server/mod_IC2AdvancedMachines : Unsupported major.minor version 51.0

	at java.lang.ClassLoader.defineClass1(Native Method)

	at java.lang.ClassLoader.defineClassCond(Unknown Source)

	at java.lang.ClassLoader.defineClass(Unknown Source)

	at java.security.SecureClassLoader.defineClass(Unknown Source)

	at java.net.URLClassLoader.defineClass(Unknown Source)

	at java.net.URLClassLoader.access$000(Unknown Source)

	at java.net.URLClassLoader$1.run(Unknown Source)

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

	at java.net.URLClassLoader.findClass(Unknown Source)

	at java.lang.ClassLoader.loadClass(Unknown Source)

	at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)

	at java.lang.ClassLoader.loadClass(Unknown Source)

	at net.minecraft.server.ModLoader.addMod(ModLoader.java:172)

	... 6 more

2012-03-30 14:21:49 [sEVERE] Unexpected exception

java.lang.RuntimeException: ModLoader has failed to initialize.

	at net.minecraft.server.ModLoader.ThrowException(ModLoader.java:1292)

	at net.minecraft.server.ModLoader.init(ModLoader.java:715)

	at net.minecraft.server.ModLoader.Init(ModLoader.java:1357)

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

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

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

Caused by: java.lang.RuntimeException: Exception occured in ModLoader

	at net.minecraft.server.ModLoader.ThrowException(ModLoader.java:1292)

	at net.minecraft.server.ModLoader.ThrowException(ModLoader.java:1297)

	at net.minecraft.server.ModLoader.addMod(ModLoader.java:193)

	at net.minecraft.server.ModLoader.readFromModFolder(ModLoader.java:929)

	at net.minecraft.server.ModLoader.init(ModLoader.java:683)

	... 4 more

Caused by: java.lang.UnsupportedClassVersionError: net/minecraft/server/mod_IC2AdvancedMachines : Unsupported major.minor version 51.0

	at java.lang.ClassLoader.defineClass1(Native Method)

	at java.lang.ClassLoader.defineClassCond(Unknown Source)

	at java.lang.ClassLoader.defineClass(Unknown Source)

	at java.security.SecureClassLoader.defineClass(Unknown Source)

	at java.net.URLClassLoader.defineClass(Unknown Source)

	at java.net.URLClassLoader.access$000(Unknown Source)

	at java.net.URLClassLoader$1.run(Unknown Source)

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

	at java.net.URLClassLoader.findClass(Unknown Source)

	at java.lang.ClassLoader.loadClass(Unknown Source)

	at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)

	at java.lang.ClassLoader.loadClass(Unknown Source)

	at net.minecraft.server.ModLoader.addMod(ModLoader.java:172)

	... 6 more

2012-03-30 14:21:52 [iNFO] Stopping server

if anyone could help me :)

Link to comment
Share on other sites

Along with this "datum" variable i assume youre german. if so, can you pm me to tell me what youre trying to do? :)

java.lang.UnsupportedClassVersionError: net/minecraft/server/mod_IC2AdvancedMachines : Unsupported major.minor version 51.0

Looks like the wrong Java version? wich one do you have installed? 6 or 7?

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