Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi, my OS is ubuntu 18.04.4 LTS, and I am using the IBM jdk: java version "1.8.0_211".
I launch the talend open studio for data integration 7.3.1, then download the external modules, it is showing the following errors.
[1] Exception occured for https://talend-update.talend.com/nexus/content/repositories/libraries/org/talend/libraries/xom-1.2.7/6.0.0/xom-1.2.7-6.0.0.jar
java.lang.Exception: https://talend-update.talend.com/nexus/content/repositories/libraries/org/talend/libraries/xom-1.2.7/6.0.0/xom-1.2.7-6.0.0.jar
at org.talend.core.nexus.HttpClientTransport.doRequestOne(HttpClientTransport.java:160)
at org.talend.core.nexus.HttpClientTransport.doRequest(HttpClientTransport.java:97)
at org.talend.core.nexus.HttpClientTransport.doRequest(HttpClientTransport.java:84)
at org.talend.librariesmanager.nexus.utils.NexusDownloader.download(NexusDownloader.java:155)
at org.talend.core.download.DownloadHelperWithProgress.download(DownloadHelperWithProgress.java:90)
at org.talend.librariesmanager.utils.nexus.NexusDownloadHelperWithProgress.download(NexusDownloadHelperWithProgress.java:95)
at org.talend.librariesmanager.utils.DownloadModuleRunnable.downLoad(DownloadModuleRunnable.java:129)
at org.talend.librariesmanager.utils.DownloadModuleRunnable.run(DownloadModuleRunnable.java:87)
at org.talend.updates.runtime.model.TalendWebServiceUpdateExtraFeature.install(TalendWebServiceUpdateExtraFeature.java:97)
at org.talend.updates.runtime.engine.InstallNewFeatureJob.installFeature(InstallNewFeatureJob.java:77)
at org.talend.updates.runtime.engine.InstallNewFeatureJob.run(InstallNewFeatureJob.java:67)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)
Caused by: javax.net.ssl.SSLPeerUnverifiedException: peer not authenticated
at com.ibm.jsse2.ag.getPeerCertificates(ag.java:89)
at org.apache.http.conn.ssl.AbstractVerifier.verify(AbstractVerifier.java:126)
at org.apache.http.conn.ssl.SSLSocketFactory.connectSocket(SSLSocketFactory.java:437)
at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:180)
at org.apache.http.impl.conn.ManagedClientConnectionImpl.open(ManagedClientConnectionImpl.java:294)
at org.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirector.java:643)
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.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:784)
at org.talend.librariesmanager.nexus.utils.NexusDownloader$1.execute(NexusDownloader.java:101)
at org.talend.core.nexus.HttpClientTransport.doRequestOne(HttpClientTransport.java:150)
... 11 more
ERROR: Download xom-1.2.7.jar : mvn:org.talend.libraries/xom-1.2.7/6.0.0/jar failed!
java.lang.Exception: Download xom-1.2.7.jar : mvn:org.talend.libraries/xom-1.2.7/6.0.0/jar failed!
at org.talend.librariesmanager.utils.DownloadModuleRunnable.downLoad(DownloadModuleRunnable.java:136)
at org.talend.librariesmanager.utils.DownloadModuleRunnable.run(DownloadModuleRunnable.java:87)
at org.talend.updates.runtime.model.TalendWebServiceUpdateExtraFeature.install(TalendWebServiceUpdateExtraFeature.java:97)
at org.talend.updates.runtime.engine.InstallNewFeatureJob.installFeature(InstallNewFeatureJob.java:77)
at org.talend.updates.runtime.engine.InstallNewFeatureJob.run(InstallNewFeatureJob.java:67)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)
Caused by: java.lang.Exception: https://talend-update.talend.com/nexus/content/repositories/libraries/org/talend/libraries/xom-1.2.7/6.0.0/xom-1.2.7-6.0.0.jar
at org.talend.core.nexus.HttpClientTransport.doRequestOne(HttpClientTransport.java:160)
at org.talend.core.nexus.HttpClientTransport.doRequest(HttpClientTransport.java:97)
at org.talend.core.nexus.HttpClientTransport.doRequest(HttpClientTransport.java:84)
at org.talend.librariesmanager.nexus.utils.NexusDownloader.download(NexusDownloader.java:155)
at org.talend.core.download.DownloadHelperWithProgress.download(DownloadHelperWithProgress.java:90)
at org.talend.librariesmanager.utils.nexus.NexusDownloadHelperWithProgress.download(NexusDownloadHelperWithProgress.java:95)
at org.talend.librariesmanager.utils.DownloadModuleRunnable.downLoad(DownloadModuleRunnable.java:129)
... 5 more
Caused by: javax.net.ssl.SSLPeerUnverifiedException: peer not authenticated
at com.ibm.jsse2.ag.getPeerCertificates(ag.java:89)
at org.apache.http.conn.ssl.AbstractVerifier.verify(AbstractVerifier.java:126)
at org.apache.http.conn.ssl.SSLSocketFactory.connectSocket(SSLSocketFactory.java:437)
at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:180)
at org.apache.http.impl.conn.ManagedClientConnectionImpl.open(ManagedClientConnectionImpl.java:294)
at org.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirector.java:643)
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.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:784)
at org.talend.librariesmanager.nexus.utils.NexusDownloader$1.execute(NexusDownloader.java:101)
at org.talend.core.nexus.HttpClientTransport.doRequestOne(HttpClientTransport.java:150)
... 11 more
From the above, I am showing only the error of xom-1.2.7, same error for all other modules.
Any idea for the error? Thanks in advance.