First post, sorry if things are off.
I try and run my server, but whenever I try to, an error involving scala-library.jar comes up, saying it could not be installed. I try and manually download it using the link provided, but I get a 404 error.
Here's my console:
24.11 12:57:43 [Multicraft] Looks like a crash, check the server console. Return value: 1
24.11 12:57:43 [Multicraft] Server shut down
24.11 12:57:43 [server] INFO ... 3 more
24.11 12:57:43 [server] INFO at cpw.mods.fml.relauncher.FMLRelauncher.setupHome(FMLRelauncher.java:172)
24.11 12:57:43 [server] INFO at cpw.mods.fml.relauncher.RelaunchLibraryManager.handleLaunch(RelaunchLibraryManager.java:261)
24.11 12:57:43 [server] INFO Caused by: java.lang.RuntimeException: A fatal error occured and FML cannot continue
24.11 12:57:43 [server] INFO at net.minecraft.server.MinecraftServer.main(MinecraftServer.java:1367)
24.11 12:57:43 [server] INFO at cpw.mods.fml.relauncher.FMLRelauncher.handleServerRelaunch(FMLRelauncher.java:45)
24.11 12:57:43 [server] INFO at cpw.mods.fml.relauncher.FMLRelauncher.relaunchServer(FMLRelauncher.java:147)
24.11 12:57:43 [server] INFO at cpw.mods.fml.relauncher.FMLRelauncher.setupHome(FMLRelauncher.java:192)
24.11 12:57:43 [server] INFO Exception in thread "main" java.lang.RuntimeException: java.lang.RuntimeException: A fatal error occured and FML cannot continue
24.11 12:57:43 [server] INFO ... 5 more
24.11 12:57:43 [server] INFO at cpw.mods.fml.relauncher.RelaunchLibraryManager.downloadFile(RelaunchLibraryManager.java:531)
24.11 12:57:43 [server] INFO at java.net.URLConnection.getContentLength(Unknown Source)
24.11 12:57:43 [server] INFO at java.net.URLConnection.getContentLengthLong(Unknown Source)
24.11 12:57:43 [server] INFO at java.net.URLConnection.getHeaderFieldLong(Unknown Source)
24.11 12:57:43 [server] INFO at sun.net.www.protocol.http.HttpURLConnection.getHeaderField(Unknown Source)
24.11 12:57:43 [server] INFO at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
24.11 12:57:43 [server] INFO Caused by: java.io.FileNotFoundException: http://files.minecraftforge.net/fmllibs/scala-library.jar
24.11 12:57:43 [server] INFO ... 5 more
24.11 12:57:43 [server] INFO at cpw.mods.fml.relauncher.RelaunchLibraryManager.downloadFile(RelaunchLibraryManager.java:532)
24.11 12:57:43 [server] INFO at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
24.11 12:57:43 [server] INFO at sun.net.www.protocol.http.HttpURLConnection.getChainedException(Unknown Source)
24.11 12:57:43 [server] INFO at java.security.AccessController.doPrivileged(Native Method)
24.11 12:57:43 [server] INFO at sun.net.www.protocol.http.HttpURLConnection$6.run(Unknown Source)
24.11 12:57:43 [server] INFO at sun.net.www.protocol.http.HttpURLConnection$6.run(Unknown Source)
24.11 12:57:43 [server] INFO at java.lang.reflect.Constructor.newInstance(Unknown Source)
24.11 12:57:43 [server] INFO at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
24.11 12:57:43 [server] INFO at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
24.11 12:57:43 [server] INFO at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
24.11 12:57:43 [server] INFO Caused by: java.io.FileNotFoundException: http://files.minecraftforge.net/fmllibs/scala-library.jar
24.11 12:57:43 [server] INFO at net.minecraft.server.MinecraftServer.main(MinecraftServer.java:1367)
24.11 12:57:43 [server] INFO at cpw.mods.fml.relauncher.FMLRelauncher.handleServerRelaunch(FMLRelauncher.java:45)
24.11 12:57:43 [server] INFO at cpw.mods.fml.relauncher.FMLRelauncher.relaunchServer(FMLRelauncher.java:147)
24.11 12:57:43 [server] INFO at cpw.mods.fml.relauncher.FMLRelauncher.setupHome(FMLRelauncher.java:172)
24.11 12:57:43 [server] INFO at cpw.mods.fml.relauncher.RelaunchLibraryManager.handleLaunch(RelaunchLibraryManager.java:165)
24.11 12:57:43 [server] INFO at cpw.mods.fml.relauncher.RelaunchLibraryManager.downloadFile(RelaunchLibraryManager.java:548)
24.11 12:57:43 [server] INFO java.lang.RuntimeException: A download error occured
24.11 12:57:43 [server] SEVERE Error details
24.11 12:57:43 [server] INFO ... 5 more
24.11 12:57:43 [server] INFO at cpw.mods.fml.relauncher.RelaunchLibraryManager.downloadFile(RelaunchLibraryManager.java:531)
24.11 12:57:43 [server] INFO at java.net.URLConnection.getContentLength(Unknown Source)
24.11 12:57:43 [server] INFO at java.net.URLConnection.getContentLengthLong(Unknown Source)
24.11 12:57:43 [server] INFO at java.net.URLConnection.getHeaderFieldLong(Unknown Source)
24.11 12:57:43 [server] INFO at sun.net.www.protocol.http.HttpURLConnection.getHeaderField(Unknown Source)
24.11 12:57:43 [server] INFO at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
24.11 12:57:43 [server] INFO Caused by: java.io.FileNotFoundException: http://files.minecraftforge.net/fmllibs/bcprov-jdk15on-148.jar
24.11 12:57:43 [server] INFO ... 5 more
24.11 12:57:43 [server] INFO at cpw.mods.fml.relauncher.RelaunchLibraryManager.downloadFile(RelaunchLibraryManager.java:532)
24.11 12:57:43 [server] INFO at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
24.11 12:57:43 [server] INFO at sun.net.www.protocol.http.HttpURLConnection.getChainedException(Unknown Source)
24.11 12:57:43 [server] INFO at java.security.AccessController.doPrivileged(Native Method)
24.11 12:57:43 [server] INFO at sun.net.www.protocol.http.HttpURLConnection$6.run(Unknown Source)
24.11 12:57:43 [server] INFO at sun.net.www.protocol.http.HttpURLConnection$6.run(Unknown Source)
24.11 12:57:43 [server] INFO at java.lang.reflect.Constructor.newInstance(Unknown Source)
24.11 12:57:43 [server] INFO at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
24.11 12:57:43 [server] INFO at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
24.11 12:57:43 [server] INFO at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
24.11 12:57:43 [server] INFO Caused by: java.io.FileNotFoundException: http://files.minecraftforge.net/fmllibs/bcprov-jdk15on-148.jar
24.11 12:57:43 [server] INFO at net.minecraft.server.MinecraftServer.main(MinecraftServer.java:1367)
24.11 12:57:43 [server] INFO at cpw.mods.fml.relauncher.FMLRelauncher.handleServerRelaunch(FMLRelauncher.java:45)
24.11 12:57:43 [server] INFO at cpw.mods.fml.relauncher.FMLRelauncher.relaunchServer(FMLRelauncher.java:147)
24.11 12:57:43 [server] INFO at cpw.mods.fml.relauncher.FMLRelauncher.setupHome(FMLRelauncher.java:172)
24.11 12:57:43 [server] INFO at cpw.mods.fml.relauncher.RelaunchLibraryManager.handleLaunch(RelaunchLibraryManager.java:165)
24.11 12:57:43 [server] INFO at cpw.mods.fml.relauncher.RelaunchLibraryManager.downloadFile(RelaunchLibraryManager.java:548)
24.11 12:57:43 [server] INFO java.lang.RuntimeException: A download error occured
24.11 12:57:43 [server] SEVERE Error details
24.11 12:57:43 [server] SEVERE The following is diagnostic information for developers to review.
24.11 12:57:43 [server] SEVERE A download error occured
24.11 12:57:43 [server] SEVERE A download error occured
24.11 12:57:43 [server] SEVERE The following is the errors that caused the setup to fail. They may help you diagnose and resolve the issue
24.11 12:57:43 [server] SEVERE *** Download http://files.minecraftforge.net/fmllibs/scala-library.jar
24.11 12:57:43 [server] SEVERE *** Download http://files.minecraftforge.net/fmllibs/deobfuscation_data_1.5.2.zip
24.11 12:57:43 [server] SEVERE *** Download http://files.minecraftforge.net/fmllibs/bcprov-jdk15on-148.jar
24.11 12:57:43 [server] SEVERE *** Download http://files.minecraftforge.net/fmllibs/asm-all-4.1.jar
24.11 12:57:43 [server] SEVERE *** Download http://files.minecraftforge.net/fmllibs/guava-14.0-rc3.jar
24.11 12:57:43 [server] SEVERE *** Download http://files.minecraftforge.net/fmllibs/argo-small-3.2.jar
24.11 12:57:43 [server] SEVERE 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.
24.11 12:57:43 [server] SEVERE There was a problem downloading the file scala-library.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
24.11 12:57:42 [server] INFO Downloading file http://files.minecraftforge.net/fmllibs/scala-library.jar
24.11 12:57:42 [server] SEVERE There was a problem downloading the file bcprov-jdk15on-148.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
24.11 12:57:42 [server] INFO Downloading file http://files.minecraftforge.net/fmllibs/bcprov-jdk15on-148.jar
24.11 12:57:42 [server] WARNING The coremod mods.immibis.microblocks.coremod.MicroblocksCoreMod does not have a MCVersion annotation, it may cause issues with this version of Minecraft
24.11 12:57:42 [server] WARNING The coremod codechicken.nei.asm.NEICorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
24.11 12:57:42 [server] WARNING The coremod micdoodle8.mods.galacticraft.asm.GalacticraftPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
24.11 12:57:42 [server] WARNING The coremod codechicken.core.asm.CodeChickenCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
24.11 12:57:42 [server] WARNING The coremod cofh.asm.CoFHPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
24.11 12:57:42 [server] INFO Java is Java HotSpot 64-Bit Server VM, version 1.7.0_21, running on Linux:amd64:2.6.32-358.6.1.el6.cve20132094.x86_64, installed at /usr/java/jre1.7.0_21
24.11 12:57:42 [server] INFO Forge Mod Loader version 5.2.23.737 for Minecraft 1.5.2 loading
24.11 12:57:42 [Multicraft] Loaded config for "Voltz 2.0.4"
24.11 12:57:42 [Multicraft] Starting server!
24.11 12:57:42 [Multicraft] Loading server properties
24.11 12:57:42 [Multicraft] Server stopped
24.11 12:57:42 [Multicraft] Retrying server startup