<?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: Exception in thread &amp;quot;org.talend.sdk.component.runtime.manager.ComponentManager-233530418&amp;quot; java.lang.ExceptionInInitializerError in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Exception-in-thread-quot-org-talend-sdk-component-runtime/m-p/2252061#M148540</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you add a screenshot of your job and highlight your connector on it please ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Currently I  can see that you have define a process (1 input -&amp;gt; 1 output). So I guess there is an output link. So you should send data in this ouput link.&lt;/P&gt;&lt;P&gt;The simplest way is to return directly the input record:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;@ElementListener&lt;/P&gt;&lt;P&gt;&lt;B&gt;public void &lt;/B&gt;onNext(@Input &lt;B&gt;final &lt;/B&gt;Record defaultInput, @Output &lt;B&gt;final &lt;/B&gt;OutputEmitter&amp;lt;Record&amp;gt; defaultOutput) {&lt;/P&gt;&lt;P&gt;    System.&lt;B&gt;&lt;I&gt;out&lt;/I&gt;&lt;/B&gt;.println(defaultInput);&lt;/P&gt;&lt;P&gt;    defaultOutput.emit(record); // Here we emit the input record to the default output&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 26 Apr 2021 06:49:22 GMT</pubDate>
    <dc:creator>ypiel</dc:creator>
    <dc:date>2021-04-26T06:49:22Z</dc:date>
    <item>
      <title>Exception in thread "org.talend.sdk.component.runtime.manager.ComponentManager-233530418" java.lang.ExceptionInInitializerError</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Exception-in-thread-quot-org-talend-sdk-component-runtime/m-p/2252060#M148539</link>
      <description>&lt;P&gt;I tried to make a custom component using talend component kit in intelliJ. &lt;/P&gt;&lt;P&gt;I just add a simple code on preprocessor (below @elementlistener) like System.out.println(defaultInput);&lt;/P&gt;&lt;P&gt;Then I build my car file and integrate to TOS_BD (7.3). I got my custom component but when I used that component,  I got this error. How can I solve this error?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;I&gt;Starting job etl_new_components at 16:53 21/04/2021.&lt;/I&gt;&lt;/P&gt;&lt;P&gt;[statistics] connecting to socket on port 3553&lt;/P&gt;&lt;P&gt;[statistics] connected&lt;/P&gt;&lt;P&gt;{"username":"nihonomantapu","email":"nihonomantapu@gmail.com","salary":5000000,"job":"youtuber","residence":"Surabaya"}&lt;/P&gt;&lt;P&gt;{"username":"kukiraada","email":"asdkfalksdf@gmail.co.id","salary":5000000,"job":"youtuber","residence":"Medan"}&lt;/P&gt;&lt;P&gt;{"username":"testandra","email":"test123@yahoo.com","salary":5000000,"job":"youtuber","residence":"Bandung"}&lt;/P&gt;&lt;P&gt;{"username":"kurangtahuaya","email":"teasdf_gmail.com","salary":5000000,"job":"youtuber","residence":"Jakarta"}&lt;/P&gt;&lt;P&gt;{"username":"citarasapedas","email":"makarassamasi1234@gdplabs","salary":5000000,"job":"youtuber","residence":"Bali"}&lt;/P&gt;&lt;P&gt;{"username":"siskamaulana","email":"sikurasaki@datasour.co.id","salary":5000000,"job":"youtuber","residence":"Semarang"}&lt;/P&gt;&lt;P&gt;{"username":"minakabon","email":"minakan_malikas@","salary":5000000,"job":"youtuber","residence":"Pontianak"}&lt;/P&gt;&lt;P&gt;{"username":"prinataraka","email":"priategar@antariksa.co.id","salary":5000000,"job":"youtuber","residence":"Makasar"}&lt;/P&gt;&lt;P&gt;{"username":"meigasusanto","email":"menggambarmimpi$gmail.com","salary":5000000,"job":"youtuber","residence":"Samarinda"}&lt;/P&gt;&lt;P&gt;[statistics] disconnected&lt;/P&gt;&lt;P&gt;Exception in thread "org.talend.sdk.component.runtime.manager.ComponentManager-233530418" java.lang.ExceptionInInitializerError&lt;/P&gt;&lt;P&gt;	at org.talend.sdk.component.runtime.manager.proxy.JavaProxyEnricherFactory$DelegatingSerializableHandler.invoke(JavaProxyEnricherFactory.java:98)&lt;/P&gt;&lt;P&gt;	at com.sun.proxy.$Proxy42.close(Unknown Source)&lt;/P&gt;&lt;P&gt;	at org.talend.sdk.component.runtime.manager.ComponentManager$Updater.lambda$onClose$45(ComponentManager.java:1619)&lt;/P&gt;&lt;P&gt;	at java.base/java.util.Optional.ifPresent(Optional.java:176)&lt;/P&gt;&lt;P&gt;	at org.talend.sdk.component.runtime.manager.ComponentManager$Updater.onClose(ComponentManager.java:1617)&lt;/P&gt;&lt;P&gt;	at org.talend.sdk.component.container.ContainerManager$ContainerBuilder$1.lambda$null$0(ContainerManager.java:454)&lt;/P&gt;&lt;P&gt;	at org.talend.sdk.component.container.ContainerManager.safeInvoke(ContainerManager.java:179)&lt;/P&gt;&lt;P&gt;	at org.talend.sdk.component.container.ContainerManager.access$1200(ContainerManager.java:66)&lt;/P&gt;&lt;P&gt;	at org.talend.sdk.component.container.ContainerManager$ContainerBuilder$1.lambda$close$1(ContainerManager.java:454)&lt;/P&gt;&lt;P&gt;	at java.base/java.util.concurrent.CopyOnWriteArrayList.forEach(CopyOnWriteArrayList.java:807)&lt;/P&gt;&lt;P&gt;	at org.talend.sdk.component.container.ContainerManager$ContainerBuilder$1.close(ContainerManager.java:454)&lt;/P&gt;&lt;P&gt;	at java.base/java.util.concurrent.ConcurrentHashMap$ValuesView.forEach(ConcurrentHashMap.java:4780)&lt;/P&gt;&lt;P&gt;	at org.talend.sdk.component.container.ContainerManager.lambda$close$15(ContainerManager.java:357)&lt;/P&gt;&lt;P&gt;	at org.talend.sdk.component.lifecycle.LifecycleSupport.closeIfNeeded(LifecycleSupport.java:35)&lt;/P&gt;&lt;P&gt;	at org.talend.sdk.component.container.ContainerManager.close(ContainerManager.java:356)&lt;/P&gt;&lt;P&gt;	at org.talend.sdk.component.runtime.manager.ComponentManager.close(ComponentManager.java:886)&lt;/P&gt;&lt;P&gt;	at org.talend.sdk.component.runtime.manager.ComponentManager$4.close(ComponentManager.java:508)&lt;/P&gt;&lt;P&gt;	at java.base/java.util.Optional.ifPresent(Optional.java:176)&lt;/P&gt;&lt;P&gt;	at org.talend.sdk.component.runtime.manager.ComponentManager$3.run(ComponentManager.java:473)&lt;/P&gt;&lt;P&gt;Caused by: java.lang.IllegalStateException: java.lang.NoSuchMethodException: java.lang.invoke.MethodHandles$Lookup.&amp;lt;init&amp;gt;(java.lang.Class,int)&lt;/P&gt;&lt;P&gt;	at org.talend.sdk.component.runtime.reflect.Defaults.findLookupConstructor(Defaults.java:84)&lt;/P&gt;&lt;P&gt;	at org.talend.sdk.component.runtime.reflect.Defaults.&amp;lt;clinit&amp;gt;(Defaults.java:35)&lt;/P&gt;&lt;P&gt;	... 19 more&lt;/P&gt;&lt;P&gt;Caused by: java.lang.NoSuchMethodException: java.lang.invoke.MethodHandles$Lookup.&amp;lt;init&amp;gt;(java.lang.Class,int)&lt;/P&gt;&lt;P&gt;	at java.base/java.lang.Class.getConstructor0(Class.java:3508)&lt;/P&gt;&lt;P&gt;	at java.base/java.lang.Class.getDeclaredConstructor(Class.java:2711)&lt;/P&gt;&lt;P&gt;	at org.talend.sdk.component.runtime.reflect.Defaults.findLookupConstructor(Defaults.java:78)&lt;/P&gt;&lt;P&gt;	... 20 more&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;I&gt;Job etl_new_components ended at 16:53 21/04/2021. [Exit code&amp;nbsp;= 0]&lt;/I&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jan 2026 14:45:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Exception-in-thread-quot-org-talend-sdk-component-runtime/m-p/2252060#M148539</guid>
      <dc:creator>IrwanAfandiGDP</dc:creator>
      <dc:date>2026-01-02T14:45:42Z</dc:date>
    </item>
    <item>
      <title>Re: Exception in thread "org.talend.sdk.component.runtime.manager.ComponentManager-233530418" java.lang.ExceptionInInitializerError</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Exception-in-thread-quot-org-talend-sdk-component-runtime/m-p/2252061#M148540</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you add a screenshot of your job and highlight your connector on it please ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Currently I  can see that you have define a process (1 input -&amp;gt; 1 output). So I guess there is an output link. So you should send data in this ouput link.&lt;/P&gt;&lt;P&gt;The simplest way is to return directly the input record:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;@ElementListener&lt;/P&gt;&lt;P&gt;&lt;B&gt;public void &lt;/B&gt;onNext(@Input &lt;B&gt;final &lt;/B&gt;Record defaultInput, @Output &lt;B&gt;final &lt;/B&gt;OutputEmitter&amp;lt;Record&amp;gt; defaultOutput) {&lt;/P&gt;&lt;P&gt;    System.&lt;B&gt;&lt;I&gt;out&lt;/I&gt;&lt;/B&gt;.println(defaultInput);&lt;/P&gt;&lt;P&gt;    defaultOutput.emit(record); // Here we emit the input record to the default output&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Apr 2021 06:49:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Exception-in-thread-quot-org-talend-sdk-component-runtime/m-p/2252061#M148540</guid>
      <dc:creator>ypiel</dc:creator>
      <dc:date>2021-04-26T06:49:22Z</dc:date>
    </item>
    <item>
      <title>Re: Exception in thread "org.talend.sdk.component.runtime.manager.ComponentManager-233530418" java.lang.ExceptionInInitializerError</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Exception-in-thread-quot-org-talend-sdk-component-runtime/m-p/2252062#M148541</link>
      <description>&lt;P&gt;Hello @Mohamad Irwan Afandi​&amp;nbsp;&lt;/P&gt;&lt;P&gt;Did you try with TIS product? &lt;/P&gt;&lt;P&gt;TOS version uses an old version of the Talend Component Kit. &lt;/P&gt;</description>
      <pubDate>Mon, 26 Apr 2021 10:34:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Exception-in-thread-quot-org-talend-sdk-component-runtime/m-p/2252062#M148541</guid>
      <dc:creator>ozhelezniak</dc:creator>
      <dc:date>2021-04-26T10:34:04Z</dc:date>
    </item>
    <item>
      <title>Re: Exception in thread "org.talend.sdk.component.runtime.manager.ComponentManager-233530418" java.lang.ExceptionInInitializerError</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Exception-in-thread-quot-org-talend-sdk-component-runtime/m-p/2252063#M148542</link>
      <description>&lt;P&gt;Hai @Yves Piel​&amp;nbsp;@Oleksandr Zhelezniak​&amp;nbsp;, Thank you for your response.&lt;/P&gt;&lt;P&gt;I've solved my problem, it happened because I installed 2 types of java (version 1.8 and 11.x). I have tried setting the TOSBD configuration to java 1.8 but it didn't work.  Then I deleted my newest java version and keep java version 1.8, it worked.&lt;/P&gt;</description>
      <pubDate>Tue, 27 Apr 2021 06:05:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Exception-in-thread-quot-org-talend-sdk-component-runtime/m-p/2252063#M148542</guid>
      <dc:creator>IrwanAfandiGDP</dc:creator>
      <dc:date>2021-04-27T06:05:24Z</dc:date>
    </item>
  </channel>
</rss>

