Skip to content
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

Inspectit client container not working ubuntu 19.04 #5

Open
dgacias opened this issue Jul 4, 2019 · 0 comments
Open

Inspectit client container not working ubuntu 19.04 #5

dgacias opened this issue Jul 4, 2019 · 0 comments

Comments

@dgacias
Copy link

dgacias commented Jul 4, 2019

Following this guide (https://hub.docker.com/r/inspectit/inspectit#running-a-specific-version-of-the-client) i am trying to start the docker container like this:

$ docker run -it --rm --name inspectIT-GUI -e DISPLAY -e XAUTHORITY --net=host -v $XAUTHORITY:$XAUTHORITY inspectit/inspectit

This is the error log:

The program 'inspectIT' received an X Window System error. This probably reflects a bug in the program. The error was 'BadAccess (attempt to access private resource denied)'. (Details: serial 399 error_code 10 request_code 130 minor_code 1) (Note to programmers: normally, X errors are reported asynchronously; that is, you will receive the error a while after causing it. To debug your program, run it with the --sync command line option to change this behavior. You can then get a meaningful backtrace from your debugger if you break on the gdk_x_error() function.)

However using the host IPC works:

$ docker run -it --rm --ipc=host --name inspectIT-GUI -e DISPLAY -e XAUTHORITY --net=host -v $XAUTHORITY:$XAUTHORITY inspectit/inspectit

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant