英文:
JFrog Pipelines does not come up after an upgrade
问题
在日志中,我看到以下错误:
2022-11-15T02:00:52.941Z [jfrou] [FATAL] [1914f17694f779cc] [bootstrap.go:99 ] [main ] [] - 集群加入:无法解析加入密钥:损坏的加入密钥:encoding/hex: 无效字节:U+006E 'n'
我已卸载并重新安装,但仍然遇到相同的问题。
英文:
In the logs, I see the following error:
> 2022-11-15T02:00:52.941Z [jfrou] [FATAL] [1914f17694f779cc] [bootstrap.go:99 ] [main ] [] - Cluster join: Failed resolving join key: Corrupted join key: encoding/hex: invalid byte: U+006E 'n'
I have uninstalled and installed but still facing the same problem
答案1
得分: 2
检查是否在 /opt/jfrog/pipelines/var/etc/router/router_compose.yml 中正确添加了连接键 JF_SHARED_SECURITY_JOINKEY
,然后运行 pipelines 重新启动。
英文:
Check that the correct join key JF_SHARED_SECURITY_JOINKEY
is added in /opt/jfrog/pipelines/var/etc/router/router_compose.yml and run pipelines restart
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论