Advertisement
Guest User

Untitled

a guest
Sep 7th, 2023
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.85 KB | None | 0 0
  1. JVM info: Oracle Corporation - 1.8.0_51 - 25.51-b03
  2. java.net.preferIPv4Stack=true
  3. Current Time: 07/09/2023 16:12:14
  4. Host: files.minecraftforge.net [51.79.83.165]
  5. Host: maven.minecraftforge.net [51.79.83.165]
  6. Host: libraries.minecraft.net [13.107.213.43, 13.107.246.43]
  7. Host: launchermeta.mojang.com [13.107.213.43, 13.107.246.43]
  8. Host: piston-meta.mojang.com [13.107.213.43, 13.107.246.43]
  9. Host: authserver.mojang.com [54.192.95.78, 54.192.95.17, 54.192.95.102, 54.192.95.51]
  10. Found java version 1.8.0_51
  11. Added Lets Encrypt root certificates as additional trust
  12. java.net.SocketTimeoutException: connect timed out
  13. at java.net.TwoStacksPlainSocketImpl.socketConnect(Native Method)
  14. at java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
  15. at java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
  16. at java.net.AbstractPlainSocketImpl.connect(Unknown Source)
  17. at java.net.PlainSocketImpl.connect(Unknown Source)
  18. at java.net.SocksSocketImpl.connect(Unknown Source)
  19. at java.net.Socket.connect(Unknown Source)
  20. at sun.security.ssl.SSLSocketImpl.connect(Unknown Source)
  21. at sun.net.NetworkClient.doConnect(Unknown Source)
  22. at sun.net.www.http.HttpClient.openServer(Unknown Source)
  23. at sun.net.www.http.HttpClient.openServer(Unknown Source)
  24. at sun.net.www.protocol.https.HttpsClient.<init>(Unknown Source)
  25. at sun.net.www.protocol.https.HttpsClient.New(Unknown Source)
  26. at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(Unknown Source)
  27. at sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source)
  28. at sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
  29. at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source)
  30. at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source)
  31. at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
  32. at java.net.HttpURLConnection.getResponseCode(Unknown Source)
  33. at sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseCode(Unknown Source)
  34. at net.minecraftforge.installer.DownloadUtils.getConnection(DownloadUtils.java:257)
  35. at net.minecraftforge.installer.DownloadUtils.downloadMirrors(DownloadUtils.java:323)
  36. at net.minecraftforge.installer.json.Install.getMirror(Install.java:117)
  37. at net.minecraftforge.installer.InstallerPanel.updateFilePath(InstallerPanel.java:369)
  38. at net.minecraftforge.installer.InstallerPanel.<init>(InstallerPanel.java:350)
  39. at net.minecraftforge.installer.SimpleInstaller.launchGui(SimpleInstaller.java:188)
  40. at net.minecraftforge.installer.SimpleInstaller.main(SimpleInstaller.java:161)
  41. Extracting json
  42. Considering minecraft client jar
  43. Failed to establish connection to https://launchermeta.mojang.com/mc/game/version_manifest.json
  44. Host: launchermeta.mojang.com [13.107.213.43, 13.107.246.43]
  45. 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
  46. at sun.security.ssl.Alerts.getSSLException(Unknown Source)
  47. at sun.security.ssl.SSLSocketImpl.fatal(Unknown Source)
  48. at sun.security.ssl.Handshaker.fatalSE(Unknown Source)
  49. at sun.security.ssl.Handshaker.fatalSE(Unknown Source)
  50. at sun.security.ssl.ClientHandshaker.serverCertificate(Unknown Source)
  51. at sun.security.ssl.ClientHandshaker.processMessage(Unknown Source)
  52. at sun.security.ssl.Handshaker.processLoop(Unknown Source)
  53. at sun.security.ssl.Handshaker.process_record(Unknown Source)
  54. at sun.security.ssl.SSLSocketImpl.readRecord(Unknown Source)
  55. at sun.security.ssl.SSLSocketImpl.performInitialHandshake(Unknown Source)
  56. at sun.security.ssl.SSLSocketImpl.startHandshake(Unknown Source)
  57. at sun.security.ssl.SSLSocketImpl.startHandshake(Unknown Source)
  58. at sun.net.www.protocol.https.HttpsClient.afterConnect(Unknown Source)
  59. at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source)
  60. at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source)
  61. at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
  62. at java.net.HttpURLConnection.getResponseCode(Unknown Source)
  63. at sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseCode(Unknown Source)
  64. at net.minecraftforge.installer.DownloadUtils.getConnection(DownloadUtils.java:257)
  65. at net.minecraftforge.installer.DownloadUtils.downloadManifest(DownloadUtils.java:337)
  66. at net.minecraftforge.installer.json.Util.getVanillaVersion(Util.java:73)
  67. at net.minecraftforge.installer.actions.ClientInstall.run(ClientInstall.java:89)
  68. at net.minecraftforge.installer.InstallerPanel.run(InstallerPanel.java:423)
  69. at net.minecraftforge.installer.SimpleInstaller.launchGui(SimpleInstaller.java:189)
  70. at net.minecraftforge.installer.SimpleInstaller.main(SimpleInstaller.java:161)
  71. Caused by: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
  72. at sun.security.validator.PKIXValidator.doBuild(Unknown Source)
  73. at sun.security.validator.PKIXValidator.engineValidate(Unknown Source)
  74. at sun.security.validator.Validator.validate(Unknown Source)
  75. at sun.security.ssl.X509TrustManagerImpl.validate(Unknown Source)
  76. at sun.security.ssl.X509TrustManagerImpl.checkTrusted(Unknown Source)
  77. at sun.security.ssl.X509TrustManagerImpl.checkServerTrusted(Unknown Source)
  78. ... 21 more
  79. Caused by: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
  80. at sun.security.provider.certpath.SunCertPathBuilder.build(Unknown Source)
  81. at sun.security.provider.certpath.SunCertPathBuilder.engineBuild(Unknown Source)
  82. at java.security.cert.CertPathBuilder.build(Unknown Source)
  83. ... 27 more
  84. Failed to download version manifest, can not find client jar URL.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement