Jump to content

PT400C

Members
  • Posts

    13
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

PT400C's Achievements

Dirt

Dirt (1/9)

0

Reputation

  1. Hey, today I reinstalled my solder completely. But now, the tab in the browser has no icon. Picture: https://www2.pic-upload.de/img/32789825/Unbenannt.png Does anyone know, how to fix this? PT400C
  2. Hello, at the moment I have the problem, that my new installed technic solder does not have a working dashboard. Here is a screenshot. The screen Do you have any idea, what could cause thet problem? I have no one Thanks! PT400C PS: I use Apache2 with debian 9 is important EDIT: Now I saw another problem. I can't set the permissions to the public mods directory right. I always use chgrp or find to set the flags and avoid a 404 error of the solder. Is there any way to avoid this/set the permissions permanently?
  3. Hey, which UUID do I use, when I want to set a client to a pack? PT400C
  4. 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
  5. I removed all launcherfiles and the launcher. Then I reistalled everything but it doesn't work Why? PT400C
  6. 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
  7. 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
  8. 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
  9. Hey, yes I know . But it's so cool and I maybe want to learn how to handle it. Do I need a rootserver to use it? Please heeelp me PT400C
  10. And, hey. Do I need a 20/7 Server for the Solder? I'm such a noob ._. Please help! PT400C
  11. Hey, my purpose.. I just want to give the users the ability to use older and newer versions of my packs. But anyway, thank you for your very fast support PT400C
  12. Hey, no, not really. When you choose for example the hexxit pack, you can coose different versions, with the modpack options. That's what I want Please go on, helping me PT400C
  13. Hey, i've got a question about the creation of own modpacks. When I create a modpack, how can I publish different versions of the pack to the downloaders? Please help me! PT400C
×
×
  • Create New...