Problem Server ultimate crash with forge essentials

B

Blackbombvynil

Guest
Hi,

I launched a server on ftb ultimate but when I install FE, it crashes. I put the 2 FE folders (coremods and mods) in my server directory and checked if they were in the coremods and mods folders of the server directory. They did. I use ftb Ultimate 1.4.7 without any other mods except FE and I downloaded FE for 1.4.7 of course. Any ideas ? :)

Code:
C:\Users\Olivier\Desktop\Server>java -Xms512M -Xmx1G -jar ftbserver.jar
2016-03-29 19:28:52 [INFOS] [ForgeModLoader] Forge Mod Loader version 4.7.35.556 for Minecraft 1.4.7 loading
2016-03-29 19:28:52 [INFOS] [MiscPeripheralsASM] Initialized
2016-03-29 19:28:52 [INFOS] [ForgeModLoader] Downloading file https://github.com/ForgeEssentials/ForgeEssentialsMain/raw/master/lib/mysql-connector-java-bin.jar
2016-03-29 19:28:53 [GRAVE] [ForgeModLoader] There was a problem downloading the file mysql-connector-java-bin.jar automatically. Perhaps you have an environment without internet access. You will need to download the file manually or restart and let it try again

2016-03-29 19:28:53 [INFOS] [ForgeModLoader] Downloading file https://github.com/ForgeEssentials/ForgeEssentialsMain/raw/master/lib/H2DB.jar
2016-03-29 19:28:54 [GRAVE] [ForgeModLoader] There was a problem downloading the file H2DB.jar automatically. Perhaps you have an environment without internet access. You will need to download the file manually or restart and let it try again

2016-03-29 19:28:54 [INFOS] [ForgeModLoader] Downloading file https://github.com/ForgeEssentials/ForgeEssentialsMain/raw/master/lib/metrics-R6-FEmod.jar
2016-03-29 19:28:55 [GRAVE] [ForgeModLoader] There was a problem downloading the file metrics-R6-FEmod.jar automatically. Perhaps you have an environment without internet access. You will need to download the file manually or restart and let it try again

2016-03-29 19:28:55 [GRAVE] [ForgeModLoader] There were errors during initial FML setup. Some files failed to download or were otherwise corrupted. You will need to manually obtain the following files from these download links and ensure your lib directory is clean.
2016-03-29 19:28:55 [GRAVE] [ForgeModLoader] *** Download http://files.minecraftforge.net/fmllibs/argo-2.25.jar
2016-03-29 19:28:55 [GRAVE] [ForgeModLoader] *** Download http://files.minecraftforge.net/fmllibs/guava-12.0.1.jar
2016-03-29 19:28:55 [GRAVE] [ForgeModLoader] *** Download http://files.minecraftforge.net/fmllibs/asm-all-4.0.jar
2016-03-29 19:28:55 [GRAVE] [ForgeModLoader] *** Download http://files.minecraftforge.net/fmllibs/bcprov-jdk15on-147.jar
2016-03-29 19:28:55 [GRAVE] [ForgeModLoader] *** Download https://github.com/ForgeEssentials/ForgeEssentialsMain/raw/master/lib/mysql-connector-java-bin.jar
2016-03-29 19:28:55 [GRAVE] [ForgeModLoader] *** Download https://github.com/ForgeEssentials/ForgeEssentialsMain/raw/master/lib/H2DB.jar
2016-03-29 19:28:55 [GRAVE] [ForgeModLoader] *** Download https://github.com/ForgeEssentials/ForgeEssentialsMain/raw/master/lib/metrics-R6-FEmod.jar
2016-03-29 19:28:55 [GRAVE] [ForgeModLoader] <===========>
2016-03-29 19:28:55 [GRAVE] [ForgeModLoader] The following is the errors that caused the setup to fail. They may help you diagnose and resolve the issue
2016-03-29 19:28:55 [GRAVE] [ForgeModLoader] A download error occured
2016-03-29 19:28:55 [GRAVE] [ForgeModLoader] A download error occured
2016-03-29 19:28:55 [GRAVE] [ForgeModLoader] A download error occured
2016-03-29 19:28:55 [GRAVE] [ForgeModLoader] <<< ==== >>>
2016-03-29 19:28:55 [GRAVE] [ForgeModLoader] The following is diagnostic information for developers to review.
2016-03-29 19:28:55 [GRAVE] [ForgeModLoader] Error details
java.lang.RuntimeException: A download error occured
        at cpw.mods.fml.relauncher.RelaunchLibraryManager.downloadFile(RelaunchLibraryManager.java:483)
        at cpw.mods.fml.relauncher.RelaunchLibraryManager.handleLaunch(RelaunchLibraryManager.java:132)
        at cpw.mods.fml.relauncher.FMLRelauncher.setupHome(FMLRelauncher.java:155)
        at cpw.mods.fml.relauncher.FMLRelauncher.relaunchServer(FMLRelauncher.java:133)
        at cpw.mods.fml.relauncher.FMLRelauncher.handleServerRelaunch(FMLRelauncher.java:33)
        at net.minecraft.server.MinecraftServer.main(MinecraftServer.java:1376)
