<?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: Error in running Talend Open Studio jobs in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Error-in-running-Talend-Open-Studio-jobs/m-p/2300158#M72417</link>
    <description>Which java version do you use? This problem has nothing to do with your job design, it is a library problem. The standard java package&amp;nbsp;&amp;nbsp;javax.crypto looks like it is missing.
&lt;BR /&gt;I suggest you install a new Java 8 JDK on your system and try it again.</description>
    <pubDate>Mon, 27 Jun 2016 21:37:34 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-06-27T21:37:34Z</dc:date>
    <item>
      <title>Error in running Talend Open Studio jobs</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-in-running-Talend-Open-Studio-jobs/m-p/2300157#M72416</link>
      <description>Hi All, 
&lt;BR /&gt;I have recently started exploring Talend Open Studio for integration of Salesforce and On Premise database (Oracle) but haven't been able to get it to work. I have tried a really job of getting few records from excel and updating them to Salesforce but I am gettting following error when I run the job 
&lt;BR /&gt;I am using the latest version of Talend Studio 
&lt;BR /&gt; 
&lt;PRE&gt;Starting job OnBoardingDemoJob at 20:20 27/06/2016.&lt;BR /&gt; connecting to socket on port 3765&lt;BR /&gt; connected&lt;BR /&gt;Exception in thread "main" java.lang.Error: Unresolved compilation problems:&amp;nbsp;&lt;BR /&gt;SecretKey cannot be resolved to a type&lt;BR /&gt;The method getSecretKey() from the type PasswordEncryptUtil refers to the missing type SecretKey&lt;BR /&gt;Cipher cannot be resolved to a type&lt;BR /&gt;Cipher cannot be resolved&lt;BR /&gt;Cipher cannot be resolved to a variable&lt;BR /&gt;at routines.system.PasswordEncryptUtil.decryptPassword(PasswordEncryptUtil.java:67)&lt;BR /&gt;at local_project.onboardingdemojob_0_1.OnBoardingDemoJob.tFileInputExcel_1Process(OnBoardingDemoJob.java:809)&lt;BR /&gt;at local_project.onboardingdemojob_0_1.OnBoardingDemoJob.runJobInTOS(OnBoardingDemoJob.java:1648)&lt;BR /&gt;at local_project.onboardingdemojob_0_1.OnBoardingDemoJob.main(OnBoardingDemoJob.java:1505)&lt;BR /&gt; disconnected&lt;BR /&gt;Job OnBoardingDemoJob ended at 20:20 27/06/2016. &lt;BR /&gt;&lt;/PRE&gt; 
&lt;BR /&gt;I am successfully able to create connection to each object and they are added to metadata object and schema is created but I am not able to run any job. 
&lt;BR /&gt;It doesn't matter what my source or destination is I get same error.&amp;nbsp; 
&lt;BR /&gt;I have tried following jobs 
&lt;BR /&gt;1. Reading Oracle and log to console 
&lt;BR /&gt;2. Reading Oracle and log to Salesforce 
&lt;BR /&gt;3. Read from excel and lot to salesforce</description>
      <pubDate>Sat, 16 Nov 2024 10:32:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-in-running-Talend-Open-Studio-jobs/m-p/2300157#M72416</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T10:32:59Z</dc:date>
    </item>
    <item>
      <title>Re: Error in running Talend Open Studio jobs</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-in-running-Talend-Open-Studio-jobs/m-p/2300158#M72417</link>
      <description>Which java version do you use? This problem has nothing to do with your job design, it is a library problem. The standard java package&amp;nbsp;&amp;nbsp;javax.crypto looks like it is missing.
&lt;BR /&gt;I suggest you install a new Java 8 JDK on your system and try it again.</description>
      <pubDate>Mon, 27 Jun 2016 21:37:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-in-running-Talend-Open-Studio-jobs/m-p/2300158#M72417</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-06-27T21:37:34Z</dc:date>
    </item>
    <item>
      <title>Re: Error in running Talend Open Studio jobs</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-in-running-Talend-Open-Studio-jobs/m-p/2300159#M72418</link>
      <description>Hi All,&lt;BR /&gt;I have the same issue,i try to use the tSqoopImport component with tLibraryLoad: My objective is to lunch sqoop job at VM Quickstart CDH 5.5.0 .&lt;BR /&gt;I have used the two JDK's 8 and 7 (jdk1.8.0_91 &amp;amp;&amp;nbsp;jdk1.7.0_67) but the problem still happens.</description>
      <pubDate>Wed, 13 Jul 2016 15:38:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-in-running-Talend-Open-Studio-jobs/m-p/2300159#M72418</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-07-13T15:38:04Z</dc:date>
    </item>
    <item>
      <title>Re: Error in running Talend Open Studio jobs</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-in-running-Talend-Open-Studio-jobs/m-p/2300160#M72419</link>
      <description>Recently, I started getting this error when trying to run a job - any help will be appreciated:
&lt;BR /&gt;Exception in thread "main" java.lang.Error: Unresolved compilation problems:&amp;nbsp;
&lt;BR /&gt;SecretKey cannot be resolved to a type
&lt;BR /&gt;The method getSecretKey() from the type PasswordEncryptUtil refers to the missing type SecretKey
&lt;BR /&gt;Cipher cannot be resolved to a type
&lt;BR /&gt;Cipher cannot be resolved
&lt;BR /&gt;Cipher cannot be resolved to a variable
&lt;BR /&gt;at routines.system.PasswordEncryptUtil.decryptPassword(PasswordEncryptUtil.java:67)</description>
      <pubDate>Mon, 06 Feb 2017 23:59:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-in-running-Talend-Open-Studio-jobs/m-p/2300160#M72419</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2017-02-06T23:59:25Z</dc:date>
    </item>
  </channel>
</rss>

