<?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: TrustManager Error at Standalone Job - same in Studio works fine | java.lang.NoClassDefFoundError: com/sun/net/ssl/TrustManager | java.lang.ClassNotFoundException: com.sun.net.ssl.TrustManager in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/TrustManager-Error-at-Standalone-Job-same-in-Studio-works-fine/m-p/2274274#M51002</link>
    <description>&lt;P&gt;Hi Michael,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; The error says that you are having class not found error due to missing jar&amp;nbsp;com.sun.net.ssl. Could you please check whether the jar is available for processing? Could you please try to load this additional jar using tLibraryload component and import the class in the prejob section?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Warm Regards,&lt;BR /&gt;Nikhil Thampi&lt;/P&gt;
&lt;P&gt;Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved&lt;/P&gt;</description>
    <pubDate>Tue, 01 Oct 2019 15:19:47 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2019-10-01T15:19:47Z</dc:date>
    <item>
      <title>TrustManager Error at Standalone Job - same in Studio works fine | java.lang.NoClassDefFoundError: com/sun/net/ssl/TrustManager | java.lang.ClassNotFoundException: com.sun.net.ssl.TrustManager</title>
      <link>https://community.qlik.com/t5/Talend-Studio/TrustManager-Error-at-Standalone-Job-same-in-Studio-works-fine/m-p/2274273#M51001</link>
      <description>&lt;P&gt;Hello everybody,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;strange Problem. I have a Job, that add and update Users from LDAP to AD. The Job works fine without any error in Open Studio (Win 10) but on Standalone Server (openSUSE) it throws these error:&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="1.PNG" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M7zX.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/142262i9492E79407367804/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M7zX.png" alt="0683p000009M7zX.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;Here a view of the whole Job with highlited tLDAPInput_3 and 4.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Access to LDAP ist via LDAP and to the AD Domain-Controller via LDAPS with an extra keystore.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I tried a On component ok between the two parts as seen here, than the same error appears but for the first two tLDAP_Input:&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="3.PNG" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M825.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/147953i947D9B1332751957/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M825.png" alt="0683p000009M825.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="4.PNG" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M7ul.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/130251iFC4D54C311A714A6/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M7ul.png" alt="0683p000009M7ul.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;The Keystore ist linked in the advanced job settings:&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="5.PNG" style="width: 848px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M7nL.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/132126iCF74D1F1587513B7/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M7nL.png" alt="0683p000009M7nL.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Greetings Michael&lt;/P&gt;</description>
      <pubDate>Tue, 01 Oct 2019 13:57:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/TrustManager-Error-at-Standalone-Job-same-in-Studio-works-fine/m-p/2274273#M51001</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-10-01T13:57:02Z</dc:date>
    </item>
    <item>
      <title>Re: TrustManager Error at Standalone Job - same in Studio works fine | java.lang.NoClassDefFoundError: com/sun/net/ssl/TrustManager | java.lang.ClassNotFoundException: com.sun.net.ssl.TrustManager</title>
      <link>https://community.qlik.com/t5/Talend-Studio/TrustManager-Error-at-Standalone-Job-same-in-Studio-works-fine/m-p/2274274#M51002</link>
      <description>&lt;P&gt;Hi Michael,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; The error says that you are having class not found error due to missing jar&amp;nbsp;com.sun.net.ssl. Could you please check whether the jar is available for processing? Could you please try to load this additional jar using tLibraryload component and import the class in the prejob section?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Warm Regards,&lt;BR /&gt;Nikhil Thampi&lt;/P&gt;
&lt;P&gt;Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved&lt;/P&gt;</description>
      <pubDate>Tue, 01 Oct 2019 15:19:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/TrustManager-Error-at-Standalone-Job-same-in-Studio-works-fine/m-p/2274274#M51002</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-10-01T15:19:47Z</dc:date>
    </item>
  </channel>
</rss>

