-
Notifications
You must be signed in to change notification settings - Fork 733
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
AWTError: Can't connect to X11 window server using 'unix:0' #14943
Comments
Number 8 appears to have X11 installed correctly. Is this intermittent or does it always fail? |
Seeing more of these today, did something change? Tried a grinder and the test, when run by itself, passed on p8-java1-ibm09 |
Try more grinders https://openj9-jenkins.osuosl.org/view/Test/job/Grinder/1260/ |
Perhaps having X11 installed correctly isn't the problem. Is it running? |
Saw this while testing #15683 I think the X server may not be handling client disconnections properly, or clients are not disconnecting properly on AIX. While running a grinder I noticed that in each iteration we try to start an X server without stopping the previous one. The first test run successfully connects to the newly started X server:
Subsequent iterations try to start a new X server but that fails because the first is still up and listening on the port.
Subsequent test runs fail to connect to the original X server.
I can't tell from the existing output what the problem is, but there might be something in the X server log, if someone can get access to it. |
@llxia can someone take a look at this pls. |
Sure, we will look into this. |
I can only reproduce this issue when setting iterations as we repeatedly start an X server within each iteration. So far, I am not able to reproduce the error when repeatedly triggering new jobs on the same machine.
I will move x11 cmd out of the loop. And I suspect that we do not need |
- move x11 cmd outside of iterations - remove nohup in x11 cmd - only start x11 for BUILD_LIST=openjdk, jck and/or functional Related: eclipse-openj9/openj9#14943 Signed-off-by: lanxia <[email protected]>
- move x11 cmd outside of iterations - remove nohup in x11 cmd - only start x11 for BUILD_LIST=openjdk, jck and/or functional Related: eclipse-openj9/openj9#14943 Signed-off-by: lanxia <[email protected]> Signed-off-by: lanxia <[email protected]>
PR is delivered. Close this issue. Please reopen if the problem still occurs. |
Failure link
https://openj9-jenkins.osuosl.org/job/Test_openjdk17_j9_sanity.functional_ppc64_aix_Personal_testList_0/82
Optional info
Occurs periodically on AIX AOT tests; see #14894 (comment). This error has been happening for a while; opening this issue to give reviewers something to refer to in order to justify merging PRs where this error shows up in PR builds.
Failure output (captured from console output)
The text was updated successfully, but these errors were encountered: