Finding some challenges trying to run `docker/dev....
# troubleshoot
f
Finding some challenges trying to run
docker/dev.sh
, when I try and build I get this error
Copy code
org.testcontainers.containers.ContainerFetchException: Can't get Docker image: RemoteDockerImage(imageName=<http://docker.elastic.co/elasticsearch/elasticsearch:7.9.3|docker.elastic.co/elasticsearch/elasticsearch:7.9.3>, imagePullPolicy=DefaultPullPolicy())
	at org.testcontainers.containers.GenericContainer.getDockerImageName(GenericContainer.java:1286)
	at org.testcontainers.containers.GenericContainer.logger(GenericContainer.java:615)
* What went wrong: Execution failed for task 'metadata iotest'. I tried running
docker container prune
and the command cleared some disk space, but the build is still failing. Any ideas?
p
Could you please let us know the output of the following command?
Copy code
docker pull <http://docker.elastic.co/elasticsearch/elasticsearch:7.9.3|docker.elastic.co/elasticsearch/elasticsearch:7.9.3>
f
Copy code
$ docker pull <http://docker.elastic.co/elasticsearch/elasticsearch:7.9.3|docker.elastic.co/elasticsearch/elasticsearch:7.9.3>
7.9.3: Pulling from elasticsearch/elasticsearch
f1feca467797: Pull complete
39d9d8875a6d: Pull complete
e7a6547bd7a1: Pull complete
a9cfa40c5418: Pull complete
0daf89d8c887: Pull complete
c84049f0f38a: Pull complete
9068e5a839f5: Pull complete
0d768056b087: Pull complete
0d190ac61a88: Pull complete
Digest: sha256:9116cf5563a6360ed204cd59eb89049d7e2ac9171645dccdb1421b55dbae888b
Status: Downloaded newer image for <http://docker.elastic.co/elasticsearch/elasticsearch:7.9.3|docker.elastic.co/elasticsearch/elasticsearch:7.9.3>
<http://docker.elastic.co/elasticsearch/elasticsearch:7.9.3|docker.elastic.co/elasticsearch/elasticsearch:7.9.3>
p
could you run
docker/dev.sh
now?
f
I had to run it multiple times to get to this error message:
Copy code
Starting mysql-setup         ... done
Starting kafka-setup         ... done
Starting datahub-gms         ... done
Starting datahub-frontend-react ... error

ERROR: for datahub-frontend-react  Cannot start service datahub-frontend-react: OCI runtime create failed: container_linux.go:380: starting container process caused: exec: "datahub-frontend/bin/playBinary": stat datahub-frontend/bin/playBinary: no such file or directory: unknown

ERROR: for datahub-frontend-react  Cannot start service datahub-frontend-react: OCI runtime create failed: container_linux.go:380: starting container process caused: exec: "datahub-frontend/bin/playBinary": stat datahub-frontend/bin/playBinary: no such file or directory: unknown
ERROR: Encountered errors while bringing up the project.
Before that, I had some issues IO errors.
I'm going to try resetting everything and trying with fresh.
p
unfortunately, I didn’t face these kinds of issues
it would be good to nuke and start the process from scratch
f
Thanks for the advice, I'll do that. I appreciate you taking the time to jump in here 🙂