<?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.lang.ClassNotFoundException: routines.system.BundleUtils in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/java-lang-ClassNotFoundException-routines-system-BundleUtils/m-p/2360742#M125271</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;In the Talend Open Studio,&amp;nbsp;Go to menu File -&amp;gt; Edit Project properties&lt;/P&gt;&lt;P&gt;&amp;nbsp;In project Settings go to:&lt;/P&gt;&lt;P&gt;Build -&amp;gt; Maven -&amp;gt; Default -&amp;gt; Project&lt;/P&gt;&lt;P&gt;And click OK to see if it works from your side?&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Sabrina&lt;/P&gt;</description>
    <pubDate>Mon, 16 Oct 2023 03:50:13 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2023-10-16T03:50:13Z</dc:date>
    <item>
      <title>java.lang.ClassNotFoundException: routines.system.BundleUtils</title>
      <link>https://community.qlik.com/t5/Talend-Studio/java-lang-ClassNotFoundException-routines-system-BundleUtils/m-p/2360739#M125268</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created jobs in TOS DI 7.1&lt;/P&gt;&lt;P&gt;They are used in a Jenkins environnement, and it works fine&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to migrate to TOS DI 8&lt;/P&gt;&lt;P&gt;In a local environnement, it still works fine&lt;/P&gt;&lt;P&gt;But when I deploy, I have this error&lt;/P&gt;&lt;P&gt;Exception in thread "main" java.lang.NoClassDefFoundError: routines/system/BundleUtils&lt;/P&gt;&lt;P&gt;[...]&lt;/P&gt;&lt;P&gt;Caused by: java.lang.ClassNotFoundException: routines.system.BundleUtils&lt;/P&gt;&lt;P&gt;&amp;nbsp;	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:581)&lt;/P&gt;&lt;P&gt;&amp;nbsp;	at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:178)&lt;/P&gt;&lt;P&gt;&amp;nbsp;	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:527)&lt;/P&gt;&lt;P&gt;	... 2 more&lt;/P&gt;&lt;P&gt;	&lt;/P&gt;&lt;P&gt;I use Talend Open Studio for Data Integration Version: 8.0.1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I build like that&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000mQV0uAAG.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/151698i88215EA3A2E0587F/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000mQV0uAAG.png" alt="0695b00000mQV0uAAG.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What can I do?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Virginie&lt;/P&gt;</description>
      <pubDate>Wed, 27 Sep 2023 16:15:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/java-lang-ClassNotFoundException-routines-system-BundleUtils/m-p/2360739#M125268</guid>
      <dc:creator>Virginie2</dc:creator>
      <dc:date>2023-09-27T16:15:05Z</dc:date>
    </item>
    <item>
      <title>Re: java.lang.ClassNotFoundException: routines.system.BundleUtils</title>
      <link>https://community.qlik.com/t5/Talend-Studio/java-lang-ClassNotFoundException-routines-system-BundleUtils/m-p/2360740#M125269</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;It seems to be a missing class issue.&lt;/P&gt;&lt;P&gt;Did you import the routines code &lt;B&gt;BundleUtils &lt;/B&gt;(Code --&amp;gt; Global Routines)&lt;B&gt; &lt;/B&gt;to the TOS DI 8? if no, please import the routines code to TOS DI 8 and make sure it's working the same as that in TOS DI 7.1&lt;/P&gt;&lt;P&gt;In addition to that, before you export the job script, right click on the job name, and select 'set up dependencies routine' option, and see if the user routine is imported.&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Sabrina&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Sep 2023 04:11:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/java-lang-ClassNotFoundException-routines-system-BundleUtils/m-p/2360740#M125269</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-09-28T04:11:36Z</dc:date>
    </item>
    <item>
      <title>Re: java.lang.ClassNotFoundException: routines.system.BundleUtils</title>
      <link>https://community.qlik.com/t5/Talend-Studio/java-lang-ClassNotFoundException-routines-system-BundleUtils/m-p/2360741#M125270</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;Thanks for answer&lt;/P&gt;&lt;P&gt;No, I have not imported the routines code BundleUtils&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000mQeElAAK.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/141788i9167796B3A6B4B11/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000mQeElAAK.png" alt="0695b00000mQeElAAK.png" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have found a file BundleUtils.java in the folder plugins/org.talend.librariesmanager_8.0.1.20211103_1602/resources/java/routines/system/&lt;/P&gt;&lt;P&gt;But it is a java file, and I can't import it, an item file is requested&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So, where can I find BundleUtils.item or like that?&lt;/P&gt;&lt;P&gt;Or should I create a custom routine, and copy-paste the code of BundleUtils.java?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Thu, 28 Sep 2023 08:58:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/java-lang-ClassNotFoundException-routines-system-BundleUtils/m-p/2360741#M125270</guid>
      <dc:creator>Virginie2</dc:creator>
      <dc:date>2023-09-28T08:58:04Z</dc:date>
    </item>
    <item>
      <title>Re: java.lang.ClassNotFoundException: routines.system.BundleUtils</title>
      <link>https://community.qlik.com/t5/Talend-Studio/java-lang-ClassNotFoundException-routines-system-BundleUtils/m-p/2360742#M125271</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;In the Talend Open Studio,&amp;nbsp;Go to menu File -&amp;gt; Edit Project properties&lt;/P&gt;&lt;P&gt;&amp;nbsp;In project Settings go to:&lt;/P&gt;&lt;P&gt;Build -&amp;gt; Maven -&amp;gt; Default -&amp;gt; Project&lt;/P&gt;&lt;P&gt;And click OK to see if it works from your side?&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Mon, 16 Oct 2023 03:50:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/java-lang-ClassNotFoundException-routines-system-BundleUtils/m-p/2360742#M125271</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-10-16T03:50:13Z</dc:date>
    </item>
  </channel>
</rss>

