Guest User

Untitled

a guest
Dec 6th, 2016
296
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 4.97 KB | None | 0 0
  1. java.lang.IllegalStateException: Fail to request https://dev.myserver.com/sonar/api/system/status
  2.     at org.sonarqube.ws.client.HttpConnector.doCall(HttpConnector.java:305)
  3.     at org.sonarqube.ws.client.HttpConnector.get(HttpConnector.java:245)
  4.     at org.sonarqube.ws.client.HttpConnector.call(HttpConnector.java:234)
  5.     at org.sonarsource.sonarlint.core.container.connected.SonarLintWsClient.rawGet(SonarLintWsClient.java:99)
  6.     at org.sonarsource.sonarlint.core.container.connected.SonarLintWsClient.get(SonarLintWsClient.java:66)
  7.     at org.sonarsource.sonarlint.core.container.connected.validate.ServerVersionAndStatusChecker.fetchServerInfos(ServerVersionAndStatusChecker.java:93)
  8.     at org.sonarsource.sonarlint.core.container.connected.validate.ServerVersionAndStatusChecker.checkVersionAndStatus(ServerVersionAndStatusChecker.java:57)
  9.     at org.sonarsource.sonarlint.core.container.connected.validate.ServerVersionAndStatusChecker.checkVersionAndStatus(ServerVersionAndStatusChecker.java:47)
  10.     at org.sonarsource.sonarlint.core.container.connected.update.GlobalUpdateExecutor.update(GlobalUpdateExecutor.java:69)
  11.     at org.sonarsource.sonarlint.core.container.connected.ConnectedContainer.update(ConnectedContainer.java:78)
  12.     at org.sonarsource.sonarlint.core.ConnectedSonarLintEngineImpl.update(ConnectedSonarLintEngineImpl.java:190)
  13.     at org.sonarsource.sonarlint.core.ConnectedSonarLintEngineImpl.update(ConnectedSonarLintEngineImpl.java:176)
  14.     at org.sonarlint.eclipse.core.internal.server.Server.update(Server.java:204)
  15.     at org.sonarlint.eclipse.core.internal.jobs.ServerUpdateJob.run(ServerUpdateJob.java:46)
  16.     at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
  17. 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
  18.     at sun.security.ssl.Alerts.getSSLException(Alerts.java:192)
  19.     at sun.security.ssl.SSLSocketImpl.fatal(SSLSocketImpl.java:1949)
  20.     at sun.security.ssl.Handshaker.fatalSE(Handshaker.java:302)
  21.     at sun.security.ssl.Handshaker.fatalSE(Handshaker.java:296)
  22.     at sun.security.ssl.ClientHandshaker.serverCertificate(ClientHandshaker.java:1509)
  23.     at sun.security.ssl.ClientHandshaker.processMessage(ClientHandshaker.java:216)
  24.     at sun.security.ssl.Handshaker.processLoop(Handshaker.java:979)
  25.     at sun.security.ssl.Handshaker.process_record(Handshaker.java:914)
  26.     at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:1062)
  27.     at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1375)
  28.     at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1403)
  29.     at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1387)
  30.     at okhttp3.internal.io.RealConnection.connectTls(RealConnection.java:239)
  31.     at okhttp3.internal.io.RealConnection.establishProtocol(RealConnection.java:196)
  32.     at okhttp3.internal.io.RealConnection.buildConnection(RealConnection.java:171)
  33.     at okhttp3.internal.io.RealConnection.connect(RealConnection.java:111)
  34.     at okhttp3.internal.http.StreamAllocation.findConnection(StreamAllocation.java:187)
  35.     at okhttp3.internal.http.StreamAllocation.findHealthyConnection(StreamAllocation.java:123)
  36.     at okhttp3.internal.http.StreamAllocation.newStream(StreamAllocation.java:93)
  37.     at okhttp3.internal.http.HttpEngine.connect(HttpEngine.java:296)
  38.     at okhttp3.internal.http.HttpEngine.sendRequest(HttpEngine.java:248)
  39.     at okhttp3.RealCall.getResponse(RealCall.java:243)
  40.     at okhttp3.RealCall$ApplicationInterceptorChain.proceed(RealCall.java:201)
  41.     at okhttp3.RealCall.getResponseWithInterceptorChain(RealCall.java:163)
  42.     at okhttp3.RealCall.execute(RealCall.java:57)
  43.     at org.sonarqube.ws.client.HttpConnector.doCall(HttpConnector.java:302)
  44.     ... 14 more
  45. Caused by: 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.validator.PKIXValidator.doBuild(PKIXValidator.java:387)
  47.     at sun.security.validator.PKIXValidator.engineValidate(PKIXValidator.java:292)
  48.     at sun.security.validator.Validator.validate(Validator.java:260)
  49.     at sun.security.ssl.X509TrustManagerImpl.validate(X509TrustManagerImpl.java:324)
  50.     at sun.security.ssl.X509TrustManagerImpl.checkTrusted(X509TrustManagerImpl.java:229)
  51.     at sun.security.ssl.X509TrustManagerImpl.checkServerTrusted(X509TrustManagerImpl.java:124)
  52.     at sun.security.ssl.ClientHandshaker.serverCertificate(ClientHandshaker.java:1491)
  53.     ... 35 more
  54. Caused by: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
  55.     at sun.security.provider.certpath.SunCertPathBuilder.build(SunCertPathBuilder.java:141)
  56.     at sun.security.provider.certpath.SunCertPathBuilder.engineBuild(SunCertPathBuilder.java:126)
  57.     at java.security.cert.CertPathBuilder.build(CertPathBuilder.java:280)
  58.     at sun.security.validator.PKIXValidator.doBuild(PKIXValidator.java:382)
  59.     ... 41 more
Advertisement
Add Comment
Please, Sign In to add comment