selfmadezwiebel Posted August 23, 2013 Posted August 23, 2013 I tryed to start the server but it came up with that... It worked yesterday but i dont know what that culd be.. 2013-08-24 10:01:03 [iNFO] [sTDERR] Exception in thread "main" java.lang.RuntimeException: java.lang.NoClassDefFoundError: cpw/mods/fml/common/asm/transformers/AccessTransformer 2013-08-24 10:01:03 [iNFO] [sTDERR]at cpw.mods.fml.relauncher.FMLRelauncher.setupHome(FMLRelauncher.java:175) 2013-08-24 10:01:03 [iNFO] [sTDERR]at cpw.mods.fml.relauncher.FMLRelauncher.relaunchServer(FMLRelauncher.java:133) 2013-08-24 10:01:03 [iNFO] [sTDERR]at cpw.mods.fml.relauncher.FMLRelauncher.handleServerRelaunch(FMLRelauncher.java:33) 2013-08-24 10:01:03 [iNFO] [sTDERR]at net.minecraft.server.MinecraftServer.main(MinecraftServer.java:1376) 2013-08-24 10:01:03 [iNFO] [sTDERR] Caused by: java.lang.NoClassDefFoundError: cpw/mods/fml/common/asm/transformers/AccessTransformer 2013-08-24 10:01:03 [iNFO] [sTDERR]at java.lang.ClassLoader.defineClass1(Native Method) 2013-08-24 10:01:03 [iNFO] [sTDERR]at java.lang.ClassLoader.defineClass(Unknown Source) 2013-08-24 10:01:03 [iNFO] [sTDERR]at java.security.SecureClassLoader.defineClass(Unknown Source) 2013-08-24 10:01:03 [iNFO] [sTDERR]at java.net.URLClassLoader.defineClass(Unknown Source) 2013-08-24 10:01:03 [iNFO] [sTDERR]at java.net.URLClassLoader.access$100(Unknown Source) 2013-08-24 10:01:03 [iNFO] [sTDERR]at java.net.URLClassLoader$1.run(Unknown Source) 2013-08-24 10:01:03 [iNFO] [sTDERR]at java.net.URLClassLoader$1.run(Unknown Source) 2013-08-24 10:01:03 [iNFO] [sTDERR]at java.security.AccessController.doPrivileged(Native Method) 2013-08-24 10:01:03 [iNFO] [sTDERR]at java.net.URLClassLoader.findClass(Unknown Source) 2013-08-24 10:01:03 [iNFO] [sTDERR]at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:110) 2013-08-24 10:01:03 [iNFO] [sTDERR]at java.lang.ClassLoader.loadClass(Unknown Source) 2013-08-24 10:01:03 [iNFO] [sTDERR]at java.lang.ClassLoader.loadClass(Unknown Source) 2013-08-24 10:01:03 [iNFO] [sTDERR]at cpw.mods.fml.relauncher.RelaunchClassLoader.registerTransformer(RelaunchClassLoader.java:77) 2013-08-24 10:01:03 [iNFO] [sTDERR]at cpw.mods.fml.relauncher.RelaunchLibraryManager.handleLaunch(RelaunchLibraryManager.java:238) 2013-08-24 10:01:03 [iNFO] [sTDERR]at cpw.mods.fml.relauncher.FMLRelauncher.setupHome(FMLRelauncher.java:155) 2013-08-24 10:01:03 [iNFO] [sTDERR]... 3 more 2013-08-24 10:01:03 [iNFO] [sTDERR] Caused by: java.lang.ClassNotFoundException: cpw.mods.fml.common.asm.transformers.AccessTransformer 2013-08-24 10:01:03 [iNFO] [sTDERR]at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:89) 2013-08-24 10:01:03 [iNFO] [sTDERR]at java.lang.ClassLoader.loadClass(Unknown Source) 2013-08-24 10:01:03 [iNFO] [sTDERR]at java.lang.ClassLoader.loadClass(Unknown Source) 2013-08-24 10:01:03 [iNFO] [sTDERR]... 18 more Would be nice if anyone could help me. Thx
SXScarecrow Posted August 23, 2013 Posted August 23, 2013 AccessTransformer would indicate you need to delete your coremods folder serverside, run the server, stop it, add the basic coremods back in and see if it works. At least, thats what I did.
selfmadezwiebel Posted August 23, 2013 Author Posted August 23, 2013 Doesnt work for me. :c still says 9 more -.-
SXScarecrow Posted August 23, 2013 Posted August 23, 2013 This is a Forge error, so go and post this up in the Forge Forums, you will likely get a better response.
selfmadezwiebel Posted August 23, 2013 Author Posted August 23, 2013 K i went there and they sayd i should come here... "Go to tekkit lite, their pack, they provide support."
SXScarecrow Posted August 23, 2013 Posted August 23, 2013 Try deleting the coremods folder completely, and don't re-add it. Does the server run?
SXScarecrow Posted August 23, 2013 Posted August 23, 2013 Ok, that being the case, lets look at this in a methodical way. NoClassDefFoundError indicates a .class file is missing on the server. Make sure the server files match EXACTLY the client files in the Tekkit Lite pack. The best bet is to replace the server side coremods, mods and config folders with the ones supplied by the pack.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now