I am setting up a server with a friend and we are hitting a snag. The server won't start up. I have read over the error log several times nd we get the same errors each time but I don't know what is going on.
Here is the console logs
28.06 21:48:44 [Multicraft] Received start command
28.06 21:48:44 [Multicraft] Loading server properties
28.06 21:48:44 [Multicraft] Starting server!
28.06 21:48:44 [Multicraft] Loaded config for "Forge 1.7.10 Latest 10.13.4.1614"
28.06 21:48:45 [Multicraft] Updating eula.txt file
28.06 21:48:48 [Server] main/INFO [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLServerTweaker
28.06 21:48:48 [Server] main/INFO [LaunchWrapper]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLServerTweaker
28.06 21:48:48 [Server] main/INFO [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLServerTweaker
28.06 21:48:48 [Server] main/INFO [FML]: Forge Mod Loader version 7.99.40.1614 for Minecraft 1.7.10 loading
28.06 21:48:48 [Server] main/INFO [FML]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_92, running on Linux:amd64:3.13.0-32-generic, installed at /usr/lib/jvm/jre1.8.0_92
28.06 21:48:50 [Server] main/WARN [FML]: The coremod codechicken.core.launch.CodeChickenCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
28.06 21:48:50 [Server] main/INFO [STDERR]: [codechicken.core.launch.DepLoader$DepLoadInst:checkExisting:436]: Warning: version of bspkrsCore, 6.16 is newer than request 6.15
28.06 21:48:50 [Server] main/WARN [FML]: The coremod cofh.asm.LoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
28.06 21:48:50 [Server] main/INFO [FML]: Loading tweaker forestry.shade.javacheck.Java7Checker from forestry_1.7.10-4.2.14.62.jar
28.06 21:48:50 [Server] main/INFO [FML]: Loading tweaker cpw.mods.fml.common.launcher.FMLTweaker from forge-1.7.10-10.13.4.1614-1.7.10-universal.jar
28.06 21:48:50 [Server] main/WARN [FML]: The coremod codechicken.core.launch.DepLoader does not have a MCVersion annotation, it may cause issues with this version of Minecraft
28.06 21:48:50 [Server] main/WARN [FML]: The coremod ic2.core.coremod.IC2core does not have a MCVersion annotation, it may cause issues with this version of Minecraft
28.06 21:48:50 [Server] main/WARN [FML]: The coremod invtweaks.forge.asm.FMLPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
28.06 21:48:50 [Server] main/WARN [FML]: The coremod mekanism.common.asm.LoadingHook does not have a MCVersion annotation, it may cause issues with this version of Minecraft
28.06 21:48:50 [Server] main/WARN [FML]: The coremod codechicken.nei.asm.NEICorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
28.06 21:48:50 [Server] main/INFO [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
28.06 21:48:50 [Server] main/INFO [LaunchWrapper]: Loading tweak class name forestry.shade.javacheck.Java7Checker
28.06 21:48:50 [Server] main/INFO [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLTweaker
28.06 21:48:50 [Server] main/ERROR [LaunchWrapper]: Unable to launch
28.06 21:48:50 [Server] INFO java.lang.RuntimeException: FML was unable to install the security manager. The game will not start
28.06 21:48:50 [Server] INFO at cpw.mods.fml.common.launcher.FMLTweaker.<init>(FMLTweaker.java:39) ~[forge-1.7.10-10.13.4.1614-1.7.10-universal.jar:?]
28.06 21:48:50 [Server] INFO at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_92]
28.06 21:48:50 [Server] INFO at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[?:1.8.0_92]
28.06 21:48:50 [Server] INFO at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.8.0_92]
28.06 21:48:50 [Server] INFO at java.lang.reflect.Constructor.newInstance(Constructor.java:423) ~[?:1.8.0_92]
28.06 21:48:50 [Server] INFO at java.lang.Class.newInstance(Class.java:442) ~[?:1.8.0_92]
28.06 21:48:50 [Server] INFO at net.minecraft.launchwrapper.Launch.launch(Launch.java:98) [launchwrapper-1.12.jar:?]
28.06 21:48:50 [Server] INFO at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
28.06 21:48:50 [Server] INFO at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_92]
28.06 21:48:50 [Server] INFO at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_92]
28.06 21:48:50 [Server] INFO at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_92]
28.06 21:48:50 [Server] INFO at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_92]
28.06 21:48:50 [Server] INFO at cpw.mods.fml.relauncher.ServerLaunchWrapper.run(ServerLaunchWrapper.java:43) [forge-1.7.10-10.13.4.1614-1.7.10-universal.jar:?]
28.06 21:48:50 [Server] INFO at cpw.mods.fml.relauncher.ServerLaunchWrapper.main(ServerLaunchWrapper.java:12) [forge-1.7.10-10.13.4.1614-1.7.10-universal.jar:?]
28.06 21:48:50 [Server] INFO Caused by: java.lang.SecurityException: Cannot replace the FML security manager
28.06 21:48:50 [Server] INFO at cpw.mods.fml.relauncher.FMLSecurityManager.checkPermission(FMLSecurityManager.java:30) ~[forge-1.7.10-10.13.4.1614-1.7.10-universal.jar:?]
28.06 21:48:50 [Server] INFO at java.lang.System.setSecurityManager0(System.java:300) ~[?:1.8.0_92]
28.06 21:48:50 [Server] INFO at java.lang.System.setSecurityManager(System.java:291) ~[?:1.8.0_92]
28.06 21:48:50 [Server] INFO at cpw.mods.fml.common.launcher.FMLTweaker.<init>(FMLTweaker.java:35) ~[forge-1.7.10-10.13.4.1614-1.7.10-universal.jar:?]
28.06 21:48:50 [Server] INFO ... 13 more
28.06 21:48:50 [Server] INFO A problem occurred running the Server launcher.[21:48:50] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: java.lang.reflect.InvocationTargetException
28.06 21:48:50 [Server] main/INFO [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
28.06 21:48:50 [Server] main/INFO [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
28.06 21:48:50 [Server] main/INFO [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
28.06 21:48:50 [Server] main/INFO [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:498)
28.06 21:48:50 [Server] main/INFO [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.relauncher.ServerLaunchWrapper.run(ServerLaunchWrapper.java:43)
28.06 21:48:50 [Server] main/INFO [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.relauncher.ServerLaunchWrapper.main(ServerLaunchWrapper.java:12)
28.06 21:48:50 [Server] main/INFO [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: Caused by: cpw.mods.fml.relauncher.FMLSecurityManager$ExitTrappedException
28.06 21:48:50 [Server] main/INFO [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.relauncher.FMLSecurityManager.checkPermission(FMLSecurityManager.java:25)
28.06 21:48:50 [Server] main/INFO [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.SecurityManager.checkExit(SecurityManager.java:761)
28.06 21:48:50 [Server] main/INFO [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.Runtime.exit(Runtime.java:107)
28.06 21:48:50 [Server] main/INFO [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.System.exit(System.java:971)
28.06 21:48:50 [Server] main/INFO [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:138)
28.06 21:48:50 [Server] main/INFO [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
28.06 21:48:50 [Server] main/INFO [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: ... 6 more
28.06 21:48:50 [Multicraft] Server shut down (starting)
28.06 21:48:50 [Multicraft] Not restarting crashed server.
28.06 21:48:50 [Multicraft] Looks like a crash, check the server console. Return value: 1
28.06 21:48:50 [Multicraft] Server stopped
And this is a link to the folder with the mods we are using
I am setting up a server with a friend and we are hitting a snag. The server won't start up. I have read over the error log several times nd we get the same errors each time but I don't know what is going on.
Here is the console logs
28.06 21:48:44 [Multicraft] Received start command
28.06 21:48:44 [Multicraft] Loading server properties
28.06 21:48:44 [Multicraft] Starting server!
28.06 21:48:44 [Multicraft] Loaded config for "Forge 1.7.10 Latest 10.13.4.1614"
28.06 21:48:45 [Multicraft] Updating eula.txt file
28.06 21:48:48 [Server] main/INFO [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLServerTweaker
28.06 21:48:48 [Server] main/INFO [LaunchWrapper]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLServerTweaker
28.06 21:48:48 [Server] main/INFO [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLServerTweaker
28.06 21:48:48 [Server] main/INFO [FML]: Forge Mod Loader version 7.99.40.1614 for Minecraft 1.7.10 loading
28.06 21:48:48 [Server] main/INFO [FML]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_92, running on Linux:amd64:3.13.0-32-generic, installed at /usr/lib/jvm/jre1.8.0_92
28.06 21:48:50 [Server] main/WARN [FML]: The coremod codechicken.core.launch.CodeChickenCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
28.06 21:48:50 [Server] main/INFO [STDERR]: [codechicken.core.launch.DepLoader$DepLoadInst:checkExisting:436]: Warning: version of bspkrsCore, 6.16 is newer than request 6.15
28.06 21:48:50 [Server] main/WARN [FML]: The coremod cofh.asm.LoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
28.06 21:48:50 [Server] main/INFO [FML]: Loading tweaker forestry.shade.javacheck.Java7Checker from forestry_1.7.10-4.2.14.62.jar
28.06 21:48:50 [Server] main/INFO [FML]: Loading tweaker cpw.mods.fml.common.launcher.FMLTweaker from forge-1.7.10-10.13.4.1614-1.7.10-universal.jar
28.06 21:48:50 [Server] main/WARN [FML]: The coremod codechicken.core.launch.DepLoader does not have a MCVersion annotation, it may cause issues with this version of Minecraft
28.06 21:48:50 [Server] main/WARN [FML]: The coremod ic2.core.coremod.IC2core does not have a MCVersion annotation, it may cause issues with this version of Minecraft
28.06 21:48:50 [Server] main/WARN [FML]: The coremod invtweaks.forge.asm.FMLPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
28.06 21:48:50 [Server] main/WARN [FML]: The coremod mekanism.common.asm.LoadingHook does not have a MCVersion annotation, it may cause issues with this version of Minecraft
28.06 21:48:50 [Server] main/WARN [FML]: The coremod codechicken.nei.asm.NEICorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
28.06 21:48:50 [Server] main/INFO [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
28.06 21:48:50 [Server] main/INFO [LaunchWrapper]: Loading tweak class name forestry.shade.javacheck.Java7Checker
28.06 21:48:50 [Server] main/INFO [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLTweaker
28.06 21:48:50 [Server] main/ERROR [LaunchWrapper]: Unable to launch
28.06 21:48:50 [Server] INFO java.lang.RuntimeException: FML was unable to install the security manager. The game will not start
28.06 21:48:50 [Server] INFO at cpw.mods.fml.common.launcher.FMLTweaker.<init>(FMLTweaker.java:39) ~[forge-1.7.10-10.13.4.1614-1.7.10-universal.jar:?]
28.06 21:48:50 [Server] INFO at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_92]
28.06 21:48:50 [Server] INFO at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[?:1.8.0_92]
28.06 21:48:50 [Server] INFO at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.8.0_92]
28.06 21:48:50 [Server] INFO at java.lang.reflect.Constructor.newInstance(Constructor.java:423) ~[?:1.8.0_92]
28.06 21:48:50 [Server] INFO at java.lang.Class.newInstance(Class.java:442) ~[?:1.8.0_92]
28.06 21:48:50 [Server] INFO at net.minecraft.launchwrapper.Launch.launch(Launch.java:98) [launchwrapper-1.12.jar:?]
28.06 21:48:50 [Server] INFO at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
28.06 21:48:50 [Server] INFO at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_92]
28.06 21:48:50 [Server] INFO at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_92]
28.06 21:48:50 [Server] INFO at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_92]
28.06 21:48:50 [Server] INFO at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_92]
28.06 21:48:50 [Server] INFO at cpw.mods.fml.relauncher.ServerLaunchWrapper.run(ServerLaunchWrapper.java:43) [forge-1.7.10-10.13.4.1614-1.7.10-universal.jar:?]
28.06 21:48:50 [Server] INFO at cpw.mods.fml.relauncher.ServerLaunchWrapper.main(ServerLaunchWrapper.java:12) [forge-1.7.10-10.13.4.1614-1.7.10-universal.jar:?]
28.06 21:48:50 [Server] INFO Caused by: java.lang.SecurityException: Cannot replace the FML security manager
28.06 21:48:50 [Server] INFO at cpw.mods.fml.relauncher.FMLSecurityManager.checkPermission(FMLSecurityManager.java:30) ~[forge-1.7.10-10.13.4.1614-1.7.10-universal.jar:?]
28.06 21:48:50 [Server] INFO at java.lang.System.setSecurityManager0(System.java:300) ~[?:1.8.0_92]
28.06 21:48:50 [Server] INFO at java.lang.System.setSecurityManager(System.java:291) ~[?:1.8.0_92]
28.06 21:48:50 [Server] INFO at cpw.mods.fml.common.launcher.FMLTweaker.<init>(FMLTweaker.java:35) ~[forge-1.7.10-10.13.4.1614-1.7.10-universal.jar:?]
28.06 21:48:50 [Server] INFO ... 13 more
28.06 21:48:50 [Server] INFO A problem occurred running the Server launcher.[21:48:50] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: java.lang.reflect.InvocationTargetException
28.06 21:48:50 [Server] main/INFO [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
28.06 21:48:50 [Server] main/INFO [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
28.06 21:48:50 [Server] main/INFO [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
28.06 21:48:50 [Server] main/INFO [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:498)
28.06 21:48:50 [Server] main/INFO [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.relauncher.ServerLaunchWrapper.run(ServerLaunchWrapper.java:43)
28.06 21:48:50 [Server] main/INFO [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.relauncher.ServerLaunchWrapper.main(ServerLaunchWrapper.java:12)
28.06 21:48:50 [Server] main/INFO [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: Caused by: cpw.mods.fml.relauncher.FMLSecurityManager$ExitTrappedException
28.06 21:48:50 [Server] main/INFO [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.relauncher.FMLSecurityManager.checkPermission(FMLSecurityManager.java:25)
28.06 21:48:50 [Server] main/INFO [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.SecurityManager.checkExit(SecurityManager.java:761)
28.06 21:48:50 [Server] main/INFO [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.Runtime.exit(Runtime.java:107)
28.06 21:48:50 [Server] main/INFO [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.System.exit(System.java:971)
28.06 21:48:50 [Server] main/INFO [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:138)
28.06 21:48:50 [Server] main/INFO [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
28.06 21:48:50 [Server] main/INFO [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: ... 6 more
28.06 21:48:50 [Multicraft] Server shut down (starting)
28.06 21:48:50 [Multicraft] Not restarting crashed server.
28.06 21:48:50 [Multicraft] Looks like a crash, check the server console. Return value: 1
28.06 21:48:50 [Multicraft] Server stopped
And this is a link to the folder with the mods we are using
Mods
If you have any insight please let us know, thanks.
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumSure mods are compatible with each other in a server. Could be your issue here.
Former everything.
How to get dxdiag
Nope hat wasn't the issue. the mini map mod we have is client only and that was causing the crash.