Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [dash-dev] XHost Already Running

That I think will only work if the issues that Andrew discovered were addressed. Andrew did we ever get the necessary updates on build.eclipse.org?

Dave

Nick Boldt wrote:
Collisions occur when you use "test" instead of "testLocal" because "test" picks a random display port, which might already be in use. We need a better mechanism to assign port numbers, like the way Hudson does it itself.

Try switching to the build.steps=testLocal target and turning on Xvnc for your build's job config.

David Carver wrote:
I'm getting the following error with the XQuery incubator CI build for tests:

[build] [exec] _XSERVTransSocketUNIXCreateListener: ...SocketCreateListener() failed [build] [exec] _XSERVTransMakeAllCOTSServerListeners: server already running
   [build]      [exec]    [build]      [exec] Fatal server error:
[build] [exec] Cannot establish any listening sockets - Make sure an X server isn't already running
   [build]      [exec] xhost:  unable to open display "localhost:12.0"


This is happening when tests are being run and is causing tests to fail. Any idea what is happening, it just doesn't seem that xfb is able to establish a connection because something else is using it.

Dave

_______________________________________________
dash-dev mailing list
dash-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/dash-dev




Back to the top