<?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: tkafkainput error when executing it in TAC in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/tkafkainput-error-when-executing-it-in-TAC/m-p/2321119#M142140</link>
    <description>&lt;P&gt;it's a big data streaming job using talend studio v8.0.1 and the messages are written to Kafka using CDC MongoDB Debezium connector&lt;/P&gt;</description>
    <pubDate>Wed, 11 Jan 2023 02:51:47 GMT</pubDate>
    <dc:creator>albert1706</dc:creator>
    <dc:date>2023-01-11T02:51:47Z</dc:date>
    <item>
      <title>tkafkainput error when executing it in TAC</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tkafkainput-error-when-executing-it-in-TAC/m-p/2321116#M142137</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as you can see in the picture kafka1.png I have a very simple job just tkafkainput and log component, I already deploy it in TAC and run it, for several seconds I watch the log seems good some Kafka message appears in the log then it stops running because this error below, and I realize this error occurs if only tkafkainput has already consumed some message like if there is not any message this job just running well, yes I already test it with a simple message like&amp;nbsp;"hello world", the message appears in the log then same error appears. can anybody know the solution? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[INFO ] 02:48:43 org.apache.spark.streaming.scheduler.JobScheduler- Added jobs for time 1671738523000 ms&lt;/P&gt;&lt;P&gt;[ERROR] 02:48:43 org.apache.spark.executor.Executor- Exception in task 0.0 in stage 0.0 (TID 0)&lt;/P&gt;&lt;P&gt;java.lang.NullPointerException: null&lt;/P&gt;&lt;P&gt;	at anteraja_prd.kafka_consumer_log_0_5.KAFKA_CONSUMER_LOG$tKafkaInput_1_Function.call(KAFKA_CONSUMER_LOG.java:393) ~[kafka_consumer_log_0_5.jar:?]&lt;/P&gt;&lt;P&gt;	at anteraja_prd.kafka_consumer_log_0_5.KAFKA_CONSUMER_LOG$tKafkaInput_1_Function.call(KAFKA_CONSUMER_LOG.java:1) ~[kafka_consumer_log_0_5.jar:?]&lt;/P&gt;&lt;P&gt;	at org.apache.spark.api.java.JavaPairRDD$.$anonfun$pairFunToScalaFun$1(JavaPairRDD.scala:1044) ~[spark-core_2.12-3.0.3.jar:3.0.3]&lt;/P&gt;&lt;P&gt;	at scala.collection.Iterator$$anon$10.next(Iterator.scala:459) ~[scala-library-2.12.10.jar:?]&lt;/P&gt;&lt;P&gt;	at scala.collection.Iterator$$anon$10.next(Iterator.scala:459) ~[scala-library-2.12.10.jar:?]&lt;/P&gt;&lt;P&gt;	at scala.collection.Iterator.foreach(Iterator.scala:941) ~[scala-library-2.12.10.jar:?]&lt;/P&gt;&lt;P&gt;	at scala.collection.Iterator.foreach$(Iterator.scala:941) ~[scala-library-2.12.10.jar:?]&lt;/P&gt;&lt;P&gt;	at scala.collection.AbstractIterator.foreach(Iterator.scala:1429) ~[scala-library-2.12.10.jar:?]&lt;/P&gt;&lt;P&gt;	at scala.collection.generic.Growable.$plus$plus$eq(Growable.scala:62) ~[scala-library-2.12.10.jar:?]&lt;/P&gt;&lt;P&gt;	at scala.collection.generic.Growable.$plus$plus$eq$(Growable.scala:53) ~[scala-library-2.12.10.jar:?]&lt;/P&gt;&lt;P&gt;	at scala.collection.mutable.ArrayBuffer.$plus$plus$eq(ArrayBuffer.scala:105) ~[scala-library-2.12.10.jar:?]&lt;/P&gt;&lt;P&gt;	at scala.collection.mutable.ArrayBuffer.$plus$plus$eq(ArrayBuffer.scala:49) ~[scala-library-2.12.10.jar:?]&lt;/P&gt;&lt;P&gt;	at scala.collection.TraversableOnce.to(TraversableOnce.scala:315) ~[scala-library-2.12.10.jar:?]&lt;/P&gt;&lt;P&gt;	at scala.collection.TraversableOnce.to$(TraversableOnce.scala:313) ~[scala-library-2.12.10.jar:?]&lt;/P&gt;&lt;P&gt;	at scala.collection.AbstractIterator.to(Iterator.scala:1429) ~[scala-library-2.12.10.jar:?]&lt;/P&gt;&lt;P&gt;	at scala.collection.TraversableOnce.toBuffer(TraversableOnce.scala:307) ~[scala-library-2.12.10.jar:?]&lt;/P&gt;&lt;P&gt;	at scala.collection.TraversableOnce.toBuffer$(TraversableOnce.scala:307) ~[scala-library-2.12.10.jar:?]&lt;/P&gt;&lt;P&gt;	at scala.collection.AbstractIterator.toBuffer(Iterator.scala:1429) ~[scala-library-2.12.10.jar:?]&lt;/P&gt;&lt;P&gt;	at scala.collection.TraversableOnce.toArray(TraversableOnce.scala:294) ~[scala-library-2.12.10.jar:?]&lt;/P&gt;&lt;P&gt;	at scala.collection.TraversableOnce.toArray$(TraversableOnce.scala:288) ~[scala-library-2.12.10.jar:?]&lt;/P&gt;&lt;P&gt;	at scala.collection.AbstractIterator.toArray(Iterator.scala:1429) ~[scala-library-2.12.10.jar:?]&lt;/P&gt;&lt;P&gt;	at org.apache.spark.rdd.RDD.$anonfun$collect$2(RDD.scala:1004) ~[spark-core_2.12-3.0.3.jar:3.0.3]&lt;/P&gt;&lt;P&gt;	at org.apache.spark.SparkContext.$anonfun$runJob$5(SparkContext.scala:2154) ~[spark-core_2.12-3.0.3.jar:3.0.3]&lt;/P&gt;&lt;P&gt;	at org.apache.spark.scheduler.ResultTask.runTask(ResultTask.scala:90) ~[spark-core_2.12-3.0.3.jar:3.0.3]&lt;/P&gt;&lt;P&gt;	at org.apache.spark.scheduler.Task.run(Task.scala:127) ~[spark-core_2.12-3.0.3.jar:3.0.3]&lt;/P&gt;&lt;P&gt;	at org.apache.spark.executor.Executor$TaskRunner.$anonfun$run$3(Executor.scala:463) ~[spark-core_2.12-3.0.3.jar:3.0.3]&lt;/P&gt;&lt;P&gt;	at org.apache.spark.util.Utils$.tryWithSafeFinally(Utils.scala:1377) ~[spark-core_2.12-3.0.3.jar:3.0.3]&lt;/P&gt;&lt;P&gt;	at org.apache.spark.executor.Executor$TaskRunner.run(Executor.scala:466) [spark-core_2.12-3.0.3.jar:3.0.3]&lt;/P&gt;&lt;P&gt;	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_322]&lt;/P&gt;&lt;P&gt;	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_322]&lt;/P&gt;&lt;P&gt;	at java.lang.Thread.run(Thread.java:750) [?:1.8.0_322]&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 22:14:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tkafkainput-error-when-executing-it-in-TAC/m-p/2321116#M142137</guid>
      <dc:creator>albert1706</dc:creator>
      <dc:date>2024-11-15T22:14:57Z</dc:date>
    </item>
    <item>
      <title>Re: tkafkainput error when executing it in TAC</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tkafkainput-error-when-executing-it-in-TAC/m-p/2321117#M142138</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;We need a little bit more information to address your issue.&lt;/P&gt;&lt;P&gt;Is it a standard job or big data steaming job? Could you please confirm if you are using Apache Kafka or Confluent Kafka?&lt;/P&gt;&lt;P&gt;Is there any more error message in TAC Technical or execution log?&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Tue, 10 Jan 2023 09:04:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tkafkainput-error-when-executing-it-in-TAC/m-p/2321117#M142138</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-01-10T09:04:13Z</dc:date>
    </item>
    <item>
      <title>Re: tkafkainput error when executing it in TAC</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tkafkainput-error-when-executing-it-in-TAC/m-p/2321118#M142139</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thanks for replying,&lt;/P&gt;&lt;P&gt;it's a bug in talend studio [null body with an existing key on the topic], I already create a ticket for this issue&lt;/P&gt;</description>
      <pubDate>Wed, 11 Jan 2023 02:44:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tkafkainput-error-when-executing-it-in-TAC/m-p/2321118#M142139</guid>
      <dc:creator>albert1706</dc:creator>
      <dc:date>2023-01-11T02:44:53Z</dc:date>
    </item>
    <item>
      <title>Re: tkafkainput error when executing it in TAC</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tkafkainput-error-when-executing-it-in-TAC/m-p/2321119#M142140</link>
      <description>&lt;P&gt;it's a big data streaming job using talend studio v8.0.1 and the messages are written to Kafka using CDC MongoDB Debezium connector&lt;/P&gt;</description>
      <pubDate>Wed, 11 Jan 2023 02:51:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tkafkainput-error-when-executing-it-in-TAC/m-p/2321119#M142140</guid>
      <dc:creator>albert1706</dc:creator>
      <dc:date>2023-01-11T02:51:47Z</dc:date>
    </item>
    <item>
      <title>Re: tkafkainput error when executing it in TAC</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tkafkainput-error-when-executing-it-in-TAC/m-p/2321120#M142141</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Thanks for your prompt reply. Have you already raised a jira issue on talend bug tracker or support case on talend support portal?&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>Wed, 11 Jan 2023 03:00:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tkafkainput-error-when-executing-it-in-TAC/m-p/2321120#M142141</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-01-11T03:00:11Z</dc:date>
    </item>
  </channel>
</rss>

