Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- java.lang.IllegalStateException: Fail to request https://dev.myserver.com/sonar/api/system/status
- at org.sonarqube.ws.client.HttpConnector.doCall(HttpConnector.java:305)
- at org.sonarqube.ws.client.HttpConnector.get(HttpConnector.java:245)
- at org.sonarqube.ws.client.HttpConnector.call(HttpConnector.java:234)
- at org.sonarsource.sonarlint.core.container.connected.SonarLintWsClient.rawGet(SonarLintWsClient.java:99)
- at org.sonarsource.sonarlint.core.container.connected.SonarLintWsClient.get(SonarLintWsClient.java:66)
- at org.sonarsource.sonarlint.core.container.connected.validate.ServerVersionAndStatusChecker.fetchServerInfos(ServerVersionAndStatusChecker.java:93)
- at org.sonarsource.sonarlint.core.container.connected.validate.ServerVersionAndStatusChecker.checkVersionAndStatus(ServerVersionAndStatusChecker.java:57)
- at org.sonarsource.sonarlint.core.container.connected.validate.ServerVersionAndStatusChecker.checkVersionAndStatus(ServerVersionAndStatusChecker.java:47)
- at org.sonarsource.sonarlint.core.container.connected.update.GlobalUpdateExecutor.update(GlobalUpdateExecutor.java:69)
- at org.sonarsource.sonarlint.core.container.connected.ConnectedContainer.update(ConnectedContainer.java:78)
- at org.sonarsource.sonarlint.core.ConnectedSonarLintEngineImpl.update(ConnectedSonarLintEngineImpl.java:190)
- at org.sonarsource.sonarlint.core.ConnectedSonarLintEngineImpl.update(ConnectedSonarLintEngineImpl.java:176)
- at org.sonarlint.eclipse.core.internal.server.Server.update(Server.java:204)
- at org.sonarlint.eclipse.core.internal.jobs.ServerUpdateJob.run(ServerUpdateJob.java:46)
- at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
- 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
- at sun.security.ssl.Alerts.getSSLException(Alerts.java:192)
- at sun.security.ssl.SSLSocketImpl.fatal(SSLSocketImpl.java:1949)
- at sun.security.ssl.Handshaker.fatalSE(Handshaker.java:302)
- at sun.security.ssl.Handshaker.fatalSE(Handshaker.java:296)
- at sun.security.ssl.ClientHandshaker.serverCertificate(ClientHandshaker.java:1509)
- at sun.security.ssl.ClientHandshaker.processMessage(ClientHandshaker.java:216)
- at sun.security.ssl.Handshaker.processLoop(Handshaker.java:979)
- at sun.security.ssl.Handshaker.process_record(Handshaker.java:914)
- at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:1062)
- at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1375)
- at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1403)
- at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1387)
- at okhttp3.internal.io.RealConnection.connectTls(RealConnection.java:239)
- at okhttp3.internal.io.RealConnection.establishProtocol(RealConnection.java:196)
- at okhttp3.internal.io.RealConnection.buildConnection(RealConnection.java:171)
- at okhttp3.internal.io.RealConnection.connect(RealConnection.java:111)
- at okhttp3.internal.http.StreamAllocation.findConnection(StreamAllocation.java:187)
- at okhttp3.internal.http.StreamAllocation.findHealthyConnection(StreamAllocation.java:123)
- at okhttp3.internal.http.StreamAllocation.newStream(StreamAllocation.java:93)
- at okhttp3.internal.http.HttpEngine.connect(HttpEngine.java:296)
- at okhttp3.internal.http.HttpEngine.sendRequest(HttpEngine.java:248)
- at okhttp3.RealCall.getResponse(RealCall.java:243)
- at okhttp3.RealCall$ApplicationInterceptorChain.proceed(RealCall.java:201)
- at okhttp3.RealCall.getResponseWithInterceptorChain(RealCall.java:163)
- at okhttp3.RealCall.execute(RealCall.java:57)
- at org.sonarqube.ws.client.HttpConnector.doCall(HttpConnector.java:302)
- ... 14 more
- Caused by: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
- at sun.security.validator.PKIXValidator.doBuild(PKIXValidator.java:387)
- at sun.security.validator.PKIXValidator.engineValidate(PKIXValidator.java:292)
- at sun.security.validator.Validator.validate(Validator.java:260)
- at sun.security.ssl.X509TrustManagerImpl.validate(X509TrustManagerImpl.java:324)
- at sun.security.ssl.X509TrustManagerImpl.checkTrusted(X509TrustManagerImpl.java:229)
- at sun.security.ssl.X509TrustManagerImpl.checkServerTrusted(X509TrustManagerImpl.java:124)
- at sun.security.ssl.ClientHandshaker.serverCertificate(ClientHandshaker.java:1491)
- ... 35 more
- Caused by: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
- at sun.security.provider.certpath.SunCertPathBuilder.build(SunCertPathBuilder.java:141)
- at sun.security.provider.certpath.SunCertPathBuilder.engineBuild(SunCertPathBuilder.java:126)
- at java.security.cert.CertPathBuilder.build(CertPathBuilder.java:280)
- at sun.security.validator.PKIXValidator.doBuild(PKIXValidator.java:382)
- ... 41 more
Advertisement
Add Comment
Please, Sign In to add comment