Posted November 18, 20186 yr Hi all, I was recently trying to setup my mod's dev environnement again, and the same build script that worked just fine last time I used it a few months ago is now failing with the error below: FAILURE: Build failed with an exception. * What went wrong: Could not resolve all dependencies for configuration ':forgeGradleUserDevPackage'. > Could not resolve net.minecraftforge:forge:1.12.2-14.23.5.2768. Required by: org.millenaire:Millenaire:7.0.0-beta.5 > Could not resolve net.minecraftforge:forge:1.12.2-14.23.5.2768. > Could not get resource 'https://files.minecraftforge.net/maven/net/minecraftforge/forge/1.12.2-14.23.5.2768/forge-1.12.2-14.23.5.2768.pom'. > Could not GET 'https://files.minecraftforge.net/maven/net/minecraftforge/forge/1.12.2-14.23.5.2768/forge-1.12.2-14.23.5.2768.pom'. > sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target The URL given works fine when tested in Chrome. Anybody has any idea about this issue? Something linked to a system update maybe? Thanks http://www.millenaire.org/img/dynamicsig.png[/img]
November 18, 20186 yr Author If anybody gets the same error, it's due to older versions of Java 8 not supporting the Let's Encrypt certificates used by minecraftforge.net: https://stackoverflow.com/questions/34110426/does-java-support-lets-encrypt-certificates The solution is simply to install an up-to-date JDK, at least Java 8_101. http://www.millenaire.org/img/dynamicsig.png[/img]
November 25, 20186 yr On 11/18/2018 at 2:29 PM, Kinniken said: If anybody gets the same error, it's due to older versions of Java 8 not supporting the Let's Encrypt certificates used by minecraftforge.net: https://stackoverflow.com/questions/34110426/does-java-support-lets-encrypt-certificates The solution is simply to install an up-to-date JDK, at least Java 8_101. I made an account just to respond to this. I had been looking around the internet for a few hours trying to figure out what was going wrong until I found this. Thanks so much!
November 25, 20186 yr Author No problems, glad to have helped! It was a bit of a tricky issue... not sure I would have figured it out without a vague memory of having read something on Java not supporting Let's Encrypt some months back. http://www.millenaire.org/img/dynamicsig.png[/img]
November 25, 20186 yr Not sure if this is related, but I was having similar troubles with setupDecompWorkspace yesterday, and updating my JDK fixed it. More details in this thread: Edit: probably should have read this post more lol. Still, you might need to take extra steps, which are detailed in the above thread. Edited November 25, 20186 yr by theishiopian oops
March 9, 20196 yr I had the same problem. Can't for the life of me find the thread I had opened for this. So I don't know who from the forge guys exactly had answered. The fix is to update the JDK (not only the JRE, which is the default when updating). Go to Oracle, download the latest JDK and install. Then try to run gradlew again. This should do the trick. Edit: answered a quarter of a year old thread ... sorry ... but I had exactly this problem just a few days back ... Edited March 9, 20196 yr by Torojima running minecraft on Mac OS X - Sierra --- creating code since 1986 ... --- मेरा दिल भारतवासी है! http://www.arno-saxena.de/pictures/chococraft/banner_signature.png[/img]
March 11, 20196 yr On 3/10/2019 at 2:13 AM, Torojima said: Go to Oracle, download the latest JDK and install. *The latest Java 8 JDK About Me Spoiler My Discord - Cadiboo#8887 My Website - Cadiboo.github.io My Mods - Cadiboo.github.io/projects My Tutorials - Cadiboo.github.io/tutorials Versions below 1.14.4 are no longer supported on this forum. Use the latest version to receive support. When asking support remember to include all relevant log files (logs are found in .minecraft/logs/), code if applicable and screenshots if possible. Only download mods from trusted sites like CurseForge (minecraft.curseforge.com). A list of bad sites can be found here, with more information available at stopmodreposts.org Edit your own signature at www.minecraftforge.net/forum/settings/signature/ (Make sure to check its compatibility with the Dark Theme)
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.