LogiComposer / Try

Trial version of Logi Composer
2 stars 2 forks source link

./try-logicomposer.sh up --build fails #4

Open freekvh opened 2 years ago

freekvh commented 2 years ago

System: Ubuntu 20.04 on WSL2 (Docker installed and running). This is the complete terminal output:

./try-logicomposer.sh up --build
Creating network "try-zoomdata_default" with the default driver
Pulling zoomdata-edc-rts (zoomdata/zoomdata-edc-rts:latest)...
latest: Pulling from zoomdata/zoomdata-edc-rts
e1acddbe380c: Pull complete
80958acfdfb1: Pull complete
c38125666d54: Pull complete
fd21fc796855: Pull complete
6ff0a70fff0e: Pull complete
Digest: sha256:46b029046629d0a3d7bc2b0fc5c15923741d8ca291830b58394a038b1176144f
Status: Downloaded newer image for zoomdata/zoomdata-edc-rts:latest
Pulling zoomdata-edc-apache-solr (zoomdata/zoomdata-edc-apache-solr:latest)...
latest: Pulling from zoomdata/zoomdata-edc-apache-solr
e1acddbe380c: Already exists
80958acfdfb1: Already exists
c38125666d54: Already exists
935fd6c95943: Pull complete
cf33d7e855fc: Pull complete
Digest: sha256:5099ad154caf1a3092ed7ff36302cc6e09bbe8652b6fbf6fba0a383c68fe16fa
Status: Downloaded newer image for zoomdata/zoomdata-edc-apache-solr:latest
Pulling zoomdata-edc-postgresql (zoomdata/zoomdata-edc-postgresql:latest)...
latest: Pulling from zoomdata/zoomdata-edc-postgresql
e1acddbe380c: Already exists
80958acfdfb1: Already exists
c38125666d54: Already exists
8a5f0426de0c: Pull complete
7949ed198151: Pull complete
Digest: sha256:ee8673b51fd91d9a3206ced99c0c023cd83f1bf8a6477720a70ce8910ec5365d
Status: Downloaded newer image for zoomdata/zoomdata-edc-postgresql:latest
Pulling zoomdata-client (zoomdata/zoomdata-client:latest)...
latest: Pulling from zoomdata/zoomdata-client
2408cc74d12b: Pull complete
eb8a7cb36901: Pull complete
Digest: sha256:3cd558f5740bd3dbdb2bdd7141a5e5869a0d1ca064e83e6a1de66e9996fb6dad
Status: Downloaded newer image for zoomdata/zoomdata-client:latest
Pulling zoomdata-postgres (postgres:9.5)...
9.5: Pulling from library/postgres
fa1690ae9228: Pull complete
a73f6e07b158: Pull complete
973a0c44ddba: Pull complete
07e5342b01d4: Pull complete
578aad0862c9: Pull complete
a0b157088f7a: Pull complete
6c9046f06fc5: Pull complete
ae19407bdc48: Pull complete
e53b7c20aa96: Pull complete
a135edcc0831: Pull complete
fed07b1b1b94: Pull complete
18d9026fcfbd: Pull complete
4d2d5fae97d9: Pull complete
d419466e642d: Pull complete
Digest: sha256:75ebf479151a8fd77bf2fed46ef76ce8d518c23264734c48f2d1de42b4eb40ae
Status: Downloaded newer image for postgres:9.5
Pulling zoomdata-data-writer (zoomdata/data-writer-postgresql:latest)...
latest: Pulling from zoomdata/data-writer-postgresql
a0d0a0d46f8b: Pull complete
083e16b808d4: Pull complete
16cb052eff29: Pull complete
be8f426a12be: Pull complete
e35864b29450: Pull complete
1384c9c8b8df: Pull complete
Digest: sha256:f589001300f2be43cd1166c782f0a43658d4f89f73f203f9fa416cf74bf3957e
Status: Downloaded newer image for zoomdata/data-writer-postgresql:latest
Pulling zoomdata-query-engine (zoomdata/zoomdata-query-engine:latest)...
latest: Pulling from zoomdata/zoomdata-query-engine
a0d0a0d46f8b: Already exists
083e16b808d4: Already exists
16cb052eff29: Already exists
9f27c431fa3f: Pull complete
61901a5ed5eb: Pull complete
c6d5f84984ed: Pull complete
Digest: sha256:76e79d4ca369d5e7bb147a9da8c4037d9c9507a97ae4e97472b92e5df441e620
Status: Downloaded newer image for zoomdata/zoomdata-query-engine:latest
Pulling zoomdata-web (zoomdata/zoomdata:latest)...
latest: Pulling from zoomdata/zoomdata
a0d0a0d46f8b: Already exists
083e16b808d4: Already exists
16cb052eff29: Already exists
3e7315510d11: Pull complete
be9724ec295a: Pull complete
0a9f94f426cd: Pull complete
Digest: sha256:a4e62152e78070fd27eb6790112167104e348df5fa3deb5bc0450f843589b355
Status: Downloaded newer image for zoomdata/zoomdata:latest
Building zoomdata-setup
Step 1/5 : FROM alpine:latest
latest: Pulling from library/alpine
213ec9aee27d: Pull complete
Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad
Status: Downloaded newer image for alpine:latest
 ---> 9c6f07244728
Step 2/5 : RUN apk add -U curl bash sed jq
 ---> Running in 65cb5825d239
fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz
ERROR: https://dl-cdn.alpinelinux.org/alpine/v3.16/main: temporary error (try again later)
WARNING: Ignoring https://dl-cdn.alpinelinux.org/alpine/v3.16/main: No such file or directory
fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz
ERROR: https://dl-cdn.alpinelinux.org/alpine/v3.16/community: temporary error (try again later)
WARNING: Ignoring https://dl-cdn.alpinelinux.org/alpine/v3.16/community: No such file or directory
ERROR: unable to select packages:
  bash (no such package):
    required by: world[bash]
  curl (no such package):
    required by: world[curl]
  jq (no such package):
    required by: world[jq]
  sed (no such package):
    required by: world[sed]
ERROR: Service 'zoomdata-setup' failed to build : The command '/bin/sh -c apk add -U curl bash sed jq' returned a non-zero code: 4
Niyakiy commented 2 years ago

@freekvh it seems to be temp. issue with alpine's repository. ERROR: https://dl-cdn.alpinelinux.org/alpine/v3.16/main: temporary error (try again later) just checked and all works fine.

freekvh commented 2 years ago

Indeed, that error is gone now, however the zoomdata-web container keeps exiting. I'll investigate a bit further.

Btw, should I be using this repo or https://github.com/LogiComposer/LogiComposerTrial? They seem very similar.

freekvh commented 2 years ago

@Niyakiy Actually try-zoomdata_zoomdata-web_1 keeps exiting on 2 of my systems now...