You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some java/beans/* test failed with error message: Caused by: java.lang.NullPointerException: ...because "sun.awt.FontConfiguration.head" is nullon arm containers.
#2318
Closed
sophia-guo opened this issue
Sep 16, 2021
· 6 comments
Based on the other issues this will need the fontconfig package (which pulls in fonts-dejavu-core, fontconfig-configlibfontconfig1` on Ubuntu) added to the DockerStatic containers.
fontconfig should now be available on all active docker static containers other than the Alpine ones (which are headless).
Please reopen if you see this anywhere again.
Following jdk_bean tests got error message:
Caused by: java.lang.NullPointerException: Cannot load from *** because "sun.awt.FontConfiguration.head" is null.
https://ci.adoptopenjdk.net/job/Test_openjdk17_hs_extended.openjdk_arm_linux_testList_0/12/
java/beans/PropertyChangeSupport/Test4682386.java.Test4682386
java/beans/PropertyEditor/TestFontClassJava.java.TestFontClassJava
java/beans/PropertyEditor/TestFontClassValue.java.TestFontClassValue
java/beans/XMLEncoder/Test4631471.java.Test4631471
java/beans/XMLEncoder/Test4903007.java.Test4903007
java/beans/XMLEncoder/javax_swing_DefaultCellEditor.java.javax_swing_DefaultCellEditor
java/beans/XMLEncoder/javax_swing_JTree.java.javax_swing_JTree
Tests passed on non-docker containers. Reran on test-sxa-armv7l-ubuntu1804-odroid-1. reran passed.:
https://ci.adoptopenjdk.net/view/work-in-progress/job/grinder_sandbox_new/322/console
adoptium/aqa-tests#2854
The text was updated successfully, but these errors were encountered: