microsoft / pai

Resource scheduling and cluster management for AI

Home Page:https://openpai.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

marketplace-db is not ready yet. Please wait for a moment!

meilq2018 opened this issue · comments

Organization Name: whut

when i install openpai, run "/bin/bash quick-start-service.sh" , it occurs:

...
marketplace-db is not ready yet. Please wait for a moment!
marketplace-db is not ready yet. Please wait for a moment!
marketplace-db is not ready yet. Please wait for a moment!
marketplace-db is not ready yet. Please wait for a moment!
marketplace-db is not ready yet. Please wait for a moment!
marketplace-db is not ready yet. Please wait for a moment!
marketplace-db is not ready yet. Please wait for a moment!
An issue occure when starting up marketplace-db
2022-04-08 08:49:23,934 [ERROR] - deployment.paiLibrary.common.linux_shell : Fai led to execute the start script of service marketplace-db
2022-04-08 08:49:23,934 [ERROR] - deployment.paiLibrary.paiService.service_manag ement_start : Failed to start service marketplace-db
2022-04-08 08:49:23,934 [INFO] - deployment.paiLibrary.paiService.service_manage ment_start : -----------------------------------------------------------
2022-04-08 08:49:33,944 [INFO] - deployment.paiLibrary.paiService.service_manage ment_start : -----------------------------------------------------------
2022-04-08 08:49:33,945 [INFO] - deployment.paiLibrary.paiService.service_manage ment_start : Begin to generate service marketplace-db's template file

How to solve it? Thanks.

When one service cannot be started, open another terminal, enter kubectl get pod to find the pod of the corresponding service, and then kubectl logs pod-name to see the reason why it cannot be started.