Jump to content
  • 0

Server Won't Launch


fonrus

Question

Title: Server Won't Launch

Version: 0.5.0

OS: Win7 Ultimate 64bit

Java Version: 7u10

Description of Problem:

When starting the server for the first time I get an exception that it can't find a class. I assume this is in the file it previously downloaded (guava), or an error with fml that it has a bug when processing what it has downloaded. Its severe enough that it stop the startup process.

Error Messages:

NoClassDefFoundError: com/google/common/collect/MultiMap

Error Log:


C:\Users\Media\Desktop\TkLite>java -Xmx2G -Xms1G -jar TekkitLite.jar nogui

2013-01-04 13:39:44 [iNFO] [ForgeModLoader] Forge Mod Loader version 4.6.17.515

for Minecraft 1.4.6 loading

2013-01-04 13:39:45 [iNFO] [ForgeModLoader] Downloading file http://files.minecr

aftforge.net/fmllibs/guava-12.0.1.jar

2013-01-04 13:39:50 [iNFO] [ForgeModLoader] Download complete

2013-01-04 13:39:50 [iNFO] [sTDERR] Exception in thread "main" java.lang.Runtime

Exception: java.lang.NoClassDefFoundError: com/google/common/collect/Multimap

2013-01-04 13:39:50 [iNFO] [sTDERR]     at cpw.mods.fml.relauncher.FMLRelauncher

.setupHome(FMLRelauncher.java:175)

2013-01-04 13:39:50 [iNFO] [sTDERR]     at cpw.mods.fml.relauncher.FMLRelauncher

.relaunchServer(FMLRelauncher.java:133)

2013-01-04 13:39:50 [iNFO] [sTDERR]     at cpw.mods.fml.relauncher.FMLRelauncher

.handleServerRelaunch(FMLRelauncher.java:33)

2013-01-04 13:39:50 [iNFO] [sTDERR]     at net.minecraft.server.MinecraftServer.

main(MinecraftServer.java:1375)

2013-01-04 13:39:50 [iNFO] [sTDERR] Caused by: java.lang.NoClassDefFoundError: c

om/google/common/collect/Multimap

2013-01-04 13:39:50 [iNFO] [sTDERR]     at java.lang.Class.getDeclaredConstructo

rs0(Native Method)

2013-01-04 13:39:50 [iNFO] [sTDERR]     at java.lang.Class.privateGetDeclaredCon

structors(Unknown Source)

2013-01-04 13:39:50 [iNFO] [sTDERR]     at java.lang.Class.getConstructor0(Unkno

wn Source)

2013-01-04 13:39:50 [iNFO] [sTDERR]     at java.lang.Class.newInstance0(Unknown

Source)

2013-01-04 13:39:50 [iNFO] [sTDERR]     at java.lang.Class.newInstance(Unknown S

ource)

2013-01-04 13:39:50 [iNFO] [sTDERR]     at cpw.mods.fml.relauncher.RelaunchClass

Loader.registerTransformer(RelaunchClassLoader.java:75)

2013-01-04 13:39:50 [iNFO] [sTDERR]     at cpw.mods.fml.relauncher.RelaunchLibra

ryManager.handleLaunch(RelaunchLibraryManager.java:238)

2013-01-04 13:39:50 [iNFO] [sTDERR]     at cpw.mods.fml.relauncher.FMLRelauncher

.setupHome(FMLRelauncher.java:155)

2013-01-04 13:39:50 [iNFO] [sTDERR]     ... 3 more

2013-01-04 13:39:50 [iNFO] [sTDERR] Caused by: java.lang.ClassNotFoundException:

 com.google.common.collect.Multimap

2013-01-04 13:39:50 [iNFO] [sTDERR]     at java.net.URLClassLoader$1.run(Unknown

 Source)

2013-01-04 13:39:50 [iNFO] [sTDERR]     at java.net.URLClassLoader$1.run(Unknown

 Source)

2013-01-04 13:39:50 [iNFO] [sTDERR]     at java.security.AccessController.doPriv

ileged(Native Method)

2013-01-04 13:39:50 [iNFO] [sTDERR]     at java.net.URLClassLoader.findClass(Unk

nown Source)

2013-01-04 13:39:50 [iNFO] [sTDERR]     at cpw.mods.fml.relauncher.RelaunchClass

Loader.findClass(RelaunchClassLoader.java:108)

2013-01-04 13:39:50 [iNFO] [sTDERR]     at java.lang.ClassLoader.loadClass(Unkno

wn Source)

2013-01-04 13:39:50 [iNFO] [sTDERR]     at java.lang.ClassLoader.loadClass(Unkno

wn Source)

2013-01-04 13:39:50 [iNFO] [sTDERR]     ... 11 more

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

I'm having a similar problem. The first couple of times I started my server, everything ran fine and dandy. But about the fourth time starting it up, it gets stuck at: "[iNFO] [sTDOUT] TubeStuff: found com.eloraam.redpower.logic.BlockLogic at ID 238" I tried deleting the Tubestuff mod, which I really shouldn't have done, but THEN it got stuck at "[iNFO] [sTDOUT] Loading NEI" Eh, Tekkit Lite servers >_>

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