Caused by: java.io.FileNotFoundException: https://github.com/ForgeEssentials/ForgeEssentials/raw/master/lib/mysql-connector-java-bin.jar
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
        at java.lang.reflect.Constructor.newInstance(Unknown Source)
        at sun.net.www.protocol.http.HttpURLConnection$10.run(Unknown Source)
        at sun.net.www.protocol.http.HttpURLConnection$10.run(Unknown Source)
        at java.security.AccessController.doPrivileged(Native Method)
        at sun.net.www.protocol.http.HttpURLConnection.getChainedException(Unknown Source)
        at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source)
        at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
        at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(Unknown Source)
        at cpw.mods.fml.relauncher.RelaunchLibraryManager.downloadFile(RelaunchLibraryManager.java:467)
        ... 5 more
Caused by: java.io.FileNotFoundException: https://github.com/ForgeEssentials/ForgeEssentials/raw/master/lib/mysql-connector-java-bin.jar
        at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source)
        at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
        at sun.net.www.protocol.http.HttpURLConnection.getHeaderField(Unknown Source)
        at java.net.URLConnection.getHeaderFieldLong(Unknown Source)
        at java.net.URLConnection.getContentLengthLong(Unknown Source)
        at java.net.URLConnection.getContentLength(Unknown Source)
        at sun.net.www.protocol.https.HttpsURLConnectionImpl.getContentLength(Unknown Source)
        at cpw.mods.fml.relauncher.RelaunchLibraryManager.downloadFile(RelaunchLibraryManager.java:466)
        ... 5 more
2016-03-29 19:28:55 [GRAVE] [ForgeModLoader] Error details
java.lang.RuntimeException: A download error occured
        at cpw.mods.fml.relauncher.RelaunchLibraryManager.downloadFile(RelaunchLibraryManager.java:483)
        at cpw.mods.fml.relauncher.RelaunchLibraryManager.handleLaunch(RelaunchLibraryManager.java:132)
        at cpw.mods.fml.relauncher.FMLRelauncher.setupHome(FMLRelauncher.java:155)
        at cpw.mods.fml.relauncher.FMLRelauncher.relaunchServer(FMLRelauncher.java:133)
        at cpw.mods.fml.relauncher.FMLRelauncher.handleServerRelaunch(FMLRelauncher.java:33)
        at net.minecraft.server.MinecraftServer.main(MinecraftServer.java:1376)
Caused by: java.io.FileNotFoundException: https://github.com/ForgeEssentials/ForgeEssentials/raw/master/lib/H2DB.jar
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
        at java.lang.reflect.Constructor.newInstance(Unknown Source)
        at sun.net.www.protocol.http.HttpURLConnection$10.run(Unknown Source)
        at sun.net.www.protocol.http.HttpURLConnection$10.run(Unknown Source)
        at java.security.AccessController.doPrivileged(Native Method)
        at sun.net.www.protocol.http.HttpURLConnection.getChainedException(Unknown Source)
        at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source)
        at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
        at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(Unknown Source)
        at cpw.mods.fml.relauncher.RelaunchLibraryManager.downloadFile(RelaunchLibraryManager.java:467)
        ... 5 more
Caused by: java.io.FileNotFoundException: https://github.com/ForgeEssentials/ForgeEssentials/raw/master/lib/H2DB.jar
        at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source)
        at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
        at sun.net.www.protocol.http.HttpURLConnection.getHeaderField(Unknown Source)
        at java.net.URLConnection.getHeaderFieldLong(Unknown Source)
        at java.net.URLConnection.getContentLengthLong(Unknown Source)
        at java.net.URLConnection.getContentLength(Unknown Source)
        at sun.net.www.protocol.https.HttpsURLConnectionImpl.getContentLength(Unknown Source)
        at cpw.mods.fml.relauncher.RelaunchLibraryManager.downloadFile(RelaunchLibraryManager.java:466)
        ... 5 more
