<?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: tFileOuputExcel can't write to Linux in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/tFileOuputExcel-can-t-write-to-Linux/m-p/2266894#M45965</link>
    <description>Thanks for trying to help! "FONT = " is what shows in the log when default is selected in the font drop down of the excel component. I tried changing the font to Arial and again with Times New Roman. The selected font does end up in the stack trace but I still get the same error when running from job server on CentOS 7.</description>
    <pubDate>Tue, 27 Nov 2018 14:30:16 GMT</pubDate>
    <dc:creator>jscher01</dc:creator>
    <dc:date>2018-11-27T14:30:16Z</dc:date>
    <item>
      <title>tFileOuputExcel can't write to Linux</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFileOuputExcel-can-t-write-to-Linux/m-p/2266887#M45958</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I have a process that works great locally but breaks when I run it from the Execution server that is a Linux system.&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;The process breaks when I select the 'Write excel2007 file format(xlsx)' checkbox. I have verified the java version isn't the issue and encoding is set to the UTF-8 default on the server and in the component.&amp;nbsp;Also, all Modules are installed required for the component and are not showing warning/errors.&amp;nbsp; Here is the error I'm getting:&lt;/P&gt; 
&lt;P&gt;tFileOutputExcel_1 0&lt;BR /&gt;java.lang.ArrayIndexOutOfBoundsException: 0&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I can write to the location when 'write excel2007' is not checked so it's not a permission or schema issue. I am using Talend 6.4. No issues&amp;nbsp;utilizing dozens of other components in this project.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;IMO - This is too common of a component to be an issue with Talend and has to be something with my install or setup of the Execution server. What should I try next?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thanks,&lt;/P&gt; 
&lt;P&gt;James&lt;/P&gt;</description>
      <pubDate>Wed, 21 Nov 2018 23:00:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFileOuputExcel-can-t-write-to-Linux/m-p/2266887#M45958</guid>
      <dc:creator>jscher01</dc:creator>
      <dc:date>2018-11-21T23:00:07Z</dc:date>
    </item>
    <item>
      <title>Re: tFileOuputExcel can't write to Linux</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFileOuputExcel-can-t-write-to-Linux/m-p/2266888#M45959</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;What does your input excel file look like? Is there any ghost character in it? Does this issue repro on all your excel files or a specific one?&lt;/P&gt;
&lt;P&gt;Best regards&lt;/P&gt;
&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Mon, 26 Nov 2018 06:59:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFileOuputExcel-can-t-write-to-Linux/m-p/2266888#M45959</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-11-26T06:59:06Z</dc:date>
    </item>
    <item>
      <title>Re: tFileOuputExcel can't write to Linux</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFileOuputExcel-can-t-write-to-Linux/m-p/2266889#M45960</link>
      <description>&lt;P&gt;Hello &lt;SPAN&gt;Sabrina,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;The original jobs all write to excel before sending to recipients, the issue has been with anything I publish and run from the job/execution server. To try and find a solution I created a simple job the generates one column with 100 rows using the&amp;nbsp;TalendDataGenerator.getFirstName() function. I have attached a screen shot of the simple job. Again, I am able to create xls extension with the excel component but not 2007.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;The OS on the job server is&amp;nbsp;CentOS 7.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009Lttg"&gt;Excel.PNG&lt;/A&gt;</description>
      <pubDate>Mon, 26 Nov 2018 14:04:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFileOuputExcel-can-t-write-to-Linux/m-p/2266889#M45960</guid>
      <dc:creator>jscher01</dc:creator>
      <dc:date>2018-11-26T14:04:10Z</dc:date>
    </item>
    <item>
      <title>Re: tFileOuputExcel can't write to Linux</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFileOuputExcel-can-t-write-to-Linux/m-p/2266890#M45961</link>
      <description>Are you writing to CentOS 7 or running the job from a TAC on CentOS 7 and writing the file somewhere else? 
