-
-
Notifications
You must be signed in to change notification settings - Fork 316
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
java/beans/XMLEncoder/* failed on AIX jdk16 with java.awt.AWTError: Can't connect to X11 window server using ':0' as the value of the DISPLAY variable.
#2810
Comments
java.awt.AWTError: Can't connect to X11 window server using ':0' as the value of the DISPLAY variable.
adoptium#2810 Signed-off-by: Sophia Guo <[email protected]>
Trying with Looks like it's not the value issue, which means probably the way the X11 is setting up. |
https://www.ibm.com/docs/en/db2woc?topic=message-tcpip-errors errno = 68 -> EADDRNOTAVAIL The specified host name or IP address is not available from the local system. |
The error code could be different everytime. In the release build, the errno = 78, timeout. |
Move to infra adoptium/infrastructure#2297, close this one. |
Test fails for openjdk18, aix-ppc64: Jenkins URL: https://ci.adoptopenjdk.net/job/Test_openjdk18_hs_extended.openjdk_ppc64_aix_testList_0/6/#showFailuresLink |
java/beans/XMLEncoder/* failed on AIX jdk16 with
_X11TransTRANS(ibmSHMConnect) () can't connect: errno = 78 java.awt.AWTError: Can't connect to X11 window server using ':0' as the value of the DISPLAY variable.
java/beans/XMLEncoder/Test4631471.java.Test4631471
java/beans/XMLEncoder/Test4652928.java.Test4652928
java/beans/XMLEncoder/Test4822050.java.Test4822050
java/beans/XMLEncoder/Test4903007.java.Test4903007
java/beans/XMLEncoder/Test6437265.java.Test6437265
java/beans/XMLEncoder/Test6501431.java.Test6501431
java/beans/XMLEncoder/Test6570354.java.Test6570354
java/beans/XMLEncoder/java_awt_CardLayout.java.java_awt_CardLayout
java/beans/XMLEncoder/java_awt_GridBagLayout.java.java_awt_GridBagLayout
java/beans/XMLEncoder/java_awt_ScrollPane.java.java_awt_ScrollPane
java/beans/XMLEncoder/javax_swing_Box.java.javax_swing_Box
java/beans/XMLEncoder/javax_swing_BoxLayout.java.javax_swing_BoxLayout
java/beans/XMLEncoder/javax_swing_Box_Filler.java.javax_swing_Box_Filler
java/beans/XMLEncoder/javax_swing_DefaultCellEditor.java.javax_swing_DefaultCellEditor
java/beans/XMLEncoder/javax_swing_JButton.java.javax_swing_JButton
java/beans/XMLEncoder/javax_swing_JLayeredPane.java.javax_swing_JLayeredPane
java/beans/XMLEncoder/javax_swing_JSplitPane.java.javax_swing_JSplitPane
java/beans/XMLEncoder/javax_swing_JTree.java.javax_swing_JTree
java/beans/XMLEncoder/javax_swing_OverlayLayout.java.javax_swing_OverlayLayout
java/beans/XMLEncoder/javax_swing_border_TitledBorder.java.javax_swing_border_TitledBorder
java/beans/XMLEncoder/javax_swing_plaf_BorderUIResource_TitledBorderUIResource.java.javax_swing_plaf_BorderUIResource_TitledBorderUIResource
https://ci.adoptopenjdk.net/job/Test_openjdk16_hs_extended.openjdk_ppc64_aix_testList_1/9/#showFailuresLink
related adoptium/adoptium#63
Looks like the test set up issue:
aqa-tests/buildenv/jenkins/JenkinsfileBase
Lines 594 to 599 in 4240e6f
The text was updated successfully, but these errors were encountered: