<?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: sun.misc.base64decoder Upgrade from Talend Open Studio 7.3.1 to TOS 8.0.1 in Installing and Upgrading</title>
    <link>https://community.qlik.com/t5/Installing-and-Upgrading/sun-misc-base64decoder-Upgrade-from-Talend-Open-Studio-7-3-1-to/m-p/2401615#M9855</link>
    <description>&lt;P&gt;I upload the DataMasking routine code after removing sun.misc.BASE64Decoder (please download it and change the extension to .java file)&lt;/P&gt;</description>
    <pubDate>Wed, 10 May 2023 06:42:43 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2023-05-10T06:42:43Z</dc:date>
    <item>
      <title>sun.misc.base64decoder Upgrade from Talend Open Studio 7.3.1 to TOS 8.0.1</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/sun-misc-base64decoder-Upgrade-from-Talend-Open-Studio-7-3-1-to/m-p/2401608#M9848</link>
      <description>&lt;P&gt;Hi All &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am upgrading my TOS project to Talend 8.0.1 with the end goal of updating the log4j components to pass security compliance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With the upgrade to TOS8 comes a required move to java11 also.  This seem to cause issues with inbuilt components such as tFileArchive&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When trying to build a job which has tFileArchive contained therein, it fails with the error  "The import sun.misc.BASE64Decoder cannot be resolved"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Investigations show that the sun BASE64Decoder is no longer used in java11 and we should update to use java.util.Base64, however this is a component provided by Talend and I cannot see where it is actually using the current sun.misc.BASE64Decoder to actually replace it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Has anybody else encountered this issue?&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 21:49:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/sun-misc-base64decoder-Upgrade-from-Talend-Open-Studio-7-3-1-to/m-p/2401608#M9848</guid>
      <dc:creator>Shane1</dc:creator>
      <dc:date>2024-11-15T21:49:46Z</dc:date>
    </item>
    <item>
      <title>Re: sun.misc.base64decoder Upgrade from Talend Open Studio 7.3.1 to TOS 8.0.1</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/sun-misc-base64decoder-Upgrade-from-Talend-Open-Studio-7-3-1-to/m-p/2401609#M9849</link>
      <description>&lt;P&gt;Hello @Shane Muir​&amp;nbsp;,&lt;/P&gt;&lt;P&gt;I double check that tFileArchive&amp;nbsp; will not use sun.misc.BASE64Decoder. maybe some of your routines code in the job use it&lt;/P&gt;&lt;P&gt;please open the job and switch to the "Code" tab to find the compile error and figure out which use it and try to fix it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Aiming&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 10 May 2023 01:15:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/sun-misc-base64decoder-Upgrade-from-Talend-Open-Studio-7-3-1-to/m-p/2401609#M9849</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-05-10T01:15:19Z</dc:date>
    </item>
    <item>
      <title>Re: sun.misc.base64decoder Upgrade from Talend Open Studio 7.3.1 to TOS 8.0.1</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/sun-misc-base64decoder-Upgrade-from-Talend-Open-Studio-7-3-1-to/m-p/2401610#M9850</link>
      <description>&lt;P&gt;Thanks for the reply Aiming&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Unfortunately there is no routine code in the job. It is literally the one component of tFileArchive with parameterised values to point it at a directory and zip files in that directory.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000hrasWAAQ.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/133970i5F21ACBBDD6DB88B/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000hrasWAAQ.png" alt="0695b00000hrasWAAQ.png" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Under the code tab, there is no mention at all of sun.misc.BASE64Decoder, unless it is under another jar like zip4j.&lt;/P&gt;</description>
      <pubDate>Wed, 10 May 2023 02:37:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/sun-misc-base64decoder-Upgrade-from-Talend-Open-Studio-7-3-1-to/m-p/2401610#M9850</guid>
      <dc:creator>Shane1</dc:creator>
      <dc:date>2023-05-10T02:37:51Z</dc:date>
    </item>
    <item>
      <title>Re: sun.misc.base64decoder Upgrade from Talend Open Studio 7.3.1 to TOS 8.0.1</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/sun-misc-base64decoder-Upgrade-from-Talend-Open-Studio-7-3-1-to/m-p/2401611#M9851</link>
      <description>&lt;P&gt;Hello @Shane Muir​&amp;nbsp;,&lt;/P&gt;&lt;P&gt;I can't reproduce the issue in my side,  it's not the issue of zip4j, I guess some of your custom routines code use sun.misc.BASE64Decoder, could you please go over all the routines under "Code" and check if some use this class?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000hrayKAAQ.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/153207iAF4E5BF54B5348AF/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000hrayKAAQ.png" alt="0695b00000hrayKAAQ.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 10 May 2023 03:27:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/sun-misc-base64decoder-Upgrade-from-Talend-Open-Studio-7-3-1-to/m-p/2401611#M9851</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-05-10T03:27:27Z</dc:date>
    </item>
    <item>
      <title>Re: sun.misc.base64decoder Upgrade from Talend Open Studio 7.3.1 to TOS 8.0.1</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/sun-misc-base64decoder-Upgrade-from-Talend-Open-Studio-7-3-1-to/m-p/2401612#M9852</link>
      <description>&lt;P&gt;Oh I see.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So in the code I can see the following under the DataMasking system Routine:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;// ============================================================================&lt;/P&gt;&lt;P&gt;//&lt;/P&gt;&lt;P&gt;// Copyright (C) 2006-2016 Talend Inc. - www.talend.com&lt;/P&gt;&lt;P&gt;//&lt;/P&gt;&lt;P&gt;// This source code is available under agreement available at&lt;/P&gt;&lt;P&gt;// %InstallDIR%\features\org.talend.rcp.branding.%PRODUCTNAME%\%PRODUCTNAME%license.txt&lt;/P&gt;&lt;P&gt;//&lt;/P&gt;&lt;P&gt;// You should have received a copy of the agreement&lt;/P&gt;&lt;P&gt;// along with this program; if not, write to Talend SA&lt;/P&gt;&lt;P&gt;// 9 rue Pages 92150 Suresnes, France&lt;/P&gt;&lt;P&gt;//&lt;/P&gt;&lt;P&gt;// ============================================================================&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;package routines;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;import sun.misc.BASE64Decoder;&lt;/P&gt;&lt;P&gt;import sun.misc.BASE64Encoder;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So I guess I will need to update a Talend provided routine?  Or is there some reason that my version of the routine would be different from the one provided by Talend?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 10 May 2023 03:35:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/sun-misc-base64decoder-Upgrade-from-Talend-Open-Studio-7-3-1-to/m-p/2401612#M9852</guid>
      <dc:creator>Shane1</dc:creator>
      <dc:date>2023-05-10T03:35:18Z</dc:date>
    </item>
    <item>
      <title>Re: sun.misc.base64decoder Upgrade from Talend Open Studio 7.3.1 to TOS 8.0.1</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/sun-misc-base64decoder-Upgrade-from-Talend-Open-Studio-7-3-1-to/m-p/2401613#M9853</link>
      <description>&lt;P&gt;Also I don't see why the DataMasking routine is part of the tFileArchive build.&lt;/P&gt;</description>
      <pubDate>Wed, 10 May 2023 03:40:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/sun-misc-base64decoder-Upgrade-from-Talend-Open-Studio-7-3-1-to/m-p/2401613#M9853</guid>
      <dc:creator>Shane1</dc:creator>
      <dc:date>2023-05-10T03:40:41Z</dc:date>
    </item>
    <item>
      <title>Re: sun.misc.base64decoder Upgrade from Talend Open Studio 7.3.1 to TOS 8.0.1</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/sun-misc-base64decoder-Upgrade-from-Talend-Open-Studio-7-3-1-to/m-p/2401614#M9854</link>
      <description>&lt;P&gt;So upon further investigations, I can confirm that the routine in question was coming in as part of the export from the previous project.  Trying to see if I can remove those routines from the export.&lt;/P&gt;</description>
      <pubDate>Wed, 10 May 2023 04:07:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/sun-misc-base64decoder-Upgrade-from-Talend-Open-Studio-7-3-1-to/m-p/2401614#M9854</guid>
      <dc:creator>Shane1</dc:creator>
      <dc:date>2023-05-10T04:07:08Z</dc:date>
    </item>
    <item>
      <title>Re: sun.misc.base64decoder Upgrade from Talend Open Studio 7.3.1 to TOS 8.0.1</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/sun-misc-base64decoder-Upgrade-from-Talend-Open-Studio-7-3-1-to/m-p/2401615#M9855</link>
      <description>&lt;P&gt;I upload the DataMasking routine code after removing sun.misc.BASE64Decoder (please download it and change the extension to .java file)&lt;/P&gt;</description>
      <pubDate>Wed, 10 May 2023 06:42:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/sun-misc-base64decoder-Upgrade-from-Talend-Open-Studio-7-3-1-to/m-p/2401615#M9855</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-05-10T06:42:43Z</dc:date>
    </item>
  </channel>
</rss>

