Solved Server crashes on start, help?

Lost_Alien

New Member
Jul 29, 2019
7
0
0
Here is the log....


2014-03-15 13:41:05 [INFO] [ForgeModLoader] Forge Mod Loader version missing.missing.missing.missing for Minecraft missing loading
2014-03-15 13:41:05 [INFO] [ForgeModLoader] Java is Java HotSpot(TM) 64-Bit Server VM, version 1.7.0_51, running on Windows 7:amd64:6.1, installed at C:\Program Files\Java\jre7
2014-03-15 13:41:05 [FINE] [ForgeModLoader] Java classpath at launch is CraftBukkit.jar
2014-03-15 13:41:05 [FINE] [ForgeModLoader] Java library path at launch is C:\Windows\system32;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\Program Files (x86)\Intel\iCLS Client\;C:\Program Files\Intel\iCLS Client\;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files (x86)\Intel\OpenCL SDK\2.0\bin\x86;C:\Program Files (x86)\Intel\OpenCL SDK\2.0\bin\x64;.
2014-03-15 13:41:05 [FINE] [ForgeModLoader] Enabling runtime deobfuscation
2014-03-15 13:41:05 [FINE] [ForgeModLoader] Instantiating coremod class FMLCorePlugin
2014-03-15 13:41:05 [FINE] [ForgeModLoader] Enqueued coremod FMLCorePlugin
2014-03-15 13:41:05 [FINE] [ForgeModLoader] Instantiating coremod class FMLForgePlugin
2014-03-15 13:41:05 [FINE] [ForgeModLoader] Enqueued coremod FMLForgePlugin
2014-03-15 13:41:05 [FINE] [ForgeModLoader] All fundamental core mods are successfully located
2014-03-15 13:41:05 [FINE] [ForgeModLoader] Discovering coremods
2014-03-15 13:41:05 [FINE] [ForgeModLoader] Examining for coremod candidacy 1.6.4-SortFix-1.0.jar
2014-03-15 13:41:05 [FINEST] [ForgeModLoader] Adding 1.6.4-SortFix-1.0.jar to the list of known coremods, it will not be examined again
2014-03-15 13:41:05 [FINE] [ForgeModLoader] Instantiating coremod class CorePlugin
2014-03-15 13:41:05 [WARNING] [ForgeModLoader] The coremod net.minecraftforge.lex.sortfix.CorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
2014-03-15 13:41:05 [FINE] [ForgeModLoader] Enqueued coremod CorePlugin
2014-03-15 13:41:05 [FINE] [ForgeModLoader] Examining for coremod candidacy appeng-rv14-finale3-mc16x.jar
2014-03-15 13:41:05 [FINEST] [ForgeModLoader] Found FMLCorePluginContainsFMLMod marker in appeng-rv14-finale3-mc16x.jar, it will be examined later for regular @Mod instances
2014-03-15 13:41:05 [FINE] [ForgeModLoader] Instantiating coremod class AppEngCore
2014-03-15 13:41:05 [INFO] [STDERR] java.lang.NoClassDefFoundError: cpw/mods/fml/common/DummyModContainer
2014-03-15 13:41:05 [INFO] [STDERR] at java.lang.ClassLoader.defineClass1(Native Method)
2014-03-15 13:41:05 [INFO] [STDERR] at java.lang.ClassLoader.defineClass(Unknown Source)
2014-03-15 13:41:05 [INFO] [STDERR] at java.security.SecureClassLoader.defineClass(Unknown Source)
2014-03-15 13:41:05 [INFO] [STDERR] at java.net.URLClassLoader.defineClass(Unknown Source)
2014-03-15 13:41:05 [INFO] [STDERR] at java.net.URLClassLoader.access$100(Unknown Source)
2014-03-15 13:41:05 [INFO] [STDERR] at java.net.URLClassLoader$1.run(Unknown Source)
2014-03-15 13:41:05 [INFO] [STDERR] at java.net.URLClassLoader$1.run(Unknown Source)
2014-03-15 13:41:05 [INFO] [STDERR] at java.security.AccessController.doPrivileged(Native Method)
2014-03-15 13:41:05 [INFO] [STDERR] at java.net.URLClassLoader.findClass(Unknown Source)
2014-03-15 13:41:05 [INFO] [STDERR] at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:113)
2014-03-15 13:41:05 [INFO] [STDERR] at java.lang.ClassLoader.loadClass(Unknown Source)
2014-03-15 13:41:05 [INFO] [STDERR] at java.lang.ClassLoader.loadClass(Unknown Source)
2014-03-15 13:41:05 [INFO] [STDERR] at java.lang.Class.forName0(Native Method)
2014-03-15 13:41:05 [INFO] [STDERR] at java.lang.Class.forName(Unknown Source)
2014-03-15 13:41:05 [INFO] [STDERR] at cpw.mods.fml.relauncher.CoreModManager.loadCoreMod(CoreModManager.java:386)
2014-03-15 13:41:05 [INFO] [STDERR] at cpw.mods.fml.relauncher.CoreModManager.discoverCoreMods(CoreModManager.java:310)
2014-03-15 13:41:05 [INFO] [STDERR] at cpw.mods.fml.relauncher.CoreModManager.handleLaunch(CoreModManager.java:212)
2014-03-15 13:41:05 [INFO] [STDERR] at cpw.mods.fml.relauncher.FMLLaunchHandler.setupHome(FMLLaunchHandler.java:90)
2014-03-15 13:41:05 [INFO] [STDERR] at cpw.mods.fml.relauncher.FMLLaunchHandler.setupServer(FMLLaunchHandler.java:74)
2014-03-15 13:41:05 [INFO] [STDERR] at cpw.mods.fml.relauncher.FMLLaunchHandler.configureForServerLaunch(FMLLaunchHandler.java:39)
2014-03-15 13:41:05 [INFO] [STDERR] at cpw.mods.fml.common.launcher.FMLServerTweaker.injectIntoClassLoader(FMLServerTweaker.java:20)
2014-03-15 13:41:05 [INFO] [STDERR] at net.minecraft.launchwrapper.Launch.launch(Launch.java:111)
2014-03-15 13:41:05 [INFO] [STDERR] at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
2014-03-15 13:41:05 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2014-03-15 13:41:05 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2014-03-15 13:41:05 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2014-03-15 13:41:05 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2014-03-15 13:41:05 [INFO] [STDERR] at cpw.mods.fml.relauncher.ServerLaunchWrapper.run(ServerLaunchWrapper.java:48)
2014-03-15 13:41:05 [INFO] [STDERR] at cpw.mods.fml.relauncher.ServerLaunchWrapper.main(ServerLaunchWrapper.java:17)
2014-03-15 13:41:05 [INFO] [STDERR] Caused by: java.lang.ClassNotFoundException: cpw.mods.fml.common.DummyModContainer
2014-03-15 13:41:05 [INFO] [STDERR] at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:186)
2014-03-15 13:41:05 [INFO] [STDERR] at java.lang.ClassLoader.loadClass(Unknown Source)
2014-03-15 13:41:05 [INFO] [STDERR] at java.lang.ClassLoader.loadClass(Unknown Source)
2014-03-15 13:41:05 [INFO] [STDERR] ... 29 more
2014-03-15 13:41:05 [INFO] [STDERR] Caused by: java.io.FileNotFoundException: C:\Users\calin\Desktop\FTB!! (The system cannot find the file specified)
2014-03-15 13:41:05 [INFO] [STDERR] at java.util.zip.ZipFile.open(Native Method)
2014-03-15 13:41:05 [INFO] [STDERR] at java.util.zip.ZipFile.<init>(Unknown Source)
2014-03-15 13:41:05 [INFO] [STDERR] at java.util.zip.ZipFile.<init>(Unknown Source)
2014-03-15 13:41:05 [INFO] [STDERR] at java.util.jar.JarFile.<init>(Unknown Source)
2014-03-15 13:41:05 [INFO] [STDERR] at java.util.jar.JarFile.<init>(Unknown Source)
2014-03-15 13:41:05 [INFO] [STDERR] at sun.net.www.protocol.jar.URLJarFile.<init>(Unknown Source)
2014-03-15 13:41:05 [INFO] [STDERR] at sun.net.www.protocol.jar.URLJarFile.getJarFile(Unknown Source)
2014-03-15 13:41:05 [INFO] [STDERR] at sun.net.www.protocol.jar.JarFileFactory.get(Unknown Source)
2014-03-15 13:41:05 [INFO] [STDERR] at sun.net.www.protocol.jar.JarURLConnection.connect(Unknown Source)
2014-03-15 13:41:05 [INFO] [STDERR] at sun.net.www.protocol.jar.JarURLConnection.getJarFile(Unknown Source)
2014-03-15 13:41:05 [INFO] [STDERR] at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:141)
2014-03-15 13:41:05 [INFO] [STDERR] ... 31 more
2014-03-15 13:41:05 [SEVERE] [ForgeModLoader] An error occurred trying to configure the minecraft home at C:\Users\calin\Desktop\FTB!!!\. for Forge Mod Loader
java.lang.NoClassDefFoundError: cpw/mods/fml/common/DummyModContainer
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(Unknown Source)
at java.security.SecureClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.access$100(Unknown Source)
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 net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:113)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Unknown Source)
at cpw.mods.fml.relauncher.CoreModManager.loadCoreMod(CoreModManager.java:386)
at cpw.mods.fml.relauncher.CoreModManager.discoverCoreMods(CoreModManager.java:310)
at cpw.mods.fml.relauncher.CoreModManager.handleLaunch(CoreModManager.java:212)
at cpw.mods.fml.relauncher.FMLLaunchHandler.setupHome(FMLLaunchHandler.java:90)
at cpw.mods.fml.relauncher.FMLLaunchHandler.setupServer(FMLLaunchHandler.java:74)
at cpw.mods.fml.relauncher.FMLLaunchHandler.configureForServerLaunch(FMLLaunchHandler.java:39)
at cpw.mods.fml.common.launcher.FMLServerTweaker.injectIntoClassLoader(FMLServerTweaker.java:20)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:111)
at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at cpw.mods.fml.relauncher.ServerLaunchWrapper.run(ServerLaunchWrapper.java:48)
at cpw.mods.fml.relauncher.ServerLaunchWrapper.main(ServerLaunchWrapper.java:17)
Caused by: java.lang.ClassNotFoundException: cpw.mods.fml.common.DummyModContainer
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:186)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 29 more
Caused by: java.io.FileNotFoundException: C:\Users\calin\Desktop\FTB!! (The system cannot find the file specified)
at java.util.zip.ZipFile.open(Native Method)
at java.util.zip.ZipFile.<init>(Unknown Source)
at java.util.zip.ZipFile.<init>(Unknown Source)
at java.util.jar.JarFile.<init>(Unknown Source)
at java.util.jar.JarFile.<init>(Unknown Source)
at sun.net.www.protocol.jar.URLJarFile.<init>(Unknown Source)
at sun.net.www.protocol.jar.URLJarFile.getJarFile(Unknown Source)
at sun.net.www.protocol.jar.JarFileFactory.get(Unknown Source)
at sun.net.www.protocol.jar.JarURLConnection.connect(Unknown Source)
at sun.net.www.protocol.jar.JarURLConnection.getJarFile(Unknown Source)
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:141)
... 31 more
2014-03-15 13:41:05 [INFO] [STDERR] A problem occurred running the Server launcher.java.lang.reflect.InvocationTargetException
2014-03-15 13:41:05 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2014-03-15 13:41:05 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2014-03-15 13:41:05 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2014-03-15 13:41:05 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2014-03-15 13:41:05 [INFO] [STDERR] at cpw.mods.fml.relauncher.ServerLaunchWrapper.run(ServerLaunchWrapper.java:48)
2014-03-15 13:41:05 [INFO] [STDERR] at cpw.mods.fml.relauncher.ServerLaunchWrapper.main(ServerLaunchWrapper.java:17)
2014-03-15 13:41:05 [INFO] [STDERR] Caused by: java.lang.NoClassDefFoundError: cpw/mods/fml/common/DummyModContainer
2014-03-15 13:41:05 [INFO] [STDERR] at java.lang.ClassLoader.defineClass1(Native Method)
2014-03-15 13:41:05 [INFO] [STDERR] at java.lang.ClassLoader.defineClass(Unknown Source)
2014-03-15 13:41:05 [INFO] [STDERR] at java.security.SecureClassLoader.defineClass(Unknown Source)
2014-03-15 13:41:05 [INFO] [STDERR] at java.net.URLClassLoader.defineClass(Unknown Source)
2014-03-15 13:41:05 [INFO] [STDERR] at java.net.URLClassLoader.access$100(Unknown Source)
2014-03-15 13:41:05 [INFO] [STDERR] at java.net.URLClassLoader$1.run(Unknown Source)
2014-03-15 13:41:05 [INFO] [STDERR] at java.net.URLClassLoader$1.run(Unknown Source)
2014-03-15 13:41:05 [INFO] [STDERR] at java.security.AccessController.doPrivileged(Native Method)
2014-03-15 13:41:05 [INFO] [STDERR] at java.net.URLClassLoader.findClass(Unknown Source)
2014-03-15 13:41:05 [INFO] [STDERR] at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:113)
2014-03-15 13:41:05 [INFO] [STDERR] at java.lang.ClassLoader.loadClass(Unknown Source)
2014-03-15 13:41:05 [INFO] [STDERR] at java.lang.ClassLoader.loadClass(Unknown Source)
2014-03-15 13:41:05 [INFO] [STDERR] at java.lang.Class.forName0(Native Method)
2014-03-15 13:41:05 [INFO] [STDERR] at java.lang.Class.forName(Unknown Source)
2014-03-15 13:41:05 [INFO] [STDERR] at cpw.mods.fml.relauncher.CoreModManager.loadCoreMod(CoreModManager.java:386)
2014-03-15 13:41:05 [INFO] [STDERR] at cpw.mods.fml.relauncher.CoreModManager.discoverCoreMods(CoreModManager.java:310)
2014-03-15 13:41:05 [INFO] [STDERR] at cpw.mods.fml.relauncher.CoreModManager.handleLaunch(CoreModManager.java:212)
2014-03-15 13:41:05 [INFO] [STDERR] at cpw.mods.fml.relauncher.FMLLaunchHandler.setupHome(FMLLaunchHandler.java:90)
2014-03-15 13:41:05 [INFO] [STDERR] at cpw.mods.fml.relauncher.FMLLaunchHandler.setupServer(FMLLaunchHandler.java:74)
2014-03-15 13:41:05 [INFO] [STDERR] at cpw.mods.fml.relauncher.FMLLaunchHandler.configureForServerLaunch(FMLLaunchHandler.java:39)
2014-03-15 13:41:05 [INFO] [STDERR] at cpw.mods.fml.common.launcher.FMLServerTweaker.injectIntoClassLoader(FMLServerTweaker.java:20)
2014-03-15 13:41:05 [INFO] [STDERR] at net.minecraft.launchwrapper.Launch.launch(Launch.java:111)
2014-03-15 13:41:05 [INFO] [STDERR] at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
2014-03-15 13:41:05 [INFO] [STDERR] ... 6 more
2014-03-15 13:41:05 [INFO] [STDERR] Caused by: java.lang.ClassNotFoundException: cpw.mods.fml.common.DummyModContainer
2014-03-15 13:41:05 [INFO] [STDERR] at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:186)
2014-03-15 13:41:05 [INFO] [STDERR] at java.lang.ClassLoader.loadClass(Unknown Source)
2014-03-15 13:41:05 [INFO] [STDERR] at java.lang.ClassLoader.loadClass(Unknown Source)
2014-03-15 13:41:05 [INFO] [STDERR] ... 29 more
2014-03-15 13:41:05 [INFO] [STDERR] Caused by: java.io.FileNotFoundException: C:\Users\calin\Desktop\FTB!! (The system cannot find the file specified)
2014-03-15 13:41:05 [INFO] [STDERR] at java.util.zip.ZipFile.open(Native Method)
2014-03-15 13:41:05 [INFO] [STDERR] at java.util.zip.ZipFile.<init>(Unknown Source)
2014-03-15 13:41:05 [INFO] [STDERR] at java.util.zip.ZipFile.<init>(Unknown Source)
2014-03-15 13:41:05 [INFO] [STDERR] at java.util.jar.JarFile.<init>(Unknown Source)
2014-03-15 13:41:05 [INFO] [STDERR] at java.util.jar.JarFile.<init>(Unknown Source)
2014-03-15 13:41:05 [INFO] [STDERR] at sun.net.www.protocol.jar.URLJarFile.<init>(Unknown Source)
2014-03-15 13:41:05 [INFO] [STDERR] at sun.net.www.protocol.jar.URLJarFile.getJarFile(Unknown Source)
2014-03-15 13:41:05 [INFO] [STDERR] at sun.net.www.protocol.jar.JarFileFactory.get(Unknown Source)
2014-03-15 13:41:05 [INFO] [STDERR] at sun.net.www.protocol.jar.JarURLConnection.connect(Unknown Source)
2014-03-15 13:41:05 [INFO] [STDERR] at sun.net.www.protocol.jar.JarURLConnection.getJarFile(Unknown Source)
2014-03-15 13:41:05 [INFO] [STDERR] at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:141)
2014-03-15 13:41:05 [INFO] [STDERR] ... 31 more





