Jump to content
  • 0

Question

Posted

Title: Console Error on Startup

Version: 3.0.3/3.0.4

OS: Windows 7 32bit

Java Version: 6

Description of Problem:

Whenever I open tekkit server with the launch, it gives me a huge error log. If you want to know how I installed tekkit server, I put tekkit_Server_3.0.4.jar in a folder on my desktop, then extracted the .jar into the folder. I opened the launch.bat, and it gave me the following error. Sorry about the error log if it's too long, idk what's important and what's not.

Error Messages:

182 recipes

27 achievements

15:15:11 [iNFO] Starting minecraft server version 1.2.5

15:15:11 [iNFO] Attempting early MinecraftForge initialization

15:15:11 [iNFO] Completed early MinecraftForge initialization

15:15:11 [iNFO] Forge Mod Loader version 2.2.91.173 for Minecraft 1.2.5 loading

15:15:11 [iNFO] Loading mods from C:\Users\David\Desktop\Test\mods

15:15:13 [WARNING] Failed to load mod class net/minecraft/server/mod_NetherOres.

class in C:\Users\David\Desktop\Test\mods\mod_NetherOres.jar

15:15:13 [sEVERE] Zip file mod_NetherOres.jar failed to read properly

15:15:13 [iNFO] File mod_NetherOres.jar contained no mods

15:15:13 [WARNING] Failed to load mod class net/minecraft/server/mod_WirelessRed

stoneAddons.class in C:\Users\David\Desktop\Test\mods\wrcbe-addons-server-1.2.1-

bukkit-mcpc-1.2.5.zip

15:15:13 [sEVERE] Zip file wrcbe-addons-server-1.2.1-bukkit-mcpc-1.2.5.zip faile

d to read properly

15:15:13 [iNFO] File wrcbe-addons-server-1.2.1-bukkit-mcpc-1.2.5.zip contained n

o mods

15:15:13 [sEVERE] A problem has occured during mod loading. Likely a corrupt jar

is located in your mods directory

15:15:13 [sEVERE] cpw.mods.fml.common.LoaderException: cpw.mods.fml.common.Loade

rException: java.lang.VerifyError: class net.minecraft.server.mod_WirelessRedsto

neAddons overrides final method onPlayerLogout.(Ljava/lang/Object;)V

15:15:13 [sEVERE] at cpw.mods.fml.common.Loader.load(Loader.java:436)

15:15:13 [sEVERE] at cpw.mods.fml.common.Loader.loadMods(Loader.java:606)

15:15:13 [sEVERE] at cpw.mods.fml.server.FMLBukkitHandler.onPreLoad(FMLBuk

kitHandler.java:134)

15:15:13 [sEVERE] at net.minecraft.server.MinecraftServer.init(MinecraftSe

rver.java:135)

15:15:13 [sEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftSer

ver.java:438)

15:15:13 [sEVERE] at net.minecraft.server.ThreadServerApplication.run(Sour

ceFile:492)

15:15:13 [sEVERE] Caused by: cpw.mods.fml.common.LoaderException: java.lang.Veri

fyError: class net.minecraft.server.mod_WirelessRedstoneAddons overrides final m

ethod onPlayerLogout.(Ljava/lang/Object;)V

15:15:13 [sEVERE] at cpw.mods.fml.common.Loader.loadModClass(Loader.java:5

27)

15:15:13 [sEVERE] at cpw.mods.fml.common.Loader.attemptFileLoad(Loader.jav

a:562)

15:15:13 [sEVERE] at cpw.mods.fml.common.Loader.load(Loader.java:419)

15:15:13 [sEVERE] ... 5 more

15:15:13 [sEVERE] Caused by: java.lang.VerifyError: class net.minecraft.server.m

od_WirelessRedstoneAddons overrides final method onPlayerLogout.(Ljava/lang/Obje

ct;)V

15:15:13 [sEVERE] at java.lang.ClassLoader.defineClass1(Native Method)

15:15:13 [sEVERE] at java.lang.ClassLoader.defineClassCond(Unknown Source)

15:15:13 [sEVERE] at java.lang.ClassLoader.defineClass(Unknown Source)

15:15:13 [sEVERE] at java.security.SecureClassLoader.defineClass(Unknown S

ource)

15:15:13 [sEVERE] at java.net.URLClassLoader.defineClass(Unknown Source)

15:15:13 [sEVERE] at java.net.URLClassLoader.access$000(Unknown Source)

15:15:13 [sEVERE] at java.net.URLClassLoader$1.run(Unknown Source)

15:15:13 [sEVERE] at java.security.AccessController.doPrivileged(Native Me

thod)

15:15:13 [sEVERE] at java.net.URLClassLoader.findClass(Unknown Source)

15:15:13 [sEVERE] at java.lang.ClassLoader.loadClass(Unknown Source)

15:15:13 [sEVERE] at sun.misc.Launcher$AppClassLoader.loadClass(Unknown So

urce)

15:15:13 [sEVERE] at java.lang.ClassLoader.loadClass(Unknown Source)

15:15:13 [sEVERE] at java.lang.ClassLoader.loadClass(Unknown Source)

15:15:13 [sEVERE] at java.lang.Class.forName0(Native Method)

15:15:13 [sEVERE] at java.lang.Class.forName(Unknown Source)

15:15:13 [sEVERE] at cpw.mods.fml.common.Loader.loadModClass(Loader.java:4

94)

15:15:13 [sEVERE] ... 7 more

15:15:13 [sEVERE] Unexpected exception

cpw.mods.fml.common.LoaderException: cpw.mods.fml.common.LoaderException: java.l

ang.VerifyError: class net.minecraft.server.mod_WirelessRedstoneAddons overrides

final method onPlayerLogout.(Ljava/lang/Object;)V

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.VerifyError: class net

.minecraft.server.mod_WirelessRedstoneAddons overrides final method onPlayerLogo

ut.(Ljava/lang/Object;)V

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.VerifyError: class net.minecraft.server.mod_WirelessRedston

eAddons overrides final method onPlayerLogout.(Ljava/lang/Object;)V

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 java.lang.ClassLoader.loadClass(Unknown Source)

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

at java.lang.Class.forName(Unknown Source)

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

... 7 more

Error Log:


2012-09-29 15:23:27 [iNFO] File wrcbe-addons-server-1.2.1-bukkit-mcpc-1.2.5.zip contained no mods

2012-09-29 15:23:27 [FINE] Found a zip or jar file wrcbe-core-server-1.2.1-bukkit-mcpc-1.2.5.zip, attempting to load it

2012-09-29 15:23:27 [FINE] Found a mod class net.minecraft.server.mod_WirelessRedstoneCore in file wrcbe-core-server-1.2.1-bukkit-mcpc-1.2.5.zip, attempting to load it

2012-09-29 15:23:27 [FINE] ModLoader BaseMod class net.minecraft.server.mod_WirelessRedstoneCore found, loading

2012-09-29 15:23:27 [FINE] ModLoader BaseMod class net.minecraft.server.mod_WirelessRedstoneCore loaded

2012-09-29 15:23:27 [FINE] Failed to find mcmod.info file in wrcbe-core-server-1.2.1-bukkit-mcpc-1.2.5.zip for mod_WirelessRedstoneCore

2012-09-29 15:23:27 [FINE] Mod class net.minecraft.server.mod_WirelessRedstoneCore loaded successfully

2012-09-29 15:23:27 [FINE] File wrcbe-core-server-1.2.1-bukkit-mcpc-1.2.5.zip loaded successfully

2012-09-29 15:23:27 [FINE] Found a zip or jar file wrcbe-redpower-server-1.2.1.1-bukkit-mcpc-1.2.5.zip, attempting to load it

2012-09-29 15:23:27 [FINE] Found a mod class net.minecraft.server.mod_WirelessRedstoneRedPower in file wrcbe-redpower-server-1.2.1.1-bukkit-mcpc-1.2.5.zip, attempting to load it

2012-09-29 15:23:27 [FINE] ModLoader BaseMod class net.minecraft.server.mod_WirelessRedstoneRedPower found, loading

2012-09-29 15:23:27 [FINE] ModLoader BaseMod class net.minecraft.server.mod_WirelessRedstoneRedPower loaded

2012-09-29 15:23:27 [FINE] Failed to find mcmod.info file in wrcbe-redpower-server-1.2.1.1-bukkit-mcpc-1.2.5.zip for mod_WirelessRedstoneRedPower

