<?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 Error: Exception in thread &amp;quot;Thread-0&amp;quot; java.lang.NoSuchMethodError: org.apache.http.params.HttpConnectionParams.setSoKeepalive(Lorg/apache/http/params/HttpParams;Z) in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Error-Exception-in-thread-quot-Thread-0-quot-java-lang/m-p/2209965#M8563</link>
    <description>&lt;P&gt;&amp;nbsp;Hi I am developing a job where I am getting data from Redshift, uploading to S3 and then importing to a Redshift table:&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2017-05-22 at 4.16.52 PM.png" style="width: 449px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LuzP.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/137467i942F3F50146BA115/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LuzP.png" alt="0683p000009LuzP.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;The configuration is like this.&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2017-05-22 at 4.18.00 PM.png" style="width: 647px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LuzZ.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/136007iA3A00CCD9B6C7B73/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LuzZ.png" alt="0683p000009LuzZ.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2017-05-22 at 4.18.30 PM.png" style="width: 659px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009Lur7.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/148703i266BD693C9899624/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009Lur7.png" alt="0683p000009Lur7.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;In the server in the lib folder I have these modules:&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;UL&gt; 
 &lt;LI&gt;&lt;PRE&gt;RedshiftJDBC41-1.1.13.1013.jar
apache-httpcomponents-httpcore.jar
aws-java-sdk-1.10.52.jar
aws-java-sdk-1.11.129.jar
cimt.talendcomp.gaanalytics-2.1-jar-with-dependencies.jar
commons-codec-1.6.jar
commons-logging-1.1.3.jar
dom4j-1.6.1.jar
httpclient-4.3.6.jar
httpcore-4.4.5.jar
jackson-annotations-2.5.3.jar
jackson-core-2.5.3.jar
jackson-databind-2.5.3.jar
joda-time-2.8.1.jar
log4j-1.2.17.jar
routines.jar&lt;/PRE&gt;&lt;/LI&gt; 
&lt;/UL&gt; 
&lt;P&gt;However when I run the job I get this error:&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;PRE&gt;[statistics] disconnected&lt;BR /&gt;[statistics] disconnected&lt;BR /&gt;[statistics] disconnected&lt;BR /&gt;Exception in thread "Thread-0" java.lang.NoClassDefFoundError: org/apache/http/conn/scheme/SchemeSocketFactory&lt;BR /&gt; at com.amazonaws.AmazonWebServiceClient.&amp;lt;init&amp;gt;(AmazonWebServiceClient.java:136)&lt;BR /&gt; at com.amazonaws.services.s3.AmazonS3Client.&amp;lt;init&amp;gt;(AmazonS3Client.java:481)&lt;BR /&gt; at com.amazonaws.services.s3.AmazonS3Client.&amp;lt;init&amp;gt;(AmazonS3Client.java:461)&lt;BR /&gt; at com.amazonaws.services.s3.AmazonS3Client.&amp;lt;init&amp;gt;(AmazonS3Client.java:443)&lt;BR /&gt; at momox.ga2redshift_tvvisits_loop_0_1.GA2Redshift_TVvisits_Loop.tRedshiftInput_2Process(GA2Redshift_TVvisits_Loop.java:1832)&lt;BR /&gt; at momox.ga2redshift_tvvisits_loop_0_1.GA2Redshift_TVvisits_Loop.tRedshiftInput_1Process(GA2Redshift_TVvisits_Loop.java:1064)&lt;BR /&gt; at momox.ga2redshift_tvvisits_loop_0_1.GA2Redshift_TVvisits_Loop.tRedshiftRow_2Process(GA2Redshift_TVvisits_Loop.java:2337)&lt;BR /&gt; at momox.ga2redshift_tvvisits_loop_0_1.GA2Redshift_TVvisits_Loop$2.run(GA2Redshift_TVvisits_Loop.java:2613)&lt;BR /&gt;Caused by: java.lang.ClassNotFoundException: org.apache.http.conn.scheme.SchemeSocketFactory&lt;BR /&gt; at java.net.URLClassLoader.findClass(URLClassLoader.java:381)&lt;BR /&gt; at java.lang.ClassLoader.loadClass(ClassLoader.java:424)&lt;BR /&gt; at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:335)&lt;BR /&gt; at java.lang.ClassLoader.loadClass(ClassLoader.java:357)&lt;BR /&gt; ... 8 more&lt;/PRE&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I understand is something with the modules, but I checked and everything seems to be up to date.&lt;/P&gt; 
&lt;P&gt;Any ideas?&lt;/P&gt; 
&lt;P&gt;Thanks!&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 09:45:02 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-11-16T09:45:02Z</dc:date>
    <item>
      <title>Error: Exception in thread "Thread-0" java.lang.NoSuchMethodError: org.apache.http.params.HttpConnectionParams.setSoKeepalive(Lorg/apache/http/params/HttpParams;Z)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-Exception-in-thread-quot-Thread-0-quot-java-lang/m-p/2209965#M8563</link>
      <description>&lt;P&gt;&amp;nbsp;Hi I am developing a job where I am getting data from Redshift, uploading to S3 and then importing to a Redshift table:&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2017-05-22 at 4.16.52 PM.png" style="width: 449px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LuzP.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/137467i942F3F50146BA115/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LuzP.png" alt="0683p000009LuzP.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;The configuration is like this.&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2017-05-22 at 4.18.00 PM.png" style="width: 647px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LuzZ.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/136007iA3A00CCD9B6C7B73/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LuzZ.png" alt="0683p000009LuzZ.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2017-05-22 at 4.18.30 PM.png" style="width: 659px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009Lur7.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/148703i266BD693C9899624/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009Lur7.png" alt="0683p000009Lur7.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;In the server in the lib folder I have these modules:&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;UL&gt; 
 &lt;LI&gt;&lt;PRE&gt;RedshiftJDBC41-1.1.13.1013.jar
