Unable to start mainnet node docker containerHas anyone got ledger working within docker?docker node how to enable RPC?Node does not start syncingRun Alphanet and Mainnet on the same VPSHas anyone configured Galleon or TezBox with a local node?Error when doing make build-deps for alphanetHow does the 003-node binary download/compile/merge proposal code?Double baking / endorsing is possible while using a single node?Configure proxy for node connectionHow do I get a list of all delegators a baker has, using only node local endpoints?
Why do you need to heat the pan before heating the olive oil?
I have found ports on my Samsung smart tv running a display service. What can I do with it?
Converting 3x7 to a 1x7. Is it possible with only existing parts?
What does a/.b[c][[1]] mean?
Why are almost all the people in this orchestra recording wearing headphones with one ear on and one ear off?
How can this shape perfectly cover a cube?
How to sort human readable size
Right indicator flash-frequency has increased and rear-right bulb is out
How can I maintain game balance while allowing my player to craft genuinely useful items?
How can Caller ID be faked?
Have Steve Rogers (Captain America) and a young Erik Lehnsherr (Magneto) interacted during WWII?
Time at 1G acceleration to travel 100000 light years
Is the infant mortality rate among African-American babies in Youngstown, Ohio greater than that of babies in Iran?
How to make all magic-casting innate, but still rare?
SQL Server has encountered occurences of I/O requests taking longer than 15 seconds
2 Managed Packages in 1 Dev Org
Does anyone recognize these rockets, and their location?
How can the US president give an order to a civilian?
Interview was just a one hour panel. Got an offer the next day; do I accept or is this a red flag?
How to avoid offending original culture when making conculture inspired from original
TiKZ won't graph 1/sqrt(x)
Catching a robber on one line
How "fast" does astronomical events happen?
100-doors puzzle
Unable to start mainnet node docker container
Has anyone got ledger working within docker?docker node how to enable RPC?Node does not start syncingRun Alphanet and Mainnet on the same VPSHas anyone configured Galleon or TezBox with a local node?Error when doing make build-deps for alphanetHow does the 003-node binary download/compile/merge proposal code?Double baking / endorsing is possible while using a single node?Configure proxy for node connectionHow do I get a list of all delegators a baker has, using only node local endpoints?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
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
add a comment |
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
add a comment |
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
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
node docker
edited Apr 14 at 22:53
Frank
1,472418
1,472418
asked Apr 14 at 22:48
ShishitoShishito
1875
1875
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
It looks like your config.json
has been corrupted.
You can try deleting it or restoring it from a backup if you have one.
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "698"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftezos.stackexchange.com%2fquestions%2f1083%2funable-to-start-mainnet-node-docker-container%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
It looks like your config.json
has been corrupted.
You can try deleting it or restoring it from a backup if you have one.
add a comment |
It looks like your config.json
has been corrupted.
You can try deleting it or restoring it from a backup if you have one.
add a comment |
It looks like your config.json
has been corrupted.
You can try deleting it or restoring it from a backup if you have one.
It looks like your config.json
has been corrupted.
You can try deleting it or restoring it from a backup if you have one.
answered Apr 14 at 22:58
SwokTlakSwokTlak
3413
3413
add a comment |
add a comment |
Thanks for contributing an answer to Tezos Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftezos.stackexchange.com%2fquestions%2f1083%2funable-to-start-mainnet-node-docker-container%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown