I have a tekkit server hosted on my pc and it worked fine till I updated to 3.1.3 (latest) now I get a long console error and don't know what to do. Can someone tell me what the peoblem is and how to fix it:
C:\Users\Anthony\Desktop\Tekkit Server>java -Xmx750M -Xms750M -jar Tekkit.jar no
gui
182 recipes
27 achievements
15:10:54 [iNFO] Starting minecraft server version 1.2.5
15:10:54 [iNFO] Attempting early MinecraftForge initialization
15:10:54 [iNFO] Completed early MinecraftForge initialization
15:10:54 [iNFO] Forge Mod Loader version 2.2.91.182 for Minecraft 1.2.5 loading
15:10:54 [iNFO] Loading mods from C:\Users\Anthony\Desktop\Tekkit Server\mods
15:10:56 [iNFO] Directory weaponmod contained no mods
15:10:56 [iNFO] Forge Mod Loader has loaded 39 mods
15:10:56 [iNFO] MinecraftForge v3.3.8.152 Initialized
15:10:56 [iNFO] MinecraftForge v3.3.8.152 Initialized
15:10:56 [iNFO] [WeaponMod] Properties file read succesfully!
15:10:57 [iNFO] Initializing alchemy values for Equivalent Exchange..
15:10:57 [sEVERE] java.lang.NoClassDefFoundError: tv
15:10:57 [sEVERE] at java.lang.Class.getDeclaredConstructors0(Native Metho
d)
15:10:57 [sEVERE] at java.lang.Class.privateGetDeclaredConstructors(Unknow
n Source)
15:10:57 [sEVERE] at java.lang.Class.getConstructor0(Unknown Source)
15:10:57 [sEVERE] at java.lang.Class.newInstance0(Unknown Source)
15:10:57 [sEVERE] at java.lang.Class.newInstance(Unknown Source)
15:10:57 [sEVERE] at cpw.mods.fml.common.modloader.ModLoaderModContainer.p
reInit(ModLoaderModContainer.java:107)
15:10:57 [sEVERE] at cpw.mods.fml.common.Loader.preModInit(Loader.java:235
)
15:10:57 [sEVERE] at cpw.mods.fml.common.Loader.loadMods(Loader.java:607)
15:10:57 [sEVERE] at cpw.mods.fml.server.FMLBukkitHandler.onPreLoad(FMLBuk
kitHandler.java:134)
15:10:57 [sEVERE] at net.minecraft.server.MinecraftServer.init(MinecraftSe
rver.java:125)
15:10:57 [sEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftSer
ver.java:428)
15:10:57 [sEVERE] at net.minecraft.server.ThreadServerApplication.run(Sour
ceFile:492)
15:10:57 [sEVERE] Caused by: java.lang.ClassNotFoundException: tv
15:10:57 [sEVERE] at java.net.URLClassLoader$1.run(Unknown Source)
15:10:57 [sEVERE] at java.net.URLClassLoader$1.run(Unknown Source)
15:10:57 [sEVERE] at java.security.AccessController.doPrivileged(Native Me
thod)
15:10:57 [sEVERE] at java.net.URLClassLoader.findClass(Unknown Source)
15:10:57 [sEVERE] at java.lang.ClassLoader.loadClass(Unknown Source)
15:10:57 [sEVERE] at sun.misc.Launcher$AppClassLoader.loadClass(Unknown So
urce)
15:10:57 [sEVERE] at java.lang.ClassLoader.loadClass(Unknown Source)
15:10:57 [sEVERE] ... 12 more
15:10:57 [sEVERE] Unexpected exception
java.lang.NoClassDefFoundError: tv
at java.lang.Class.getDeclaredConstructors0(Native Method)
at java.lang.Class.privateGetDeclaredConstructors(Unknown Source)
at java.lang.Class.getConstructor0(Unknown Source)
at java.lang.Class.newInstance0(Unknown Source)
at java.lang.Class.newInstance(Unknown Source)
at cpw.mods.fml.common.modloader.ModLoaderModContainer.preInit(ModLoader
ModContainer.java:107)
at cpw.mods.fml.common.Loader.preModInit(Loader.java:235)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:607)
at cpw.mods.fml.server.FMLBukkitHandler.onPreLoad(FMLBukkitHandler.java:
134)
at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:125)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:428)
at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
Caused by: java.lang.ClassNotFoundException: tv
at java.net.URLClassLoader$1.run(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)
... 12 more
>
15:11:19 [iNFO] Stopping server
15:11:19 [sEVERE] java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
15:11:19 [sEVERE] at java.util.ArrayList.rangeCheck(Unknown Source)
15:11:19 [sEVERE] at java.util.ArrayList.get(Unknown Source)
15:11:19 [sEVERE] at net.minecraft.server.MinecraftServer.stop(MinecraftSe
rver.java:414)
15:11:19 [sEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftSer
ver.java:487)
15:11:19 [sEVERE] at net.minecraft.server.ThreadServerApplication.run(Sour
ceFile:492)
15:11:19 [iNFO] Stopping server
15:11:19 [sEVERE] Exception in thread "Thread-3"
15:11:19 [sEVERE] java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
15:11:19 [sEVERE] at java.util.ArrayList.rangeCheck(Unknown Source)
15:11:19 [sEVERE] at java.util.ArrayList.get(Unknown Source)
15:11:19 [sEVERE] at net.minecraft.server.MinecraftServer.stop(MinecraftSe
rver.java:414)
15:11:19 [sEVERE] at org.bukkit.craftbukkit.util.ServerShutdownThread.run(
ServerShutdownThread.java:14)
>
C:\Users\Anthony\Desktop\Tekkit Server>pause
Press any key to continue . . .