overture-stack / dms

Overture Data Management System
GNU Affero General Public License v3.0
0 stars 1 forks source link

Deploy to Cluster Crashes - Unable to Start EGO-UI Service #69

Closed b-f-chan closed 3 years ago

b-f-chan commented 3 years ago

In DMS 0.7.1, when deploying config to cluster ("dms cluster apply"), all services start except EGO-UI

The DMS script crashes ungracefully throwing the following Java Exception:

java.util.concurrent.CompletionException: net.jodah.failsafe.FailsafeException: java.net.UnknownHostException: ego-api: System error at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(Unknown Source) at java.base/java.util.concurrent.CompletableFuture.completeThrowable(Unknown Source) at java.base/java.util.concurrent.CompletableFuture$AsyncRun.run(Unknown Source) at java.base/java.util.concurrent.CompletableFuture$AsyncRun.exec(Unknown Source) at java.base/java.util.concurrent.ForkJoinTask.doExec(Unknown Source) at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(Unknown Source) at java.base/java.util.concurrent.ForkJoinPool.scan(Unknown Source) at java.base/java.util.concurrent.ForkJoinPool.runWorker(Unknown Source) at java.base/java.util.concurrent.ForkJoinWorkerThread.run(Unknown Source)

Environment:

blabadi commented 3 years ago

ready for retest, note that the docker script was updated, so you need to redownload it from git

curl https://raw.githubusercontent.com/overture-stack/dms/0.7.2/src/main/bin/dms-docker > dms

b-f-chan commented 3 years ago

Re-tested in DMS 0.7.0, bug no longer occurs, able to deploy services successfully. Closing.