Jump to content

Recommended Posts

Posted

I have been trying to run a server with forge for the past 2 days, but every time i try to run the mincraft-forge jar, i get "A Java Exception has occurred". I have ran forge servers before and never had any problems, i updated java, and tried re installing the forge server, but nothing works. The weird thing is, it doesn't seem to produce a crash report like normal, i car run a normal server just fine, and any 1.6.x servers as well, just not the 1.5.2 i need?

Posted

So i installed it Universal, and got logs from it, it looks like the files wont download cause the link its using doesn't exist

 

 

  Reveal hidden contents

 

Posted
  On 10/18/2013 at 8:03 PM, loordgek said:

USE THE INSTALLER

I did, i went back and installed via universal to get the logs, the installer didnt work in the first place for the server, that why i went back and used universal

Posted

There should always be some form of console log if you run any java application from the command line.

However, if ther eis not we cant really help you beyond saying try reinstalling java?

I do Forge for free, however the servers to run it arn't free, so anything is appreciated.
Consider supporting the team on Patreon

Posted
  On 10/19/2013 at 2:21 AM, LexManos said:

There should always be some form of console log if you run any java application from the command line.

However, if ther eis not we cant really help you beyond saying try reinstalling java?

 

i posted the logs a few comments back, i had to install it universal to get them

Posted

How could you of possibly gotten the console log of the INSTALLER.

When you are running the uinversal?

If you did you're some sort of wizard.

The downloads are removed, the eaq specifies how to manually install them. Or you could use the installer which will download a proper setup.

Either way, 1.5.2 is old, and there is no legitimate reason to use it anymore.

 

I do Forge for free, however the servers to run it arn't free, so anything is appreciated.
Consider supporting the team on Patreon

Posted
  On 10/19/2013 at 4:38 PM, LexManos said:

How could you of possibly gotten the console log of the INSTALLER.

When you are running the uinversal?

If you did you're some sort of wizard.

The downloads are removed, the eaq specifies how to manually install them. Or you could use the installer which will download a proper setup.

Either way, 1.5.2 is old, and there is no legitimate reason to use it anymore.

 

A mod came out for 1.5.2 im making a map with it, but i just Googled one of the files, and download the other from my friend. The problem was, i couldn't locate the scala-library and the bcprov-jdk15on-148 on you're website. I got it to work. But the problem was, the installer for the server couldn't get those two files

Posted

I used the 1.5.2 installer for the server and ran into the exact same problem ("Java Exception") pop-up box. However, when I ran the java command from the command-line (Windows 7-64 bit), I got the following:

 

 

  Reveal hidden contents

 

  • 6 years later...
Posted (edited)

I ran the installer and renamed minecraft_server.1.5.2.jar to minecraft_server.jar, which seemed to help, but now I'm getting a different error.

 

2020-01-15 19:36:14 [INFO] [ForgeModLoader] Forge Mod Loader version 5.2.23.738 for Minecraft 1.5.2 loading
2020-01-15 19:36:14 [INFO] [ForgeModLoader] Java is OpenJDK 64-Bit Server VM, version 1.8.0_232, running on Linux:amd64:4.15.0-74-generic, installed at /usr/lib/jvm/java-8-openjdk-amd64/jre
2020-01-15 19:36:15 [INFO] [ForgeModLoader] Downloading file http://files.minecraftforge.net/fmllibs/bcprov-jdk15on-148.jar
2020-01-15 19:36:15 [SEVERE] [ForgeModLoader] 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

2020-01-15 19:36:15 [INFO] [ForgeModLoader] Downloading file http://files.minecraftforge.net/fmllibs/scala-library.jar
2020-01-15 19:36:15 [SEVERE] [ForgeModLoader] 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

2020-01-15 19:36:15 [SEVERE] [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.
2020-01-15 19:36:15 [SEVERE] [ForgeModLoader] *** Download http://files.minecraftforge.net/fmllibs/argo-small-3.2.jar
2020-01-15 19:36:15 [SEVERE] [ForgeModLoader] *** Download http://files.minecraftforge.net/fmllibs/guava-14.0-rc3.jar
2020-01-15 19:36:15 [SEVERE] [ForgeModLoader] *** Download http://files.minecraftforge.net/fmllibs/asm-all-4.1.jar
2020-01-15 19:36:15 [SEVERE] [ForgeModLoader] *** Download http://files.minecraftforge.net/fmllibs/bcprov-jdk15on-148.jar
2020-01-15 19:36:15 [SEVERE] [ForgeModLoader] *** Download http://files.minecraftforge.net/fmllibs/deobfuscation_data_1.5.2.zip
2020-01-15 19:36:15 [SEVERE] [ForgeModLoader] *** Download http://files.minecraftforge.net/fmllibs/scala-library.jar
2020-01-15 19:36:15 [SEVERE] [ForgeModLoader] <===========>
2020-01-15 19:36:15 [SEVERE] [ForgeModLoader] The following is the errors that caused the setup to fail. They may help you diagnose and resolve the issue
2020-01-15 19:36:15 [SEVERE] [ForgeModLoader] A download error occured
2020-01-15 19:36:15 [SEVERE] [ForgeModLoader] A download error occured
2020-01-15 19:36:15 [SEVERE] [ForgeModLoader] <<< ==== >>>
2020-01-15 19:36:15 [SEVERE] [ForgeModLoader] The following is diagnostic information for developers to review.
2020-01-15 19:36:15 [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:1367)
Caused by: java.io.IOException: Server returned HTTP response code: 500 for URL: http://files.minecraftforge.net/fmllibs/bcprov-jdk15on-148.jar
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
        at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
        at sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:1950)
        at sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:1945)
        at java.security.AccessController.doPrivileged(Native Method)
        at sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.java:1944)
        at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1514)
        at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1498)
        at cpw.mods.fml.relauncher.RelaunchLibraryManager.downloadFile(RelaunchLibraryManager.java:532)
        ... 5 more
