<?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: Java Security Exception in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Java-Security-Exception/m-p/2304084#M75896</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt; 
&lt;P&gt;It seems to be a bug. Does this issue also repro oin the least released version 7.2.1?&lt;/P&gt; 
&lt;P&gt;Best regards&lt;/P&gt; 
&lt;P&gt;Sabrina&lt;/P&gt;</description>
    <pubDate>Thu, 27 Jun 2019 07:40:46 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2019-06-27T07:40:46Z</dc:date>
    <item>
      <title>Java Security Exception</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Java-Security-Exception/m-p/2304081#M75893</link>
      <description>&lt;P&gt;I have a very simple job consisting of a tRestClient leading to tExtractJSONFields to tBigQueryOutput.&lt;/P&gt;
&lt;P&gt;This results in the following error&lt;/P&gt;
&lt;PRE&gt;Exception in component tBigQueryOutput_1_tBQBE (job_name)
java.lang.SecurityException: class "com.google.common.base.MoreObjects"'s signer information does not match signer information of other classes in the same package&lt;/PRE&gt;
&lt;P&gt;How can I solve this?&lt;/P&gt;
&lt;P&gt;I have successfully used the tBigQueryOutput in other jobs, and if I replace the BigQuery output with a CSV output, the job runs fine.&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 05:29:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Java-Security-Exception/m-p/2304081#M75893</guid>
      <dc:creator>lizzy1</dc:creator>
      <dc:date>2024-11-16T05:29:03Z</dc:date>
    </item>
    <item>
      <title>Re: Java Security Exception</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Java-Security-Exception/m-p/2304082#M75894</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt; 
&lt;P&gt;This error indicates&lt;BUTTON class="js-vote-down-btn grid--cell s-btn s-btn__unset c-pointer" style="background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: none; background-origin: padding-box; background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-size: auto; border-bottom-left-radius: 3px; border-bottom-right-radius: 3px; border-image-outset: 0; border-image-repeat: stretch; border-image-slice: 100%; border-image-source: none; border-image-width: 1; border-top-left-radius: 3px; border-top-right-radius: 3px; box-shadow: none; box-sizing: inherit; color: inherit; cursor: default; display: inline-block; font-family: inherit; font-size: inherit; font-size-adjust: none; font-stretch: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit; outline-color: invert; outline-style: none; outline-width: medium; position: relative; text-align: center; text-decoration: none; padding: 0px; margin: 2px; border: medium none currentColor;" title="This answer is not useful" aria-pressed="false" aria-label="down vote" data-selected-classes="fc-theme-primary"&gt;&lt;/BUTTON&gt;you have two or more classes in the same package with different signature data. Usually that means the classes come from different JARs, one of which is signed and the other is unsigned.&lt;/P&gt; 
&lt;P&gt;Could you please indicate on which talend build version you got this issue?&lt;/P&gt; 
&lt;P&gt;Best regards&lt;/P&gt; 
&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jun 2019 09:15:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Java-Security-Exception/m-p/2304082#M75894</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-06-26T09:15:57Z</dc:date>
    </item>
    <item>
      <title>Re: Java Security Exception</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Java-Security-Exception/m-p/2304083#M75895</link>
      <description>&lt;P&gt;I'm on the Talend Open Studio for Data Integration 7.1.1.20181026_1147&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jun 2019 11:58:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Java-Security-Exception/m-p/2304083#M75895</guid>
      <dc:creator>lizzy1</dc:creator>
      <dc:date>2019-06-26T11:58:52Z</dc:date>
    </item>
    <item>
      <title>Re: Java Security Exception</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Java-Security-Exception/m-p/2304084#M75896</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt; 
&lt;P&gt;It seems to be a bug. Does this issue also repro oin the least released version 7.2.1?&lt;/P&gt; 
&lt;P&gt;Best regards&lt;/P&gt; 
&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jun 2019 07:40:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Java-Security-Exception/m-p/2304084#M75896</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-06-27T07:40:46Z</dc:date>
    </item>
    <item>
      <title>Re: Java Security Exception</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Java-Security-Exception/m-p/2304085#M75897</link>
      <description>&lt;P&gt;I don't know. I was able to work around it by replacing the tRestClient with a tRest.&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jun 2019 11:51:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Java-Security-Exception/m-p/2304085#M75897</guid>
      <dc:creator>lizzy1</dc:creator>
      <dc:date>2019-06-27T11:51:33Z</dc:date>
    </item>
  </channel>
</rss>

