<?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: Inconsistent stackmap frames at branch target in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Inconsistent-stackmap-frames-at-branch-target/m-p/2273824#M50686</link>
    <description>&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm also facing the same issue. Please let me know how to resolve this issue?&lt;/P&gt;</description>
    <pubDate>Thu, 10 Jan 2019 09:41:33 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2019-01-10T09:41:33Z</dc:date>
    <item>
      <title>Inconsistent stackmap frames at branch target</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Inconsistent-stackmap-frames-at-branch-target/m-p/2273820#M50682</link>
      <description>&lt;P&gt;&amp;nbsp;I'm getting the following error when I run my job:&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;FONT face="courier new,courier" size="2"&gt;"java.lang.VerifyError: Inconsistent stackmap frames at branch target 26387&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="2"&gt;Exception Details:&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="2"&gt;Location:&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="2"&gt;local_project/aaa_initial_0_1/AAA_initial.tPostgresqlInput_2Process(Ljava/util/Map&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 @26387: aconst_null&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="2"&gt;Reason:&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="2"&gt;Type 'java/util/Map' (current frame, stack[0]) is not assignable to 'java/util/HashMap' (stack map, stack[0])&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="2"&gt;Current Frame:&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="2"&gt;bci: @26373&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="2"&gt;flags: { }&lt;/FONT&gt;&lt;/P&gt; 
&lt;P&gt;&lt;FONT face="courier new,courier" size="2"&gt;.&lt;/FONT&gt;&lt;/P&gt; 
&lt;P&gt;&lt;FONT face="courier new,courier" size="2"&gt;.&lt;/FONT&gt;&lt;/P&gt; 
&lt;P&gt;&lt;FONT face="courier new,courier" size="2"&gt;.&lt;/FONT&gt;&lt;/P&gt; 
&lt;P&gt;&lt;FONT face="courier new,courier" size="2"&gt;"&lt;/FONT&gt;&lt;/P&gt; 
&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif" size="3"&gt;And it goes on.&lt;/FONT&gt;&lt;/P&gt; 
&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif" size="3"&gt;Googling this error shows that it's related to JVM's interal byte-code check, but that doesn't really help much. I'm fairly certain that it's not related to the version of&amp;nbsp;Java (JRE 1.8.0_131) that Talend uses, since I have other jobs that run just fine.&lt;/FONT&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif" size="3"&gt;Anyone else ever run across this issue before? Any input would be appreciated.&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 12 May 2017 04:50:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Inconsistent-stackmap-frames-at-branch-target/m-p/2273820#M50682</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-05-12T04:50:02Z</dc:date>
    </item>
    <item>
      <title>Re: Inconsistent stackmap frames at branch target</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Inconsistent-stackmap-frames-at-branch-target/m-p/2273821#M50683</link>
      <description>&lt;P&gt;Really strange, looks like there is 2 different implementation of Java Map in your system and the one linked to HashMap is not the same as the one where your code run.&lt;/P&gt;
&lt;P&gt;Could be a strange OSGi configuration or some jar imported that create problem.&lt;/P&gt;
&lt;P&gt;Verify the bundle generated and see if there is no strange dependency, maybe try to downgrade java, could be a bug in that release as well.&lt;/P&gt;</description>
      <pubDate>Fri, 12 May 2017 14:00:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Inconsistent-stackmap-frames-at-branch-target/m-p/2273821#M50683</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-05-12T14:00:56Z</dc:date>
    </item>
    <item>
      <title>Re: Inconsistent stackmap frames at branch target</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Inconsistent-stackmap-frames-at-branch-target/m-p/2273822#M50684</link>
      <description>&lt;P&gt;Is there any bytecode modification happening (various agents etc.)?&lt;BR /&gt;&lt;BR /&gt;What this error says is that the stackmap frame captured in the bytecode does not correspond to the actual data flow - the interesting information is unfortunately cut out. Either way, this needs to be&amp;nbsp;addressed by any of the bytecode modifiers.&lt;/P&gt;</description>
      <pubDate>Thu, 19 Oct 2017 19:57:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Inconsistent-stackmap-frames-at-branch-target/m-p/2273822#M50684</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-19T19:57:47Z</dc:date>
    </item>
    <item>
      <title>Re: Inconsistent stackmap frames at branch target</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Inconsistent-stackmap-frames-at-branch-target/m-p/2273823#M50685</link>
      <description>&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm also facing the same issue. Could you please help here?&lt;/P&gt;</description>
      <pubDate>Thu, 10 Jan 2019 09:34:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Inconsistent-stackmap-frames-at-branch-target/m-p/2273823#M50685</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-01-10T09:34:10Z</dc:date>
    </item>
    <item>
      <title>Re: Inconsistent stackmap frames at branch target</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Inconsistent-stackmap-frames-at-branch-target/m-p/2273824#M50686</link>
      <description>&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm also facing the same issue. Please let me know how to resolve this issue?&lt;/P&gt;</description>
      <pubDate>Thu, 10 Jan 2019 09:41:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Inconsistent-stackmap-frames-at-branch-target/m-p/2273824#M50686</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-01-10T09:41:33Z</dc:date>
    </item>
    <item>
      <title>Re: Inconsistent stackmap frames at branch target</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Inconsistent-stackmap-frames-at-branch-target/m-p/2273825#M50687</link>
      <description>&lt;P&gt;hello, to solve the issues and doing quick u have to use -noverify option or modify your Jre compiler to 1.6 i ivite you to read&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;A href="https://stackoverflow.com/questions/35159032/java-lang-verifyerror-inconsistent-stackmap-frames-at-branch-target-421" target="_blank" rel="nofollow noopener noreferrer"&gt;https://stackoverflow.com/questions/35159032/java-lang-verifyerror-inconsistent-stackmap-frames-at-branch-target-421&lt;/A&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009LuYU"&gt;run.PNG&lt;/A&gt;</description>
      <pubDate>Thu, 10 Jan 2019 16:41:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Inconsistent-stackmap-frames-at-branch-target/m-p/2273825#M50687</guid>
      <dc:creator>Thereactor20</dc:creator>
      <dc:date>2019-01-10T16:41:10Z</dc:date>
    </item>
    <item>
      <title>Re: Inconsistent stackmap frames at branch target</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Inconsistent-stackmap-frames-at-branch-target/m-p/2273826#M50688</link>
      <description>&lt;P&gt;Hi&amp;nbsp;AmarBelgacem,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for the response. Java version is 1.8 and as you mentioned I have used&amp;nbsp;&lt;SPAN&gt;-noverify and modify options. still, I'm getting the same error.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Jan 2019 05:22:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Inconsistent-stackmap-frames-at-branch-target/m-p/2273826#M50688</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-01-11T05:22:27Z</dc:date>
    </item>
    <item>
      <title>Re: Inconsistent stackmap frames at branch target</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Inconsistent-stackmap-frames-at-branch-target/m-p/2273827#M50689</link>
      <description>&lt;P&gt;hi , check your&amp;nbsp; Talend configuration&amp;nbsp; &amp;nbsp;java compiler building 1.8 sue default compliance setting&amp;nbsp; and change your jdk version if need because every version is a little bit diffirent in dealing with the byte code we are using&amp;nbsp;jdk1.8.0_191 try and let me know.&lt;/P&gt;&lt;P&gt;sincerrly&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Jan 2019 09:09:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Inconsistent-stackmap-frames-at-branch-target/m-p/2273827#M50689</guid>
      <dc:creator>Thereactor20</dc:creator>
      <dc:date>2019-01-11T09:09:18Z</dc:date>
    </item>
    <item>
      <title>Re: Inconsistent stackmap frames at branch target</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Inconsistent-stackmap-frames-at-branch-target/m-p/2273828#M50690</link>
      <description>&lt;P&gt;Hi, Please have a look at the screenshot and let me know if anything wrong.&lt;/P&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009LucB"&gt;JRE.PNG&lt;/A&gt;</description>
      <pubDate>Fri, 11 Jan 2019 09:52:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Inconsistent-stackmap-frames-at-branch-target/m-p/2273828#M50690</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-01-11T09:52:31Z</dc:date>
    </item>
    <item>
      <title>Re: Inconsistent stackmap frames at branch target</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Inconsistent-stackmap-frames-at-branch-target/m-p/2273829#M50691</link>
      <description>&lt;P&gt;no for me it's&amp;nbsp; normal, but can you please try the noverify on the run tab of the job not the jre argument&amp;nbsp; if not&amp;nbsp; try to upgrade your jdk to another version and&amp;nbsp; purge your work space (be careful if you work on local&amp;nbsp; not remotely&amp;nbsp; )&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html" target="_blank" rel="nofollow noopener noreferrer"&gt;https://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ilet me know if you&amp;nbsp; have always the problem&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Jan 2019 13:28:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Inconsistent-stackmap-frames-at-branch-target/m-p/2273829#M50691</guid>
      <dc:creator>Thereactor20</dc:creator>
      <dc:date>2019-01-11T13:28:56Z</dc:date>
    </item>
  </channel>
</rss>

