<?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: Error: &amp;quot;multiple SLF4J bindings&amp;quot;  component from  Talend Component Kit IntelliJ plugin in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Error-quot-multiple-SLF4J-bindings-quot-component-from-Talend/m-p/2252655#M148585</link>
    <description>&lt;P&gt;Yes,  in Idea the result of mvn dependency:tree: &lt;/P&gt;&lt;P&gt;com.tutorial:TMPLTDDD:jar:0.0.1-SNAPSHOT&lt;/P&gt;&lt;P&gt;[INFO] \- org.talend.sdk.component:component-api:jar:1.34.1:provided&lt;/P&gt;&lt;P&gt;[INFO]&amp;nbsp;&amp;nbsp;+- org.apache.geronimo.specs:geronimo-annotation_1.3_spec:jar:1.2:provided&lt;/P&gt;&lt;P&gt;[INFO]&amp;nbsp;&amp;nbsp;+- org.apache.geronimo.specs:geronimo-json_1.1_spec:jar:1.3:provided&lt;/P&gt;&lt;P&gt;[INFO]&amp;nbsp;&amp;nbsp;\- org.apache.geronimo.specs:geronimo-jsonb_1.0_spec:jar:1.2:provided&lt;/P&gt;&lt;P&gt;No mention of slf4j.&lt;/P&gt;&lt;P&gt;But when I insert the example exported from Idea into the Talend job, I get the error described above after run.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 20 Jul 2021 08:20:40 GMT</pubDate>
    <dc:creator>Igor_V</dc:creator>
    <dc:date>2021-07-20T08:20:40Z</dc:date>
    <item>
      <title>Error: "multiple SLF4J bindings"  component from  Talend Component Kit IntelliJ plugin</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-quot-multiple-SLF4J-bindings-quot-component-from-Talend/m-p/2252653#M148583</link>
      <description>&lt;P&gt;I try to use example from&amp;nbsp;"Talend Component Kit tutorial" (&lt;I&gt;&lt;U&gt;&lt;A href="https://talend.github.io/component-runtime/main/1.0.5/tutorial-create-my-first-component.html" target="_blank"&gt;https://talend.github.io/component-runtime/main/1.0.5/tutorial-create-my-first-component.html&lt;/A&gt;&lt;/U&gt;&lt;/I&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After compiling and deploying the component to Talend Open Studio, I recieve error:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SLF4J: Class path contains multiple SLF4J bindings.&lt;/P&gt;&lt;P&gt;SLF4J: Found binding in [jar:file:/C:/Data/TOS_ESB-Studio-V7.4.1/configuration/.m2/repository/org/apache/logging/log4j/log4j-slf4j-impl/2.12.1/log4j-slf4j-impl-2.12.1.jar!/org/slf4j/impl/StaticLoggerBinder.class]&lt;/P&gt;&lt;P&gt;SLF4J: Found binding in [jar:file:/C:/Data/TOS_ESB-Studio-V7.4.1/configuration/.m2/repository/org/talend/sdk/component/slf4j-standard/1.29.0-SNAPSHOT/slf4j-standard-1.29.0-SNAPSHOT.jar!/org/slf4j/impl/StaticLoggerBinder.class]&lt;/P&gt;&lt;P&gt;SLF4J: See &lt;A href="http://www.slf4j.org/codes.html#" target="_blank"&gt;http://www.slf4j.org/codes.html#&lt;/A&gt; multiple_bindings for an explanation.&lt;/P&gt;&lt;P&gt;SLF4J: Actual binding is of type [org.apache.logging.slf4j.Log4jLoggerFactory]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I insert in pom.xml extensions from &lt;I&gt;&lt;U&gt;&lt;A href="http://www.slf4j.org/codes.html#" target="_blank"&gt;http://www.slf4j.org/codes.html#&lt;/A&gt; multiple_binding&lt;/U&gt;&lt;/I&gt;s :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;lt;dependencies&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;lt;dependency&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;groupId&amp;gt;org.talend.sdk.component&amp;lt;/groupId&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;artifactId&amp;gt;component-api&amp;lt;/artifactId&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;version&amp;gt;1.34.1&amp;lt;/version&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;scope&amp;gt;provided&amp;lt;/scope&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;exclusions&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;exclusion&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;groupId&amp;gt;org.slf4j&amp;lt;/groupId&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;artifactId&amp;gt;slf4j-log4j12&amp;lt;/artifactId&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;/exclusion&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;exclusion&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;groupId&amp;gt;log4j&amp;lt;/groupId&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;artifactId&amp;gt;log4j&amp;lt;/artifactId&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;/exclusion&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;/exclusions&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;lt;/dependency&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;lt;/dependencies&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But error remained the same.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Who can HELP!!!!!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jan 2026 14:45:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-quot-multiple-SLF4J-bindings-quot-component-from-Talend/m-p/2252653#M148583</guid>
      <dc:creator>Igor_V</dc:creator>
      <dc:date>2026-01-02T14:45:42Z</dc:date>
    </item>
    <item>
      <title>Re: Error: "multiple SLF4J bindings"  component from  Talend Component Kit IntelliJ plugin</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-quot-multiple-SLF4J-bindings-quot-component-from-Talend/m-p/2252654#M148584</link>
      <description>&lt;P&gt;Hi @Grapeus Grapeus​&amp;nbsp;,&lt;/P&gt;&lt;P&gt;run `mvn dependency:tree` to see from where is coming the dependency and exclude it. btw, in itself component-api has no slf4j dep.&lt;/P&gt;&lt;P&gt;best regards&lt;/P&gt;&lt;P&gt; &lt;/P&gt;</description>
      <pubDate>Tue, 20 Jul 2021 07:21:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-quot-multiple-SLF4J-bindings-quot-component-from-Talend/m-p/2252654#M148584</guid>
      <dc:creator>undx</dc:creator>
      <dc:date>2021-07-20T07:21:51Z</dc:date>
    </item>
    <item>
      <title>Re: Error: "multiple SLF4J bindings"  component from  Talend Component Kit IntelliJ plugin</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-quot-multiple-SLF4J-bindings-quot-component-from-Talend/m-p/2252655#M148585</link>
      <description>&lt;P&gt;Yes,  in Idea the result of mvn dependency:tree: &lt;/P&gt;&lt;P&gt;com.tutorial:TMPLTDDD:jar:0.0.1-SNAPSHOT&lt;/P&gt;&lt;P&gt;[INFO] \- org.talend.sdk.component:component-api:jar:1.34.1:provided&lt;/P&gt;&lt;P&gt;[INFO]&amp;nbsp;&amp;nbsp;+- org.apache.geronimo.specs:geronimo-annotation_1.3_spec:jar:1.2:provided&lt;/P&gt;&lt;P&gt;[INFO]&amp;nbsp;&amp;nbsp;+- org.apache.geronimo.specs:geronimo-json_1.1_spec:jar:1.3:provided&lt;/P&gt;&lt;P&gt;[INFO]&amp;nbsp;&amp;nbsp;\- org.apache.geronimo.specs:geronimo-jsonb_1.0_spec:jar:1.2:provided&lt;/P&gt;&lt;P&gt;No mention of slf4j.&lt;/P&gt;&lt;P&gt;But when I insert the example exported from Idea into the Talend job, I get the error described above after run.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Jul 2021 08:20:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-quot-multiple-SLF4J-bindings-quot-component-from-Talend/m-p/2252655#M148585</guid>
      <dc:creator>Igor_V</dc:creator>
      <dc:date>2021-07-20T08:20:40Z</dc:date>
    </item>
  </channel>
</rss>

