DecisionsDev / ruledesigner

Rule Designer is the Eclipse-based development environment for ODM developers.
http://marketplace.eclipse.org/content/ibm-operational-decision-manager-developers-rule-designer
Other
21 stars 12 forks source link

unable to install ruledesigner from marketplaces #6

Closed TAMILSELVANP closed 4 years ago

TAMILSELVANP commented 4 years ago

getting below error: Unable to read repository at https://raw.githubusercontent.com/ODMDev/ruledesigner/8.9.2/p2/content.xml. sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target

TAMILSELVANP commented 4 years ago

!ENTRY org.eclipse.equinox.p2.transport.ecf 4 1002 2019-12-06 17:36:20.044 !MESSAGE Unable to read repository at https://raw.githubusercontent.com/ODMDev/ruledesigner/8.9.2/p2/content.xml. !STACK 0 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:1904) at sun.security.ssl.Handshaker.fatalSE(Handshaker.java:279) at sun.security.ssl.Handshaker.fatalSE(Handshaker.java:273) at sun.security.ssl.ClientHandshaker.serverCertificate(ClientHandshaker.java:1446) at sun.security.ssl.ClientHandshaker.processMessage(ClientHandshaker.java:209) at sun.security.ssl.Handshaker.processLoop(Handshaker.java:913) at sun.security.ssl.Handshaker.process_record(Handshaker.java:849) at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:1023) at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1332) at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1359) at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1343) at org.apache.http.conn.ssl.SSLSocketFactory.createLayeredSocket(SSLSocketFactory.java:494) at org.apache.http.impl.conn.DefaultClientConnectionOperator.updateSecureConnection(DefaultClientConnectionOperator.java:232) at org.apache.http.impl.conn.ManagedClientConnectionImpl.layerProtocol(ManagedClientConnectionImpl.java:401) at org.apache.http.impl.client.DefaultRequestDirector.establishRoute(DefaultRequestDirector.java:840) at org.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirector.java:647) at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:479) at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:906) at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:805) at org.eclipse.ecf.provider.filetransfer.httpclient4.HttpClientFileSystemBrowser.runRequest(HttpClientFileSystemBrowser.java:259) at org.eclipse.ecf.provider.filetransfer.browse.AbstractFileSystemBrowser$DirectoryJob.run(AbstractFileSystemBrowser.java:69) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54) 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:385) 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:326) at sun.security.ssl.X509TrustManagerImpl.checkTrusted(X509TrustManagerImpl.java:231) at sun.security.ssl.X509TrustManagerImpl.checkServerTrusted(X509TrustManagerImpl.java:126) at sun.security.ssl.ClientHandshaker.serverCertificate(ClientHandshaker.java:1428) ... 18 more Caused by: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target at sun.security.provider.certpath.SunCertPathBuilder.engineBuild(SunCertPathBuilder.java:196) at java.security.cert.CertPathBuilder.build(CertPathBuilder.java:268) at sun.security.validator.PKIXValidator.doBuild(PKIXValidator.java:380) ... 24 more

lgrateau commented 4 years ago

Hi,

Have you set a certifcate in your eclipse.ini ? If yes could you tried to remove it temporary, install the plugin and re-store it ? Thanks,

TAMILSELVANP commented 4 years ago

Hi,

I have tried both providing the certificate via eclipse.ini and also by adding the certificate to my jre/lib/security/cacerts, but getting the same error.

Thanks, Tamil

lgrateau commented 4 years ago

Hi,

You should not have any certificate in the eclipse.ini. Could you tried that ? Thanks,

Laurent

TAMILSELVANP commented 4 years ago

Hi Laurent,

Yes, I tried without having any certificate in the eclipse.ini. but it didn't help me. Are you suggesting to also remove the key added to my java certificates repository and test?

Thanks, Tamil

lgrateau commented 4 years ago

No normally you should not have remove it. What is the JDK / Eclipse version you use ?

TAMILSELVANP commented 4 years ago

Oracle JDK 1.7 and Eclipse Luna.

lgrateau commented 4 years ago

Sorry for the late response. You should use JDK 1.8

lgrateau commented 4 years ago

No response closing this defect.