<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Talend Job error( issue with tRest client) after updating from Java 11 to Java 17 in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Talend-Job-error-issue-with-tRest-client-after-updating-from/m-p/2542126#M149389</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Issues with tRESTClient after upgrading Talend Studio are typically related to library and dependency changes between versions.&lt;/P&gt;&lt;P&gt;After an upgrade, existing jobs may still reference older REST/HTTP libraries, which can cause compilation or runtime errors. This commonly affects components such as tRESTClient that rely on Apache CXF or related HTTP client libraries.&lt;/P&gt;&lt;P&gt;Recommended actions:&lt;/P&gt;&lt;P&gt;Open the Modules view and install any missing dependencies required by tRESTClient.&lt;/P&gt;&lt;P&gt;Remove and re-add the tRESTClient component to ensure it uses the updated component definition.&lt;/P&gt;&lt;P&gt;Review and reconfigure component properties, as some settings may have changed or been deprecated between versions.&lt;/P&gt;&lt;P&gt;Clean and rebuild the job to force Java code regeneration.&lt;/P&gt;&lt;P&gt;Verify the release notes of the target Studio version for any known REST-related changes.&lt;/P&gt;&lt;P&gt;Note:&lt;BR /&gt;This behavior is expected after major version upgrades and does not usually indicate an issue with the REST endpoint itself, but rather with design-time dependencies.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Gourav&lt;/P&gt;</description>
    <pubDate>Sun, 01 Feb 2026 20:26:31 GMT</pubDate>
    <dc:creator>gouravdubey5</dc:creator>
    <dc:date>2026-02-01T20:26:31Z</dc:date>
    <item>
      <title>Talend Job error( issue with tRest client) after updating from Java 11 to Java 17</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-Job-error-issue-with-tRest-client-after-updating-from/m-p/2509677#M141849</link>
      <description>&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We recently updated TAC ( Talend Adminstration centre) from Jdk 11 to jdk 17. one of our production jobs which uses tRest client&amp;nbsp; with PUT/POST method to SAP is failing due to below error:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Exception in thread "main" java.lang.IllegalAccessError: superclass access check failed: class nu.xom.JDK15XML1_0Parser (in unnamed module @0x770c2e6b) cannot access class com.sun.org.apache.xerces.internal.parsers.SAXParser (in module java.xml) because module java.xml does not export com.sun.org.apache.xerces.internal.parsers to unnamed module @0x770c2e6b&lt;BR /&gt;at java.base/java.lang.ClassLoader.defineClass1(Native Method)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When i run this job manually in Talend studio v 8.0 ( R2025-02) it gives me the below error,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Execution failed :org.talend.commons.exception.PersistenceException: The Job "SAP_Supplier_Informations_Info_Part2_SK_20250313" has wrong configuration. Fix it and try again.&lt;BR /&gt;Error Line: 20761&lt;BR /&gt;Detail Message: The type javax.ws.rs.client.ClientBuilder cannot be resolved. It is indirectly referenced from required type org.glassfish.jersey.client.JerseyClientBuilder&lt;BR /&gt;[The Job "SAP_Supplier_Informations_Info_Part2_SK_20250313" has wrong configuration. Fix it and try again.&lt;BR /&gt;Error Line: 20761&lt;BR /&gt;Detail Message: The type javax.ws.rs.client.ClientBuilder cannot be resolved. It is indirectly referenced from required type org.glassfish.jersey.client.JerseyClientBuilder]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;has anyone faced this issue before? How to fix this as it is a crictical job impacting our production environment.&lt;/P&gt;</description>
      <pubDate>Thu, 13 Mar 2025 08:59:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-Job-error-issue-with-tRest-client-after-updating-from/m-p/2509677#M141849</guid>
      <dc:creator>sushantkapoor19</dc:creator>
      <dc:date>2025-03-13T08:59:28Z</dc:date>
    </item>
    <item>
      <title>Re: Talend Job error( issue with tRest client) after updating from Java 11 to Java 17</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-Job-error-issue-with-tRest-client-after-updating-from/m-p/2542126#M149389</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Issues with tRESTClient after upgrading Talend Studio are typically related to library and dependency changes between versions.&lt;/P&gt;&lt;P&gt;After an upgrade, existing jobs may still reference older REST/HTTP libraries, which can cause compilation or runtime errors. This commonly affects components such as tRESTClient that rely on Apache CXF or related HTTP client libraries.&lt;/P&gt;&lt;P&gt;Recommended actions:&lt;/P&gt;&lt;P&gt;Open the Modules view and install any missing dependencies required by tRESTClient.&lt;/P&gt;&lt;P&gt;Remove and re-add the tRESTClient component to ensure it uses the updated component definition.&lt;/P&gt;&lt;P&gt;Review and reconfigure component properties, as some settings may have changed or been deprecated between versions.&lt;/P&gt;&lt;P&gt;Clean and rebuild the job to force Java code regeneration.&lt;/P&gt;&lt;P&gt;Verify the release notes of the target Studio version for any known REST-related changes.&lt;/P&gt;&lt;P&gt;Note:&lt;BR /&gt;This behavior is expected after major version upgrades and does not usually indicate an issue with the REST endpoint itself, but rather with design-time dependencies.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Gourav&lt;/P&gt;</description>
      <pubDate>Sun, 01 Feb 2026 20:26:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-Job-error-issue-with-tRest-client-after-updating-from/m-p/2542126#M149389</guid>
      <dc:creator>gouravdubey5</dc:creator>
      <dc:date>2026-02-01T20:26:31Z</dc:date>
    </item>
  </channel>
</rss>

