eclipse-openj9 / openj9

Eclipse OpenJ9: A Java Virtual Machine for OpenJDK that's optimized for small footprint, fast start-up, and high throughput. Builds on Eclipse OMR (https://github.com/eclipse/omr) and combines with the Extensions for OpenJDK for OpenJ9 repo.
Other
3.28k stars 721 forks source link

Exception in thread "main" java.awt.AWTError: Can't connect to X11 window server using 'unix:0' #17396

Open bhavanisn opened 1 year ago

bhavanisn commented 1 year ago

Saw the X server issue while running tests on https://github.com/eclipse-openj9/openj9/pull/17243 TestFailure link: https://openj9-jenkins.osuosl.org/job/Test_openjdk8_j9_sanity.functional_ppc64_aix_Personal_testList_0/203/

Few things to note:

Previous issue here: https://github.com/eclipse-openj9/openj9/issues/14943

bhavanisn commented 1 year ago

@pshipton

pshipton commented 1 year ago

Also of interest is that I tried to recreate it on the machine where it failed but could not. https://github.com/eclipse-openj9/openj9/pull/17243#issuecomment-1542625365

I don't think it's a real problem, just some kind of temporary network/machine issue.

I'll keep this open for a while in case it's seen again.

@llxia fyi