Caused by: java.io.IOException: Server returned HTTP response code: 500 for URL: http://files.minecraftforge.net/fmllibs/bcprov-jdk15on-148.jar
        at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1900)
        at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1498)
        at sun.net.www.protocol.http.HttpURLConnection.getHeaderField(HttpURLConnection.java:3061)
        at java.net.URLConnection.getHeaderFieldLong(URLConnection.java:629)
        at java.net.URLConnection.getContentLengthLong(URLConnection.java:501)
        at java.net.URLConnection.getContentLength(URLConnection.java:485)
        at cpw.mods.fml.relauncher.RelaunchLibraryManager.downloadFile(RelaunchLibraryManager.java:531)
        ... 5 more
2020-01-15 19:36:15 [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:1367)
Caused by: java.io.IOException: Server returned HTTP response code: 500 for URL: http://files.minecraftforge.net/fmllibs/scala-library.jar
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
        at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
        at sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:1950)
        at sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:1945)
        at java.security.AccessController.doPrivileged(Native Method)
        at sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.java:1944)
        at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1514)
        at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1498)
        at cpw.mods.fml.relauncher.RelaunchLibraryManager.downloadFile(RelaunchLibraryManager.java:532)
        ... 5 more
Caused by: java.io.IOException: Server returned HTTP response code: 500 for URL: http://files.minecraftforge.net/fmllibs/scala-library.jar
        at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1900)
        at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1498)
        at sun.net.www.protocol.http.HttpURLConnection.getHeaderField(HttpURLConnection.java:3061)
        at java.net.URLConnection.getHeaderFieldLong(URLConnection.java:629)
        at java.net.URLConnection.getContentLengthLong(URLConnection.java:501)
        at java.net.URLConnection.getContentLength(URLConnection.java:485)
        at cpw.mods.fml.relauncher.RelaunchLibraryManager.downloadFile(RelaunchLibraryManager.java:531)
        ... 5 more
2020-01-15 19:36:15 [INFO] [STDERR] Exception in thread "main" java.lang.RuntimeException: java.lang.RuntimeException: A fatal error occured and FML cannot continue
2020-01-15 19:36:15 [INFO] [STDERR]     at cpw.mods.fml.relauncher.FMLRelauncher.setupHome(FMLRelauncher.java:192)
2020-01-15 19:36:15 [INFO] [STDERR]     at cpw.mods.fml.relauncher.FMLRelauncher.relaunchServer(FMLRelauncher.java:147)
2020-01-15 19:36:15 [INFO] [STDERR]     at cpw.mods.fml.relauncher.FMLRelauncher.handleServerRelaunch(FMLRelauncher.java:45)
2020-01-15 19:36:15 [INFO] [STDERR]     at net.minecraft.server.MinecraftServer.main(MinecraftServer.java:1367)
2020-01-15 19:36:15 [INFO] [STDERR] Caused by: java.lang.RuntimeException: A fatal error occured and FML cannot continue
2020-01-15 19:36:15 [INFO] [STDERR]     at cpw.mods.fml.relauncher.RelaunchLibraryManager.handleLaunch(RelaunchLibraryManager.java:261)
2020-01-15 19:36:15 [INFO] [STDERR]     at cpw.mods.fml.relauncher.FMLRelauncher.setupHome(FMLRelauncher.java:172)
2020-01-15 19:36:15 [INFO] [STDERR]     ... 3 more

 

Edited by Muffinz
Posted

Really old Minecraft versions are no longer supported on this forum.

Please update to a modern version of Minecraft to receive support.

This is my Forum Signature, I am currently attempting to transform it into a small guide for fixing easier issues using spoiler blocks to keep things tidy.

 

As the most common issue I feel I should put this outside the main bulk:

The only official source for Forge is https://files.minecraftforge.net, and the only site I trust for getting mods is CurseForge.

If you use any site other than these, please take a look at the StopModReposts project and install their browser extension, I would also advise running a virus scan.

 

For players asking for assistance with Forge please expand the spoiler below and read the appropriate section(s) in its/their entirety.

  Reveal hidden contents

 

Guest
This topic is now closed to further replies.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.