Advertisement
Guest User

Untitled

a guest
May 21st, 2020
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.22 KB | None | 0 0
  1. JVM info: Oracle Corporation - 1.8.0_144 - 25.144-b01
  2. java.net.preferIPv4Stack=true
  3. Found java version 1.8.0_144
  4. Extracting json
  5. Considering minecraft client jar
  6. javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
  7. at sun.security.ssl.Alerts.getSSLException(Unknown Source)
  8. at sun.security.ssl.SSLSocketImpl.fatal(Unknown Source)
  9. at sun.security.ssl.Handshaker.fatalSE(Unknown Source)
  10. at sun.security.ssl.Handshaker.fatalSE(Unknown Source)
  11. at sun.security.ssl.ClientHandshaker.serverCertificate(Unknown Source)
  12. at sun.security.ssl.ClientHandshaker.processMessage(Unknown Source)
  13. at sun.security.ssl.Handshaker.processLoop(Unknown Source)
  14. at sun.security.ssl.Handshaker.process_record(Unknown Source)
  15. at sun.security.ssl.SSLSocketImpl.readRecord(Unknown Source)
  16. at sun.security.ssl.SSLSocketImpl.performInitialHandshake(Unknown Source)
  17. at sun.security.ssl.SSLSocketImpl.startHandshake(Unknown Source)
  18. at sun.security.ssl.SSLSocketImpl.startHandshake(Unknown Source)
  19. at sun.net.www.protocol.https.HttpsClient.afterConnect(Unknown Source)
  20. at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source)
  21. at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source)
  22. at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
  23. at java.net.HttpURLConnection.getResponseCode(Unknown Source)
  24. at sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseCode(Unknown Source)
  25. at net.minecraftforge.installer.DownloadUtils.getConnection(DownloadUtils.java:203)
  26. at net.minecraftforge.installer.DownloadUtils.downloadManifest(DownloadUtils.java:267)
  27. at net.minecraftforge.installer.json.Util.getVanillaVersion(Util.java:62)
  28. at net.minecraftforge.installer.actions.ClientInstall.run(ClientInstall.java:87)
  29. at net.minecraftforge.installer.InstallerPanel.run(InstallerPanel.java:428)
  30. at net.minecraftforge.installer.SimpleInstaller.launchGui(SimpleInstaller.java:170)
  31. at net.minecraftforge.installer.SimpleInstaller.main(SimpleInstaller.java:143)
  32. Caused by: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
  33. at sun.security.validator.PKIXValidator.doBuild(Unknown Source)
  34. at sun.security.validator.PKIXValidator.engineValidate(Unknown Source)
  35. at sun.security.validator.Validator.validate(Unknown Source)
  36. at sun.security.ssl.X509TrustManagerImpl.validate(Unknown Source)
  37. at sun.security.ssl.X509TrustManagerImpl.checkTrusted(Unknown Source)
  38. at sun.security.ssl.X509TrustManagerImpl.checkServerTrusted(Unknown Source)
  39. ... 21 more
  40. Caused by: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
  41. at sun.security.provider.certpath.SunCertPathBuilder.build(Unknown Source)
  42. at sun.security.provider.certpath.SunCertPathBuilder.engineBuild(Unknown Source)
  43. at java.security.cert.CertPathBuilder.build(Unknown Source)
  44. ... 27 more
  45. Failed to download version manifest, can not find client jar URL.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement