Skip to main content
Announcements
Join us at Qlik Connect for 3 magical days of learning, networking,and inspiration! REGISTER TODAY and save!

How to collect debug traces for Talend Studio connection using HTTPS to Talend Cloud SSL, Git Server SSL, or similar

100% helpful (1/1)
cancel
Showing results for 
Search instead for 
Did you mean: 
Sonja_Bauernfeind
Digital Support
Digital Support

How to collect debug traces for Talend Studio connection using HTTPS to Talend Cloud SSL, Git Server SSL, or similar

Last Update:

Feb 19, 2024 3:07:47 AM

Updated By:

Sonja_Bauernfeind

Created date:

Dec 19, 2023 4:48:09 AM

Connecting Talend Studio to a server using HTTPS (such as Talend Cloud or Git Server) might result in an SSL error message in the log. 

Example errors:

PKIX Path Building Failed

unable to find valid certification path to requested target

To further troubleshoot the issue or to retrieve log files needed by support, collect debug traces for the Studio connection:

  1. Edit the Studio configuration .ini file (Talend-Studio-win-x86_64.ini), and add the following:

    -Djava.security.debug=certpath
    -Djavax.net.debug=all

    (Optional) To get timestamps and URLs accessed, add the following:

    -Dorg.apache.commons.logging.Log=org.apache.commons.logging.impl.SimpleLog
    -Dorg.apache.commons.logging.simplelog.showdatetime=true
    -Dorg.apache.commons.logging.simplelog.log.org.apache.http.impl.conn=DEBUG
    -Dorg.apache.commons.logging.simplelog.log.org.apache.http.impl.client=DEBUG
    -Dorg.apache.commons.logging.simplelog.log.org.apache.http.client=DEBUG
    On Windows, the .ini file is Talend-Studio-win-x86_64.ini. On Linux, the .ini file is Talend-Studio-linux-gtk-x86_64.ini.
  2. Open a terminal and go to the Studio installation folder.
  3. Start Studio with the --talendDebug > debug_ssl.txt 2>&1 option (where debug_ssl.txt is the name of your file).

    On Windows:
    Talend-Studio-win-x86_64.exe --talendDebug > debug_ssl.txt 2>&1

    On Linux:
    Talend-Studio-linux-gtk-x86_64 --talendDebug > debug_ssl.txt 2>&1

  4. Choose a local connection to open a project.

    file location.png

  5. Reproduce the issue by testing the Cloud connection (using your credentials).

    reproduce the issue.png

  6. Collect the Support Logs.

    get support logs.png

  7. Stop Studio.

  8. Upload the debug_ssl.txt and Support Logs archive files into a Talend Support ticket.

Labels (1)
Version history
Last update:
‎2024-02-19 03:07 AM
Updated by: