Skip to main content
Announcements
Qlik Introduces a New Era of Visualization! READ ALL ABOUT IT
cancel
Showing results for 
Search instead for 
Did you mean: 
pradeeph7
Contributor II
Contributor II

Unable to use S3 component

Detail Message: com.amazonaws.services.s3 cannot be resolved to a type

Labels (1)
  • v8.x

6 Replies
pradeeph7
Contributor II
Contributor II
Author

Anyone can help its urgent

 

Xiaodi_Shi
Support
Support

Hello,

Sorry for late response.

Could you check the jar files required by the component tS3XXX are installed?

If the jar file are installed , could you check the content of the file aws-java-sdk-1.XX.XXX jar ?

Here is online documentation about:

https://help.talend.com/r/en-US/8.0/studio-user-guide/installing-external-modules

 

Best regards

Sabrina

 

pradeeph7
Contributor II
Contributor II
Author

the jar files are installed. I'm attaching the snapshot for your reference

pradeeph7_0-1713156633089.png

 

pradeeph7
Contributor II
Contributor II
Author

Still i'm getting this error

org.talend.designer.runprocess.ProcessorException: The Job "S3_connection_test_job" has wrong configuration. Fix it and try again.
Error Line: 1168
Detail Message: com.amazonaws.services.s3 cannot be resolved to a type
 
at org.talend.designer.runprocess.JobErrorsChecker.checkLastGenerationHasCompilationError(JobErrorsChecker.java:358)
 
at org.talend.designer.runprocess.DefaultRunProcessService.checkLastGenerationHasCompilationError(DefaultRunProcessService.java:575)
 
at org.talend.designer.runprocess.RunProcessService.checkLastGenerationHasCompilationError(RunProcessService.java:325)
 
at org.talend.designer.runprocess.ProcessorUtilities.generateBuildInfo(ProcessorUtilities.java:846)
 
at org.talend.designer.runprocess.ProcessorUtilities.generateCode(ProcessorUtilities.java:725)
 
at org.talend.designer.runprocess.ProcessorUtilities.generateCode(ProcessorUtilities.java:2094)
 
at org.talend.designer.runprocess.RunProcessContext$2.run(RunProcessContext.java:667)
 
at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:436)
 
at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:352)
 
at org.eclipse.jface.dialogs.ProgressMonitorDialog.run(ProgressMonitorDialog.java:468)
 
at org.eclipse.ui.internal.progress.ProgressMonitorJobsDialog.run(ProgressMonitorJobsDialog.java:228)
 
Xiaodi_Shi
Support
Support

Hello,

Please make sure you are using the correct and appropriate aws-java-sdk jar file. Don't forget to restart your studio to apply required jar files in studio.

What JDK version and talend studio build version are your using?

Best regards

Sabrina

pradeeph7
Contributor II
Contributor II
Author

Talend version --> R2023-03
JDK --> 11.0.20

I've also attached the snapshot of jar files you can refer to