Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
valentinaguerra111
Partner - Contributor
Partner - Contributor

Error java.lang.NoClassDefFoundError: Could not initialize class sun.security.pkcs.SignerInfo

Hi, I have jobs scheduled in Talend Management Console and executed via a remote engine. These jobs fail randomly. The errors are as follows:

  • Exception in thread "main" java.lang.NoClassDefFoundError: Could not initialize class sun.security.pkcs.SignerInfo

  • Exception in thread "main" java.lang.NoClassDefFoundError: Could not initialize class java.lang.StackTraceElement$HashedModules

Thanks in advance

Labels (2)
2 Replies
Denis_Segard
Support
Support

Hello,

Could you retrieve the stdouterr*.log file on the RE machine ? 

1. Go to the task execution log page in the TMC
Click the button "Download" and select All

Search in the Log for a line like :
2022-02-08 12:14:35:230job d334da6b43dddaba5c910 for task execution 8bf4efb3-2f5e-4a2d-8473-241edd87db45 was requested to start under execution 20220208121435_uDkNf

Note the "id" after "was requested to start under execution" (20220208121435_uDkNf in the example above)

2. On the Remote Engine machine , go in the folder :
<Remote Engine Folder>\TalendJobServersFiles\jobexecutions\logs\<id found in step 1>


Ex:
<Remote Engine Folder>\TalendJobServersFiles\jobexecutions\logs\20220208121435_uDkNf

Kind regards
Denis

valentinaguerra111
Partner - Contributor
Partner - Contributor
Author

Yes, I attached the log file.

Thank you