google-code-export / craftingtableiii

Automatically exported from code.google.com/p/craftingtableiii
0 stars 0 forks source link

Server not start :( #82

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Server log file:

2012-12-04 20:59:07 [FINER] Pre-initializing 
/games/ni117130_1/ftproot/tekkit/mods/zzCraftingTableIIIServerB1.8.zip
2012-12-04 20:59:07 [FINE] No MLProp configuration for mod_CraftingTableIII 
found or required. No file written
2012-12-04 20:59:07 [SEVERE] java.lang.NoClassDefFoundError: vz
2012-12-04 20:59:07 [SEVERE]    at 
java.lang.Class.getDeclaredConstructors0(Native Method)
2012-12-04 20:59:07 [SEVERE]    at 
java.lang.Class.privateGetDeclaredConstructors(Unknown Source)
2012-12-04 20:59:07 [SEVERE]    at java.lang.Class.getConstructor0(Unknown Source)
2012-12-04 20:59:07 [SEVERE]    at java.lang.Class.newInstance0(Unknown Source)
2012-12-04 20:59:07 [SEVERE]    at java.lang.Class.newInstance(Unknown Source)
2012-12-04 20:59:07 [SEVERE]    at 
cpw.mods.fml.common.modloader.ModLoaderModContainer.preInit(ModLoaderModContaine
r.java:107)
2012-12-04 20:59:07 [SEVERE]    at 
cpw.mods.fml.common.Loader.preModInit(Loader.java:235)
2012-12-04 20:59:07 [SEVERE]    at 
cpw.mods.fml.common.Loader.loadMods(Loader.java:607)
2012-12-04 20:59:07 [SEVERE]    at 
cpw.mods.fml.server.FMLBukkitHandler.onPreLoad(FMLBukkitHandler.java:134)
2012-12-04 20:59:07 [SEVERE]    at 
net.minecraft.server.MinecraftServer.init(MinecraftServer.java:135)
2012-12-04 20:59:07 [SEVERE]    at 
net.minecraft.server.MinecraftServer.run(MinecraftServer.java:438)
2012-12-04 20:59:07 [SEVERE]    at 
net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
2012-12-04 20:59:07 [SEVERE] Caused by: java.lang.ClassNotFoundException: vz
2012-12-04 20:59:07 [SEVERE]    at java.net.URLClassLoader$1.run(Unknown Source)
2012-12-04 20:59:07 [SEVERE]    at java.net.URLClassLoader$1.run(Unknown Source)
2012-12-04 20:59:07 [SEVERE]    at 
java.security.AccessController.doPrivileged(Native Method)
2012-12-04 20:59:07 [SEVERE]    at java.net.URLClassLoader.findClass(Unknown 
Source)
2012-12-04 20:59:07 [SEVERE]    at java.lang.ClassLoader.loadClass(Unknown Source)
2012-12-04 20:59:07 [SEVERE]    at 
sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
2012-12-04 20:59:07 [SEVERE]    at java.lang.ClassLoader.loadClass(Unknown Source)
2012-12-04 20:59:07 [SEVERE]    ... 12 more
2012-12-04 20:59:07 [SEVERE] Unexpected exception
java.lang.NoClassDefFoundError: vz
    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(ModLoaderModContainer.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: vz
    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

I have latest tekkit installed.... And this happend always.. I tried 1.8 
version first then 1.7 but always the same error :(

Original issue reported on code.google.com by dodanc...@gmail.com on 4 Dec 2012 at 8:02

GoogleCodeExporter commented 9 years ago
Please someone respond. I also am having problems.

Original comment by travis.k...@gmail.com on 12 Dec 2012 at 6:38

GoogleCodeExporter commented 9 years ago
You're using the Server version, you should be using the MCPC/Bukkit version. 
It's on this list:
http://mcportcentral.co.za/wiki/index.php?title=Ports_for_1.2.5

Original comment by shadow...@gmail.com on 7 Jan 2013 at 8:44