<?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 when executing job with s3 &amp; box app components in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Error-when-executing-job-with-s3-box-app-components/m-p/2228433#M19708</link>
    <description>&lt;P&gt;Hi All,&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I am working on job which read file names from the db, get the files from s3 and place it Box app.&lt;/P&gt; 
&lt;P&gt;i am getting below error&lt;/P&gt; 
&lt;P&gt;&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;at org.apache.http.conn.ssl.SSLConnectionSocketFactory.&amp;lt;clinit&amp;gt;(SSLConnectionSocketFactory.java:146)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;at com.amazonaws.http.apache.client.impl.ApacheConnectionManagerFactory.getPreferredSocketFactory(ApacheConnectionManagerFactory.java:86)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;at com.amazonaws.http.apache.client.impl.ApacheConnectionManagerFactory.create(ApacheConnectionManagerFactory.java:63)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;at com.amazonaws.http.apache.client.impl.ApacheConnectionManagerFactory.create(ApacheConnectionManagerFactory.java:56)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;at com.amazonaws.http.apache.client.impl.ApacheHttpClientFactory.create(ApacheHttpClientFactory.java:50)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;at com.amazonaws.http.apache.client.impl.ApacheHttpClientFactory.create(ApacheHttpClientFactory.java:38)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;at com.amazonaws.http.AmazonHttpClient.&amp;lt;init&amp;gt;(AmazonHttpClient.java:317)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;at com.amazonaws.http.AmazonHttpClient.&amp;lt;init&amp;gt;(AmazonHttpClient.java:301)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;at com.amazonaws.AmazonWebServiceClient.&amp;lt;init&amp;gt;(AmazonWebServiceClient.java:194)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;at com.amazonaws.services.s3.AmazonS3Client.&amp;lt;init&amp;gt;(AmazonS3Client.java:646)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;at com.amazonaws.services.s3.AmazonS3Builder$1.apply(AmazonS3Builder.java:35)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;at com.amazonaws.services.s3.AmazonS3Builder$1.apply(AmazonS3Builder.java:32)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;at com.amazonaws.services.s3.AmazonS3ClientBuilder.build(AmazonS3ClientBuilder.java:64)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;at com.amazonaws.services.s3.AmazonS3ClientBuilder.build(AmazonS3ClientBuilder.java:28)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;at com.amazonaws.client.builder.AwsSyncClientBuilder.build(AwsSyncClientBuilder.java:46)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;at local_project.boxapppoc_0_1.boxapppoc.tS3Connection_1Process(boxapppoc.java:1641)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;at local_project.boxapppoc_0_1.boxapppoc.runJobInTOS(boxapppoc.java:3371)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;at local_project.boxapppoc_0_1.boxapppoc.main(boxapppoc.java:3214)&lt;/FONT&gt;&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="box-poc-job.png" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M9rH.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/155575i561136EB7D5A4916/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M9rH.png" alt="0683p000009M9rH.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;But if i execute s3 job (by deactivating the box job components) it is fetching files and if i execute Box job (by deactivating s3 job components) it is putting the files in Box app. But when executed together i am getting&lt;/P&gt; 
&lt;P&gt;&lt;FONT color="#FF0000"&gt;Exception in thread "main" java.lang.NoSuchFieldError: INSTANCE&lt;/FONT&gt;&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 03:05:47 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-11-16T03:05:47Z</dc:date>
    <item>
      <title>Error when executing job with s3 &amp; box app components</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-when-executing-job-with-s3-box-app-components/m-p/2228433#M19708</link>
      <description>&lt;P&gt;Hi All,&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I am working on job which read file names from the db, get the files from s3 and place it Box app.&lt;/P&gt; 
