docker Artifactory服务对前端不可用

dw1jzc5e  于 2023-04-11  发布在  Docker
关注(0)|答案(1)|浏览(102)

我在Artifactory中遇到了一个不工作的前端问题。
后端工作正常,我可以在docker中拉/推:

023-04-06T13:45:02.839Z [jfmd ] [ERROR] [hash] [server_bearer.go:95           ] [main                ] - Failed to create/update server info, err: servers find by id failed, cannot find server with id (7c73fd201be3)
2023-04-06T13:45:25.594Z [jfrt ] [ERROR] [hash] [yMetadataClientConfigStore:122] [art-init            ] - Unable to request the Metadata Service Service-Id: Failed executing api/v1/system/service_id, with response code: HTTP/1.1 404 Not Found and response message: Not Found

我试着重新创建容器,但这对我没有帮助。

zsohkypk

zsohkypk1#

有关元数据服务的错误可能与system.yaml文件中设置的数据库连接字符串有关。如果没有专门在system.yaml文件中为元数据服务添加数据库字符串,您可以尝试手动添加,并检查此行为是否仍然存在。
此外,如果遇到任何进一步的困难,您可以参考这篇关于“Troubleshooting the Metadata Service”的知识库文章(重新分级DB字符串,参见步骤#4)

相关问题