<?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 NoSuchAlgorithmException: DES SecretKeyFactory not available in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/NoSuchAlgorithmException-DES-SecretKeyFactory-not-available/m-p/2342459#M110324</link>
    <description>Hi,&lt;BR /&gt;When I try to run a talend job on Talend Runtime I get this error :&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; java.security.NoSuchAlgorithmException: DES SecretKeyFactory not available&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at javax.crypto.SecretKeyFactory.&amp;lt;init&amp;gt;(SecretKeyFactory.java:121)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at javax.crypto.SecretKeyFactory.getInstance(SecretKeyFactory.java:159)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at routines.system.PasswordEncryptUtil.getSecretKey(PasswordEncryptUtil.java:42)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at routines.system.PasswordEncryptUtil.decryptPassword(PasswordEncryptUtil.java:67)&lt;BR /&gt;do you have any suggestion ?&lt;BR /&gt;TOS-ESB 5.5&lt;BR /&gt;RUNTIME ESB 5.4.1&lt;BR /&gt;JDK 1.7&lt;BR /&gt;OS : Ubuntu 13.10</description>
    <pubDate>Sat, 16 Nov 2024 11:31:07 GMT</pubDate>
    <dc:creator>elelik</dc:creator>
    <dc:date>2024-11-16T11:31:07Z</dc:date>
    <item>
      <title>NoSuchAlgorithmException: DES SecretKeyFactory not available</title>
      <link>https://community.qlik.com/t5/Talend-Studio/NoSuchAlgorithmException-DES-SecretKeyFactory-not-available/m-p/2342459#M110324</link>
      <description>Hi,&lt;BR /&gt;When I try to run a talend job on Talend Runtime I get this error :&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; java.security.NoSuchAlgorithmException: DES SecretKeyFactory not available&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at javax.crypto.SecretKeyFactory.&amp;lt;init&amp;gt;(SecretKeyFactory.java:121)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at javax.crypto.SecretKeyFactory.getInstance(SecretKeyFactory.java:159)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at routines.system.PasswordEncryptUtil.getSecretKey(PasswordEncryptUtil.java:42)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at routines.system.PasswordEncryptUtil.decryptPassword(PasswordEncryptUtil.java:67)&lt;BR /&gt;do you have any suggestion ?&lt;BR /&gt;TOS-ESB 5.5&lt;BR /&gt;RUNTIME ESB 5.4.1&lt;BR /&gt;JDK 1.7&lt;BR /&gt;OS : Ubuntu 13.10</description>
      <pubDate>Sat, 16 Nov 2024 11:31:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/NoSuchAlgorithmException-DES-SecretKeyFactory-not-available/m-p/2342459#M110324</guid>
      <dc:creator>elelik</dc:creator>
      <dc:date>2024-11-16T11:31:07Z</dc:date>
    </item>
    <item>
      <title>Re: NoSuchAlgorithmException: DES SecretKeyFactory not available</title>
      <link>https://community.qlik.com/t5/Talend-Studio/NoSuchAlgorithmException-DES-SecretKeyFactory-not-available/m-p/2342460#M110325</link>
      <description>Take care you have these libraries&amp;nbsp;&lt;FONT color="#3d3d3d"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Cabin"&gt;jsse.jar and jce.jar loaded (e.g. in Talend Studio lib/java folder or in the Java runtime in lib/ext).&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;</description>
      <pubDate>Thu, 04 Sep 2014 20:37:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/NoSuchAlgorithmException-DES-SecretKeyFactory-not-available/m-p/2342460#M110325</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-09-04T20:37:32Z</dc:date>
    </item>
    <item>
      <title>Re: NoSuchAlgorithmException: DES SecretKeyFactory not available</title>
      <link>https://community.qlik.com/t5/Talend-Studio/NoSuchAlgorithmException-DES-SecretKeyFactory-not-available/m-p/2342461#M110326</link>
      <description>Hi, 
&lt;BR /&gt;thx&amp;nbsp;to 
&lt;B&gt;jlolling&lt;/B&gt;&amp;nbsp;for your reply, but unfortunatly it don't&amp;nbsp;resolve issue so i want to add to my post two elements ! 
&lt;BR /&gt;1. My&amp;nbsp;job work fine on TOS ESB both on Windows 2008 server and Ubuntu. it's only when I deploy in Runtime_ESB that I get this issue. 
&lt;BR /&gt;2. this issue is on tMsqlinput component during my webservices job init. When it try to access to MySQL table. 
&lt;BR /&gt;Talend Team or others any opinions&amp;nbsp;or suggestions please 
&lt;BR /&gt;thx</description>
      <pubDate>Tue, 09 Sep 2014 06:23:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/NoSuchAlgorithmException-DES-SecretKeyFactory-not-available/m-p/2342461#M110326</guid>
      <dc:creator>elelik</dc:creator>
      <dc:date>2014-09-09T06:23:50Z</dc:date>
    </item>
    <item>
      <title>Re: NoSuchAlgorithmException: DES SecretKeyFactory not available</title>
      <link>https://community.qlik.com/t5/Talend-Studio/NoSuchAlgorithmException-DES-SecretKeyFactory-not-available/m-p/2342462#M110327</link>
      <description>I faced the same problem. What i did is that i changed the type of the 'PASSWORD' fields to 'STRING' and set the values from my context variables. Hope it will help 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACn.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154443iC5B8CACEF3D12C6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACn.png" alt="0683p000009MACn.png" /&gt;&lt;/span&gt; 
&lt;BR /&gt;&amp;nbsp; 
&lt;A href="https://community.talend.com/legacyfs/online/membersTempo/86991/TALEND_passwordfields.jpg" target="_blank"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MEqb.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/132967i16704B6137B85AEE/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MEqb.jpg" alt="0683p000009MEqb.jpg" /&gt;&lt;/span&gt; &lt;/A&gt;</description>
      <pubDate>Tue, 10 Feb 2015 15:17:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/NoSuchAlgorithmException-DES-SecretKeyFactory-not-available/m-p/2342462#M110327</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-02-10T15:17:12Z</dc:date>
    </item>
  </channel>
</rss>