apache-httpcomponents-httpcore.jar
aws-java-sdk-1.10.52.jar
aws-java-sdk-1.11.129.jar
cimt.talendcomp.gaanalytics-2.1-jar-with-dependencies.jar
commons-codec-1.6.jar
commons-logging-1.1.3.jar
dom4j-1.6.1.jar
httpclient-4.3.6.jar
httpcore-4.4.5.jar
jackson-annotations-2.5.3.jar
jackson-core-2.5.3.jar
jackson-databind-2.5.3.jar
joda-time-2.8.1.jar
log4j-1.2.17.jar
routines.jar&lt;/PRE&gt;&lt;/LI&gt; 
&lt;/UL&gt; 
&lt;P&gt;However when I run the job I get this error:&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;PRE&gt;[statistics] disconnected&lt;BR /&gt;[statistics] disconnected&lt;BR /&gt;[statistics] disconnected&lt;BR /&gt;Exception in thread "Thread-0" java.lang.NoClassDefFoundError: org/apache/http/conn/scheme/SchemeSocketFactory&lt;BR /&gt; at com.amazonaws.AmazonWebServiceClient.&amp;lt;init&amp;gt;(AmazonWebServiceClient.java:136)&lt;BR /&gt; at com.amazonaws.services.s3.AmazonS3Client.&amp;lt;init&amp;gt;(AmazonS3Client.java:481)&lt;BR /&gt; at com.amazonaws.services.s3.AmazonS3Client.&amp;lt;init&amp;gt;(AmazonS3Client.java:461)&lt;BR /&gt; at com.amazonaws.services.s3.AmazonS3Client.&amp;lt;init&amp;gt;(AmazonS3Client.java:443)&lt;BR /&gt; at momox.ga2redshift_tvvisits_loop_0_1.GA2Redshift_TVvisits_Loop.tRedshiftInput_2Process(GA2Redshift_TVvisits_Loop.java:1832)&lt;BR /&gt; at momox.ga2redshift_tvvisits_loop_0_1.GA2Redshift_TVvisits_Loop.tRedshiftInput_1Process(GA2Redshift_TVvisits_Loop.java:1064)&lt;BR /&gt; at momox.ga2redshift_tvvisits_loop_0_1.GA2Redshift_TVvisits_Loop.tRedshiftRow_2Process(GA2Redshift_TVvisits_Loop.java:2337)&lt;BR /&gt; at momox.ga2redshift_tvvisits_loop_0_1.GA2Redshift_TVvisits_Loop$2.run(GA2Redshift_TVvisits_Loop.java:2613)&lt;BR /&gt;Caused by: java.lang.ClassNotFoundException: org.apache.http.conn.scheme.SchemeSocketFactory&lt;BR /&gt; at java.net.URLClassLoader.findClass(URLClassLoader.java:381)&lt;BR /&gt; at java.lang.ClassLoader.loadClass(ClassLoader.java:424)&lt;BR /&gt; at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:335)&lt;BR /&gt; at java.lang.ClassLoader.loadClass(ClassLoader.java:357)&lt;BR /&gt; ... 8 more&lt;/PRE&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I understand is something with the modules, but I checked and everything seems to be up to date.&lt;/P&gt; 
&lt;P&gt;Any ideas?&lt;/P&gt; 
&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 09:45:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-Exception-in-thread-quot-Thread-0-quot-java-lang/m-p/2209965#M8563</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T09:45:02Z</dc:date>
    </item>
    <item>
      <title>Re: Error: Exception in thread "Thread-0" java.lang.NoSuchMethodError: org.apache.http.params.HttpConnectionParams.setSoKeepalive(Lorg/apache/http/params/HttpParams;Z)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-Exception-in-thread-quot-Thread-0-quot-java-lang/m-p/2209966#M8564</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Can you execute your job successfully in studio? Does this issue only repro on server? On which talend build version you got this issue?&lt;/P&gt;
