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

Announcements
Note: You may notice some temporary visual or styling issues in the Community. Our vendor is actively investigating.
cancel
Showing results for 
Search instead for 
Did you mean: 
sammierlening
Contributor III
Contributor III

tLibraryLoad, TAC, tS3Put

I've developed a job that places files on a AWS S3 box. When using the tS3Put component, I was getting the following:
tS3Put_1 AWS authentication requires a valid Date or x-amz-date header

I figured that the issue could be resolved by using a tLibraryLoad and loading joda-time-2.8.2.jar. The job now builds locally and executes on a remote server successfully.

Now, I am trying to add the job to my TAC, but I get compile errors when generating the job. I believe it is because the TAC server doesn't have the joda-time-2.8.2.jar library. Where do I need to place the library so that TAC will pick it up when building/generating the job? I am using Talend Big Data 6.0.1

Labels (2)
3 Replies
sammierlening
Contributor III
Contributor III
Author

Error Message:
java.lang.RuntimeException: org.talend.designer.runprocess.ProcessorException: org.talend.designer.runprocess.ProcessorException: Job compile errors
At least job "Load_VDG2Stage_Product" has a compile errors, please fix and export again.
Error Line: 7679
Detail Message: com.amazonaws cannot be resolved to a type
There may be some other errors caused by JVM compatibility. Make sure your JVM setup is similar to the studio.
 at org.talend.commandline.command.ExtensionCommandSwitch.caseExtensionServerCommand(ExtensionCommandSwitch.java:160)
 at org.talend.commandline.client.command.extension.AbstractExtensionCommandSwitch.doSwitch(AbstractExtensionCommandSwitch.java:31)
 at org.talend.commandline.command.CommandProcessorSwitch.caseExtensionCommand(CommandProcessorSwitch.java:161)
 at org.talend.commandline.client.util.CommandAbstractSwitch.doSwitch(CommandAbstractSwitch.java:70)
 at org.talend.commandline.command.CommandConsumer.executeCommand(CommandConsumer.java:57)
 at org.talend.commandline.command.CommandConsumer.execute(CommandConsumer.java:35)
 at org.talend.commandline.mode.ServerCommandLine$CommmandConsumerRunnable.run(ServerCommandLine.java:139)
 at java.lang.Thread.run(Thread.java:745)
Caused by: org.talend.designer.runprocess.ProcessorException: org.talend.designer.runprocess.ProcessorException: Job compile errors
At least job "Load_VDG2Stage_Product" has a compile errors, please fix and export again.
Error Line: 7679
Detail Message: com.amazonaws cannot be resolved to a type
There may be some other errors caused by JVM compatibility. Make sure your JVM setup is similar to the studio.
 at org.talend.commandline.util.JobHandler.export(JobHandler.java:229)
 at org.talend.commandline.command.execute.BuildJobExecuteCommand.execute(BuildJobExecuteCommand.java:143)
 at org.talend.commandline.command.ExtensionCommandSwitch.caseExtensionServerCommand(ExtensionCommandSwitch.java:158)
 ... 7 more
Caused by: org.talend.designer.runprocess.ProcessorException: Job compile errors
At least job "Load_VDG2Stage_Product" has a compile errors, please fix and export again.
Error Line: 7679
Detail Message: com.amazonaws cannot be resolved to a type
There may be some other errors caused by JVM compatibility. Make sure your JVM setup is similar to the studio.
 at org.talend.designer.runprocess.JobErrorsChecker.checkLastGenerationHasCompilationError(JobErrorsChecker.java:293)
 at org.talend.commandline.util.JobHandler.export(JobHandler.java:221)
 ... 9 more
_AnonymousUser
Specialist III
Specialist III

@sammierlening Did you got any solution for this?
_AnonymousUser
Specialist III
Specialist III

@sammierlening  Please share if you have got an solution on the issue you were facing.
Thanks