<?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 Getting java.lang.AbstractMethodError in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Getting-java-lang-AbstractMethodError/m-p/2339351#M107503</link>
    <description>&lt;P&gt;Hello,&lt;BR /&gt;I am moving my existing projects from Talend&amp;nbsp;v5.5 to v6.1.1&amp;nbsp;while doing that I am getting the error saying "java.lang.AbstractMethodError: com.talend.excel.xssf.event.DefaultTalendSheetContentsHandler.cell(Ljava/lang/String;Ljava/lang/String&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MA9p.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/138034i5F552429DA646D6F/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MA9p.png" alt="0683p000009MA9p.png" /&gt;&lt;/span&gt;V" &amp;nbsp;in a tFileInputExcel component.&amp;nbsp;&lt;BR /&gt;My input file is not changed and also I have not made any change in code, I have just compiled code in a new version that's it. Can someone please help me with a cause of this issue.&lt;BR /&gt;My file type is .xlsx&lt;/P&gt;</description>
    <pubDate>Tue, 28 Feb 2017 09:29:29 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-02-28T09:29:29Z</dc:date>
    <item>
      <title>Getting java.lang.AbstractMethodError</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Getting-java-lang-AbstractMethodError/m-p/2339351#M107503</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;I am moving my existing projects from Talend&amp;nbsp;v5.5 to v6.1.1&amp;nbsp;while doing that I am getting the error saying "java.lang.AbstractMethodError: com.talend.excel.xssf.event.DefaultTalendSheetContentsHandler.cell(Ljava/lang/String;Ljava/lang/String&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MA9p.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/138034i5F552429DA646D6F/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MA9p.png" alt="0683p000009MA9p.png" /&gt;&lt;/span&gt;V" &amp;nbsp;in a tFileInputExcel component.&amp;nbsp;&lt;BR /&gt;My input file is not changed and also I have not made any change in code, I have just compiled code in a new version that's it. Can someone please help me with a cause of this issue.&lt;BR /&gt;My file type is .xlsx&lt;/P&gt;</description>
      <pubDate>Tue, 28 Feb 2017 09:29:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Getting-java-lang-AbstractMethodError/m-p/2339351#M107503</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-02-28T09:29:29Z</dc:date>
    </item>
    <item>
      <title>Re: Getting java.lang.AbstractMethodError</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Getting-java-lang-AbstractMethodError/m-p/2339352#M107504</link>
      <description>Hello,&lt;BR /&gt;Has anyone have idea on this issue?</description>
      <pubDate>Tue, 28 Feb 2017 12:36:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Getting-java-lang-AbstractMethodError/m-p/2339352#M107504</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-02-28T12:36:12Z</dc:date>
    </item>
    <item>
      <title>Re: Getting java.lang.AbstractMethodError</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Getting-java-lang-AbstractMethodError/m-p/2339353#M107505</link>
      <description>&lt;P&gt;This error is thrown when an application tries to call an abstract method without actual implementation. Abstract methods have no body and cannot be executed. This error can only occur at run time if the definition of some class has incompatibly changed since the currently executing method was last compiled. It usually happens after some library is upgraded while some is not. The dependencies are missing somehow. This means that you are using an old &lt;A href="http://net-informations.com/java/cjava/default.htm" alt="http://net-informations.com/java/cjava/default.htm" target="_blank"&gt;java&lt;/A&gt; version of an interface implementation which is missing a new interface method. For example java.sql.Connection interface got a new getSchema method in 1.7. If you have 1.6 JDBC driver and call Connection.getSchema you will get AbstractMethodError. So, make sure you have the latest jar file in your class path not a older copy.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Oct 2020 05:26:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Getting-java-lang-AbstractMethodError/m-p/2339353#M107505</guid>
      <dc:creator>EHydi1602653087</dc:creator>
      <dc:date>2020-10-14T05:26:54Z</dc:date>
    </item>
  </channel>
</rss>

