Quick start issues #185
-
|
Anyone seeing this error when trying to install the quick start. java.util.concurrent.ExecutionException: java.net.UnknownHostException: osmt_quickstart_elasticsearch_1: Name or service not known |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 3 replies
-
|
Hello, Would you please paste the output of these commands in a reply? I don't foresee anything sensitive or private in that command output.
Hopefully we can get you moving forward. Thanks! |
Beta Was this translation helpful? Give feedback.
-
|
Also, I'm moving this from an Issue to a Discussion, and if we identify an actionable issue, we can then create one :) |
Beta Was this translation helpful? Give feedback.
-
|
/ _ / | / | _| / | | | | INFO: Validating software and SDKs available for OSMT on this machine... INFO: Checking git... INFO: Checking Docker... Server: Docker Desktop 4.5.0 (74594) INFO: Checking Java... INFO: Maven version: Apache Maven 3.8.4 (9b656c72d54e5bacbed989b64718c159fe39b537) INFO: OSMT development recommends NodeJS version v16.13.0 or greater. Maven uses an embedded copy of NodeJS v16.13.0. INFO: OSMT development recommends npm version 8.1.0 or greater. Maven uses an embedded copy of npm 8.1.0. INFO: Checking environment files used in local OSMT instances... INFO: Checking /Users/mindedge/Documents/mind/osmt/osmt-quickstart.env for invalid default values (xxxxxx) INFO: Checking /Users/mindedge/Documents/mind/osmt/api/osmt-dev-stack.env for invalid default values (xxxxxx) CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES |
Beta Was this translation helpful? Give feedback.
-
|
Thanks for replying. Based on your tldr; modify the Docker service host names in your env files to match the container names in your |
Beta Was this translation helpful? Give feedback.
-
|
@JohnKallies We are good to close this discussion, I am all set |
Beta Was this translation helpful? Give feedback.
Thanks for replying.
Based on your
docker psoutput, your version of Docker is using hyphens as a separator. Some versions use an underscore. See this post for more context -- #146tldr; modify the Docker service host names in your env files to match the container names in your
docker psoutput.