Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
java.lang.NoClassDefFoundError: Could not initialize class com.amazonaws.ClientConfiguration
at com.amazonaws.services.s3.AmazonS3Client.<init>(AmazonS3Client.java:397)
at data_lake.adperformancelastmonth_0_1.AdPerformanceLastMonth.tS3Put_1Process(AdPerformanceLastMonth.java:1217)
at data_lake.adperformancelastmonth_0_1.AdPerformanceLastMonth.tLoop_1Process(AdPerformanceLastMonth.java:820)
at data_lake.adperformancelastmonth_0_1.AdPerformanceLastMonth.runJobInTOS(AdPerformanceLastMonth.java:2233)
at data_lake.adperformancelastmonth_0_1.AdPerformanceLastMonth.runJob(AdPerformanceLastMonth.java:2040)
at data_lake.downloaduploadadwords_0_1.DownloadUploadAdwords.tRunJob_1Process(DownloadUploadAdwords.java:671)
at data_lake.downloaduploadadwords_0_1.DownloadUploadAdwords$2.run(DownloadUploadAdwords.java:1446)
java version "1.8.0_60"
Java(TM) SE Runtime Environment (build 1.8.0_60-b27)
Java HotSpot(TM) 64-Bit Server VM (build 25.60-b23, mixed mode)
openjdk version "1.8.0_65"
OpenJDK Runtime Environment (build 1.8.0_65-b17)
OpenJDK 64-Bit Server VM (build 25.65-b01, mixed mode)
Hi,
I am getting the issue regarding the same when i invoke the S3 connecion through an API.
Job running on runtime server.
I use Talend Data fabric ; 6.4.1
Java 8
Here is the Log:
Caused by: java.lang.NoClassDefFoundError: Could not initialize class com.amazonaws.ClientConfiguration
at rit_cdw_talend.s3_context_read_0_1.S3_Context_Read.tS3Connection_1Process(S3_Context_Read.java:690)
at rit_cdw_talend.s3_context_read_0_1.S3_Context_Read.tJava_1Process(S3_Context_Read.java:564)
at rit_cdw_talend.s3_context_read_0_1.S3_Context_Read.runJobInTOS(S3_Context_Read.java:1294)
at rit_cdw_talend.s3_context_read_0_1.S3_Context_Read.runJob(S3_Context_Read.java:1081)
at rit_cdw_talend.copy_of_rest_parser_0_1.Copy_of_Rest_Parser.tRunJob_1Process(Copy_of_Rest_Parser.java:7123)
at rit_cdw_talend.copy_of_rest_parser_0_1.Copy_of_Rest_Parser.tRESTRequest_1_LoopProcess(Copy_of_Rest_Parser.java:12334)
at rit_cdw_talend.copy_of_rest_parser_0_1.Copy_of_Rest_Parser$RestServiceProviderImpl4TalendJob.processRequest(Copy_of_Rest_Parser.java:1483)
Thanks,
Venkata