&lt;BR /&gt; 
&lt;BR /&gt;Also, can you post a full stack trace? The error indicates the program is trying to access an empty array, which probably mean something went wrong upstream. 
&lt;BR /&gt; 
&lt;BR /&gt;I have written .xlsx files on CentOS using the licensed version of Talend Big Data Platform, but that was several months ago: who knows what has changed since then ; )</description>
      <pubDate>Mon, 26 Nov 2018 20:26:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFileOuputExcel-can-t-write-to-Linux/m-p/2266890#M45961</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-11-26T20:26:28Z</dc:date>
    </item>
    <item>
      <title>Re: tFileOuputExcel can't write to Linux</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFileOuputExcel-can-t-write-to-Linux/m-p/2266891#M45962</link>
      <description>We are using Talend Data Services Platform 6.4.1 
&lt;BR /&gt; 
&lt;BR /&gt;Q: Are you writing to CentOS 7 or running the job from a TAC on CentOS 7 and writing the file somewhere else? 
&lt;BR /&gt;A: Running the job from TAC using an Execution server running on CentOS 7 as a staging location before sending to multiple locations. 
&lt;BR /&gt; 
&lt;BR /&gt;Full log from simple job (like I said if I change that 2007 check box everything works fine): 
&lt;BR /&gt;[INFO ]: integrations_2.write_file_using_tac_excel_0_8.write_file_using_tac_excel - TalendJob: 'write_file_using_tac_excel' - Start. 
&lt;BR /&gt;[statistics] connecting to socket on port 10284 
&lt;BR /&gt;[statistics] connected 
&lt;BR /&gt; 
&lt;BR /&gt;[FATAL]: integrations_2.write_file_using_tac_excel_0_8.write_file_using_tac_excel - tFileOutputExcel_1 0 
&lt;BR /&gt;java.lang.ArrayIndexOutOfBoundsException: 0 
&lt;BR /&gt;at sun.font.CompositeFont.getSlotFont(CompositeFont.java:375) 
&lt;BR /&gt;at sun.font.CompositeGlyphMapper.initMapper(CompositeGlyphMapper.java:81) 
&lt;BR /&gt;at sun.font.CompositeGlyphMapper.&amp;lt;init&amp;gt;(CompositeGlyphMapper.java:62) 
&lt;BR /&gt;at sun.font.CompositeFont.getMapper(CompositeFont.java:433) 
&lt;BR /&gt;at sun.font.CompositeFont.canDisplay(CompositeFont.java:459) 
&lt;BR /&gt;at java.awt.Font.canDisplayUpTo(Font.java:2063) 
&lt;BR /&gt;at java.awt.font.TextLayout.singleFont(TextLayout.java:470) 
&lt;BR /&gt;at java.awt.font.TextLayout.&amp;lt;init&amp;gt;(TextLayout.java:531) 
&lt;BR /&gt;at org.apache.poi.ss.util.SheetUtil.getDefaultCharWidth(SheetUtil.java:274) 
&lt;BR /&gt;at org.apache.poi.xssf.streaming.AutoSizeColumnTracker.&amp;lt;init&amp;gt;(AutoSizeColumnTracker.java:117) 
&lt;BR /&gt;at org.apache.poi.xssf.streaming.SXSSFSheet.&amp;lt;init&amp;gt;(SXSSFSheet.java:79) 
&lt;BR /&gt;at org.apache.poi.xssf.streaming.SXSSFWorkbook.createAndRegisterSXSSFSheet(SXSSFWorkbook.java:652) 
&lt;BR /&gt;at org.apache.poi.xssf.streaming.SXSSFWorkbook.createSheet(SXSSFWorkbook.java:673) 
&lt;BR /&gt;at org.apache.poi.xssf.streaming.SXSSFWorkbook.createSheet(SXSSFWorkbook.java:89) 
&lt;BR /&gt;at org.talend.ExcelTool.prepareXlsxFile(ExcelTool.java:129) 
&lt;BR /&gt;at integrations_2.write_file_using_tac_excel_0_8.write_file_using_tac_excel.tRowGenerator_1Process(write_file_using_tac_excel.java:690) 
&lt;BR /&gt;at integrations_2.write_file_using_tac_excel_0_8.write_file_using_tac_excel.runJobInTOS(write_file_using_tac_excel.java:1554) 
&lt;BR /&gt;at integrations_2.write_file_using_tac_excel_0_8.write_file_using_tac_excel.main(write_file_using_tac_excel.java:1385) 
&lt;BR /&gt;[statistics] disconnected 
&lt;BR /&gt;Exception in component tFileOutputExcel_1 (write_file_using_tac_excel) 
&lt;BR /&gt;java.lang.ArrayIndexOutOfBoundsException: 0 
&lt;BR /&gt;at sun.font.CompositeFont.getSlotFont(CompositeFont.java:375) 
&lt;BR /&gt;at sun.font.CompositeGlyphMapper.initMapper(CompositeGlyphMapper.java:81) 
&lt;BR /&gt;at sun.font.CompositeGlyphMapper.&amp;lt;init&amp;gt;(CompositeGlyphMapper.java:62) 
&lt;BR /&gt;at sun.font.CompositeFont.getMapper(CompositeFont.java:433) 
&lt;BR /&gt;at sun.font.CompositeFont.canDisplay(CompositeFont.java:459) 
&lt;BR /&gt;at java.awt.Font.canDisplayUpTo(Font.java:2063) 
&lt;BR /&gt;at java.awt.font.TextLayout.singleFont(TextLayout.java:470) 
&lt;BR /&gt;at java.awt.font.TextLayout.&amp;lt;init&amp;gt;(TextLayout.java:531) 
&lt;BR /&gt;at org.apache.poi.ss.util.SheetUtil.getDefaultCharWidth(SheetUtil.java:274) 
&lt;BR /&gt;at org.apache.poi.xssf.streaming.AutoSizeColumnTracker.&amp;lt;init&amp;gt;(AutoSizeColumnTracker.java:117) 
&lt;BR /&gt;at org.apache.poi.xssf.streaming.SXSSFSheet.&amp;lt;init&amp;gt;(SXSSFSheet.java:79) 
&lt;BR /&gt;at org.apache.poi.xssf.streaming.SXSSFWorkbook.createAndRegisterSXSSFSheet(SXSSFWorkbook.java:652) 
&lt;BR /&gt;at org.apache.poi.xssf.streaming.SXSSFWorkbook.createSheet(SXSSFWorkbook.java:673) 
&lt;BR /&gt;at org.apache.poi.xssf.streaming.SXSSFWorkbook.createSheet(SXSSFWorkbook.java:89) 
&lt;BR /&gt;at org.talend.ExcelTool.prepareXlsxFile(ExcelTool.java:129) 
&lt;BR /&gt;at integrations_2.write_file_using_tac_excel_0_8.write_file_using_tac_excel.tRowGenerator_1Process(write_file_using_tac_excel.java:690) 
&lt;BR /&gt;at integrations_2.write_file_using_tac_excel_0_8.write_file_using_tac_excel.runJobInTOS(write_file_using_tac_excel.java:1554) 
&lt;BR /&gt;at integrations_2.write_file_using_tac_excel_0_8.write_file_using_tac_excel.main(write_file_using_tac_excel.java:1385) 
&lt;BR /&gt; 
&lt;BR /&gt;Thanks, 
&lt;BR /&gt;James</description>
      <pubDate>Mon, 26 Nov 2018 20:41:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFileOuputExcel-can-t-write-to-Linux/m-p/2266891#M45962</guid>
      <dc:creator>jscher01</dc:creator>
      <dc:date>2018-11-26T20:41:23Z</dc:date>
    </item>
    <item>
      <title>Re: tFileOuputExcel can't write to Linux</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFileOuputExcel-can-t-write-to-Linux/m-p/2266892#M45963</link>
      <description>Full log when running log4j level set to trace: 
