I am facing an issue with trying to use the tigergraph docker image posted here (Docker Hub). I can successfully install and launch TigerGraph. However, for some reason, the RESTPP service is down and won’t start. I’ve tried gadmin start all and gadmin start restpp.
When checking the gadmin status, every other service is working perfectly. I’m not sure what the issue is. Any help would be appreciated. Thanks!
Please, make sure that port 9000 is not taken by some other service/app.
In the container, you’ll find /home/tigergraph/tigergraph/log/restpp directory.
Do you see some errors there?
@akash_kaul can you please stop the container, remove the image and reload it (pull it again)?
Please also delete the data folder (or anything you mounted on the host).