2012-09-29 15:23:27 [FINE] Mod class net.minecraft.server.mod_WirelessRedstoneRedPower loaded successfully

2012-09-29 15:23:27 [FINE] File wrcbe-redpower-server-1.2.1.1-bukkit-mcpc-1.2.5.zip loaded successfully

2012-09-29 15:23:27 [FINE] Found a zip or jar file zimmibis-core48.2.1-tubestuff-48.2.1-mcpc1.2.5-r1.zip, attempting to load it

2012-09-29 15:23:27 [FINE] Found a mod class net.minecraft.server.mod_ImmibisCore in file zimmibis-core48.2.1-tubestuff-48.2.1-mcpc1.2.5-r1.zip, attempting to load it

2012-09-29 15:23:27 [FINE] ModLoader BaseMod class net.minecraft.server.mod_ImmibisCore found, loading

2012-09-29 15:23:27 [FINE] ModLoader BaseMod class net.minecraft.server.mod_ImmibisCore loaded

2012-09-29 15:23:27 [FINE] Failed to find mcmod.info file in zimmibis-core48.2.1-tubestuff-48.2.1-mcpc1.2.5-r1.zip for mod_ImmibisCore

2012-09-29 15:23:27 [FINE] Mod class net.minecraft.server.mod_ImmibisCore loaded successfully

2012-09-29 15:23:27 [FINE] Found a mod class net.minecraft.server.mod_TubeStuff in file zimmibis-core48.2.1-tubestuff-48.2.1-mcpc1.2.5-r1.zip, attempting to load it

2012-09-29 15:23:27 [FINE] ModLoader BaseMod class net.minecraft.server.mod_TubeStuff found, loading

2012-09-29 15:23:27 [FINE] ModLoader BaseMod class net.minecraft.server.mod_TubeStuff loaded

2012-09-29 15:23:27 [FINE] Failed to find mcmod.info file in zimmibis-core48.2.1-tubestuff-48.2.1-mcpc1.2.5-r1.zip for mod_TubeStuff

2012-09-29 15:23:27 [FINE] Mod class net.minecraft.server.mod_TubeStuff loaded successfully

2012-09-29 15:23:27 [FINE] File zimmibis-core48.2.1-tubestuff-48.2.1-mcpc1.2.5-r1.zip loaded successfully

2012-09-29 15:23:27 [sEVERE] A problem has occured during mod loading. Likely a corrupt jar is located in your mods directory

2012-09-29 15:23:27 [sEVERE] cpw.mods.fml.common.LoaderException: cpw.mods.fml.common.LoaderException: java.lang.VerifyError: class net.minecraft.server.mod_WirelessRedstoneAddons overrides final method onPlayerLogout.(Ljava/lang/Object;)V

2012-09-29 15:23:27 [sEVERE] 	at cpw.mods.fml.common.Loader.load(Loader.java:436)

2012-09-29 15:23:27 [sEVERE] 	at cpw.mods.fml.common.Loader.loadMods(Loader.java:606)

2012-09-29 15:23:27 [sEVERE] 	at cpw.mods.fml.server.FMLBukkitHandler.onPreLoad(FMLBukkitHandler.java:134)

2012-09-29 15:23:27 [sEVERE] 	at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:135)

2012-09-29 15:23:27 [sEVERE] 	at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:438)

2012-09-29 15:23:27 [sEVERE] 	at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)

2012-09-29 15:23:27 [sEVERE] Caused by: cpw.mods.fml.common.LoaderException: java.lang.VerifyError: class net.minecraft.server.mod_WirelessRedstoneAddons overrides final method onPlayerLogout.(Ljava/lang/Object;)V

2012-09-29 15:23:27 [sEVERE] 	at cpw.mods.fml.common.Loader.loadModClass(Loader.java:527)

2012-09-29 15:23:27 [sEVERE] 	at cpw.mods.fml.common.Loader.attemptFileLoad(Loader.java:562)

2012-09-29 15:23:27 [sEVERE] 	at cpw.mods.fml.common.Loader.load(Loader.java:419)

2012-09-29 15:23:27 [sEVERE] 	... 5 more

2012-09-29 15:23:27 [sEVERE] Caused by: java.lang.VerifyError: class net.minecraft.server.mod_WirelessRedstoneAddons overrides final method onPlayerLogout.(Ljava/lang/Object;)V