&lt;P&gt;Best regards&lt;/P&gt;
&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Tue, 23 May 2017 08:10:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-Exception-in-thread-quot-Thread-0-quot-java-lang/m-p/2209966#M8564</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-05-23T08:10:52Z</dc:date>
    </item>
    <item>
      <title>Re: Error: Exception in thread "Thread-0" java.lang.NoSuchMethodError: org.apache.http.params.HttpConnectionParams.setSoKeepalive(Lorg/apache/http/params/HttpParams;Z)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-Exception-in-thread-quot-Thread-0-quot-java-lang/m-p/2209967#M8565</link>
      <description>&lt;P&gt;Hi Sabrina &lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACn.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154443iC5B8CACEF3D12C6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACn.png" alt="0683p000009MACn.png" /&gt;&lt;/span&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I got this error only in the server and the job is running locally in my machine!&lt;/P&gt; 
&lt;P&gt;I am using Talend v6.3.1. Do you think I should upgrade? Could that be an issue?&lt;/P&gt;</description>
      <pubDate>Tue, 23 May 2017 08:46:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-Exception-in-thread-quot-Thread-0-quot-java-lang/m-p/2209967#M8565</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-05-23T08:46:51Z</dc:date>
    </item>
    <item>
      <title>Re: Error: Exception in thread "Thread-0" java.lang.NoSuchMethodError: org.apache.http.params.HttpConnectionParams.setSoKeepalive(Lorg/apache/http/params/HttpParams;Z)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-Exception-in-thread-quot-Thread-0-quot-java-lang/m-p/2209968#M8566</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&lt;FONT size="2"&gt;&lt;FONT face="noto, Helvetica, Arial, sans-serif"&gt;Are your shared external libraries stored in talend&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt;&lt;FONT face="noto, Helvetica, Arial, sans-serif"&gt;Nexus repository? We suppose that there is no sync up. Have you tried to restart your server to see if it works?&lt;BR /&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="2"&gt;&lt;FONT face="noto, Helvetica, Arial, sans-serif"&gt;Best regards&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="2"&gt;&lt;FONT face="noto, Helvetica, Arial, sans-serif"&gt;Sabrina&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 26 May 2017 09:41:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-Exception-in-thread-quot-Thread-0-quot-java-lang/m-p/2209968#M8566</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-05-26T09:41:31Z</dc:date>
    </item>
    <item>
      <title>Re: Error: Exception in thread "Thread-0" java.lang.NoSuchMethodError: org.apache.http.params.HttpConnectionParams.setSoKeepalive(Lorg/apache/http/params/HttpParams;Z)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-Exception-in-thread-quot-Thread-0-quot-java-lang/m-p/2209969#M8567</link>
      <description>&lt;P&gt;Hi, thanks for the reply &lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACn.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154443iC5B8CACEF3D12C6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACn.png" alt="0683p000009MACn.png" /&gt;&lt;/span&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I upgraded to Talend 6.4.0 and the issue was resolved &lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACn.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154443iC5B8CACEF3D12C6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACn.png" alt="0683p000009MACn.png" /&gt;&lt;/span&gt; Still not sure why it didn't work before, but since it's working at the moment everything is good!!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 26 May 2017 15:34:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-Exception-in-thread-quot-Thread-0-quot-java-lang/m-p/2209969#M8567</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-05-26T15:34:53Z</dc:date>
    </item>
    <item>
      <title>Re: Error: Exception in thread "Thread-0" java.lang.NoSuchMethodError: org.apache.http.params.HttpConnectionParams.setSoKeepalive(Lorg/apache/http/params/HttpParams;Z)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-Exception-in-thread-quot-Thread-0-quot-java-lang/m-p/2209970#M8568</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Feel free to let us know if this issue repro on your end.&lt;/P&gt;
