<?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: Error log4j when execute a job with Crontab in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Error-log4j-when-execute-a-job-with-Crontab/m-p/2330438#M99519</link>
    <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;LOG_CAPTURE_run.sh: line 4: java: command not found&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;I forgot to read properly... Im sorry, but check this first... I assumed you checked, but&amp;nbsp;It doesnt find &lt;STRONG&gt;java&lt;/STRONG&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Run this you should get a reply&lt;/P&gt; 
&lt;PRE&gt;[talend@dstage talend]$ java -version
openjdk version "1.8.0_171"
OpenJDK Runtime Environment (build 1.8.0_171-b10)
OpenJDK 64-Bit Server VM (build 25.171-b10, mixed mode)&lt;/PRE&gt; 
&lt;P&gt;&lt;BR /&gt;If&amp;nbsp;because&amp;nbsp;your &lt;SPAN&gt;&lt;EM&gt;Victor_Acosta&lt;/EM&gt;&amp;nbsp;&lt;/SPAN&gt;user environment isn't setting environment variables.&lt;/P&gt; 
&lt;P&gt;so JAVA HOME has not been set or pointing to wrong folder.&lt;/P&gt; 
&lt;P&gt;Run&amp;nbsp; this before you run your script,&amp;nbsp; if you dont get a line...&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;PRE&gt;[talend@dstage talend]$ env |grep JAVA_HOME
JAVA_HOME=/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.171-7.b10.el7.x86_64/jre&lt;/PRE&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;If not add this to&amp;nbsp;&lt;STRONG&gt;$HOME/.bashrc&amp;nbsp;&lt;/STRONG&gt;or make sure within the correct &lt;STRONG&gt;$HOME/&lt;/STRONG&gt;&lt;STRONG&gt;.bashrc_profile&amp;nbsp;&lt;/STRONG&gt;&lt;BR /&gt;check for your .bash profile files:&lt;/P&gt; 
&lt;PRE&gt;[talend@dstage talend]$ ls -als $HOME&lt;BR /&gt;20 -rw-------. 1 talend talend 16558 May 11 21:51 .bash_history&lt;BR /&gt; 4 -rw-r--r--. 1 talend talend 18 Sep 26 2017 .bash_logout&lt;BR /&gt; 4 -rw-r--r--. 1 talend talend 193 Sep 26 2017 .bash_profile&lt;BR /&gt; 4 -rw-r--r--. 1 talend talend 513 May 1 01:23 .bashrc&lt;BR /&gt; 4 drwxrwxr-x. 3 talend talend 4096 Apr 20 16:23 .cache&lt;/PRE&gt; 
&lt;P&gt;Next&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;PRE&gt;[talend@dstage talend]$ cat $HOME/.bashrc |grep export&lt;BR /&gt;export JAVA_HOME=/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.171-7.b10.el7.x86_64/jre&lt;BR /&gt;export PATH=$JAVA_HOME/bin:$PATH&lt;/PRE&gt; 
&lt;PRE&gt;[talend@dstage talend]$ vi $HOME/.bashrc&lt;BR /&gt;add your export vars save the file and exit&lt;BR /&gt;[talend@dstage talend]$ . $HOME/.bashrc&lt;BR /&gt;this will set your export vars&lt;/PRE&gt; 
&lt;P&gt;Last thing, if set correctly :&lt;/P&gt; 
&lt;PRE&gt;[talend@dstage talend]$ java -version
openjdk version "1.8.0_171"
OpenJDK Runtime Environment (build 1.8.0_171-b10)
OpenJDK 64-Bit Server VM (build 25.171-b10, mixed mode)&lt;/PRE&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Next :&amp;nbsp;Check your if is this line in your &lt;STRONG&gt;Extract_datalog2_run.sh&lt;/STRONG&gt; script?&lt;/P&gt; 
&lt;PRE&gt;[talend@dstage talend]$ cat &lt;STRONG&gt;Extract_datalog2_run.sh |grep cd&lt;/STRONG&gt;&lt;BR /&gt;cd `dirname $0`&lt;/PRE&gt; 
&lt;P&gt;change it to :&amp;nbsp;&lt;/P&gt; 
&lt;PRE&gt;[talend@dstage talend]$ vi &lt;STRONG&gt;Extract_datalog2_run.sh&lt;/STRONG&gt;&lt;BR /&gt;cd `dirname -- "$0"`&lt;/PRE&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Good luck&lt;/P&gt;</description>
    <pubDate>Thu, 17 May 2018 22:49:54 GMT</pubDate>
    <dc:creator>Jesperrekuh</dc:creator>
    <dc:date>2018-05-17T22:49:54Z</dc:date>
    <item>
      <title>Error log4j when execute a job with Crontab</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-log4j-when-execute-a-job-with-Crontab/m-p/2330433#M99514</link>
      <description>&lt;P&gt;Hi guys,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I need yours help. I have a job in Talend, this job works. Then i need to excute with Crontab in a Linux Server.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When i executed manually works but with crontab i have this error:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;FONT color="#0000FF"&gt;log4j:WARN No appenders could be found for logger (org.apache.hive.jdbc.Utils).&lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;FONT color="#0000FF"&gt;log4j:WARN Please initialize the log4j system properly.&lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;FONT color="#0000FF"&gt;log4j:WARN See &lt;A href="http://logging.apache.org/log4j/1.2/faq.html#noconfig" target="_blank" rel="nofollow noopener noreferrer"&gt;http://logging.apache.org/log4j/1.2/faq.html#noconfig&lt;/A&gt; for more info.&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I don't know what happened. I read that i need to active the log4j but i&amp;nbsp; have a free Talend version. Please help me! I attached one photo of my job. Thank you!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 16 May 2018 14:20:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-log4j-when-execute-a-job-with-Crontab/m-p/2330433#M99514</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-05-16T14:20:24Z</dc:date>
    </item>
    <item>
      <title>Re: Error log4j when execute a job with Crontab</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-log4j-when-execute-a-job-with-Crontab/m-p/2330434#M99515</link>
      <description>&lt;P&gt;Can't recall if I had exactly the same... But the first two errors you got in the crontab is something with your eclipse&amp;nbsp;properties at&amp;nbsp;runtime (which works wel) vs builded job... added a screenshot which worked for me.&lt;/P&gt;
