https://bz.apache.org/bugzilla/show_bug.cgi?id=68778
--- Comment #13 from Hani Naguib <h...@naguib.info> --- Not sure this is related by I get the same exception although with a different call stack. java.lang.RuntimeException: Fontconfig head is null, check your fonts or fonts configuration at java.desktop/sun.awt.FontConfiguration.getVersion(Unknown Source) ~[na:na] at java.desktop/sun.awt.FontConfiguration.readFontConfigFile(Unknown Source) ~[na:na] at java.desktop/sun.awt.FontConfiguration.init(Unknown Source) ~[na:na] at java.desktop/sun.awt.X11FontManager.createFontConfiguration(Unknown Source) ~[na:na] at java.desktop/sun.font.SunFontManager$2.run(Unknown Source) ~[na:na] at java.desktop/sun.font.SunFontManager$2.run(Unknown Source) ~[na:na] at java.base/java.security.AccessController.doPrivileged(Unknown Source) ~[na:na] at java.desktop/sun.font.SunFontManager.<init>(Unknown Source) ~[na:na] at java.desktop/sun.awt.FcFontManager.<init>(Unknown Source) ~[na:na] at java.desktop/sun.awt.X11FontManager.<init>(Unknown Source) ~[na:na] at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[na:na] at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) ~[na:na] at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) ~[na:na] at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Unknown Source) ~[na:na] at java.base/java.lang.reflect.Constructor.newInstance(Unknown Source) ~[na:na] at java.desktop/sun.font.FontManagerFactory$1.run(Unknown Source) ~[na:na] at java.base/java.security.AccessController.doPrivileged(Unknown Source) ~[na:na] at java.desktop/sun.font.FontManagerFactory.getInstance(Unknown Source) ~[na:na] at java.desktop/java.awt.Font.getFont2D(Unknown Source) ~[na:na] at java.desktop/java.awt.Font.canDisplayUpTo(Unknown Source) ~[na:na] at java.desktop/java.awt.font.TextLayout.singleFont(Unknown Source) ~[na:na] at java.desktop/java.awt.font.TextLayout.<init>(Unknown Source) ~[na:na] at org.apache.poi.ss.util.SheetUtil.getCellWidth(SheetUtil.java:262) ~[poi-5.3.0.jar:5.3.0] at org.apache.poi.ss.util.SheetUtil.getCellWidth(SheetUtil.java:223) ~[poi-5.3.0.jar:5.3.0] at org.apache.poi.ss.util.SheetUtil.getColumnWidthForRow(SheetUtil.java:399) ~[poi-5.3.0.jar:5.3.0] at org.apache.poi.ss.util.SheetUtil.getColumnWidth(SheetUtil.java:318) ~[poi-5.3.0.jar:5.3.0] at org.apache.poi.ss.util.SheetUtil.getColumnWidth(SheetUtil.java:295) ~[poi-5.3.0.jar:5.3.0] at org.apache.poi.xssf.usermodel.XSSFSheet.autoSizeColumn(XSSFSheet.java:497) ~[poi-ooxml-5.3.0.jar:5.3.0] at org.apache.poi.xssf.usermodel.XSSFSheet.autoSizeColumn(XSSFSheet.java:479) ~[poi-ooxml-5.3.0.jar:5.3.0] -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org For additional commands, e-mail: dev-h...@poi.apache.org