Link to home
Start Free TrialLog in
Avatar of itnifl
itniflFlag for Norway

asked on

Installing Minecraft server on Linux with LuckyBlock mod - getting java.io.IOException: Server returned HTTP response code: 403 for URL

I am trying to set up a Minecraft server with lucky block mod on Linux. After downloading forge, I try to install it. It says it installs successfully, but I see several error messages like the one below:

java.io.IOException: Server returned HTTP response code: 403 for URL: https://libraries.minecraft.net/net/sf/trove4j/trove4j/3.0.3/trove4j-3.0.3.jar.pack.xz
        at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1494)
        at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254)
        at net.minecraftforge.installer.DownloadUtils$URLISSupplier.getInput(DownloadUtils.java:428)
        at net.minecraftforge.installer.DownloadUtils$URLISSupplier.getInput(DownloadUtils.java:416)
        at com.google.common.io.ByteStreams$6.openStream(ByteStreams.java:989)
        at com.google.common.io.ByteSource.copyTo(ByteSource.java:202)
        at com.google.common.io.Files.copy(Files.java:382)
        at net.minecraftforge.installer.DownloadUtils.downloadFile(DownloadUtils.java:374)
        at net.minecraftforge.installer.DownloadUtils.downloadInstalledLibraries(DownloadUtils.java:84)
        at net.minecraftforge.installer.ServerInstall.run(ServerInstall.java:72)
        at net.minecraftforge.installer.InstallerAction.run(InstallerAction.java:42)
        at net.minecraftforge.installer.SimpleInstaller.handleOptions(SimpleInstaller.java:61)
        at net.minecraftforge.installer.SimpleInstaller.main(SimpleInstaller.java:36)
The server installed successfully, you should now be able to run the file forge-1.8.9-11.15.1.1763-universal.jar
You can delete this installer file now if you wish

Should I care about this error, do something with it, or is it ok?
ASKER CERTIFIED SOLUTION
Avatar of ☠ MASQ ☠
☠ MASQ ☠

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial