Jump to content
  • 0

Big Dig server trying to download files that do not exist


Question

Posted

Title: Big Dig server trying to download files that do not exist

Version: 1_0_3

OS: Windows 7 Ultimate 64 bit

Java Version: 1.7.0_40 Java SE Runtime Environment (build 1.7.0_40-b43) Java HotSpot 64-Bit Server VM (build 24.0-b56, mixed mode)

Description of Problem:

I downloaded the big dig server [bigDigServer-v1.3.9.zip] and it is trying to download files from http://files.minecraftforge.net/fmllibs/ that do not exist.

Example files:

- bcprov-jdk15on-148.jar

- scala-library.jar

Error Messages:

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.

Error Log:


014-01-29 20:43:54 [sEVERE] [ForgeModLoader] *** Download http://files.minecraftforge.net/fmllibs/scala-library.jar

2014-01-29 20:43:54 [sEVERE] [ForgeModLoader] <===========>

2014-01-29 20:43:54 [sEVERE] [ForgeModLoader] The following is the errors that caused the setup to fail. They may help you diagnose and resolve the issue

2014-01-29 20:43:54 [sEVERE] [ForgeModLoader] A download error occured

2014-01-29 20:43:54 [sEVERE] [ForgeModLoader] A download error occured

2014-01-29 20:43:54 [sEVERE] [ForgeModLoader] <<< ==== >>>

2014-01-29 20:43:54 [sEVERE] [ForgeModLoader] The following is diagnostic information for developers to review.

2014-01-29 20:43:54 [sEVERE] [ForgeModLoader] Error details

java.lang.RuntimeException: A download error occured

at cpw.mods.fml.relauncher.RelaunchLibraryManager.downloadFile(RelaunchLibraryManager.java:548)

at cpw.mods.fml.relauncher.RelaunchLibraryManager.handleLaunch(RelaunchLibraryManager.java:165)

at cpw.mods.fml.relauncher.FMLRelauncher.setupHome(FMLRelauncher.java:172)

at cpw.mods.fml.relauncher.FMLRelauncher.relaunchServer(FMLRelauncher.java:147)

at cpw.mods.fml.relauncher.FMLRelauncher.handleServerRelaunch(FMLRelauncher.java:45)

at net.minecraft.server.MinecraftServer.main(MinecraftServer.java:1365)

Caused by: java.io.FileNotFoundException: http://files.minecraftforge.net/fmllibs/bcprov-jdk15on-148.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$6.run(Unknown Source)

at sun.net.www.protocol.http.HttpURLConnection$6.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.getInputStream(Unknown Source)

at cpw.mods.fml.relauncher.RelaunchLibraryManager.downloadFile(RelaunchLibraryManager.java:532)

... 5 more

Caused by: java.io.FileNotFoundException: http://files.minecraftforge.net/fmllibs/bcprov-jdk15on-148.jar

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 cpw.mods.fml.relauncher.RelaunchLibraryManager.downloadFile(RelaunchLibraryManager.java:531)

... 5 more

4 answers to this question

Recommended Posts

  • 0
Posted (edited)

I ran into this too and this question was one of the first in my Google results so I'm replying with the solution. 

 

  1. Go to: http://files.minecraftforge.net/fmllibs/
  2. Find the ".jar" file that causes the FileNotFound Exception and download it. 
  3. Once it's downloaded copy into the Big Dig server folders "lib" folder. (on Windows, not sure about Linux)
  4. Rename it and remove ".stash" so that it looks like a normal ",jar" file. 
  5. Restart the server. 

 

This happened to me from 2 files. Just to save time, here are the direct links to the ".stash" files. You'll need to download, copy and rename like I explained. 

 

http://files.minecraftforge.net/fmllibs/scala-library.jar.stash

 

http://files.minecraftforge.net/fmllibs/bcprov-jdk15on-148.jar.stash

 

Happy digging! 

Edited by CappuccinoRob
  • 0
Posted

I've tried the forgecraft manual installer, copying the files that it wants into the folder, on linux and on windows 7, both give the same errors it keeps saying files cannot be downloaded and it won't launch the server.

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