<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: tLibraryLoad, TAC, tS3Put in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/tLibraryLoad-TAC-tS3Put/m-p/2317414#M87863</link>
    <description>&lt;FONT size="1"&gt;&lt;FONT face="Verdana," helvetica=""&gt;@&lt;/FONT&gt;&lt;/FONT&gt;&lt;B&gt;&lt;FONT color="#5b5b5d"&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana," helvetica=""&gt;sammierlening &amp;nbsp;Please share if you have got an solution on the issue you were facing.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/B&gt;&lt;BR /&gt;&lt;B&gt;&lt;FONT color="#5b5b5d"&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana," helvetica=""&gt;Thanks&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/B&gt;</description>
    <pubDate>Tue, 26 Jul 2016 10:36:33 GMT</pubDate>
    <dc:creator>_AnonymousUser</dc:creator>
    <dc:date>2016-07-26T10:36:33Z</dc:date>
    <item>
      <title>tLibraryLoad, TAC, tS3Put</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tLibraryLoad-TAC-tS3Put/m-p/2317411#M87860</link>
      <description>&lt;P&gt;I've developed a job that places files on a AWS S3 box. When using the tS3Put component, I was getting the following:&lt;BR /&gt;tS3Put_1 AWS authentication requires a valid Date or x-amz-date header&lt;BR /&gt;&lt;BR /&gt;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.&lt;BR /&gt;&lt;BR /&gt;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&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 10:55:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tLibraryLoad-TAC-tS3Put/m-p/2317411#M87860</guid>
      <dc:creator>sammierlening</dc:creator>
      <dc:date>2024-11-16T10:55:30Z</dc:date>
    </item>
    <item>
      <title>Re: tLibraryLoad, TAC, tS3Put</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tLibraryLoad-TAC-tS3Put/m-p/2317412#M87861</link>
      <description>Error Message: 
&lt;BR /&gt;java.lang.RuntimeException: org.talend.designer.runprocess.ProcessorException: org.talend.designer.runprocess.ProcessorException: Job compile errors 
&lt;BR /&gt;At least job "Load_VDG2Stage_Product" has a compile errors, please fix and export again. 
&lt;BR /&gt;Error Line: 7679 
&lt;BR /&gt;Detail Message: com.amazonaws cannot be resolved to a type 
&lt;BR /&gt;There may be some other errors caused by JVM compatibility. Make sure your JVM setup is similar to the studio. 
&lt;BR /&gt;&amp;nbsp;at org.talend.commandline.command.ExtensionCommandSwitch.caseExtensionServerCommand(ExtensionCommandSwitch.java:160) 
&lt;BR /&gt;&amp;nbsp;at org.talend.commandline.client.command.extension.AbstractExtensionCommandSwitch.doSwitch(AbstractExtensionCommandSwitch.java:31) 
&lt;BR /&gt;&amp;nbsp;at org.talend.commandline.command.CommandProcessorSwitch.caseExtensionCommand(CommandProcessorSwitch.java:161) 
&lt;BR /&gt;&amp;nbsp;at org.talend.commandline.client.util.CommandAbstractSwitch.doSwitch(CommandAbstractSwitch.java:70) 
&lt;BR /&gt;&amp;nbsp;at org.talend.commandline.command.CommandConsumer.executeCommand(CommandConsumer.java:57) 
&lt;BR /&gt;&amp;nbsp;at org.talend.commandline.command.CommandConsumer.execute(CommandConsumer.java:35) 
&lt;BR /&gt;&amp;nbsp;at org.talend.commandline.mode.ServerCommandLine$CommmandConsumerRunnable.run(ServerCommandLine.java:139) 
&lt;BR /&gt;&amp;nbsp;at java.lang.Thread.run(Thread.java:745) 
&lt;BR /&gt;Caused by: org.talend.designer.runprocess.ProcessorException: org.talend.designer.runprocess.ProcessorException: Job compile errors 
&lt;BR /&gt;At least job "Load_VDG2Stage_Product" has a compile errors, please fix and export again. 
&lt;BR /&gt;Error Line: 7679 
&lt;BR /&gt;Detail Message: com.amazonaws cannot be resolved to a type 
&lt;BR /&gt;There may be some other errors caused by JVM compatibility. Make sure your JVM setup is similar to the studio. 
&lt;BR /&gt;&amp;nbsp;at org.talend.commandline.util.JobHandler.export(JobHandler.java:229) 
&lt;BR /&gt;&amp;nbsp;at org.talend.commandline.command.execute.BuildJobExecuteCommand.execute(BuildJobExecuteCommand.java:143) 
&lt;BR /&gt;&amp;nbsp;at org.talend.commandline.command.ExtensionCommandSwitch.caseExtensionServerCommand(ExtensionCommandSwitch.java:158) 
&lt;BR /&gt;&amp;nbsp;... 7 more 
&lt;BR /&gt;Caused by: org.talend.designer.runprocess.ProcessorException: Job compile errors 
&lt;BR /&gt;At least job "Load_VDG2Stage_Product" has a compile errors, please fix and export again. 
&lt;BR /&gt;Error Line: 7679 
&lt;BR /&gt;Detail Message: com.amazonaws cannot be resolved to a type 
&lt;BR /&gt;There may be some other errors caused by JVM compatibility. Make sure your JVM setup is similar to the studio. 
&lt;BR /&gt;&amp;nbsp;at org.talend.designer.runprocess.JobErrorsChecker.checkLastGenerationHasCompilationError(JobErrorsChecker.java:293) 
&lt;BR /&gt;&amp;nbsp;at org.talend.commandline.util.JobHandler.export(JobHandler.java:221) 
&lt;BR /&gt;&amp;nbsp;... 9 more</description>
      <pubDate>Wed, 02 Dec 2015 21:24:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tLibraryLoad-TAC-tS3Put/m-p/2317412#M87861</guid>
      <dc:creator>sammierlening</dc:creator>
      <dc:date>2015-12-02T21:24:41Z</dc:date>
    </item>
    <item>
      <title>Re: tLibraryLoad, TAC, tS3Put</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tLibraryLoad-TAC-tS3Put/m-p/2317413#M87862</link>
      <description>@&lt;B&gt;sammierlening &lt;/B&gt;Did you got any solution for this?</description>
      <pubDate>Fri, 29 Jan 2016 06:27:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tLibraryLoad-TAC-tS3Put/m-p/2317413#M87862</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2016-01-29T06:27:02Z</dc:date>
    </item>
    <item>
      <title>Re: tLibraryLoad, TAC, tS3Put</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tLibraryLoad-TAC-tS3Put/m-p/2317414#M87863</link>
      <description>&lt;FONT size="1"&gt;&lt;FONT face="Verdana," helvetica=""&gt;@&lt;/FONT&gt;&lt;/FONT&gt;&lt;B&gt;&lt;FONT color="#5b5b5d"&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana," helvetica=""&gt;sammierlening &amp;nbsp;Please share if you have got an solution on the issue you were facing.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/B&gt;&lt;BR /&gt;&lt;B&gt;&lt;FONT color="#5b5b5d"&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana," helvetica=""&gt;Thanks&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/B&gt;</description>
      <pubDate>Tue, 26 Jul 2016 10:36:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tLibraryLoad-TAC-tS3Put/m-p/2317414#M87863</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2016-07-26T10:36:33Z</dc:date>
    </item>
  </channel>
</rss>

