kebaiwin commented on issue #17761:
URL: 
https://github.com/apache/dolphinscheduler/issues/17761#issuecomment-3611105594

   > Please follow the `Download Plugins Dependencies` in the 
[docs](https://dolphinscheduler.apache.org/en-us/docs/3.3.2/guide/installation/pseudo-cluster)
 to install plugins first.
   
   According to the document requirements, the error message is as follows:
   
   bash ./bin/install-plugins.sh 3.3.2
   Install Dolphinscheduler plugins, usage version is 3.3.2
   installing plugin:  dolphinscheduler-alert-aliyunVoice
   Exception in thread "main" 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 
sun.net.www.protocol.https.HttpsClient.afterConnect(HttpsClient.java:559)
           at 
sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:185)
           at 
sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1513)
           at 
sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1441)
           at 
sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254)
           at 
org.apache.maven.wrapper.DefaultDownloader.downloadInternal(DefaultDownloader.java:90)
           at 
org.apache.maven.wrapper.DefaultDownloader.download(DefaultDownloader.java:76)
           at org.apache.maven.wrapper.Installer.createDist(Installer.java:72)
           at 
org.apache.maven.wrapper.WrapperExecutor.execute(WrapperExecutor.java:121)
           at 
org.apache.maven.wrapper.MavenWrapperMain.main(MavenWrapperMain.java:61)
   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)
           ... 17 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)
           ... 23 more
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to