メインネットノードのDockerコンテナを起動できません 3 134 2019-04-14 Dockerイメージから直接ノードを起動すると、次のエラーが発生します: | Current public chain: 2018-06-30T16:07:32Z-betanet. | Local chain data: 2018-06-30T16:07:32Z-betanet. | Updating the node configuration... | tezos-node: Error: | Ezjsonm.Parse_error(870828711, "JSON.of_buffer expected JSON | text (JSON value)") コンテナSHAはd272059bf474018d0c39f5a6e60634a95f0c44aa これをデバッグする方法がわかりません.これはイメージからの直接展開です When starting the node directly from the docker image, I get this error: | Current public chain: 2018-06-30T16:07:32Z-betanet. | Local chain data: 2018-06-30T16:07:32Z-betanet. | Updating the node configuration... | tezos-node: Error: | Ezjsonm.Parse_error(870828711, "JSON.of_buffer expected JSON | text (JSON value)") Container SHA is d272059bf474018d0c39f5a6e60634a95f0c44aa No idea how to debug this.. This is a direct deployment from the image node docker ソース Shishito 1 回答 投票 4 2019-04-14 config.jsonが破損しているようです. 削除するか、バックアップがある場合は復元してみてください. It looks like your config.json has been corrupted. You can try deleting it or restoring it from a backup if you have one. ソース SwokTlak
Dockerイメージから直接ノードを起動すると、次のエラーが発生します:
コンテナSHAは
d272059bf474018d0c39f5a6e60634a95f0c44aa
これをデバッグする方法がわかりません.これはイメージからの直接展開です