Jump to content

Error when launching server


Evender

Recommended Posts

Whenever I run the launch.bat file for my server I keep getting this:

C:\Users\George\Desktop\Tekkit Server>java -Xms1000M -Xmx1000M -jar Tekkit.jar n

ogui

182 recipes

27 achievements

05:31:57 [iNFO] Starting minecraft server version 1.2.5

05:31:57 [iNFO] Attempting early MinecraftForge initialization

05:31:57 [iNFO] Completed early MinecraftForge initialization

05:31:57 [iNFO] Forge Mod Loader version 2.2.91.173 for Minecraft 1.2.5 loading

05:31:58 [iNFO] Loading mods from C:\Users\George\Desktop\Tekkit Server\mods

05:31:58 [iNFO] Directory weaponmod contained no mods

05:31:58 [iNFO] Forge Mod Loader has loaded 37 mods

05:31:58 [iNFO] MinecraftForge v3.3.8.152 Initialized

05:31:58 [iNFO] MinecraftForge v3.3.8.152 Initialized

05:31:58 [iNFO] [WeaponMod] Properties file read succesfully!

05:31:58 [sEVERE] java.lang.NoClassDefFoundError: BaseMod

05:31:58 [sEVERE] at java.lang.Class.getDeclaredConstructors0(Native Metho

d)

05:31:58 [sEVERE] at java.lang.Class.privateGetDeclaredConstructors(Unknow

n Source)

05:31:58 [sEVERE] at java.lang.Class.getConstructor0(Unknown Source)

05:31:58 [sEVERE] at java.lang.Class.newInstance0(Unknown Source)

05:31:58 [sEVERE] at java.lang.Class.newInstance(Unknown Source)

05:31:58 [sEVERE] at cpw.mods.fml.common.modloader.ModLoaderModContainer.p

reInit(ModLoaderModContainer.java:107)

05:31:58 [sEVERE] at cpw.mods.fml.common.Loader.preModInit(Loader.java:235

)

05:31:58 [sEVERE] at cpw.mods.fml.common.Loader.loadMods(Loader.java:607)

05:31:58 [sEVERE] at cpw.mods.fml.server.FMLBukkitHandler.onPreLoad(FMLBuk

kitHandler.java:134)

05:31:58 [sEVERE] at net.minecraft.server.MinecraftServer.init(MinecraftSe

rver.java:135)

05:31:58 [sEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftSer

ver.java:438)

05:31:58 [sEVERE] at net.minecraft.server.ThreadServerApplication.run(Sour

ceFile:492)

05:31:58 [sEVERE] Caused by: java.lang.ClassNotFoundException: BaseMod

05:31:58 [sEVERE] at java.net.URLClassLoader$1.run(Unknown Source)

05:31:58 [sEVERE] at java.net.URLClassLoader$1.run(Unknown Source)

05:31:58 [sEVERE] at java.security.AccessController.doPrivileged(Native Me

thod)

05:31:58 [sEVERE] at java.net.URLClassLoader.findClass(Unknown Source)

05:31:58 [sEVERE] at java.lang.ClassLoader.loadClass(Unknown Source)

05:31:58 [sEVERE] at sun.misc.Launcher$AppClassLoader.loadClass(Unknown So

urce)

05:31:58 [sEVERE] at java.lang.ClassLoader.loadClass(Unknown Source)

05:31:58 [sEVERE] ... 12 more

05:31:58 [sEVERE] Unexpected exception

java.lang.NoClassDefFoundError: BaseMod

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

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

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

Caused by: java.lang.ClassNotFoundException: BaseMod

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

Everything is up to date as far as I'm aware, all mods are the latest build as well as the Tekkit server itself, it stated before that it is likely being caused by a corrupt .jar in the mods folder but it no longer says this so I'm a little stumped.

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