Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
HI,
in Job Conductor for all jobs we had the error "Unexpected error, contact your administrator", In details we found
java.lang.Exception: java.security.cert.CertificateExpiredException: NotAfter: Sun Jan 17 01:06:12 CET 2021
java.util.concurrent.FutureTask.report(Unknown Source)
java.util.concurrent.FutureTask.get(Unknown Source)
org.talend.administrator.scheduler.business.ExecutionTaskHandler.deployJobUnit(ExecutionTaskHandler.java:778)
org.talend.administrator.scheduler.business.ExecutionTaskHandler.runTaskUnit(ExecutionTaskHandler.java:1178)
org.talend.administrator.scheduler.jobs.RemoteTaskExecution.executeRemoteJob(RemoteTaskExecution.java:529)
org.talend.administrator.scheduler.jobs.RemoteTaskExecution.execute(RemoteTaskExecution.java:250)
org.talend.administrator.scheduler.jobs.RemoteExecutionSwitcher.execute(RemoteExecutionSwitcher.java:50)
org.quartz.core.JobRunShell.run(JobRunShell.java:199)
org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:546)
Caused by: java.security.cert.CertificateExpiredException: NotAfter: Sun Jan 17 01:06:12 CET 2021
org.talend.administrator.scheduler.business.ExecutionTaskHandler$3.call(ExecutionTaskHandler.java:769)
java.util.concurrent.FutureTask.run(Unknown Source)
org.talend.utils.thread.BoundedExecutor$2.run(BoundedExecutor.java:75)
java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
java.lang.Thread.run(Unknown Source)
Caused by: NotAfter: Sun Jan 17 01:06:12 CET 2021
sun.security.x509.CertificateValidity.valid(Unknown Source)
sun.security.x509.X509CertImpl.checkValidity(Unknown Source)
sun.security.x509.X509CertImpl.checkValidity(Unknown Source)
org.talend.signature.TalendZipSigner.checkCertValidity(TalendZipSigner.java:97)
org.talend.signature.TalendZipSigner.getSignerConfigs(TalendZipSigner.java:80)
org.talend.signature.TalendZipSigner.getSigner(TalendZipSigner.java:56)
org.talend.signature.TalendZipSigner.sign(TalendZipSigner.java:51)
org.talend.administrator.common.signature.TalendSigner.signJob(TalendSigner.java:38)
org.talend.administrator.scheduler.business.job.deploy.SenderThreadCached.prepareLocalArchive(SenderThreadCached.java:128)
org.talend.administrator.scheduler.business.job.deploy.SenderThreadCached.send(SenderThreadCached.java:136)
org.talend.administrator.scheduler.business.job.deploy.SenderThread.run(SenderThread.java:61)
Since the certificate expired, no job has been executed anymore.
Anyone can tell us what certificate it is?
How should it be updated?
Thanks
Regards
Federico
for 7.1.1 version is required to install two patches, details at link:
Hello,
This "CertificateExpiredException" issue was fixed already. Could you please let us know if it works for you?
Best regards
Sabrina