&lt;P&gt;Imported log4j.jar ... download if you cant find it at&amp;nbsp;&lt;A title="Log4j Jar" href="https://logging.apache.org/log4j/1.2/download.html" target="_self" rel="nofollow noopener noreferrer"&gt;Log4j Jar&lt;/A&gt;&lt;/P&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009Lsuh"&gt;log4j.jpg&lt;/A&gt;</description>
      <pubDate>Wed, 16 May 2018 21:11:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-log4j-when-execute-a-job-with-Crontab/m-p/2330434#M99515</guid>
      <dc:creator>Jesperrekuh</dc:creator>
      <dc:date>2018-05-16T21:11:18Z</dc:date>
    </item>
    <item>
      <title>Re: Error log4j when execute a job with Crontab</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-log4j-when-execute-a-job-with-Crontab/m-p/2330435#M99516</link>
      <description>&lt;P&gt;Thank you!&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;But i have a error when i schedule the job in crontab:&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;LOG_CAPTURE_run.sh: line 4: java: command not found&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I don't know to resolved this error. When i revised the line 4:&lt;/P&gt; 
&lt;P&gt;java -Xms256M -Xmx1024M -cp .:$ROOT_PATH:$ROOT_PATH/../lib/routines.jar:$ROOT_PATH/../lib/commons-collections-3.2.2.jar:$ROOT_PATH/../lib/commons-lang-2.6.jar:$ROOT_PATH/../lib/log4j-1.2.16.jar:$ROOT_PATH/../lib/log4j-1.2.17.jar:$ROOT_PATH/../lib/slf4j-api-1.7.5.jar:$ROOT_PATH/../lib/slf4j-log4j12-1.7.5.jar:$ROOT_PATH/../lib/dom4j-1.6.1.jar:$ROOT_PATH/../lib/jackson-xc-1.8.8.jar:$ROOT_PATH/../lib/hadoop-conf-NEW.jar:$ROOT_PATH/../lib/hadoop-yarn-api-2.6.0-cdh5.8.1.jar:$ROOT_PATH/../lib/httpclient-4.2.5.jar:$ROOT_PATH/../lib/jackson-mapper-asl-1.8.8.jar:$ROOT_PATH/../lib/hadoop-auth-2.6.0-cdh5.8.1.jar:$ROOT_PATH/../lib/jersey-client-1.9.jar:$ROOT_PATH/../lib/jackson-core-asl-1.8.8.jar:$ROOT_PATH/../lib/antlr-runtime-3.4.jar:$ROOT_PATH/../lib/avro-1.7.6-cdh5.8.1.jar:$ROOT_PATH/../lib/commons-cli-1.2.jar:$ROOT_PATH/../lib/datanucleus-core-3.2.10.jar:$ROOT_PATH/../lib/hadoop-yarn-common-2.6.0-cdh5.8.1.jar:$ROOT_PATH/../lib/hive-jdbc-1.1.0-cdh5.8.1.jar:$ROOT_PATH/../lib/hive-metastore-1.1.0-cdh5.8.1.jar:$ROOT_PATH/../lib/hive-exec-1.1.0-cdh5.8.1.jar:$ROOT_PATH/../lib/commons-configuration-1.6.jar:$ROOT_PATH/../lib/jdo-api-3.0.1.jar:$ROOT_PATH/../lib/curator-framework-2.6.0.jar:$ROOT_PATH/../lib/commons-codec-1.9.jar:$ROOT_PATH/../lib/httpcore-4.3.3.jar:$ROOT_PATH/../lib/htrace-core-3.2.0-incubating.jar:$ROOT_PATH/../lib/commons-io-2.4.jar:$ROOT_PATH/../lib/jackson-jaxrs-1.8.8.jar:$ROOT_PATH/../lib/derby-10.11.1.1.jar:$ROOT_PATH/../lib/hadoop-hdfs-2.6.0-cdh5.8.1.jar:$ROOT_PATH/../lib/libthrift-0.9.2.jar:$ROOT_PATH/../lib/servlet-api-2.5.jar:$ROOT_PATH/../lib/datanucleus-rdbms-3.2.9.jar:$ROOT_PATH/../lib/httpcore-4.2.5.jar:$ROOT_PATH/../lib/hadoop-mapreduce-client-common-2.6.0-cdh5.8.1.jar:$ROOT_PATH/../lib/hadoop-yarn-client-2.6.0-cdh5.8.1.jar:$ROOT_PATH/../lib/mssql-jdbc.jar:$ROOT_PATH/../lib/hadoop-mapreduce-client-core-2.6.0-cdh5.8.1.jar:$ROOT_PATH/../lib/commons-logging-1.2.jar:$ROOT_PATH/../lib/guava-12.0.1.jar:$ROOT_PATH/../lib/hadoop-yarn-server-web-proxy-2.6.0-cdh5.8.1.jar:$ROOT_PATH/../lib/hive-service-1.1.0-cdh5.8.1.jar:$ROOT_PATH/../lib/libfb303-0.9.2.jar:$ROOT_PATH/../lib/httpclient-4.3.3.jar:$ROOT_PATH/../lib/hadoop-common-2.6.0-cdh5.8.1.jar:$ROOT_PATH/../lib/commons-httpclient-3.0.1.jar:$ROOT_PATH/../lib/curator-client-2.6.0.jar:$ROOT_PATH/../lib/jersey-core-1.9.jar:$ROOT_PATH/../lib/htrace-core4-4.0.1-incubating.jar:$ROOT_PATH/../lib/hadoop-mapreduce-client-jobclient-2.6.0-cdh5.8.1.jar:$ROOT_PATH/../lib/talendcsv.jar:$ROOT_PATH/../lib/datanucleus-api-jdo-3.2.6.jar:$ROOT_PATH/../lib/protobuf-java-2.5.0.jar:$ROOT_PATH/../lib/talend_file_enhanced_20070724.jar:$ROOT_PATH/../lib/talend_DB_mssqlUtil.jar:$ROOT_PATH/../lib/zookeeper-3.4.5-cdh5.8.1.jar:$ROOT_PATH/extract_datalog2_log_capture_0_1.jar: local_project.extract_datalog2_log_capture_0_1.Extract_datalog2_LOG_CAPTURE --context=Default "$@"&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Somebody can help me?&lt;/P&gt;</description>
      <pubDate>Wed, 16 May 2018 21:38:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-log4j-when-execute-a-job-with-Crontab/m-p/2330435#M99516</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-05-16T21:38:38Z</dc:date>
    </item>
    <item>
      <title>Re: Error log4j when execute a job with Crontab</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-log4j-when-execute-a-job-with-Crontab/m-p/2330436#M99517</link>
      <description>&lt;P&gt;you have to run the &amp;lt;jobname&amp;gt;.sh /full/path/to&amp;lt;jobname&amp;gt;.jar&lt;BR /&gt;I had to same due to failed attempt...&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 16 May 2018 23:21:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-log4j-when-execute-a-job-with-Crontab/m-p/2330436#M99517</guid>
      <dc:creator>Jesperrekuh</dc:creator>
      <dc:date>2018-05-16T23:21:10Z</dc:date>
    </item>
    <item>
      <title>Re: Error log4j when execute a job with Crontab</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-log4j-when-execute-a-job-with-Crontab/m-p/2330437#M99518</link>
      <description>&lt;P&gt;Hi. Thanks for your answer. But can you explane this?&lt;/P&gt;&lt;P&gt;I don't know where i have to run the job. This it's my route:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;sh /home/Victor_Acosta/Datalog2_test_etl/Extract_datalog2/Extract_datalog2_run.sh &amp;gt;&amp;gt; /home/Victor_Acosta/logs/datalog2_daily/Datalog2_test/crontab_datalog2_test.log&lt;/P&gt;</description>
      <pubDate>Thu, 17 May 2018 14:51:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-log4j-when-execute-a-job-with-Crontab/m-p/2330437#M99518</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-05-17T14:51:25Z</dc:date>
    </item>
    <item>
      <title>Re: Error log4j when execute a job with Crontab</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-log4j-when-execute-a-job-with-Crontab/m-p/2330438#M99519</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;LOG_CAPTURE_run.sh: line 4: java: command not found&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;I forgot to read properly... Im sorry, but check this first... I assumed you checked, but&amp;nbsp;It doesnt find &lt;STRONG&gt;java&lt;/STRONG&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Run this you should get a reply&lt;/P&gt; 