&lt;P&gt;Best regards&lt;/P&gt;
&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Sat, 27 May 2017 09:03:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-Exception-in-thread-quot-Thread-0-quot-java-lang/m-p/2209970#M8568</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-05-27T09:03:30Z</dc:date>
    </item>
    <item>
      <title>Re: Error: Exception in thread "Thread-0" java.lang.NoSuchMethodError: org.apache.http.params.HttpConnectionParams.setSoKeepalive(Lorg/apache/http/params/HttpParams;Z)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-Exception-in-thread-quot-Thread-0-quot-java-lang/m-p/2209971#M8569</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i get the same pb when i generate .bat, the job can be exucute normaly in studio ( version 6.3&amp;nbsp; TOS for ESB), i tried all recommandation, the pb always here.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you in advance for your help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Dan&lt;/P&gt;</description>
      <pubDate>Thu, 26 Oct 2017 11:42:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-Exception-in-thread-quot-Thread-0-quot-java-lang/m-p/2209971#M8569</guid>
      <dc:creator>Nabilophone11</dc:creator>
      <dc:date>2017-10-26T11:42:47Z</dc:date>
    </item>
    <item>
      <title>Re: Error: Exception in thread "Thread-0" java.lang.NoSuchMethodError: org.apache.http.params.HttpConnectionParams.setSoKeepalive(Lorg/apache/http/params/HttpParams;Z)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-Exception-in-thread-quot-Thread-0-quot-java-lang/m-p/2209972#M8570</link>
      <description>&lt;P&gt;Here is the Error Message :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;"Exception in thread "Thread-0" java.lang.NoClassDefFoundError"&lt;/P&gt;</description>
      <pubDate>Thu, 26 Oct 2017 11:48:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-Exception-in-thread-quot-Thread-0-quot-java-lang/m-p/2209972#M8570</guid>
      <dc:creator>Nabilophone11</dc:creator>
      <dc:date>2017-10-26T11:48:33Z</dc:date>
    </item>
    <item>
      <title>Re: Error: Exception in thread "Thread-0" java.lang.NoSuchMethodError: org.apache.http.params.HttpConnectionParams.setSoKeepalive(Lorg/apache/http/params/HttpParams;Z)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-Exception-in-thread-quot-Thread-0-quot-java-lang/m-p/2209973#M8571</link>
      <description>&lt;P&gt;What is your job like? And what .jar files are in the lib folder? For me, there were some different versions of the same .jar file and when I upgraded Talend it was fixed.&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
 &lt;HR /&gt;
 &lt;A href="https://community.qlik.com/s/profile/0053p000007LMSYAA4"&gt;@Nabilophone11&lt;/A&gt; wrote:
 &lt;BR /&gt;
 &lt;P&gt;Hello,&lt;/P&gt;
 &lt;P&gt;&amp;nbsp;&lt;/P&gt;
 &lt;P&gt;i get the same pb when i generate .bat, the job can be exucute normaly in studio ( version 6.3&amp;nbsp; TOS for ESB), i tried all recommandation, the pb always here.&lt;/P&gt;
 &lt;P&gt;&amp;nbsp;&lt;/P&gt;
 &lt;P&gt;Thank you in advance for your help.&lt;/P&gt;
 &lt;P&gt;&amp;nbsp;&lt;/P&gt;
 &lt;P&gt;Dan&lt;/P&gt;
 &lt;HR /&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Oct 2017 11:49:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-Exception-in-thread-quot-Thread-0-quot-java-lang/m-p/2209973#M8571</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-26T11:49:23Z</dc:date>
    </item>
    <item>
      <title>Re: Error: Exception in thread "Thread-0" java.lang.NoSuchMethodError: org.apache.http.params.HttpConnectionParams.setSoKeepalive(Lorg/apache/http/params/HttpParams;Z)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-Exception-in-thread-quot-Thread-0-quot-java-lang/m-p/2209974#M8572</link>
      <description>&lt;P&gt;Its a job caling other jobs, int the lib folder i have ;&lt;/P&gt;