&lt;BR /&gt;[INFO ]: integrations_2.write_file_using_tac_excel_0_14.write_file_using_tac_excel - TalendJob: 'write_file_using_tac_excel' - Start. 
&lt;BR /&gt;[statistics] connecting to socket on port 10307 
&lt;BR /&gt;[statistics] connected 
&lt;BR /&gt;1.8.0_171 
&lt;BR /&gt;[DEBUG]: integrations_2.write_file_using_tac_excel_0_14.write_file_using_tac_excel - tFileOutputExcel_1 - Start to work. 
&lt;BR /&gt;[DEBUG]: integrations_2.write_file_using_tac_excel_0_14.write_file_using_tac_excel - tFileOutputExcel_1 - Parameters:VERSION_2007 = true | USESTREAM = false | FILENAME = "/tmp/test.xlsx" | SHEETNAME = "Data" | INCLUDEHEADER = true | APPEND_FILE = false | FIRST_CELL_Y_ABSOLUTE = false | FONT = | IS_ALL_AUTO_SZIE = false | AUTO_SZIE_SETTING = [{IS_AUTO_SIZE=false, SCHEMA_COLUMN=Name}, {IS_AUTO_SIZE=false, SCHEMA_COLUMN=newColumn}] | CREATE = true | FLUSHONROW = false | ADVANCED_SEPARATOR = false | ENCODING = "UTF-8" | DELETE_EMPTYFILE = true | 
&lt;BR /&gt; 
&lt;BR /&gt;[FATAL]: integrations_2.write_file_using_tac_excel_0_14.write_file_using_tac_excel - tFileOutputExcel_1 0 
&lt;BR /&gt;java.lang.ArrayIndexOutOfBoundsException: 0 
&lt;BR /&gt;at sun.font.CompositeFont.getSlotFont(CompositeFont.java:375) 
&lt;BR /&gt;at sun.font.CompositeGlyphMapper.initMapper(CompositeGlyphMapper.java:81) 
&lt;BR /&gt;at sun.font.CompositeGlyphMapper.&amp;lt;init&amp;gt;(CompositeGlyphMapper.java:62) 
&lt;BR /&gt;at sun.font.CompositeFont.getMapper(CompositeFont.java:433) 
&lt;BR /&gt;at sun.font.CompositeFont.canDisplay(CompositeFont.java:459) 
&lt;BR /&gt;at java.awt.Font.canDisplayUpTo(Font.java:2063) 
&lt;BR /&gt;at java.awt.font.TextLayout.singleFont(TextLayout.java:470) 
&lt;BR /&gt;at java.awt.font.TextLayout.&amp;lt;init&amp;gt;(TextLayout.java:531) 
&lt;BR /&gt;at org.apache.poi.ss.util.SheetUtil.getDefaultCharWidth(SheetUtil.java:274) 
&lt;BR /&gt;at org.apache.poi.xssf.streaming.AutoSizeColumnTracker.&amp;lt;init&amp;gt;(AutoSizeColumnTracker.java:117) 
&lt;BR /&gt;at org.apache.poi.xssf.streaming.SXSSFSheet.&amp;lt;init&amp;gt;(SXSSFSheet.java:79) 
&lt;BR /&gt;at org.apache.poi.xssf.streaming.SXSSFWorkbook.createAndRegisterSXSSFSheet(SXSSFWorkbook.java:652) 
&lt;BR /&gt;at org.apache.poi.xssf.streaming.SXSSFWorkbook.createSheet(SXSSFWorkbook.java:673) 
&lt;BR /&gt;at org.apache.poi.xssf.streaming.SXSSFWorkbook.createSheet(SXSSFWorkbook.java:89) 
&lt;BR /&gt;at org.talend.ExcelTool.prepareXlsxFile(ExcelTool.java:133) 
&lt;BR /&gt;at integrations_2.write_file_using_tac_excel_0_14.write_file_using_tac_excel.tRowGenerator_1Process(write_file_using_tac_excel.java:909) 
&lt;BR /&gt;at integrations_2.write_file_using_tac_excel_0_14.write_file_using_tac_excel.tJava_1Process(write_file_using_tac_excel.java:406) 
&lt;BR /&gt;at integrations_2.write_file_using_tac_excel_0_14.write_file_using_tac_excel.runJobInTOS(write_file_using_tac_excel.java:1723) 
&lt;BR /&gt;at integrations_2.write_file_using_tac_excel_0_14.write_file_using_tac_excel.main(write_file_using_tac_excel.java:1554) 
&lt;BR /&gt;[statistics] disconnected 
&lt;BR /&gt;Exception in component tFileOutputExcel_1 (write_file_using_tac_excel) 
&lt;BR /&gt;java.lang.ArrayIndexOutOfBoundsException: 0 
&lt;BR /&gt;at sun.font.CompositeFont.getSlotFont(CompositeFont.java:375) 
&lt;BR /&gt;at sun.font.CompositeGlyphMapper.initMapper(CompositeGlyphMapper.java:81) 
&lt;BR /&gt;at sun.font.CompositeGlyphMapper.&amp;lt;init&amp;gt;(CompositeGlyphMapper.java:62) 
&lt;BR /&gt;at sun.font.CompositeFont.getMapper(CompositeFont.java:433) 
&lt;BR /&gt;at sun.font.CompositeFont.canDisplay(CompositeFont.java:459) 
&lt;BR /&gt;at java.awt.Font.canDisplayUpTo(Font.java:2063) 
&lt;BR /&gt;at java.awt.font.TextLayout.singleFont(TextLayout.java:470) 
&lt;BR /&gt;at java.awt.font.TextLayout.&amp;lt;init&amp;gt;(TextLayout.java:531) 
&lt;BR /&gt;at org.apache.poi.ss.util.SheetUtil.getDefaultCharWidth(SheetUtil.java:274) 
&lt;BR /&gt;at org.apache.poi.xssf.streaming.AutoSizeColumnTracker.&amp;lt;init&amp;gt;(AutoSizeColumnTracker.java:117) 
&lt;BR /&gt;at org.apache.poi.xssf.streaming.SXSSFSheet.&amp;lt;init&amp;gt;(SXSSFSheet.java:79) 
&lt;BR /&gt;at org.apache.poi.xssf.streaming.SXSSFWorkbook.createAndRegisterSXSSFSheet(SXSSFWorkbook.java:652) 
&lt;BR /&gt;at org.apache.poi.xssf.streaming.SXSSFWorkbook.createSheet(SXSSFWorkbook.java:673) 
&lt;BR /&gt;at org.apache.poi.xssf.streaming.SXSSFWorkbook.createSheet(SXSSFWorkbook.java:89) 
&lt;BR /&gt;at org.talend.ExcelTool.prepareXlsxFile(ExcelTool.java:133) 
&lt;BR /&gt;at integrations_2.write_file_using_tac_excel_0_14.write_file_using_tac_excel.tRowGenerator_1Process(write_file_using_tac_excel.java:909) 
&lt;BR /&gt;at integrations_2.write_file_using_tac_excel_0_14.write_file_using_tac_excel.tJava_1Process(write_file_using_tac_excel.java:406) 
&lt;BR /&gt;at integrations_2.write_file_using_tac_excel_0_14.write_file_using_tac_excel.runJobInTOS(write_file_using_tac_excel.java:1723) 
&lt;BR /&gt;at integrations_2.write_file_using_tac_excel_0_14.write_file_using_tac_excel.main(write_file_using_tac_excel.java:1554)</description>
      <pubDate>Mon, 26 Nov 2018 20:47:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFileOuputExcel-can-t-write-to-Linux/m-p/2266892#M45963</guid>
      <dc:creator>jscher01</dc:creator>
      <dc:date>2018-11-26T20:47:25Z</dc:date>
    </item>
    <item>
      <title>Re: tFileOuputExcel can't write to Linux</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFileOuputExcel-can-t-write-to-Linux/m-p/2266893#M45964</link>
      <description>&lt;P&gt;According to the stack trace, the method throwing the error is:&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;[FATAL]: integrations_2.write_file_using_tac_excel_0_14.write_file_using_tac_excel - tFileOutputExcel_1 0&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;java.lang.ArrayIndexOutOfBoundsException: 0&lt;/SPAN&gt;&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;&lt;SPAN&gt;at sun.font.CompositeFont.getSlotFont(CompositeFont.java:375)&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;Looking at the debug trace, the FONT parameter is empty:&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;[DEBUG]: integrations_2.write_file_using_tac_excel_0_14.write_file_using_tac_excel - tFileOutputExcel_1 - Parameters:VERSION_2007 = true | USESTREAM = false | FILENAME = "/tmp/test.xlsx" | SHEETNAME = "Data" | INCLUDEHEADER = true | APPEND_FILE = false | FIRST_CELL_Y_ABSOLUTE = false |&lt;FONT color="#FF0000"&gt; FONT =&lt;/FONT&gt; | IS_ALL_AUTO_SZIE = false | AUTO_SZIE_SETTING = [{IS_AUTO_SIZE=false, SCHEMA_COLUMN=Name}, {IS_AUTO_SIZE=false, SCHEMA_COLUMN=newColumn}] | CREATE = true | FLUSHONROW = false | ADVANCED_SEPARATOR = false | ENCODING = "UTF-8" | DELETE_EMPTYFILE = true |&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;So, the&amp;nbsp;&lt;SPAN&gt;sun.font.CompositeFont.getSlotFont method probably expects the FONT parameter to be defined before it is called. I don't have a copy of Talend available at the moment, but are there any parameters under the Advanced tab of the tFileOutputExcel component that might populate that parameter (I can't think of any, but worth a check)?&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;If not, I would consider raising this as a bug report with Talend; someone probably needs to look at the Java code that is generated, because my guess is that the FONT parameter is supposed to be populated by an internal method that the user has no direct control over. For some reason, that's not happening. Unfortunately, you probably won't have access to the internal methods to find the bug yourself, and even if you did, there's not much you can do other than exporting the code outside of Talend, fixing the error, then running it in a Java interpreter.&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;I hope this helps; if there's anything more I can do, please let me know.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Nov 2018 13:06:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFileOuputExcel-can-t-write-to-Linux/m-p/2266893#M45964</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-11-27T13:06:13Z</dc:date>
    </item>
    <item>
      <title>Re: tFileOuputExcel can't write to Linux</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFileOuputExcel-can-t-write-to-Linux/m-p/2266894#M45965</link>
      <description>Thanks for trying to help! "FONT = " is what shows in the log when default is selected in the font drop down of the excel component. I tried changing the font to Arial and again with Times New Roman. The selected font does end up in the stack trace but I still get the same error when running from job server on CentOS 7.</description>
      <pubDate>Tue, 27 Nov 2018 14:30:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFileOuputExcel-can-t-write-to-Linux/m-p/2266894#M45965</guid>
      <dc:creator>jscher01</dc:creator>
      <dc:date>2018-11-27T14:30:16Z</dc:date>
    </item>
    <item>
      <title>Re: tFileOuputExcel can't write to Linux</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFileOuputExcel-can-t-write-to-Linux/m-p/2266895#M45966</link>
      <description>Well, you can't win them all...&lt;BR /&gt;&lt;BR /&gt;I'd still raise a bug report with Talend; hopefully they can help.&lt;BR /&gt;&lt;BR /&gt;Good luck.</description>
      <pubDate>Wed, 28 Nov 2018 02:20:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFileOuputExcel-can-t-write-to-Linux/m-p/2266895#M45966</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-11-28T02:20:50Z</dc:date>
    </item>
  </channel>
</rss>

