astonishing-table-23396
08/03/2022, 2:32 PMbumpy-needle-3184
08/03/2022, 2:54 PMastonishing-table-23396
08/03/2022, 3:03 PMbumpy-needle-3184
08/03/2022, 3:12 PMdocker container ls -a
and see other containers(kafka,mysql) are running and healthybumpy-needle-3184
08/03/2022, 3:54 PMastonishing-table-23396
08/04/2022, 11:56 AMbumpy-needle-3184
08/04/2022, 12:50 PMERROR: No such classes directory file:///etc/datahub/plugins/auth/resources
it is the volume that is supposed to be mounted in gms container which looks now it is unable to find
https://github.com/datahub-project/datahub/blob/master/docker/quickstart/docker-compose-without-neo4j.quickstart.yml#:~:text=%2D%20[…]auth/resourcesbumpy-needle-3184
08/04/2022, 1:00 PMls -lrt ${HOME}/.datahub/plugins/auth/resources/
and the path in gms container - docker container exec -it <<datahub-gms-container-id>> /bin/bash -c 'ls -lrt /etc/datahub/plugins/auth/resources'
astonishing-table-23396
08/04/2022, 1:34 PM