<?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 java.lang.NoClassDefFoundError - sun.text.normalizer.NormalizerImpl in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/java-lang-NoClassDefFoundError-sun-text-normalizer/m-p/2324124#M93873</link>
    <description>Hello, 
  &lt;BR /&gt;Im deploying a Talend REST job in a Linux server to create a PDF from database fields using a 3rd-party Java library. Everything works perfectly when I test it on the Talend program, but when I try to deploy it in the container, I am getting the following error: 
  &lt;BR /&gt; 
  &lt;PRE&gt;INFO &amp;nbsp; | jvm 1 &amp;nbsp; &amp;nbsp;| 2016/01/04 04:57:54 | java.lang.NoClassDefFoundError: Could not initialize class sun.text.normalizer.NormalizerImpl&lt;BR /&gt;INFO &amp;nbsp; | jvm 1 &amp;nbsp; &amp;nbsp;| 2016/01/04 04:57:54 | 	at java.text.RBTableBuilder.build(RBTableBuilder.java:107)&lt;BR /&gt;INFO &amp;nbsp; | jvm 1 &amp;nbsp; &amp;nbsp;| 2016/01/04 04:57:54 | 	at java.text.RBCollationTables.&amp;lt;init&amp;gt;(RBCollationTables.java:83)&lt;BR /&gt;INFO &amp;nbsp; | jvm 1 &amp;nbsp; &amp;nbsp;| 2016/01/04 04:57:54 | 	at java.text.RuleBasedCollator.&amp;lt;init&amp;gt;(RuleBasedCollator.java:300)&lt;BR /&gt;INFO &amp;nbsp; | jvm 1 &amp;nbsp; &amp;nbsp;| 2016/01/04 04:57:54 | 	at java.text.Collator.getInstance(Collator.java:268)INFO &amp;nbsp; | jvm 1 &amp;nbsp; &amp;nbsp;| 2016/01/04 &lt;/PRE&gt;
 &lt;BR /&gt;&lt;BR /&gt;To see the whole post, download it &lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009Mclg"&gt;here&lt;/A&gt;</description>
    <pubDate>Mon, 04 Jan 2016 10:09:39 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-01-04T10:09:39Z</dc:date>
    <item>
      <title>java.lang.NoClassDefFoundError - sun.text.normalizer.NormalizerImpl</title>
      <link>https://community.qlik.com/t5/Talend-Studio/java-lang-NoClassDefFoundError-sun-text-normalizer/m-p/2324124#M93873</link>
      <description>Hello, 
  &lt;BR /&gt;Im deploying a Talend REST job in a Linux server to create a PDF from database fields using a 3rd-party Java library. Everything works perfectly when I test it on the Talend program, but when I try to deploy it in the container, I am getting the following error: 
  &lt;BR /&gt; 
  &lt;PRE&gt;INFO &amp;nbsp; | jvm 1 &amp;nbsp; &amp;nbsp;| 2016/01/04 04:57:54 | java.lang.NoClassDefFoundError: Could not initialize class sun.text.normalizer.NormalizerImpl&lt;BR /&gt;INFO &amp;nbsp; | jvm 1 &amp;nbsp; &amp;nbsp;| 2016/01/04 04:57:54 | 	at java.text.RBTableBuilder.build(RBTableBuilder.java:107)&lt;BR /&gt;INFO &amp;nbsp; | jvm 1 &amp;nbsp; &amp;nbsp;| 2016/01/04 04:57:54 | 	at java.text.RBCollationTables.&amp;lt;init&amp;gt;(RBCollationTables.java:83)&lt;BR /&gt;INFO &amp;nbsp; | jvm 1 &amp;nbsp; &amp;nbsp;| 2016/01/04 04:57:54 | 	at java.text.RuleBasedCollator.&amp;lt;init&amp;gt;(RuleBasedCollator.java:300)&lt;BR /&gt;INFO &amp;nbsp; | jvm 1 &amp;nbsp; &amp;nbsp;| 2016/01/04 04:57:54 | 	at java.text.Collator.getInstance(Collator.java:268)INFO &amp;nbsp; | jvm 1 &amp;nbsp; &amp;nbsp;| 2016/01/04 &lt;/PRE&gt;
 &lt;BR /&gt;&lt;BR /&gt;To see the whole post, download it &lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009Mclg"&gt;here&lt;/A&gt;</description>
      <pubDate>Mon, 04 Jan 2016 10:09:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/java-lang-NoClassDefFoundError-sun-text-normalizer/m-p/2324124#M93873</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-04T10:09:39Z</dc:date>
    </item>
    <item>
      <title>Re: java.lang.NoClassDefFoundError - sun.text.normalizer.NormalizerImpl</title>
      <link>https://community.qlik.com/t5/Talend-Studio/java-lang-NoClassDefFoundError-sun-text-normalizer/m-p/2324125#M93874</link>
      <description>Hi jiúnmilsso,
&lt;BR /&gt;there is not enough info here to really answer your question but a few things you might check:
&lt;BR /&gt;1. as you use&amp;nbsp;
&lt;FONT face="consolas, monaco, bitstream vera sans mono, courier new, courier, monospace"&gt;&lt;FONT size="2"&gt;tRESTRequest you exported for 'OSGi for ESB' (either as kar file (for TOS4ESB) or via the Publish to the Aritfact Repo). If not, then do it this way before you continue. &lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;FONT face="consolas, monaco, bitstream vera sans mono, courier new, courier, monospace"&gt;&lt;FONT size="2"&gt;2. the external library might require an extra tLibraryLoad component in your Job, if you do not have this one right now, pleasetry to add it and see if it solves your problem.&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;As said, just some starting points to look at but it might help. If not let us know.&amp;nbsp;
&lt;BR /&gt;Dietmar&amp;nbsp;</description>
      <pubDate>Mon, 04 Jan 2016 10:28:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/java-lang-NoClassDefFoundError-sun-text-normalizer/m-p/2324125#M93874</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-04T10:28:13Z</dc:date>
    </item>
    <item>
      <title>Re: java.lang.NoClassDefFoundError - sun.text.normalizer.NormalizerImpl</title>
      <link>https://community.qlik.com/t5/Talend-Studio/java-lang-NoClassDefFoundError-sun-text-normalizer/m-p/2324126#M93875</link>
      <description>Hi dlenzen, 
&lt;BR /&gt;1. Thanks for the initial help. I have already exported it as OSGi for ESB and is now in the container. 
&lt;BR /&gt;2. I think it is an internal library since the Java autocompelter shows it when I try to import it in the advanced settings of a Java component. (please see screenshot): 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MCrw.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/149207iBBBB80B7D53C0CF4/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MCrw.png" alt="0683p000009MCrw.png" /&gt;&lt;/span&gt; 
&lt;BR /&gt;Hope these answers can help pinpoint the problem further. 
&lt;BR /&gt;Best regards,</description>
      <pubDate>Tue, 05 Jan 2016 02:54:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/java-lang-NoClassDefFoundError-sun-text-normalizer/m-p/2324126#M93875</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-05T02:54:20Z</dc:date>
    </item>
  </channel>
</rss>