&lt;PRE&gt;[talend@dstage talend]$ java -version
openjdk version "1.8.0_171"
OpenJDK Runtime Environment (build 1.8.0_171-b10)
OpenJDK 64-Bit Server VM (build 25.171-b10, mixed mode)&lt;/PRE&gt; 
&lt;P&gt;&lt;BR /&gt;If&amp;nbsp;because&amp;nbsp;your &lt;SPAN&gt;&lt;EM&gt;Victor_Acosta&lt;/EM&gt;&amp;nbsp;&lt;/SPAN&gt;user environment isn't setting environment variables.&lt;/P&gt; 
&lt;P&gt;so JAVA HOME has not been set or pointing to wrong folder.&lt;/P&gt; 
&lt;P&gt;Run&amp;nbsp; this before you run your script,&amp;nbsp; if you dont get a line...&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;PRE&gt;[talend@dstage talend]$ env |grep JAVA_HOME
JAVA_HOME=/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.171-7.b10.el7.x86_64/jre&lt;/PRE&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;If not add this to&amp;nbsp;&lt;STRONG&gt;$HOME/.bashrc&amp;nbsp;&lt;/STRONG&gt;or make sure within the correct &lt;STRONG&gt;$HOME/&lt;/STRONG&gt;&lt;STRONG&gt;.bashrc_profile&amp;nbsp;&lt;/STRONG&gt;&lt;BR /&gt;check for your .bash profile files:&lt;/P&gt; 
&lt;PRE&gt;[talend@dstage talend]$ ls -als $HOME&lt;BR /&gt;20 -rw-------. 1 talend talend 16558 May 11 21:51 .bash_history&lt;BR /&gt; 4 -rw-r--r--. 1 talend talend 18 Sep 26 2017 .bash_logout&lt;BR /&gt; 4 -rw-r--r--. 1 talend talend 193 Sep 26 2017 .bash_profile&lt;BR /&gt; 4 -rw-r--r--. 1 talend talend 513 May 1 01:23 .bashrc&lt;BR /&gt; 4 drwxrwxr-x. 3 talend talend 4096 Apr 20 16:23 .cache&lt;/PRE&gt; 
&lt;P&gt;Next&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;PRE&gt;[talend@dstage talend]$ cat $HOME/.bashrc |grep export&lt;BR /&gt;export JAVA_HOME=/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.171-7.b10.el7.x86_64/jre&lt;BR /&gt;export PATH=$JAVA_HOME/bin:$PATH&lt;/PRE&gt; 
&lt;PRE&gt;[talend@dstage talend]$ vi $HOME/.bashrc&lt;BR /&gt;add your export vars save the file and exit&lt;BR /&gt;[talend@dstage talend]$ . $HOME/.bashrc&lt;BR /&gt;this will set your export vars&lt;/PRE&gt; 
&lt;P&gt;Last thing, if set correctly :&lt;/P&gt; 
&lt;PRE&gt;[talend@dstage talend]$ java -version
openjdk version "1.8.0_171"
OpenJDK Runtime Environment (build 1.8.0_171-b10)
OpenJDK 64-Bit Server VM (build 25.171-b10, mixed mode)&lt;/PRE&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Next :&amp;nbsp;Check your if is this line in your &lt;STRONG&gt;Extract_datalog2_run.sh&lt;/STRONG&gt; script?&lt;/P&gt; 
&lt;PRE&gt;[talend@dstage talend]$ cat &lt;STRONG&gt;Extract_datalog2_run.sh |grep cd&lt;/STRONG&gt;&lt;BR /&gt;cd `dirname $0`&lt;/PRE&gt; 
&lt;P&gt;change it to :&amp;nbsp;&lt;/P&gt; 
&lt;PRE&gt;[talend@dstage talend]$ vi &lt;STRONG&gt;Extract_datalog2_run.sh&lt;/STRONG&gt;&lt;BR /&gt;cd `dirname -- "$0"`&lt;/PRE&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Good luck&lt;/P&gt;</description>
      <pubDate>Thu, 17 May 2018 22:49:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-log4j-when-execute-a-job-with-Crontab/m-p/2330438#M99519</guid>
      <dc:creator>Jesperrekuh</dc:creator>
      <dc:date>2018-05-17T22:49:54Z</dc:date>
    </item>
    <item>
      <title>Re: Error log4j when execute a job with Crontab</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-log4j-when-execute-a-job-with-Crontab/m-p/2330439#M99520</link>
      <description>&lt;P&gt;Wow! Thanks for your answer. I followed your step and I could execute my job using crontab.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 17 May 2018 23:08:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-log4j-when-execute-a-job-with-Crontab/m-p/2330439#M99520</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-05-17T23:08:25Z</dc:date>
    </item>
    <item>
      <title>Re: Error log4j when execute a job with Crontab</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-log4j-when-execute-a-job-with-Crontab/m-p/2330440#M99521</link>
      <description>&lt;P&gt;Honestly, you marked the wrong answer as a solution... did you add the log4j.jar as I suggested?&lt;BR /&gt;Because that solved the problem... the other one is regardless of log4j ... just environment setup.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Happy to help!&lt;/P&gt;</description>
      <pubDate>Thu, 17 May 2018 23:42:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-log4j-when-execute-a-job-with-Crontab/m-p/2330440#M99521</guid>
      <dc:creator>Jesperrekuh</dc:creator>
      <dc:date>2018-05-17T23:42:23Z</dc:date>
    </item>
    <item>
      <title>Re: Error log4j when execute a job with Crontab</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-log4j-when-execute-a-job-with-Crontab/m-p/2330441#M99522</link>
      <description>&lt;P&gt;It's true . I&amp;nbsp;can't&amp;nbsp;resolved the problem with log4j but it's just a Warn&lt;/P&gt;</description>
      <pubDate>Fri, 18 May 2018 14:57:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-log4j-when-execute-a-job-with-Crontab/m-p/2330441#M99522</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-05-18T14:57:54Z</dc:date>
    </item>
  </channel>
</rss>

