<?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: Job Not executing in Linux? in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Job-Not-executing-in-Linux/m-p/2307548#M78979</link>
    <description>Usually remote machines folders are not shared... can you see the file by some means from the host machine?&amp;nbsp; 
&lt;BR /&gt;you can access the database because database ports are enabled through firewall...&amp;nbsp; 
&lt;BR /&gt;The way you are working is not possible... 
&lt;BR /&gt;You have to ask client to provide network drive or cloud location or ftp location from where you can download the file... And once you have right location which could be seen from your host machine, then change the path properties in your talend job and export it again. 
&lt;BR /&gt;Thanks 
&lt;BR /&gt;Vaibhav</description>
    <pubDate>Wed, 13 Aug 2014 15:25:49 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-08-13T15:25:49Z</dc:date>
    <item>
      <title>Job Not executing in Linux?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Job-Not-executing-in-Linux/m-p/2307543#M78974</link>
      <description>Hi all, 
&lt;BR /&gt;I created job and Job flow is below. 
&lt;BR /&gt;tFileInputExcel--&amp;gt;&amp;gt; tMap--&amp;gt;&amp;gt;tPostgresqlOutput 
&lt;BR /&gt;Excel File location is&amp;nbsp;D:\File\Rerun.xls and Postgresql DB is located in different host(Ex 10.10.20.20) 
&lt;BR /&gt;Job is running in local machine. 
&lt;BR /&gt;I exported job in Linux and unzip the job.I tried to run shell script, I'm getting error. 
&lt;BR /&gt;Exception in component tFileInputExcel_1 
&lt;BR /&gt;java.lang.IllegalStateException: Zip File is closed 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.poi.openxml4j.util.ZipFileZipEntrySource.getEntries(ZipFil &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;eZipEntrySource.java:45) 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.poi.openxml4j.opc.ZipPackage.getPartsImpl(ZipPackage.java: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;182) 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.poi.openxml4j.opc.OPCPackage.getParts(OPCPackage.java:665) 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.poi.openxml4j.opc.OPCPackage.open(OPCPackage.java:226) 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.poi.openxml4j.opc.OPCPackage.open(OPCPackage.java:186) 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.poi.POIXMLDocument.openPackage(POIXMLDocument.java:67) 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.poi.xssf.usermodel.XSSFWorkbook.&amp;lt;init&amp;gt;(XSSFWorkbook.java:2 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;63) 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at reruns.test_rerun_alert_2014_0_1.Test_Rerun_Alert_2014.tFileInputExce &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;l_1Process(Test_Rerun_Alert_2014.java:2871) 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at reruns.test_rerun_alert_2014_0_1.Test_Rerun_Alert_2014.runJobInTOS(Te &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;st_Rerun_Alert_2014.java:5076) 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at reruns.test_rerun_alert_2014_0_1.Test_Rerun_Alert_2014.main(Test_Reru &amp;nbsp; 
&lt;BR /&gt;&amp;nbsp;Please give your inputs. 
&lt;BR /&gt;Thanks, 
&lt;BR /&gt;Kumar</description>
      <pubDate>Wed, 13 Aug 2014 14:44:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Job-Not-executing-in-Linux/m-p/2307543#M78974</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-08-13T14:44:35Z</dc:date>
    </item>
    <item>
      <title>Re: Job Not executing in Linux?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Job-Not-executing-in-Linux/m-p/2307544#M78975</link>
      <description>Hi Kumar,
&lt;BR /&gt;I hope you have changed the path of the input file to unix path...
&lt;BR /&gt;Thanks
&lt;BR /&gt;vaibhav</description>
      <pubDate>Wed, 13 Aug 2014 14:53:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Job-Not-executing-in-Linux/m-p/2307544#M78975</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-08-13T14:53:04Z</dc:date>
    </item>
    <item>
      <title>Re: Job Not executing in Linux?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Job-Not-executing-in-Linux/m-p/2307545#M78976</link>
      <description>Hi vaibhav.
&lt;BR /&gt;Here Excel file and Postgresql are in different &amp;nbsp;hosts(locations).
&lt;BR /&gt;How to change the input file path to unix path?
&lt;BR /&gt;Thanks,
&lt;BR /&gt;kumar</description>
      <pubDate>Wed, 13 Aug 2014 14:56:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Job-Not-executing-in-Linux/m-p/2307545#M78976</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-08-13T14:56:43Z</dc:date>
    </item>
    <item>
      <title>Re: Job Not executing in Linux?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Job-Not-executing-in-Linux/m-p/2307546#M78977</link>
      <description>Hi Kumar,
&lt;BR /&gt;If you have used the variable, then default.properties file gets generated and is available inside exported folder...
&lt;BR /&gt;If you have hard coded input file path, then it can't be converted after export. You will have to change the path and then export..
&lt;BR /&gt;If the file is in different machine? whether it is accessible to the host machine? can you ping to that location? is it a network drive?
&lt;BR /&gt;Vaibhav</description>
      <pubDate>Wed, 13 Aug 2014 14:59:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Job-Not-executing-in-Linux/m-p/2307546#M78977</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-08-13T14:59:20Z</dc:date>
    </item>
    <item>
      <title>Re: Job Not executing in Linux?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Job-Not-executing-in-Linux/m-p/2307547#M78978</link>
      <description>Hi Vaibhav,
&lt;BR /&gt;I hard coded Excel file path in &amp;nbsp;
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;tFileInputExcel component.&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;&lt;FONT size="1"&gt;Excel File location is 10.10.10.30(&lt;/FONT&gt;&lt;/FONT&gt;
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;&amp;nbsp;D:\File\Rerun.xls)&lt;/FONT&gt;&lt;/FONT&gt;
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;&amp;nbsp;and Postgresql DB location in Linux (10.10.20.20)&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;&lt;FONT size="1"&gt;I exported job in Linux and tried to run the job.&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;&lt;FONT size="1"&gt;Thanks,&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;&lt;FONT size="1"&gt;kumar&lt;/FONT&gt;&lt;/FONT&gt;</description>
      <pubDate>Wed, 13 Aug 2014 15:09:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Job-Not-executing-in-Linux/m-p/2307547#M78978</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-08-13T15:09:13Z</dc:date>
    </item>
    <item>
      <title>Re: Job Not executing in Linux?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Job-Not-executing-in-Linux/m-p/2307548#M78979</link>
      <description>Usually remote machines folders are not shared... can you see the file by some means from the host machine?&amp;nbsp; 
&lt;BR /&gt;you can access the database because database ports are enabled through firewall...&amp;nbsp; 
&lt;BR /&gt;The way you are working is not possible... 
&lt;BR /&gt;You have to ask client to provide network drive or cloud location or ftp location from where you can download the file... And once you have right location which could be seen from your host machine, then change the path properties in your talend job and export it again. 
&lt;BR /&gt;Thanks 
&lt;BR /&gt;Vaibhav</description>
      <pubDate>Wed, 13 Aug 2014 15:25:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Job-Not-executing-in-Linux/m-p/2307548#M78979</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-08-13T15:25:49Z</dc:date>
    </item>
    <item>
      <title>Re: Job Not executing in Linux?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Job-Not-executing-in-Linux/m-p/2307549#M78980</link>
      <description>Hi Vaibhav, 
&lt;BR /&gt;I moved Excel file from D drive to Network drive. 
&lt;BR /&gt;Now path is for Excel is "//10.10.10.30/space/Rerun.xls".Exported job into Linux. 
&lt;BR /&gt;Still i'm getting the same error. 
&lt;BR /&gt;Thanks, 
&lt;BR /&gt;Kumar</description>
      <pubDate>Thu, 14 Aug 2014 10:59:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Job-Not-executing-in-Linux/m-p/2307549#M78980</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-08-14T10:59:57Z</dc:date>
    </item>
    <item>
      <title>Re: Job Not executing in Linux?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Job-Not-executing-in-Linux/m-p/2307550#M78981</link>
      <description>tfileinput component can't access network drive..., first you will have to get that file to local machine using some network utility and then use it... See how can you get that file into your machine using some scp or similar utility with the help of tsystem component.&lt;BR /&gt;vaibhav</description>
      <pubDate>Thu, 14 Aug 2014 11:27:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Job-Not-executing-in-Linux/m-p/2307550#M78981</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-08-14T11:27:35Z</dc:date>
    </item>
    <item>
      <title>Re: Job Not executing in Linux?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Job-Not-executing-in-Linux/m-p/2307551#M78982</link>
      <description>&lt;FONT size="2"&gt;&lt;FONT face="noto, Helvetica, Arial, sans-serif"&gt;Hi,&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT size="2"&gt;&lt;FONT face="noto, Helvetica, Arial, sans-serif"&gt;We are executing Talend job through Java application same as given above sample.&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT size="2"&gt;&lt;FONT face="noto, Helvetica, Arial, sans-serif"&gt;JCIM_ELink_Reporting_Tab6 eLink_Reporting_Tab6 = new JCIM_ELink_Reporting_Tab6();&lt;BR /&gt;String[] args1 = new String[] { "--context_param input1=D:/New/Myfolder/cert.xlsx",&amp;nbsp;&lt;BR /&gt;"--context_param output=D:/&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;FONT size="2"&gt;&lt;FONT face="noto, Helvetica, Arial, sans-serif"&gt;New&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;FONT size="2"&gt;&lt;FONT face="noto, Helvetica, Arial, sans-serif"&gt;/Myfolder/out6.xls"};&lt;BR /&gt;eLink_Reporting_Tab6.runJob(args1);&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT size="2"&gt;&lt;FONT face="noto, Helvetica, Arial, sans-serif"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT size="2"&gt;&lt;FONT face="noto, Helvetica, Arial, sans-serif"&gt;But we are getting an exception as&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT size="2"&gt;&lt;FONT face="noto, Helvetica, Arial, sans-serif"&gt;Exception in component tFileInputExcel_1&lt;BR /&gt;java.lang.IllegalStateException: Zip File is closed&lt;BR /&gt;at org.apache.poi.openxml4j.util.ZipFileZipEntrySource.getEntries(ZipFileZipEntrySource.java:45)&lt;BR /&gt;at org.apache.poi.openxml4j.opc.ZipPackage.getPartsImpl(ZipPackage.java:186)&lt;BR /&gt;at org.apache.poi.openxml4j.opc.OPCPackage.getParts(OPCPackage.java:673)&lt;BR /&gt;at org.apache.poi.openxml4j.opc.OPCPackage.open(OPCPackage.java:226)&lt;BR /&gt;at org.apache.poi.openxml4j.opc.OPCPackage.open(OPCPackage.java:186)&lt;BR /&gt;at org.apache.poi.POIXMLDocument.openPackage(POIXMLDocument.java:74)&lt;BR /&gt;at org.apache.poi.xssf.usermodel.XSSFWorkbook.&amp;lt;init&amp;gt;(XSSFWorkbook.java:296)&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT size="2"&gt;&lt;FONT face="noto, Helvetica, Arial, sans-serif"&gt;Can you please explain where i am going wrong?&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT size="2"&gt;&lt;FONT face="noto, Helvetica, Arial, sans-serif"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;</description>
      <pubDate>Thu, 19 Nov 2015 11:22:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Job-Not-executing-in-Linux/m-p/2307551#M78982</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-11-19T11:22:05Z</dc:date>
    </item>
    <item>
      <title>Re: Job Not executing in Linux?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Job-Not-executing-in-Linux/m-p/2307552#M78983</link>
      <description>Hi,
&lt;BR /&gt;
&lt;BLOCKQUOTE&gt;
 &lt;TABLE border="1"&gt;
  &lt;TBODY&gt;
   &lt;TR&gt;
    &lt;TD&gt;&lt;FONT size="2"&gt;&lt;FONT face="noto, Helvetica, Arial, sans-serif"&gt;We are executing Talend job through Java application same as given above sample.&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;&lt;FONT face="noto, Helvetica, Arial, sans-serif"&gt;JCIM_ELink_Reporting_Tab6 eLink_Reporting_Tab6 = new JCIM_ELink_Reporting_Tab6();&lt;BR /&gt;String[] args1 = new String[] { "--context_param input1=D:/New/Myfolder/cert.xlsx",&amp;nbsp;&lt;BR /&gt;"--context_param output=D:/&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt;&lt;FONT face="noto, Helvetica, Arial, sans-serif"&gt;New&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt;&lt;FONT face="noto, Helvetica, Arial, sans-serif"&gt;/Myfolder/out6.xls"};&lt;BR /&gt;eLink_Reporting_Tab6.runJob(args1);&lt;/FONT&gt;&lt;/FONT&gt;&lt;/TD&gt;
   &lt;/TR&gt;
  &lt;/TBODY&gt;
 &lt;/TABLE&gt;
&lt;/BLOCKQUOTE&gt;
&lt;BR /&gt;
&lt;FONT size="2"&gt;&lt;FONT face="noto, Helvetica, Arial, sans-serif"&gt;What's your Excel? Excel 2003(.xls) or Excel 2007(.xlsx)? We see that there are two types of excel for your input and output.&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;FONT size="2"&gt;&lt;FONT face="noto, Helvetica, Arial, sans-serif"&gt;Best regards&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;FONT size="2"&gt;&lt;FONT face="noto, Helvetica, Arial, sans-serif"&gt;Sabrina&lt;BR /&gt;&lt;/FONT&gt;&lt;/FONT&gt;</description>
      <pubDate>Fri, 20 Nov 2015 03:49:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Job-Not-executing-in-Linux/m-p/2307552#M78983</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-11-20T03:49:47Z</dc:date>
    </item>
    <item>
      <title>Re: Job Not executing in Linux?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Job-Not-executing-in-Linux/m-p/2307553#M78984</link>
      <description>Yes,&lt;BR /&gt;we are reading input from Excel(2007).xlsx and output will be in Excel(2003).&lt;BR /&gt;Is this wrong?</description>
      <pubDate>Fri, 20 Nov 2015 08:11:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Job-Not-executing-in-Linux/m-p/2307553#M78984</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-11-20T08:11:42Z</dc:date>
    </item>
    <item>
      <title>Re: Job Not executing in Linux?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Job-Not-executing-in-Linux/m-p/2307554#M78985</link>
      <description>Hi Sabrina, 
&lt;BR /&gt;I too am getting a similar kind of error when trying to read an Excel file from a local directory. I have created a job called load_Sheet which reads a sheet from a Excel file (.xlsx) and dumps it into a database table. The path of the Excel file is passed using context parameters (context.file_path+context.mapping_file) that are are populated after querying another database table. 
&lt;BR /&gt;This job executes successfully when executed individually. But when I invoke this job through another job, I see the below exception message in the console: 
&lt;BR /&gt; 
&lt;FONT color="#ff3333"&gt;Exception in component tFileInputExcel_2&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="#ff3333"&gt;java.lang.IllegalStateException: Zip File is closed&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="#ff3333"&gt;at org.apache.poi.openxml4j.util.ZipFileZipEntrySource.getEntries(ZipFileZipEntrySource.java:45)&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="#ff3333"&gt;at org.apache.poi.openxml4j.opc.ZipPackage.getPartsImpl(ZipPackage.java:186)&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="#ff3333"&gt;at org.apache.poi.openxml4j.opc.OPCPackage.getParts(OPCPackage.java:673)&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="#ff3333"&gt;at org.apache.poi.openxml4j.opc.OPCPackage.open(OPCPackage.java:226)&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="#ff3333"&gt;at org.apache.poi.openxml4j.opc.OPCPackage.open(OPCPackage.java:186)&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="#ff3333"&gt;at org.apache.poi.POIXMLDocument.openPackage(POIXMLDocument.java:74)&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="#ff3333"&gt;at org.apache.poi.xssf.usermodel.XSSFWorkbook.&amp;lt;init&amp;gt;(XSSFWorkbook.java:296)&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="#ff3333"&gt;at ...&lt;/FONT&gt; 
&lt;BR /&gt;The only difference between these two executions is that when run as a sub job, the code to set the context parameter's values in invoked in the main job instead of the sub job. 
&lt;BR /&gt;What can be the possible issue with this?&amp;nbsp;</description>
      <pubDate>Wed, 02 Mar 2016 10:09:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Job-Not-executing-in-Linux/m-p/2307554#M78985</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-03-02T10:09:52Z</dc:date>
    </item>
  </channel>
</rss>

