gastaldi commented on PR #425:
URL: https://github.com/apache/poi/pull/425#issuecomment-1416782086
Here is the stacktrace without the system property set:
```
Caused by: java.lang.UnsatisfiedLinkError: no awt in java.library.path
at
org.graalvm.nativeimage.builder/com.oracle.svm.core.jdk.NativeLibrarySupport.loadLibraryRelative(NativeLibrarySupport.java:120)
at
[email protected]/java.lang.ClassLoader.loadLibrary(ClassLoader.java:50)
at [email protected]/java.lang.Runtime.loadLibrary0(Runtime.java:818)
at [email protected]/java.lang.System.loadLibrary(System.java:1989)
at [email protected]/java.awt.Toolkit$2.run(Toolkit.java:1388)
at [email protected]/java.awt.Toolkit$2.run(Toolkit.java:1386)
at
[email protected]/java.security.AccessController.executePrivileged(AccessController.java:168)
at
[email protected]/java.security.AccessController.doPrivileged(AccessController.java:318)
at [email protected]/java.awt.Toolkit.loadLibraries(Toolkit.java:1385)
at [email protected]/java.awt.Toolkit.initStatic(Toolkit.java:1423)
at [email protected]/java.awt.Toolkit.<clinit>(Toolkit.java:1397)
at [email protected]/java.awt.Font.<clinit>(Font.java:288)
at
[email protected]/java.awt.font.TextLayout.singleFont(TextLayout.java:468)
at
[email protected]/java.awt.font.TextLayout.<init>(TextLayout.java:530)
at
org.apache.poi.ss.util.SheetUtil.getDefaultCharWidth(SheetUtil.java:301)
at
org.apache.poi.xssf.streaming.AutoSizeColumnTracker.<init>(AutoSizeColumnTracker.java:117)
at org.apache.poi.xssf.streaming.SXSSFSheet.<init>(SXSSFSheet.java:95)
at
org.apache.poi.xssf.streaming.SXSSFWorkbook.createAndRegisterSXSSFSheet(SXSSFWorkbook.java:726)
at
org.apache.poi.xssf.streaming.SXSSFWorkbook.createSheet(SXSSFWorkbook.java:720)
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]