Jump to content

Question

Posted

Launcher/Pack: Tekkit_Server_3.0.4

Operating system: [server] Windows 7 (Acer Aspire 5742-6643)

Version of Java: 7 update 4

Description of Problem: error on start-up, perhaps an addon or api loading before a specific mod.

Error Message:

[sp]08:34:40 [sEVERE] java.lang.NoClassDefFoundError: BaseMod

2012-05-31 08:34:40 [sEVERE] at mod_Forestry.load(mod_Forestry.java:20)

2012-05-31 08:34:40 [sEVERE] at cpw.mods.fml.server.ModLoaderModContainer.init(ModLoaderModContainer.java:271)

2012-05-31 08:34:40 [sEVERE] at cpw.mods.fml.common.Loader.modInit(Loader.java:220)

2012-05-31 08:34:40 [sEVERE] at cpw.mods.fml.common.Loader.initializeMods(Loader.java:539)

2012-05-31 08:34:40 [sEVERE] at cpw.mods.fml.server.FMLBukkitHandler.onLoadComplete(FMLBukkitHandler.java:121)

2012-05-31 08:34:40 [sEVERE] at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:159)

2012-05-31 08:34:40 [sEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:426)

2012-05-31 08:34:40 [sEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)

2012-05-31 08:34:40 [sEVERE] Caused by: java.lang.ClassNotFoundException: BaseMod

2012-05-31 08:34:40 [sEVERE] at java.net.URLClassLoader$1.run(Unknown Source)

2012-05-31 08:34:40 [sEVERE] at java.net.URLClassLoader$1.run(Unknown Source)

2012-05-31 08:34:40 [sEVERE] at java.security.AccessController.doPrivileged(Native Method)

2012-05-31 08:34:40 [sEVERE] at java.net.URLClassLoader.findClass(Unknown Source)

2012-05-31 08:34:40 [sEVERE] at java.lang.ClassLoader.loadClass(Unknown Source)

2012-05-31 08:34:40 [sEVERE] at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)

2012-05-31 08:34:40 [sEVERE] at java.lang.ClassLoader.loadClass(Unknown Source)

2012-05-31 08:34:40 [sEVERE] ... 8 more

2012-05-31 08:34:40 [sEVERE] Unexpected exception

java.lang.NoClassDefFoundError: BaseMod

at mod_Forestry.load(mod_Forestry.java:20)

at cpw.mods.fml.server.ModLoaderModContainer.init(ModLoaderModContainer.java:271)

at cpw.mods.fml.common.Loader.modInit(Loader.java:220)

at cpw.mods.fml.common.Loader.initializeMods(Loader.java:539)

at cpw.mods.fml.server.FMLBukkitHandler.onLoadComplete(FMLBukkitHandler.java:121)

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

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

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)

... 8 more[/sp]

I'm quite stumped by this error, any ideas?

EDIT: i installed some extra mods along with tekkit, Forestry, Balkons weapon mod, and Backpacks by Mighty Pork. the issue seems to lean towards forestry but i cant seem to pin-point the cause.

10 answers to this question

Recommended Posts

  • 0
Posted

I removed Foresrty once before and it worked, but i was wondering if there was anything that i could do to keep forestry. the previous release of forestry works with tekkit but i cant downgrade because i cant find the old version. do you know where i can find the version 1.4.6.1? it would be a great help.

EDIT: come to think of it, I believe the log is suggesting a conflict with bukkit or an IC2 addon like compact solars, since it mentions "cpw" and "bukkit handler".

  • 0
Posted

ok im not sure what i did but i think the forestry error is gone. but it seems as if another error took it's place.

18:15:04 [sEVERE] java.lang.NoSuchMethodError: ic2.api.Ic2Recipes.addMaceratorRecipe(Lnet/minecraft/server/ItemStack;Lnet/minecraft/server/ItemStack;)V

2012-05-31 18:15:04 [sEVERE] at net.minecraft.server.powercrystals.netherores.NetherOresCore.init(NetherOresCore.java:68)

2012-05-31 18:15:04 [sEVERE] at net.minecraft.server.mod_NetherOres.<init>(mod_NetherOres.java:23)

2012-05-31 18:15:04 [sEVERE] at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)

2012-05-31 18:15:04 [sEVERE] at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)

2012-05-31 18:15:04 [sEVERE] at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)

2012-05-31 18:15:04 [sEVERE] at java.lang.reflect.Constructor.newInstance(Unknown Source)

2012-05-31 18:15:04 [sEVERE] at java.lang.Class.newInstance0(Unknown Source)

2012-05-31 18:15:04 [sEVERE] at java.lang.Class.newInstance(Unknown Source)

2012-05-31 18:15:04 [sEVERE] at cpw.mods.fml.server.ModLoaderModContainer.preInit(ModLoaderModContainer.java:74)

2012-05-31 18:15:04 [sEVERE] at cpw.mods.fml.common.Loader.preModInit(Loader.java:201)

2012-05-31 18:15:04 [sEVERE] at cpw.mods.fml.common.Loader.loadMods(Loader.java:528)

2012-05-31 18:15:04 [sEVERE] at cpw.mods.fml.server.FMLBukkitHandler.onPreLoad(FMLBukkitHandler.java:113)

2012-05-31 18:15:04 [sEVERE] at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:118)

2012-05-31 18:15:04 [sEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:426)

2012-05-31 18:15:04 [sEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)

2012-05-31 18:15:04 [sEVERE] Unexpected exception

java.lang.NoSuchMethodError: ic2.api.Ic2Recipes.addMaceratorRecipe(Lnet/minecraft/server/ItemStack;Lnet/minecraft/server/ItemStack;)V

at net.minecraft.server.powercrystals.netherores.NetherOresCore.init(NetherOresCore.java:68)

at net.minecraft.server.mod_NetherOres.<init>(mod_NetherOres.java:23)

at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)

at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)

at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)

at java.lang.reflect.Constructor.newInstance(Unknown Source)

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

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

at cpw.mods.fml.server.ModLoaderModContainer.preInit(ModLoaderModContainer.java:74)

at cpw.mods.fml.common.Loader.preModInit(Loader.java:201)

at cpw.mods.fml.common.Loader.loadMods(Loader.java:528)

at cpw.mods.fml.server.FMLBukkitHandler.onPreLoad(FMLBukkitHandler.java:113)

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

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

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

once again im stumped

  • 0
Posted

can someone please give me an answer?

An answer.

What do you want? You're trying to do a custom install with mods that are no longer included in the pack, and therefore aren't supported. Unless a kind soul with some magical abilities comes along to help, I think you might be out of luck.

  • 0
Posted

the error doesnt seem to be with the custom installed mod right now, it looks like an error with netherores, but i dont know what to do with it.

Just looking at it, I'd guess it's load order. Is NetherOres before or after IC2 in the mods folder? Also, why is no one else reporting this error when running the newest versions of the Tekkit server?

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