Skip to main content
Announcements
Accelerate Your Success: Fuel your data and AI journey with the right services, delivered by our experts. Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
TGADIOLET1600243764
Contributor
Contributor

Managing feature in Talend 8 failed

Hello

I just installed Talend Studio 8.0.1 to test it and check if everything works well.

When I click on "Feature Manager", I have the following error in the pop-up windows : "Something went wrong while loading features. Make sure the URLs are set correctly in the "Update settings" page of the Studio preferences."

I have the following default values in Preferences > Talend > Update settings :

When I check the doc, it says "By default, the value is set to Talend official site." Link

I try to access the url outside of our network / VPN and get a 404 for both urls in a web browser.

Does someone knows how to make it works?

Config : Windows10 64bits - Java 11.0.13 - 16 Go

Labels (2)
1 Solution

Accepted Solutions
TGADIOLET1600243764
Contributor
Contributor
Author

It's better with the 8 version number in the middle (thanks shong).

 

The issue was still here. If I check the .log file, I saw this :

  • MESSAGE Connection to https://update.talend.com/Studio/8/base/p2.index failed on PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target. Retry attempt 0 started javax.net.ssl.SSLHandshakeException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
  • INFO org.talend.studiolite.p2.update.StudioLiteP2Update - Can't find the update properties file at https://update.talend.com/Studio/8/updates/latest
  • ERROR org.talend.commons.exception.CommonExceptionHandler - Unable to read repository at https://update.talend.com/Studio/8/base/content.xml

 

I'll modify my cacerts file ( in zulu11\lib\security on my install ) to add the certificate of our VPN and it woks fine now ! Case closed

View solution in original post

4 Replies
Anonymous
Not applicable

Hello,

You can use a URL containing the latest monthly update or a specific monthly update you want to apply to Talend Studio. You need to follow this pattern: https://update.talend.com/Studio/8/updates/RYYYY-MM[vV]. YYYY is the year, MM is the month, and V is optional, which is the version number of the update.

Please refer to this online documentation about:

TalendHelpCenter: Setting up the Update URL of Talend Studio

TalendHelpCenter: Best practice: Testing and applying a Talend Studio monthly update

Feel free to let us know if it is OK with you.

Best regards

Sabrina

 

 

Anonymous
Not applicable

Hi

Can you try the below URL:

Base URL: https://update.talend.com/Studio/8/base

Update URL: https://update.talend.com/Studio/8/updates/latest

 

Regards

Shong

TGADIOLET1600243764
Contributor
Contributor
Author

It's better with the 8 version number in the middle (thanks shong).

 

The issue was still here. If I check the .log file, I saw this :

  • MESSAGE Connection to https://update.talend.com/Studio/8/base/p2.index failed on PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target. Retry attempt 0 started javax.net.ssl.SSLHandshakeException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
  • INFO org.talend.studiolite.p2.update.StudioLiteP2Update - Can't find the update properties file at https://update.talend.com/Studio/8/updates/latest
  • ERROR org.talend.commons.exception.CommonExceptionHandler - Unable to read repository at https://update.talend.com/Studio/8/base/content.xml

 

I'll modify my cacerts file ( in zulu11\lib\security on my install ) to add the certificate of our VPN and it woks fine now ! Case closed

Anonymous
Not applicable

Thanks for your feedback and provide the complete solution!@Thibaut GADIOLET​, it will be helpful for other community users who have the same issue.

 

Regards

Shong