<?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: Weird Error sometimes - Exception in thread &amp;quot;main&amp;quot; java.lang.NoSuchMethodError: com.google.common.util.concurrent.MoreExecutors.directExecutor()Ljava/util/concurrent/Executor; in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Weird-Error-sometimes-Exception-in-thread-quot-main-quot-java/m-p/2307478#M78914</link>
    <description>&lt;P&gt;I was able to solve this problem by upgrading to Talend Open Studio for Data Integration V8. I would classify what was happening to me as a bug in V7.3.1. Also in V8 there seems to be a bug in the tBigQueryOutput component that does NOT allow GS Bucket to be a subdirectory. Meaning you can upload your csv file to "gs://bucket_name" but NOT "gs://bucket_name/folder_name"&lt;/P&gt;</description>
    <pubDate>Fri, 17 Jun 2022 13:15:47 GMT</pubDate>
    <dc:creator>JamesR1</dc:creator>
    <dc:date>2022-06-17T13:15:47Z</dc:date>
    <item>
      <title>Weird Error sometimes - Exception in thread "main" java.lang.NoSuchMethodError: com.google.common.util.concurrent.MoreExecutors.directExecutor()Ljava/util/concurrent/Executor;</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Weird-Error-sometimes-Exception-in-thread-quot-main-quot-java/m-p/2307477#M78913</link>
      <description>&lt;P&gt;I am racking my brain trying to figure this out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a job (see screenshot dated: 2022-06-15 10.28.06) where when it is ran, it gets to a certain spot and fails (right after the tBigQueryInput_1 component labeled: Get Date Range to Process) with the following stack trace. If I comment out the last two components (see screenshot dated: 2022-06-15 10.28.12) then it runs to completion without fail. If I run the two components separately they run to completion. How can I get them all to run together in a single job?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;{stack trace}&lt;/P&gt;&lt;P&gt;Exception in thread "main" java.lang.NoSuchMethodError: com.google.common.util.concurrent.MoreExecutors.directExecutor()Ljava/util/concurrent/Executor;&lt;/P&gt;&lt;P&gt;	at com.google.api.gax.retrying.BasicRetryingFuture.&amp;lt;init&amp;gt;(BasicRetryingFuture.java:77)&lt;/P&gt;&lt;P&gt;	at com.google.api.gax.retrying.DirectRetryingExecutor.createFuture(DirectRetryingExecutor.java:73)&lt;/P&gt;&lt;P&gt;	at com.google.cloud.RetryHelper.run(RetryHelper.java:73)&lt;/P&gt;&lt;P&gt;	at com.google.cloud.RetryHelper.runWithRetries(RetryHelper.java:51)&lt;/P&gt;&lt;P&gt;	at com.google.cloud.bigquery.BigQueryImpl.create(BigQueryImpl.java:212)&lt;/P&gt;&lt;P&gt;	at com.google.cloud.bigquery.BigQueryImpl.create(BigQueryImpl.java:187)&lt;/P&gt;&lt;P&gt;	at bqdw.loginsv2_1_1.LoginsV2.tBigQueryInput_1Process(LoginsV2.java:3744)&lt;/P&gt;&lt;P&gt;	at bqdw.loginsv2_1_1.LoginsV2.tRunJob_3Process(LoginsV2.java:3496)&lt;/P&gt;&lt;P&gt;	at bqdw.loginsv2_1_1.LoginsV2.tRunJob_1Process(LoginsV2.java:3273)&lt;/P&gt;&lt;P&gt;	at bqdw.loginsv2_1_1.LoginsV2.tRunJob_5Process(LoginsV2.java:3071)&lt;/P&gt;&lt;P&gt;	at bqdw.loginsv2_1_1.LoginsV2.tRunJob_2Process(LoginsV2.java:2857)&lt;/P&gt;&lt;P&gt;	at bqdw.loginsv2_1_1.LoginsV2.tSetGlobalVar_1Process(LoginsV2.java:2464)&lt;/P&gt;&lt;P&gt;	at bqdw.loginsv2_1_1.LoginsV2.runJobInTOS(LoginsV2.java:7444)&lt;/P&gt;&lt;P&gt;	at bqdw.loginsv2_1_1.LoginsV2.main(LoginsV2.java:7210)&lt;/P&gt;&lt;P&gt;{stack trace}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have similar jobs with maybe 2-4 less components and they run fine. I even re-created this job thinking there was something corrupt with the old one. And I increased the Java XMS/XMX settings to 512m/2048m. Same problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any thoughts or advice?&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 22:49:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Weird-Error-sometimes-Exception-in-thread-quot-main-quot-java/m-p/2307477#M78913</guid>
      <dc:creator>JamesR1</dc:creator>
      <dc:date>2024-11-15T22:49:34Z</dc:date>
    </item>
    <item>
      <title>Re: Weird Error sometimes - Exception in thread "main" java.lang.NoSuchMethodError: com.google.common.util.concurrent.MoreExecutors.directExecutor()Ljava/util/concurrent/Executor;</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Weird-Error-sometimes-Exception-in-thread-quot-main-quot-java/m-p/2307478#M78914</link>
      <description>&lt;P&gt;I was able to solve this problem by upgrading to Talend Open Studio for Data Integration V8. I would classify what was happening to me as a bug in V7.3.1. Also in V8 there seems to be a bug in the tBigQueryOutput component that does NOT allow GS Bucket to be a subdirectory. Meaning you can upload your csv file to "gs://bucket_name" but NOT "gs://bucket_name/folder_name"&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jun 2022 13:15:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Weird-Error-sometimes-Exception-in-thread-quot-main-quot-java/m-p/2307478#M78914</guid>
      <dc:creator>JamesR1</dc:creator>
      <dc:date>2022-06-17T13:15:47Z</dc:date>
    </item>
  </channel>
</rss>