Not sure how to fix this, anyone who can help? Thanks :D
 

Connor Gavitt

New Member
Jul 29, 2019
1,091
-1
0
2014-03-15 13:41:05 [INFO] [STDERR] Caused by: java.io.FileNotFoundException: C:\Users\calin\Desktop\FTB!! (The system cannot find the file specified)

Try reinstalling the pack, this doesn't mean a world reset. Or find he file it wants as show above. Also what server wrapper do you use?
 

Lost_Alien

New Member
Jul 29, 2019
7
0
0
2014-03-15 13:41:05 [INFO] [STDERR] Caused by: java.io.FileNotFoundException: C:\Users\calin\Desktop\FTB!! (The system cannot find the file specified)

Try reinstalling the pack, this doesn't mean a world reset. Or find he file it wants as show above. Also what server wrapper do you use?


thanks for the reply but it doesn't even make a world the server just crashes on start
 

Connor Gavitt

New Member
Jul 29, 2019
1,091
-1
0
By reinstall the pack I didn't mean your client, I meant to reinstall the pack on the server - mods config server jar ServerStart.bat.sh coremods etc.
 

Connor Gavitt

New Member
Jul 29, 2019
1,091
-1
0
Well this I is the problem

2014-03-15 13:41:05 [INFO] [STDERR] Caused by: java.io.FileNotFoundException: C:\Users\calin\Desktop\FTB!! (The system cannot find the file specified)

What is FTB!!! ?
 

Lost_Alien

New Member
Jul 29, 2019
7
0
0
Well this I is the problem

2014-03-15 13:41:05 [INFO] [STDERR] Caused by: java.io.FileNotFoundException: C:\Users\calin\Desktop\FTB!! (The system cannot find the file specified)

What is FTB!!! ?

It's the folder the server is in.[DOUBLEPOST=1394998635][/DOUBLEPOST]
It's the folder the server is in.
I found the problem, The folder named contained ->!!!<- witch causes problems.... So thanks for your time, that post triggered the answer, Thanks! :D
 

Connor Gavitt

New Member
Jul 29, 2019
1,091
-1
0
It's the folder the server is in.[DOUBLEPOST=1394998635][/DOUBLEPOST]
I found the problem, The folder named contained ->!!!<- witch causes problems.... So thanks for your time, that post triggered the answer, Thanks! :D
Glad I could help narrow it down.
 
F

filipmjaa

Guest
In your Server folder there is a FTBInstall.bat file try running it it worked for me