<?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: Talend Job Server / Talend Administration Center unable to run job in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Talend-Job-Server-Talend-Administration-Center-unable-to-run-job/m-p/2319733#M141968</link>
    <description>&lt;P&gt;Hi I have configured it to use Zulu Java 11 (recommended java compiler) but it is still not working same error. &lt;/P&gt;&lt;P&gt;I want to clarify if I only need to configure Zulu Java for Talend Studio and Talend Job Server for execution? &lt;/P&gt;&lt;P&gt;And how do I confirm that Talend Job Server is using my selected java version?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To be safe, I have also set my JAVA_HOME to zulu java.&lt;/P&gt;</description>
    <pubDate>Tue, 23 Aug 2022 02:57:33 GMT</pubDate>
    <dc:creator>decimatum</dc:creator>
    <dc:date>2022-08-23T02:57:33Z</dc:date>
    <item>
      <title>Talend Job Server / Talend Administration Center unable to run job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-Job-Server-Talend-Administration-Center-unable-to-run-job/m-p/2319731#M141966</link>
      <description>&lt;P&gt;I am trying to deploy and execute my job on Talend administration center. I have deployed it with nexus repository with Talend Job Server configured to execute the job. &lt;/P&gt;&lt;P&gt;However, I received an error message for what seems to be a java issue. I am able to execute from Talend Studio which uses the same version. Hence, I am not sure why the java issue occurred when I executed the job.  Hope to receive some clarification on why it does not work.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Program version used:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Microsoft jdk-17.0.4.8-hotspot&lt;/LI&gt;&lt;LI&gt;Talend Administration center 8.0.1&lt;/LI&gt;&lt;LI&gt;Talend Job Server 8.0.1&lt;/LI&gt;&lt;LI&gt;Talend Studio 8.0.1&lt;/LI&gt;&lt;LI&gt;Nexus3&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;java.lang.Exception: java.lang.NoClassDefFoundError: Could not initialize class com.android.apksig.internal.apk.v1.V1SchemeSigner&lt;/P&gt;&lt;P&gt;java.base/java.util.concurrent.FutureTask.report(FutureTask.java:122)&lt;/P&gt;&lt;P&gt;java.base/java.util.concurrent.FutureTask.get(FutureTask.java:191)&lt;/P&gt;&lt;P&gt;org.talend.administrator.scheduler.business.ExecutionTaskHandler.deployJobUnit(ExecutionTaskHandler.java:544)&lt;/P&gt;&lt;P&gt;org.talend.administrator.scheduler.business.ExecutionTaskHandler.runTaskUnit(ExecutionTaskHandler.java:914)&lt;/P&gt;&lt;P&gt;org.talend.administrator.scheduler.jobs.RemoteTaskExecution.executeRemoteJob(RemoteTaskExecution.java:533)&lt;/P&gt;&lt;P&gt;org.talend.administrator.scheduler.jobs.RemoteTaskExecution.execute(RemoteTaskExecution.java:251)&lt;/P&gt;&lt;P&gt;org.talend.administrator.scheduler.jobs.RemoteExecutionSwitcher.execute(RemoteExecutionSwitcher.java:50)&lt;/P&gt;&lt;P&gt;org.quartz.core.JobRunShell.run(JobRunShell.java:199)&lt;/P&gt;&lt;P&gt;org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:546)&lt;/P&gt;&lt;P&gt;Caused by: java.lang.NoClassDefFoundError: Could not initialize class com.android.apksig.internal.apk.v1.V1SchemeSigner&lt;/P&gt;&lt;P&gt;org.talend.administrator.scheduler.business.ExecutionTaskHandler$2.call(ExecutionTaskHandler.java:535)&lt;/P&gt;&lt;P&gt;java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)&lt;/P&gt;&lt;P&gt;org.talend.utils.thread.BoundedExecutor$2.run(BoundedExecutor.java:75)&lt;/P&gt;&lt;P&gt;java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)&lt;/P&gt;&lt;P&gt;java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)&lt;/P&gt;&lt;P&gt;java.base/java.lang.Thread.run(Thread.java:833)&lt;/P&gt;&lt;P&gt;Caused by: Could not initialize class com.android.apksig.internal.apk.v1.V1SchemeSigner&lt;/P&gt;&lt;P&gt;com.android.apksig.DefaultApkSignerEngine.&amp;lt;init&amp;gt;(DefaultApkSignerEngine.java:149)&lt;/P&gt;&lt;P&gt;com.android.apksig.DefaultApkSignerEngine.&amp;lt;init&amp;gt;(DefaultApkSignerEngine.java:52)&lt;/P&gt;&lt;P&gt;com.android.apksig.DefaultApkSignerEngine$Builder.build(DefaultApkSignerEngine.java:902)&lt;/P&gt;&lt;P&gt;com.android.apksig.ApkSigner.sign(ApkSigner.java:260)&lt;/P&gt;&lt;P&gt;com.android.apksig.ApkSigner.sign(ApkSigner.java:179)&lt;/P&gt;&lt;P&gt;org.talend.signature.TalendZipSigner.sign(TalendZipSigner.java:52)&lt;/P&gt;&lt;P&gt;org.talend.administrator.common.signature.TalendSigner.signJob(TalendSigner.java:38)&lt;/P&gt;&lt;P&gt;org.talend.administrator.scheduler.business.job.deploy.SenderThreadCached.prepareLocalArchive(SenderThreadCached.java:128)&lt;/P&gt;&lt;P&gt;org.talend.administrator.scheduler.business.job.deploy.SenderThreadCached.send(SenderThreadCached.java:135)&lt;/P&gt;&lt;P&gt;org.talend.administrator.scheduler.business.job.deploy.SenderThread.run(SenderThread.java:61)&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 22:38:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-Job-Server-Talend-Administration-Center-unable-to-run-job/m-p/2319731#M141966</guid>
      <dc:creator>decimatum</dc:creator>
      <dc:date>2024-11-15T22:38:03Z</dc:date>
    </item>
    <item>
      <title>Re: Talend Job Server / Talend Administration Center unable to run job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-Job-Server-Talend-Administration-Center-unable-to-run-job/m-p/2319732#M141967</link>
      <description>&lt;P&gt;You need to be running with the correct version of the Java JDK. This can be seen here.....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;https://help.talend.com/r/en-US/8.0/installation-guide-open-studio-for-big-data-linux/compatible-java-environments&lt;/P&gt;</description>
      <pubDate>Mon, 22 Aug 2022 13:22:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-Job-Server-Talend-Administration-Center-unable-to-run-job/m-p/2319732#M141967</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-08-22T13:22:22Z</dc:date>
    </item>
    <item>
      <title>Re: Talend Job Server / Talend Administration Center unable to run job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-Job-Server-Talend-Administration-Center-unable-to-run-job/m-p/2319733#M141968</link>
      <description>&lt;P&gt;Hi I have configured it to use Zulu Java 11 (recommended java compiler) but it is still not working same error. &lt;/P&gt;&lt;P&gt;I want to clarify if I only need to configure Zulu Java for Talend Studio and Talend Job Server for execution? &lt;/P&gt;&lt;P&gt;And how do I confirm that Talend Job Server is using my selected java version?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To be safe, I have also set my JAVA_HOME to zulu java.&lt;/P&gt;</description>
      <pubDate>Tue, 23 Aug 2022 02:57:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-Job-Server-Talend-Administration-Center-unable-to-run-job/m-p/2319733#M141968</guid>
      <dc:creator>decimatum</dc:creator>
      <dc:date>2022-08-23T02:57:33Z</dc:date>
    </item>
    <item>
      <title>Re: Talend Job Server / Talend Administration Center unable to run job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-Job-Server-Talend-Administration-Center-unable-to-run-job/m-p/2319734#M141969</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Please ensure that the job server is using an appropriate version.&lt;/P&gt;&lt;P&gt;Here is a KB article about: Where to define JAVA_HOME for Studio / TAC / JobServer / CommandLine&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.talend.com/s/article/Where-to-define-JAVA-HOME-for-Studio-TAC-JobServer-CommandLine-Az7br?language=en_US" alt="https://community.talend.com/s/article/Where-to-define-JAVA-HOME-for-Studio-TAC-JobServer-CommandLine-Az7br?language=en_US" target="_blank"&gt;https://community.talend.com/s/article/Where-to-define-JAVA-HOME-for-Studio-TAC-JobServer-CommandLine-Az7br?language=en_US&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Feel free to let us know if the Job server section helps.&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>Mon, 29 Aug 2022 09:15:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-Job-Server-Talend-Administration-Center-unable-to-run-job/m-p/2319734#M141969</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-08-29T09:15:47Z</dc:date>
    </item>
  </channel>
</rss>