2016-03-29 19:28:55 [GRAVE] [ForgeModLoader] Error details
java.lang.RuntimeException: A download error occured
        at cpw.mods.fml.relauncher.RelaunchLibraryManager.downloadFile(RelaunchLibraryManager.java:483)
        at cpw.mods.fml.relauncher.RelaunchLibraryManager.handleLaunch(RelaunchLibraryManager.java:132)
        at cpw.mods.fml.relauncher.FMLRelauncher.setupHome(FMLRelauncher.java:155)
        at cpw.mods.fml.relauncher.FMLRelauncher.relaunchServer(FMLRelauncher.java:133)
        at cpw.mods.fml.relauncher.FMLRelauncher.handleServerRelaunch(FMLRelauncher.java:33)
        at net.minecraft.server.MinecraftServer.main(MinecraftServer.java:1376)
Caused by: java.io.FileNotFoundException: https://github.com/ForgeEssentials/ForgeEssentials/raw/master/lib/metrics-R6-FEmod.jar
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
        at java.lang.reflect.Constructor.newInstance(Unknown Source)
        at sun.net.www.protocol.http.HttpURLConnection$10.run(Unknown Source)
        at sun.net.www.protocol.http.HttpURLConnection$10.run(Unknown Source)
        at java.security.AccessController.doPrivileged(Native Method)
        at sun.net.www.protocol.http.HttpURLConnection.getChainedException(Unknown Source)
        at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source)
        at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
        at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(Unknown Source)
        at cpw.mods.fml.relauncher.RelaunchLibraryManager.downloadFile(RelaunchLibraryManager.java:467)
        ... 5 more
Caused by: java.io.FileNotFoundException: https://github.com/ForgeEssentials/ForgeEssentials/raw/master/lib/metrics-R6-FEmod.jar
        at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source)
        at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
        at sun.net.www.protocol.http.HttpURLConnection.getHeaderField(Unknown Source)
        at java.net.URLConnection.getHeaderFieldLong(Unknown Source)
        at java.net.URLConnection.getContentLengthLong(Unknown Source)
        at java.net.URLConnection.getContentLength(Unknown Source)
        at sun.net.www.protocol.https.HttpsURLConnectionImpl.getContentLength(Unknown Source)
        at cpw.mods.fml.relauncher.RelaunchLibraryManager.downloadFile(RelaunchLibraryManager.java:466)
        ... 5 more
2016-03-29 19:28:55 [INFOS] [STDERR] Exception in thread "main" java.lang.RuntimeException: java.lang.RuntimeException: A fatal error occured and FML cannot continue
2016-03-29 19:28:55 [INFOS] [STDERR]    at cpw.mods.fml.relauncher.FMLRelauncher.setupHome(FMLRelauncher.java:175)
2016-03-29 19:28:55 [INFOS] [STDERR]    at cpw.mods.fml.relauncher.FMLRelauncher.relaunchServer(FMLRelauncher.java:133)
2016-03-29 19:28:55 [INFOS] [STDERR]    at cpw.mods.fml.relauncher.FMLRelauncher.handleServerRelaunch(FMLRelauncher.java:33)
2016-03-29 19:28:55 [INFOS] [STDERR]    at net.minecraft.server.MinecraftServer.main(MinecraftServer.java:1376)
2016-03-29 19:28:55 [INFOS] [STDERR] Caused by: java.lang.RuntimeException: A fatal error occured and FML cannot continue
2016-03-29 19:28:55 [INFOS] [STDERR]    at cpw.mods.fml.relauncher.RelaunchLibraryManager.handleLaunch(RelaunchLibraryManager.java:228)
2016-03-29 19:28:55 [INFOS] [STDERR]    at cpw.mods.fml.relauncher.FMLRelauncher.setupHome(FMLRelauncher.java:155)
2016-03-29 19:28:55 [INFOS] [STDERR]    ... 3 more
 
O

OrrinDurda

Guest
Hi Blackbombvynil, im still playing an 1.4.7 Minecraft Server and i have the complete library, i just uploaded it, i sent it to you by PM, i hope it is not too late to read my comment. Copy all the files in you server /lib folder. See you! :)