&lt;P&gt;dom4j-1.6.1.jar&lt;/P&gt;
&lt;P&gt;ini4j-0.5.1.jar&lt;/P&gt;
&lt;P&gt;jxl.jar&lt;/P&gt;
&lt;P&gt;log4j-1.2.16.jar&lt;/P&gt;
&lt;P&gt;ojdbc6.jar&lt;/P&gt;
&lt;P&gt;ojdbc7.jar&lt;/P&gt;
&lt;P&gt;ojdbc14.jar&lt;/P&gt;
&lt;P&gt;routines.jar&lt;/P&gt;
&lt;P&gt;talend_file_enhanced_20070724.jar&lt;/P&gt;
&lt;P&gt;talendcsv.jar&lt;/P&gt;
&lt;P&gt;talend-oracle-timestamptz.jar&lt;/P&gt;</description>
      <pubDate>Thu, 26 Oct 2017 13:43:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-Exception-in-thread-quot-Thread-0-quot-java-lang/m-p/2209974#M8572</guid>
      <dc:creator>Nabilophone11</dc:creator>
      <dc:date>2017-10-26T13:43:36Z</dc:date>
    </item>
    <item>
      <title>Re: Error: Exception in thread "Thread-0" java.lang.NoSuchMethodError: org.apache.http.params.HttpConnectionParams.setSoKeepalive(Lorg/apache/http/params/HttpParams;Z)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-Exception-in-thread-quot-Thread-0-quot-java-lang/m-p/2209975#M8573</link>
      <description>&lt;P&gt;Maybe try out of these 3&lt;/P&gt;&lt;P&gt;ojdbc6.jar&lt;/P&gt;&lt;P&gt;ojdbc7.jar&lt;/P&gt;&lt;P&gt;ojdbc14.jar&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;to keep the latest?&lt;/P&gt;</description>
      <pubDate>Thu, 26 Oct 2017 14:28:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-Exception-in-thread-quot-Thread-0-quot-java-lang/m-p/2209975#M8573</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-26T14:28:23Z</dc:date>
    </item>
    <item>
      <title>Re: Error: Exception in thread "Thread-0" java.lang.NoSuchMethodError: org.apache.http.params.HttpConnectionParams.setSoKeepalive(Lorg/apache/http/params/HttpParams;Z)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-Exception-in-thread-quot-Thread-0-quot-java-lang/m-p/2209976#M8574</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt; 
&lt;P&gt;Have you tried talend latest released version 6.4.1 to see if this issue repro? Here is talend official download website:&lt;A title="https://www.talend.com/download/thankyou/esb/?_ga=2.224817626.1758387339.1508725501-1718331454.1508119343" href="https://www.talend.com/download/thankyou/esb/?_ga=2.224817626.1758387339.1508725501-1718331454.1508119343" target="_self" rel="nofollow noopener noreferrer"&gt;https://www.talend.com/download/thankyou/esb/?_ga=2.224817626.1758387339.1508725501-1718331454.1508119343&lt;/A&gt;&lt;/P&gt; 
&lt;P&gt;Best regards&lt;/P&gt; 
&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Fri, 27 Oct 2017 04:05:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-Exception-in-thread-quot-Thread-0-quot-java-lang/m-p/2209976#M8574</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-27T04:05:39Z</dc:date>
    </item>
    <item>
      <title>Re: Error: Exception in thread "Thread-0" java.lang.NoSuchMethodError: org.apache.http.params.HttpConnectionParams.setSoKeepalive(Lorg/apache/http/params/HttpParams;Z)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-Exception-in-thread-quot-Thread-0-quot-java-lang/m-p/2209977#M8575</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes i tried the new version but the pb is still there, my message error is : "Exception in thread "Thread-0" java.lang.NoClassDefFoundError"&lt;/P&gt;</description>
      <pubDate>Fri, 27 Oct 2017 14:32:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-Exception-in-thread-quot-Thread-0-quot-java-lang/m-p/2209977#M8575</guid>
      <dc:creator>Nabilophone11</dc:creator>
      <dc:date>2017-10-27T14:32:04Z</dc:date>
    </item>
    <item>
      <title>Re: Error: Exception in thread "Thread-0" java.lang.NoSuchMethodError: org.apache.http.params.HttpConnectionParams.setSoKeepalive(Lorg/apache/http/params/HttpParams;Z)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-Exception-in-thread-quot-Thread-0-quot-java-lang/m-p/2209978#M8576</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;Is there any more error message behind "Exception in thread "Thread-0" java.lang.NoClassDefFoundError"?&lt;/P&gt; 
&lt;P&gt;Please show us the full stack trace.&lt;/P&gt; 
&lt;P&gt;Best regards&lt;/P&gt; 
&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Mon, 30 Oct 2017 03:43:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-Exception-in-thread-quot-Thread-0-quot-java-lang/m-p/2209978#M8576</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-30T03:43:15Z</dc:date>
    </item>
    <item>
      <title>Re: Error: Exception in thread "Thread-0" java.lang.NoSuchMethodError: org.apache.http.params.HttpConnectionParams.setSoKeepalive(Lorg/apache/http/params/HttpParams;Z)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-Exception-in-thread-quot-Thread-0-quot-java-lang/m-p/2209979#M8577</link>
      <description>&lt;P&gt;Exception in thread "main" java.lang.NoClassDefFoundError: edsu/jb_00_rh_load_od&lt;BR /&gt;s_loc_chercheur_0_1/JB_00_RH_Load_ODS_LOC_CHERCHEUR&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at edsu.ods_part2_0_1.ODS_Part2.tRunJob_5Process(ODS_Part2.java:36062)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at edsu.ods_part2_0_1.ODS_Part2.runJobInTOS(ODS_Part2.java:38491)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at edsu.ods_part2_0_1.ODS_Part2.runJob(ODS_Part2.java:37057)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at edsu.jb_00_mainprocess_generic_ods_0_1.JB_00_MainProcess_Generic_ODS.&lt;BR /&gt;tRunJob_2Process(JB_00_MainProcess_Generic_ODS.java:4107)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at edsu.jb_00_mainprocess_generic_ods_0_1.JB_00_MainProcess_Generic_ODS.&lt;BR /&gt;tRunJob_1Process(JB_00_MainProcess_Generic_ODS.java:3936)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at edsu.jb_00_mainprocess_generic_ods_0_1.JB_00_MainProcess_Generic_ODS.&lt;BR /&gt;runJobInTOS(JB_00_MainProcess_Generic_ODS.java:5386)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at edsu.jb_00_mainprocess_generic_ods_0_1.JB_00_MainProcess_Generic_ODS.&lt;BR /&gt;runJob(JB_00_MainProcess_Generic_ODS.java:5085)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at edsu.exe_10_ods_0_1.EXE_10_ODS.tRunJob_1Process(EXE_10_ODS.java:9465)&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at edsu.exe_10_ods_0_1.EXE_10_ODS.tWarn_7Process(EXE_10_ODS.java:9206)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at edsu.exe_10_ods_0_1.EXE_10_ODS.tFileExist_3Process(EXE_10_ODS.java:90&lt;BR /&gt;32)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at edsu.exe_10_ods_0_1.EXE_10_ODS.runJobInTOS(EXE_10_ODS.java:14491)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at edsu.exe_10_ods_0_1.EXE_10_ODS.main(EXE_10_ODS.java:14188)&lt;BR /&gt;Caused by: java.lang.ClassNotFoundException: edsu.jb_00_rh_load_ods_loc_chercheu&lt;BR /&gt;r_0_1.JB_00_RH_Load_ODS_LOC_CHERCHEUR&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at java.net.URLClassLoader.findClass(Unknown Source)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at java.lang.ClassLoader.loadClass(Unknown Source)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at java.lang.ClassLoader.loadClass(Unknown Source)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ... 12 more&lt;/P&gt;</description>
      <pubDate>Mon, 30 Oct 2017 09:12:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-Exception-in-thread-quot-Thread-0-quot-java-lang/m-p/2209979#M8577</guid>
      <dc:creator>Nabilophone11</dc:creator>
      <dc:date>2017-10-30T09:12:39Z</dc:date>
    </item>
    <item>
      <title>Re: Error: Exception in thread "Thread-0" java.lang.NoSuchMethodError: org.apache.http.params.HttpConnectionParams.setSoKeepalive(Lorg/apache/http/params/HttpParams;Z)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-Exception-in-thread-quot-Thread-0-quot-java-lang/m-p/2209980#M8578</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Do you always get the same problem on all jobs or a specific one? Your job contains several tRunJob components and did you check "Use an independant process to run subjob"?&lt;/P&gt;
&lt;P&gt;Best regards&lt;/P&gt;
&lt;P&gt;Sabrina&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 31 Oct 2017 07:12:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-Exception-in-thread-quot-Thread-0-quot-java-lang/m-p/2209980#M8578</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-31T07:12:17Z</dc:date>
    </item>
  </channel>
</rss>

