Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I am having an issue with using the sample project downloaded from talend academy for the topic of "Context Management Joblets - with AWS Secrets Manager".
The error is with the routine inside the project, AwsSecretsManagerUtil 0.1, the reference is not working, attached image for your reference.
May i know how to solve this error?
Yes, you are right, one more jar is missing in the tLibraryLoad, thanks.
Need update all the jar before can use the sample project.
i manage to solve the reference problem by refreshing the module jar.
But it give another error again. -_-
Starting job job_aws_secrets_manager at 09:30 05/05/2023.
Error: Could not find or load main class secretmanagertest1.job_aws_secrets_manager_0_1.job_aws_secrets_manager
Caused by: java.lang.ClassNotFoundException: secretmanagertest1.job_aws_secrets_manager_0_1.job_aws_secrets_manager
Job job_aws_secrets_manager ended at 09:30 05/05/2023. [Exit code = 1]
Hi
The error indicates the required jar is missing or it is not compatible with the studio version you are using. Check if you have used the same studio version as the Academy course.
BTW, right click on the user routine and select 'Edit dependency libraries' item, add or update the libraries which are used in the routine.
Regards
Shong
Yes, you are right, one more jar is missing in the tLibraryLoad, thanks.
Need update all the jar before can use the sample project.