2012-09-29 15:23:27 [sEVERE] 	at java.lang.ClassLoader.defineClass1(Native Method)

2012-09-29 15:23:27 [sEVERE] 	at java.lang.ClassLoader.defineClassCond(Unknown Source)

2012-09-29 15:23:27 [sEVERE] 	at java.lang.ClassLoader.defineClass(Unknown Source)

2012-09-29 15:23:27 [sEVERE] 	at java.security.SecureClassLoader.defineClass(Unknown Source)

2012-09-29 15:23:27 [sEVERE] 	at java.net.URLClassLoader.defineClass(Unknown Source)

2012-09-29 15:23:27 [sEVERE] 	at java.net.URLClassLoader.access$000(Unknown Source)

2012-09-29 15:23:27 [sEVERE] 	at java.net.URLClassLoader$1.run(Unknown Source)

2012-09-29 15:23:27 [sEVERE] 	at java.security.AccessController.doPrivileged(Native Method)

2012-09-29 15:23:27 [sEVERE] 	at java.net.URLClassLoader.findClass(Unknown Source)

2012-09-29 15:23:27 [sEVERE] 	at java.lang.ClassLoader.loadClass(Unknown Source)

2012-09-29 15:23:27 [sEVERE] 	at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)

2012-09-29 15:23:27 [sEVERE] 	at java.lang.ClassLoader.loadClass(Unknown Source)

2012-09-29 15:23:27 [sEVERE] 	at java.lang.ClassLoader.loadClass(Unknown Source)

2012-09-29 15:23:27 [sEVERE] 	at java.lang.Class.forName0(Native Method)

2012-09-29 15:23:27 [sEVERE] 	at java.lang.Class.forName(Unknown Source)

2012-09-29 15:23:27 [sEVERE] 	at cpw.mods.fml.common.Loader.loadModClass(Loader.java:494)

2012-09-29 15:23:27 [sEVERE] 	... 7 more

2012-09-29 15:23:27 [sEVERE] Unexpected exception

cpw.mods.fml.common.LoaderException: cpw.mods.fml.common.LoaderException: java.lang.VerifyError: class net.minecraft.server.mod_WirelessRedstoneAddons overrides final method onPlayerLogout.(Ljava/lang/Object;)V

	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.VerifyError: class net.minecraft.server.mod_WirelessRedstoneAddons overrides final method onPlayerLogout.(Ljava/lang/Object;)V

	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.VerifyError: class net.minecraft.server.mod_WirelessRedstoneAddons overrides final method onPlayerLogout.(Ljava/lang/Object;)V

	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 java.lang.ClassLoader.loadClass(Unknown Source)

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

	at java.lang.Class.forName(Unknown Source)

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

	... 7 more

2012-09-29 15:23:31 [iNFO] Stopping server

2012-09-29 15:23:31 [sEVERE] java.lang.IndexOutOfBoundsException: Index: 0, Size: 0

2012-09-29 15:23:31 [sEVERE] 	at java.util.ArrayList.RangeCheck(Unknown Source)

2012-09-29 15:23:31 [sEVERE] 	at java.util.ArrayList.get(Unknown Source)

2012-09-29 15:23:31 [sEVERE] 	at net.minecraft.server.MinecraftServer.stop(MinecraftServer.java:424)

2012-09-29 15:23:31 [sEVERE] 	at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:497)

2012-09-29 15:23:31 [sEVERE] 	at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)

2012-09-29 15:23:31 [iNFO] Stopping server

2012-09-29 15:23:31 [sEVERE] Exception in thread "Thread-3" 

2012-09-29 15:23:31 [sEVERE] java.lang.IndexOutOfBoundsException: Index: 0, Size: 0

2012-09-29 15:23:31 [sEVERE] 	at java.util.ArrayList.RangeCheck(Unknown Source)

2012-09-29 15:23:31 [sEVERE] 	at java.util.ArrayList.get(Unknown Source)

2012-09-29 15:23:31 [sEVERE] 	at net.minecraft.server.MinecraftServer.stop(MinecraftServer.java:424)

2012-09-29 15:23:31 [sEVERE] 	at org.bukkit.craftbukkit.util.ServerShutdownThread.run(ServerShutdownThread.java:14)

3 answers to this question

Recommended Posts

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