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

Build path does not exist #2

Open
DblD opened this issue Mar 25, 2017 · 4 comments
Open

Build path does not exist #2

DblD opened this issue Mar 25, 2017 · 4 comments

Comments

@DblD
Copy link

DblD commented Mar 25, 2017

Having a problem running with docker compose, however if I remove the reference lomo/netxms-nxmc. I can run rest of them fine.

Also changing instruction from build to image, i can also run it fine.

What gives ?

➜ netxms-dockerfiles git:(master) ✗ docker-compose -f docker-compose.yml up
WARNING: The DISPLAY variable is not set. Defaulting to a blank string.
ERROR: build path /Users/dbld/docker_tests/netxms-dockerfiles/lomo/netxms-nxmc either does not exist, is not accessible, or is not a valid URL.

@juliusloman
Copy link
Owner

What kind of OS are you running the docker-compose on? Is your DISPLAY variable set?

@DblD
Copy link
Author

DblD commented Mar 27, 2017

My apologies for leaving such a tardy issue report.

Docker version and OS below. And No for display var setting. I guess i need to try to read up what this display variable and module actually does.

Where should I start ?

Docker for Mac: version: 17.03.0-ce-mac2 (1d7d97bbb)
macOS: version 10.11.6 (build: 15G1217)
logs: /tmp/D4557203-F1E7-46A6-A14C-DDF037306307/20170327-094014.tar.gz
[OK] vmnetd
[OK] dns
[OK] driver.amd64-linux
[OK] virtualization VT-X
[OK] app
[OK] moby
[OK] system
[OK] moby-syslog
[OK] db
[OK] env
[OK] virtualization kern.hv_support
[OK] slirp
[OK] osxfs
[OK] moby-console
[OK] logs
[OK] docker-cli
[OK] menubar
[OK] disk

@juliusloman
Copy link
Owner

Actually Mac does not have X11 server bundled anymore. NetXMS console is a X11 application and it will not run without X11 server. Seems you need to install XQuartz (https://www.xquartz.org/) or other X11 server to display X11 applications in OS X

https://support.apple.com/en-us/HT201341

@DblD
Copy link
Author

DblD commented Mar 27, 2017

Noted.

But for all intents and purposes in my case, running a separate native OSX client or bundled web client for that matter, negates need to include this nxmc in my docker. Other than for obvious reasons of having a convenient bundled client in single docker container.

Matthew-Beckett referenced this issue in netxms/netxms-dockerfiles May 22, 2021
* Update tomcat Docker tag to v10

* [gitlab-ci] move stage declaration into .gitlab-ci.yml from template

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Matthew Beckett <matt@beckett.cloud>
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

2 participants