PT400C Posted June 4, 2016 Posted June 4, 2016 Hey, finally I got the technic solder to work. Everything is fine, but then I want to use my modpack, I imported to the technicpack site, in the launcher I get this error: [B#347] net.technicpack.rest.RestfulAPIException: Error accessing URL [https://technic.jomcraft.de/api/modpack/] [B#347] at net.technicpack.rest.RestObject.getRestObject(RestObject.java:157) [B#347] at net.technicpack.solder.http.HttpSolderApi.getMirrorUrl(HttpSolderApi.java:59) [B#347] at net.technicpack.solder.cache.CachedSolderApi.getMirrorUrl(CachedSolderApi.java:134) [B#347] at net.technicpack.platform.PlatformPackInfoRepository.getInfoFromPlatformInfo(PlatformPackInfoRepository.java:72) [B#347] at net.technicpack.platform.PlatformPackInfoRepository.getPlatformPackInfo(PlatformPackInfoRepository.java:60) [B#347] at net.technicpack.platform.PlatformPackInfoRepository.getPackInfo(PlatformPackInfoRepository.java:46) [B#347] at net.technicpack.launchercore.modpacks.PackLoadJob$5.run(PackLoadJob.java:180) [B#347] at java.lang.Thread.run(Unknown Source) [B#347] Caused by: 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 [B#347] at sun.security.ssl.Alerts.getSSLException(Unknown Source) [B#347] at sun.security.ssl.SSLSocketImpl.fatal(Unknown Source) [B#347] at sun.security.ssl.Handshaker.fatalSE(Unknown Source) [B#347] at sun.security.ssl.Handshaker.fatalSE(Unknown Source) [B#347] at sun.security.ssl.ClientHandshaker.serverCertificate(Unknown Source) [B#347] at sun.security.ssl.ClientHandshaker.processMessage(Unknown Source) [B#347] at sun.security.ssl.Handshaker.processLoop(Unknown Source) [B#347] at sun.security.ssl.Handshaker.process_record(Unknown Source) [B#347] at sun.security.ssl.SSLSocketImpl.readRecord(Unknown Source) [B#347] at sun.security.ssl.SSLSocketImpl.performInitialHandshake(Unknown Source) [B#347] at sun.security.ssl.SSLSocketImpl.startHandshake(Unknown Source) [B#347] at sun.security.ssl.SSLSocketImpl.startHandshake(Unknown Source) [B#347] at sun.net.www.protocol.https.HttpsClient.afterConnect(Unknown Source) [B#347] at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source) [B#347] at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source) [B#347] at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source) [B#347] at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(Unknown Source) [B#347] at net.technicpack.rest.RestObject.getRestObject(RestObject.java:137) [B#347] ... 7 more [B#347] Caused by: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target [B#347] at sun.security.validator.PKIXValidator.doBuild(Unknown Source) [B#347] at sun.security.validator.PKIXValidator.engineValidate(Unknown Source) [B#347] at sun.security.validator.Validator.validate(Unknown Source) [B#347] at sun.security.ssl.X509TrustManagerImpl.validate(Unknown Source) [B#347] at sun.security.ssl.X509TrustManagerImpl.checkTrusted(Unknown Source) [B#347] at sun.security.ssl.X509TrustManagerImpl.checkServerTrusted(Unknown Source) [B#347] ... 21 more [B#347] Caused by: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target [B#347] at sun.security.provider.certpath.SunCertPathBuilder.build(Unknown Source) [B#347] at sun.security.provider.certpath.SunCertPathBuilder.engineBuild(Unknown Source) [B#347] at java.security.cert.CertPathBuilder.build(Unknown Source) [B#347] ... 27 more Please help me PT400C
EvilOwl Posted June 4, 2016 Posted June 4, 2016 1. No modpacks in there yet. 2. Use http instead of https (it's in the docs)
PT400C Posted June 5, 2016 Author Posted June 5, 2016 (edited) Hey, why is there no modpack? I created one :I And: What do you mean with using HTTP and not HTTPS? Should I just change the location of the repository? PT400C Edited June 5, 2016 by PT400C
EvilOwl Posted June 5, 2016 Posted June 5, 2016 The launcher can't verify your secured connection Caused by: 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 afaik solder should be setup with http like the example web server configs say, and idk why you don't have a modpack there, check it here https://technic.jomcraft.de/api/modpack/ see? "modpacks":[] it's empty, untick private maybe?
PT400C Posted June 5, 2016 Author Posted June 5, 2016 Hmm, okay thank you. I tried to change this but, noting happens. But then I try to use my modpack on another computer, it works! Why?! Please help PT400C
EvilOwl Posted June 5, 2016 Posted June 5, 2016 your local launcher files are broken, remove the pack (check manually for any files) and add it again
PT400C Posted June 5, 2016 Author Posted June 5, 2016 I removed all launcherfiles and the launcher. Then I reistalled everything but it doesn't work Why? PT400C
PT400C Posted June 6, 2016 Author Posted June 6, 2016 Okay That is clear. Here is the log. It's not completely the last: [B#347] 2016/06/05 18:39:04 [SCHWERWIEGEND] SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". [B#347] 2016/06/05 18:39:04 [SCHWERWIEGEND] SLF4J: Defaulting to no-operation (NOP) logger implementation [B#347] 2016/06/05 18:39:04 [SCHWERWIEGEND] SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. [B#347] 2016/06/05 18:39:04 [SCHWERWIEGEND] net.technicpack.rest.RestfulAPIException: Error accessing URL [https://technic.jomcraft.de/api/modpack/] [B#347] 2016/06/05 18:39:04 [SCHWERWIEGEND] at net.technicpack.rest.RestObject.getRestObject(RestObject.java:157) [B#347] 2016/06/05 18:39:04 [SCHWERWIEGEND] at net.technicpack.solder.http.HttpSolderApi.getMirrorUrl(HttpSolderApi.java:59) [B#347] 2016/06/05 18:39:04 [SCHWERWIEGEND] at net.technicpack.solder.cache.CachedSolderApi.getMirrorUrl(CachedSolderApi.java:134) [B#347] 2016/06/05 18:39:04 [SCHWERWIEGEND] at net.technicpack.platform.PlatformPackInfoRepository.getInfoFromPlatformInfo(PlatformPackInfoRepository.java:72) [B#347] 2016/06/05 18:39:04 [SCHWERWIEGEND] at net.technicpack.platform.PlatformPackInfoRepository.getPlatformPackInfo(PlatformPackInfoRepository.java:60) [B#347] 2016/06/05 18:39:04 [SCHWERWIEGEND] at net.technicpack.platform.PlatformPackInfoRepository.getPackInfo(PlatformPackInfoRepository.java:46) [B#347] 2016/06/05 18:39:04 [SCHWERWIEGEND] at net.technicpack.launchercore.modpacks.PackLoadJob$5.run(PackLoadJob.java:180) [B#347] 2016/06/05 18:39:04 [SCHWERWIEGEND] at java.lang.Thread.run(Unknown Source) [B#347] 2016/06/05 18:39:04 [SCHWERWIEGEND] Caused by: 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 [B#347] 2016/06/05 18:39:04 [SCHWERWIEGEND] at sun.security.ssl.Alerts.getSSLException(Unknown Source) [B#347] 2016/06/05 18:39:04 [SCHWERWIEGEND] at sun.security.ssl.SSLSocketImpl.fatal(Unknown Source) [B#347] 2016/06/05 18:39:04 [SCHWERWIEGEND] at sun.security.ssl.Handshaker.fatalSE(Unknown Source) [B#347] 2016/06/05 18:39:04 [SCHWERWIEGEND] at sun.security.ssl.Handshaker.fatalSE(Unknown Source) [B#347] 2016/06/05 18:39:04 [SCHWERWIEGEND] at sun.security.ssl.ClientHandshaker.serverCertificate(Unknown Source) [B#347] 2016/06/05 18:39:04 [SCHWERWIEGEND] at sun.security.ssl.ClientHandshaker.processMessage(Unknown Source) [B#347] 2016/06/05 18:39:04 [SCHWERWIEGEND] at sun.security.ssl.Handshaker.processLoop(Unknown Source) [B#347] 2016/06/05 18:39:04 [SCHWERWIEGEND] at sun.security.ssl.Handshaker.process_record(Unknown Source) [B#347] 2016/06/05 18:39:04 [SCHWERWIEGEND] at sun.security.ssl.SSLSocketImpl.readRecord(Unknown Source) [B#347] 2016/06/05 18:39:04 [SCHWERWIEGEND] at sun.security.ssl.SSLSocketImpl.performInitialHandshake(Unknown Source) [B#347] 2016/06/05 18:39:04 [SCHWERWIEGEND] at sun.security.ssl.SSLSocketImpl.startHandshake(Unknown Source) [B#347] 2016/06/05 18:39:04 [SCHWERWIEGEND] at sun.security.ssl.SSLSocketImpl.startHandshake(Unknown Source) [B#347] 2016/06/05 18:39:04 [SCHWERWIEGEND] at sun.net.www.protocol.https.HttpsClient.afterConnect(Unknown Source) [B#347] 2016/06/05 18:39:04 [SCHWERWIEGEND] at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source) [B#347] 2016/06/05 18:39:04 [SCHWERWIEGEND] at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source) [B#347] 2016/06/05 18:39:04 [SCHWERWIEGEND] at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source) [B#347] 2016/06/05 18:39:04 [SCHWERWIEGEND] at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(Unknown Source) [B#347] 2016/06/05 18:39:04 [SCHWERWIEGEND] at net.technicpack.rest.RestObject.getRestObject(RestObject.java:137) [B#347] 2016/06/05 18:39:04 [SCHWERWIEGEND] ... 7 more [B#347] 2016/06/05 18:39:04 [SCHWERWIEGEND] Caused by: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target [B#347] 2016/06/05 18:39:04 [SCHWERWIEGEND] at sun.security.validator.PKIXValidator.doBuild(Unknown Source) [B#347] 2016/06/05 18:39:04 [SCHWERWIEGEND] at sun.security.validator.PKIXValidator.engineValidate(Unknown Source) [B#347] 2016/06/05 18:39:04 [SCHWERWIEGEND] at sun.security.validator.Validator.validate(Unknown Source) [B#347] 2016/06/05 18:39:04 [SCHWERWIEGEND] at sun.security.ssl.X509TrustManagerImpl.validate(Unknown Source) [B#347] 2016/06/05 18:39:04 [SCHWERWIEGEND] at sun.security.ssl.X509TrustManagerImpl.checkTrusted(Unknown Source) [B#347] 2016/06/05 18:39:04 [SCHWERWIEGEND] at sun.security.ssl.X509TrustManagerImpl.checkServerTrusted(Unknown Source) [B#347] 2016/06/05 18:39:04 [SCHWERWIEGEND] ... 21 more [B#347] 2016/06/05 18:39:04 [SCHWERWIEGEND] Caused by: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target [B#347] 2016/06/05 18:39:04 [SCHWERWIEGEND] at sun.security.provider.certpath.SunCertPathBuilder.build(Unknown Source) [B#347] 2016/06/05 18:39:04 [SCHWERWIEGEND] at sun.security.provider.certpath.SunCertPathBuilder.engineBuild(Unknown Source) [B#347] 2016/06/05 18:39:04 [SCHWERWIEGEND] at java.security.cert.CertPathBuilder.build(Unknown Source) [B#347] 2016/06/05 18:39:04 [SCHWERWIEGEND] ... 27 more [B#347] 2016/06/05 18:39:04 [SCHWERWIEGEND] net.technicpack.rest.RestfulAPIException: Error accessing URL [https://technic.jomcraft.de/api/modpack/] [B#347] 2016/06/05 18:39:04 [SCHWERWIEGEND] at net.technicpack.rest.RestObject.getRestObject(RestObject.java:157) [B#347] 2016/06/05 18:39:04 [SCHWERWIEGEND] at net.technicpack.solder.http.HttpSolderApi.getMirrorUrl(HttpSolderApi.java:59) [B#347] 2016/06/05 18:39:04 [SCHWERWIEGEND] at net.technicpack.solder.cache.CachedSolderApi.getMirrorUrl(CachedSolderApi.java:134) [B#347] 2016/06/05 18:39:04 [SCHWERWIEGEND] at net.technicpack.platform.PlatformPackInfoRepository.getInfoFromPlatformInfo(PlatformPackInfoRepository.java:72) [B#347] 2016/06/05 18:39:04 [SCHWERWIEGEND] at net.technicpack.platform.PlatformPackInfoRepository.getPlatformPackInfo(PlatformPackInfoRepository.java:60) [B#347] 2016/06/05 18:39:04 [SCHWERWIEGEND] at net.technicpack.platform.PlatformPackInfoRepository.getPackInfo(PlatformPackInfoRepository.java:46) [B#347] 2016/06/05 18:39:04 [SCHWERWIEGEND] at net.technicpack.launchercore.modpacks.PackLoadJob$5.run(PackLoadJob.java:180) [B#347] 2016/06/05 18:39:04 [SCHWERWIEGEND] at java.lang.Thread.run(Unknown Source) [B#347] 2016/06/05 18:39:04 [SCHWERWIEGEND] Caused by: 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 [B#347] 2016/06/05 18:39:04 [SCHWERWIEGEND] at sun.security.ssl.Alerts.getSSLException(Unknown Source) [B#347] 2016/06/05 18:39:04 [SCHWERWIEGEND] at sun.security.ssl.SSLSocketImpl.fatal(Unknown Source) [B#347] 2016/06/05 18:39:04 [SCHWERWIEGEND] at sun.security.ssl.Handshaker.fatalSE(Unknown Source) [B#347] 2016/06/05 18:39:04 [SCHWERWIEGEND] at sun.security.ssl.Handshaker.fatalSE(Unknown Source) [B#347] 2016/06/05 18:39:04 [SCHWERWIEGEND] at sun.security.ssl.ClientHandshaker.serverCertificate(Unknown Source) [B#347] 2016/06/05 18:39:04 [SCHWERWIEGEND] at sun.security.ssl.ClientHandshaker.processMessage(Unknown Source) [B#347] 2016/06/05 18:39:04 [SCHWERWIEGEND] at sun.security.ssl.Handshaker.processLoop(Unknown Source) [B#347] 2016/06/05 18:39:04 [SCHWERWIEGEND] at sun.security.ssl.Handshaker.process_record(Unknown Source) [B#347] 2016/06/05 18:39:04 [SCHWERWIEGEND] at sun.security.ssl.SSLSocketImpl.readRecord(Unknown Source) [B#347] 2016/06/05 18:39:04 [SCHWERWIEGEND] at sun.security.ssl.SSLSocketImpl.performInitialHandshake(Unknown Source) [B#347] 2016/06/05 18:39:04 [SCHWERWIEGEND] at sun.security.ssl.SSLSocketImpl.startHandshake(Unknown Source) [B#347] 2016/06/05 18:39:04 [SCHWERWIEGEND] at sun.security.ssl.SSLSocketImpl.startHandshake(Unknown Source) [B#347] 2016/06/05 18:39:04 [SCHWERWIEGEND] at sun.net.www.protocol.https.HttpsClient.afterConnect(Unknown Source) [B#347] 2016/06/05 18:39:04 [SCHWERWIEGEND] at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source) [B#347] 2016/06/05 18:39:04 [SCHWERWIEGEND] at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source) [B#347] 2016/06/05 18:39:04 [SCHWERWIEGEND] at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source) [B#347] 2016/06/05 18:39:04 [SCHWERWIEGEND] at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(Unknown Source) [B#347] 2016/06/05 18:39:04 [SCHWERWIEGEND] at net.technicpack.rest.RestObject.getRestObject(RestObject.java:137) [B#347] 2016/06/05 18:39:04 [SCHWERWIEGEND] ... 7 more [B#347] 2016/06/05 18:39:04 [SCHWERWIEGEND] Caused by: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target [B#347] 2016/06/05 18:39:04 [SCHWERWIEGEND] at sun.security.validator.PKIXValidator.doBuild(Unknown Source) [B#347] 2016/06/05 18:39:04 [SCHWERWIEGEND] at sun.security.validator.PKIXValidator.engineValidate(Unknown Source) [B#347] 2016/06/05 18:39:04 [SCHWERWIEGEND] at sun.security.validator.Validator.validate(Unknown Source) [B#347] 2016/06/05 18:39:04 [SCHWERWIEGEND] at sun.security.ssl.X509TrustManagerImpl.validate(Unknown Source) [B#347] 2016/06/05 18:39:04 [SCHWERWIEGEND] at sun.security.ssl.X509TrustManagerImpl.checkTrusted(Unknown Source) [B#347] 2016/06/05 18:39:04 [SCHWERWIEGEND] at sun.security.ssl.X509TrustManagerImpl.checkServerTrusted(Unknown Source) [B#347] 2016/06/05 18:39:04 [SCHWERWIEGEND] ... 21 more [B#347] 2016/06/05 18:39:04 [SCHWERWIEGEND] Caused by: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target [B#347] 2016/06/05 18:39:04 [SCHWERWIEGEND] at sun.security.provider.certpath.SunCertPathBuilder.build(Unknown Source) [B#347] 2016/06/05 18:39:04 [SCHWERWIEGEND] at sun.security.provider.certpath.SunCertPathBuilder.engineBuild(Unknown Source) [B#347] 2016/06/05 18:39:04 [SCHWERWIEGEND] at java.security.cert.CertPathBuilder.build(Unknown Source) [B#347] 2016/06/05 18:39:04 [SCHWERWIEGEND] ... 27 more [B#347] 2016/06/05 18:39:05 [SCHWERWIEGEND] net.technicpack.rest.RestfulAPIException: Error accessing URL [https://technic.jomcraft.de/api/modpack/] [B#347] 2016/06/05 18:39:05 [SCHWERWIEGEND] at net.technicpack.rest.RestObject.getRestObject(RestObject.java:157) [B#347] 2016/06/05 18:39:05 [SCHWERWIEGEND] at net.technicpack.solder.http.HttpSolderApi.getMirrorUrl(HttpSolderApi.java:59) [B#347] 2016/06/05 18:39:05 [SCHWERWIEGEND] at net.technicpack.solder.cache.CachedSolderApi.getMirrorUrl(CachedSolderApi.java:134) [B#347] 2016/06/05 18:39:05 [SCHWERWIEGEND] at net.technicpack.platform.PlatformPackInfoRepository.getInfoFromPlatformInfo(PlatformPackInfoRepository.java:72) [B#347] 2016/06/05 18:39:05 [SCHWERWIEGEND] at net.technicpack.platform.PlatformPackInfoRepository.getPlatformPackInfo(PlatformPackInfoRepository.java:60) [B#347] 2016/06/05 18:39:05 [SCHWERWIEGEND] at net.technicpack.platform.packsources.SinglePlatformSource.getPublicPacks(SinglePlatformSource.java:50) [B#347] 2016/06/05 18:39:05 [SCHWERWIEGEND] at net.technicpack.launchercore.modpacks.PackLoadJob$2.run(PackLoadJob.java:102) [B#347] 2016/06/05 18:39:05 [SCHWERWIEGEND] Caused by: 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 [B#347] 2016/06/05 18:39:05 [SCHWERWIEGEND] at sun.security.ssl.Alerts.getSSLException(Unknown Source) [B#347] 2016/06/05 18:39:05 [SCHWERWIEGEND] at sun.security.ssl.SSLSocketImpl.fatal(Unknown Source) [B#347] 2016/06/05 18:39:05 [SCHWERWIEGEND] at sun.security.ssl.Handshaker.fatalSE(Unknown Source) [B#347] 2016/06/05 18:39:05 [SCHWERWIEGEND] at sun.security.ssl.Handshaker.fatalSE(Unknown Source) [B#347] 2016/06/05 18:39:05 [SCHWERWIEGEND] at sun.security.ssl.ClientHandshaker.serverCertificate(Unknown Source) [B#347] 2016/06/05 18:39:05 [SCHWERWIEGEND] at sun.security.ssl.ClientHandshaker.processMessage(Unknown Source) [B#347] 2016/06/05 18:39:05 [SCHWERWIEGEND] at sun.security.ssl.Handshaker.processLoop(Unknown Source) [B#347] 2016/06/05 18:39:05 [SCHWERWIEGEND] at sun.security.ssl.Handshaker.process_record(Unknown Source) [B#347] 2016/06/05 18:39:05 [SCHWERWIEGEND] at sun.security.ssl.SSLSocketImpl.readRecord(Unknown Source) [B#347] 2016/06/05 18:39:05 [SCHWERWIEGEND] at sun.security.ssl.SSLSocketImpl.performInitialHandshake(Unknown Source) [B#347] 2016/06/05 18:39:05 [SCHWERWIEGEND] at sun.security.ssl.SSLSocketImpl.startHandshake(Unknown Source) [B#347] 2016/06/05 18:39:05 [SCHWERWIEGEND] at sun.security.ssl.SSLSocketImpl.startHandshake(Unknown Source) [B#347] 2016/06/05 18:39:05 [SCHWERWIEGEND] at sun.net.www.protocol.https.HttpsClient.afterConnect(Unknown Source) [B#347] 2016/06/05 18:39:05 [SCHWERWIEGEND] at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source) [B#347] 2016/06/05 18:39:05 [SCHWERWIEGEND] at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source) [B#347] 2016/06/05 18:39:05 [SCHWERWIEGEND] at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source) [B#347] 2016/06/05 18:39:05 [SCHWERWIEGEND] at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(Unknown Source) [B#347] 2016/06/05 18:39:05 [SCHWERWIEGEND] at net.technicpack.rest.RestObject.getRestObject(RestObject.java:137) [B#347] 2016/06/05 18:39:05 [SCHWERWIEGEND] ... 6 more [B#347] 2016/06/05 18:39:05 [SCHWERWIEGEND] Caused by: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target [B#347] 2016/06/05 18:39:05 [SCHWERWIEGEND] at sun.security.validator.PKIXValidator.doBuild(Unknown Source) [B#347] 2016/06/05 18:39:05 [SCHWERWIEGEND] at sun.security.validator.PKIXValidator.engineValidate(Unknown Source) [B#347] 2016/06/05 18:39:05 [SCHWERWIEGEND] at sun.security.validator.Validator.validate(Unknown Source) [B#347] 2016/06/05 18:39:05 [SCHWERWIEGEND] at sun.security.ssl.X509TrustManagerImpl.validate(Unknown Source) [B#347] 2016/06/05 18:39:05 [SCHWERWIEGEND] at sun.security.ssl.X509TrustManagerImpl.checkTrusted(Unknown Source) [B#347] 2016/06/05 18:39:05 [SCHWERWIEGEND] at sun.security.ssl.X509TrustManagerImpl.checkServerTrusted(Unknown Source) [B#347] 2016/06/05 18:39:05 [SCHWERWIEGEND] ... 20 more [B#347] 2016/06/05 18:39:05 [SCHWERWIEGEND] Caused by: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target [B#347] 2016/06/05 18:39:05 [SCHWERWIEGEND] at sun.security.provider.certpath.SunCertPathBuilder.build(Unknown Source) [B#347] 2016/06/05 18:39:05 [SCHWERWIEGEND] at sun.security.provider.certpath.SunCertPathBuilder.engineBuild(Unknown Source) [B#347] 2016/06/05 18:39:05 [SCHWERWIEGEND] at java.security.cert.CertPathBuilder.build(Unknown Source) [B#347] 2016/06/05 18:39:05 [SCHWERWIEGEND] ... 26 more [B#347] 2016/06/05 18:39:05 [INFORMATION] Starting download of http://cdn.technicpack.net/platform2/pack-icons/857540.png?1465125715, with 3 tries remaining [B#347] 2016/06/05 18:39:06 [INFORMATION] Starting download of http://cdn.technicpack.net/platform2/pack-icons/857540.png?1465125715, with 3 tries remaining [B#347] 2016/06/05 18:39:06 [SCHWERWIEGEND] net.technicpack.rest.RestfulAPIException: Error accessing URL [https://technic.jomcraft.de/api/modpack/] [B#347] 2016/06/05 18:39:06 [SCHWERWIEGEND] at net.technicpack.rest.RestObject.getRestObject(RestObject.java:157) [B#347] 2016/06/05 18:39:06 [SCHWERWIEGEND] at net.technicpack.solder.http.HttpSolderApi.getMirrorUrl(HttpSolderApi.java:59) [B#347] 2016/06/05 18:39:06 [SCHWERWIEGEND] at net.technicpack.solder.cache.CachedSolderApi.getMirrorUrl(CachedSolderApi.java:134) [B#347] 2016/06/05 18:39:06 [SCHWERWIEGEND] at net.technicpack.platform.PlatformPackInfoRepository.getInfoFromPlatformInfo(PlatformPackInfoRepository.java:72) [B#347] 2016/06/05 18:39:06 [SCHWERWIEGEND] at net.technicpack.platform.PlatformPackInfoRepository.getPlatformPackInfo(PlatformPackInfoRepository.java:60) [B#347] 2016/06/05 18:39:06 [SCHWERWIEGEND] at net.technicpack.platform.PlatformPackInfoRepository.getPackInfo(PlatformPackInfoRepository.java:46) [B#347] 2016/06/05 18:39:06 [SCHWERWIEGEND] at net.technicpack.launchercore.modpacks.PackLoadJob$5.run(PackLoadJob.java:180) [B#347] 2016/06/05 18:39:06 [SCHWERWIEGEND] at java.lang.Thread.run(Unknown Source) [B#347] 2016/06/05 18:39:06 [SCHWERWIEGEND] Caused by: 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 [B#347] 2016/06/05 18:39:06 [SCHWERWIEGEND] at sun.security.ssl.Alerts.getSSLException(Unknown Source) [B#347] 2016/06/05 18:39:06 [SCHWERWIEGEND] at sun.security.ssl.SSLSocketImpl.fatal(Unknown Source) [B#347] 2016/06/05 18:39:06 [SCHWERWIEGEND] at sun.security.ssl.Handshaker.fatalSE(Unknown Source) [B#347] 2016/06/05 18:39:06 [SCHWERWIEGEND] at sun.security.ssl.Handshaker.fatalSE(Unknown Source) [B#347] 2016/06/05 18:39:06 [SCHWERWIEGEND] at sun.security.ssl.ClientHandshaker.serverCertificate(Unknown Source) [B#347] 2016/06/05 18:39:06 [SCHWERWIEGEND] at sun.security.ssl.ClientHandshaker.processMessage(Unknown Source) [B#347] 2016/06/05 18:39:06 [SCHWERWIEGEND] at sun.security.ssl.Handshaker.processLoop(Unknown Source) [B#347] 2016/06/05 18:39:06 [SCHWERWIEGEND] at sun.security.ssl.Handshaker.process_record(Unknown Source) [B#347] 2016/06/05 18:39:06 [SCHWERWIEGEND] at sun.security.ssl.SSLSocketImpl.readRecord(Unknown Source) [B#347] 2016/06/05 18:39:06 [SCHWERWIEGEND] at sun.security.ssl.SSLSocketImpl.performInitialHandshake(Unknown Source) [B#347] 2016/06/05 18:39:06 [SCHWERWIEGEND] at sun.security.ssl.SSLSocketImpl.startHandshake(Unknown Source) [B#347] 2016/06/05 18:39:06 [SCHWERWIEGEND] at sun.security.ssl.SSLSocketImpl.startHandshake(Unknown Source) [B#347] 2016/06/05 18:39:06 [SCHWERWIEGEND] at sun.net.www.protocol.https.HttpsClient.afterConnect(Unknown Source) [B#347] 2016/06/05 18:39:06 [SCHWERWIEGEND] at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source) [B#347] 2016/06/05 18:39:06 [SCHWERWIEGEND] at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source) [B#347] 2016/06/05 18:39:06 [SCHWERWIEGEND] at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source) [B#347] 2016/06/05 18:39:06 [SCHWERWIEGEND] at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(Unknown Source) [B#347] 2016/06/05 18:39:06 [SCHWERWIEGEND] at net.technicpack.rest.RestObject.getRestObject(RestObject.java:137) [B#347] 2016/06/05 18:39:06 [SCHWERWIEGEND] ... 7 more [B#347] 2016/06/05 18:39:06 [SCHWERWIEGEND] Caused by: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target [B#347] 2016/06/05 18:39:06 [SCHWERWIEGEND] at sun.security.validator.PKIXValidator.doBuild(Unknown Source) [B#347] 2016/06/05 18:39:06 [SCHWERWIEGEND] at sun.security.validator.PKIXValidator.engineValidate(Unknown Source) [B#347] 2016/06/05 18:39:06 [SCHWERWIEGEND] at sun.security.validator.Validator.validate(Unknown Source) [B#347] 2016/06/05 18:39:06 [SCHWERWIEGEND] at sun.security.ssl.X509TrustManagerImpl.validate(Unknown Source) [B#347] 2016/06/05 18:39:06 [SCHWERWIEGEND] at sun.security.ssl.X509TrustManagerImpl.checkTrusted(Unknown Source) [B#347] 2016/06/05 18:39:06 [SCHWERWIEGEND] at sun.security.ssl.X509TrustManagerImpl.checkServerTrusted(Unknown Source) [B#347] 2016/06/05 18:39:06 [SCHWERWIEGEND] ... 21 more [B#347] 2016/06/05 18:39:06 [SCHWERWIEGEND] Caused by: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target [B#347] 2016/06/05 18:39:06 [SCHWERWIEGEND] at sun.security.provider.certpath.SunCertPathBuilder.build(Unknown Source) [B#347] 2016/06/05 18:39:06 [SCHWERWIEGEND] at sun.security.provider.certpath.SunCertPathBuilder.engineBuild(Unknown Source) [B#347] 2016/06/05 18:39:06 [SCHWERWIEGEND] at java.security.cert.CertPathBuilder.build(Unknown Source) [B#347] 2016/06/05 18:39:06 [SCHWERWIEGEND] ... 27 more Can you help? PT400C
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now