&lt;P&gt;i am getting below error&lt;/P&gt; 
&lt;P&gt;&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;at org.apache.http.conn.ssl.SSLConnectionSocketFactory.&amp;lt;clinit&amp;gt;(SSLConnectionSocketFactory.java:146)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;at com.amazonaws.http.apache.client.impl.ApacheConnectionManagerFactory.getPreferredSocketFactory(ApacheConnectionManagerFactory.java:86)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;at com.amazonaws.http.apache.client.impl.ApacheConnectionManagerFactory.create(ApacheConnectionManagerFactory.java:63)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;at com.amazonaws.http.apache.client.impl.ApacheConnectionManagerFactory.create(ApacheConnectionManagerFactory.java:56)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;at com.amazonaws.http.apache.client.impl.ApacheHttpClientFactory.create(ApacheHttpClientFactory.java:50)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;at com.amazonaws.http.apache.client.impl.ApacheHttpClientFactory.create(ApacheHttpClientFactory.java:38)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;at com.amazonaws.http.AmazonHttpClient.&amp;lt;init&amp;gt;(AmazonHttpClient.java:317)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;at com.amazonaws.http.AmazonHttpClient.&amp;lt;init&amp;gt;(AmazonHttpClient.java:301)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;at com.amazonaws.AmazonWebServiceClient.&amp;lt;init&amp;gt;(AmazonWebServiceClient.java:194)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;at com.amazonaws.services.s3.AmazonS3Client.&amp;lt;init&amp;gt;(AmazonS3Client.java:646)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;at com.amazonaws.services.s3.AmazonS3Builder$1.apply(AmazonS3Builder.java:35)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;at com.amazonaws.services.s3.AmazonS3Builder$1.apply(AmazonS3Builder.java:32)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;at com.amazonaws.services.s3.AmazonS3ClientBuilder.build(AmazonS3ClientBuilder.java:64)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;at com.amazonaws.services.s3.AmazonS3ClientBuilder.build(AmazonS3ClientBuilder.java:28)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;at com.amazonaws.client.builder.AwsSyncClientBuilder.build(AwsSyncClientBuilder.java:46)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;at local_project.boxapppoc_0_1.boxapppoc.tS3Connection_1Process(boxapppoc.java:1641)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;at local_project.boxapppoc_0_1.boxapppoc.runJobInTOS(boxapppoc.java:3371)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;at local_project.boxapppoc_0_1.boxapppoc.main(boxapppoc.java:3214)&lt;/FONT&gt;&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="box-poc-job.png" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M9rH.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/155575i561136EB7D5A4916/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M9rH.png" alt="0683p000009M9rH.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;But if i execute s3 job (by deactivating the box job components) it is fetching files and if i execute Box job (by deactivating s3 job components) it is putting the files in Box app. But when executed together i am getting&lt;/P&gt; 
&lt;P&gt;&lt;FONT color="#FF0000"&gt;Exception in thread "main" java.lang.NoSuchFieldError: INSTANCE&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 03:05:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-when-executing-job-with-s3-box-app-components/m-p/2228433#M19708</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T03:05:47Z</dc:date>
    </item>
    <item>
      <title>Re: Error when executing job with s3 &amp; box app components</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-when-executing-job-with-s3-box-app-components/m-p/2228434#M19709</link>
      <description>Hi 
&lt;BR /&gt;Is there a compilation error in the Job generated code? 
&lt;BR /&gt;Can you provide the following information? It would help us to more easily evaluate your issue: 
&lt;BR /&gt;- Product and Version which you used (for example, Talend Data Fabric 7.3.1) 
&lt;BR /&gt;- Operating System, for example, Windows Server 2008 R2 SP1 (64bit) 
&lt;BR /&gt;- Version of Java Platform JDK / JRE in use (for example, ORACLE JDK 1.8.0_161) 
&lt;BR /&gt; 
&lt;BR /&gt;Regards 
&lt;BR /&gt;Shong</description>
      <pubDate>Wed, 04 Mar 2020 11:35:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-when-executing-job-with-s3-box-app-components/m-p/2228434#M19709</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-03-04T11:35:04Z</dc:date>
    </item>
    <item>
      <title>Re: Error when executing job with s3 &amp; box app components</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-when-executing-job-with-s3-box-app-components/m-p/2228435#M19710</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/00539000004XsnJAAS"&gt;@shong&lt;/A&gt;&amp;nbsp;thanks,&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;- Product and Version : Talend Open Studio for Big Data v7.2.1&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- Operating System : Windows 10 Pro (64-bits)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- JDK / JRE : ORACLE JDK 1.8.0_231&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;I am not getting any compile time error but at runtime&amp;nbsp; i am getting&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;FONT color="#FF0000"&gt;&lt;SPAN&gt;Exception in thread "main" java.lang.NoSuchFieldError: INSTANCE&amp;nbsp;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Mar 2020 11:57:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-when-executing-job-with-s3-box-app-components/m-p/2228435#M19710</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-03-04T11:57:47Z</dc:date>
    </item>
  </channel>
</rss>

