Skip to content
This repository has been archived by the owner on May 18, 2022. It is now read-only.

C-Chain cant bootstrap #55

Closed
nitabx opened this issue Jul 29, 2020 · 4 comments
Closed

C-Chain cant bootstrap #55

nitabx opened this issue Jul 29, 2020 · 4 comments

Comments

@nitabx
Copy link

nitabx commented Jul 29, 2020

Hey, im trying to run avash five_node_staking.lua, the C-Chain gets stuck bootstraping(from health.getLiveness). In the logs I get this error:
ERROR[07-29|09:25:00] /chains/manager.go#250: error while creating vm: Unrecognized remote plugin message:

This usually means that the plugin is either invalid or simply
needs to be recompiled to support the latest protocol.

Im on Ubuntu 20.04 LTS, I just did git pull and buid in both avash ans gecko

Location of avash and gecko:
/home/nita/go/src/github.com/ava-labs/gecko
/home/nita/go/src/github.com/ava-labs/avash

echo $GOPATH/home/nita/go
go version go1.13.8 linux/amd64

0.log

@nitabx
Copy link
Author

nitabx commented Jul 29, 2020

nita@nita-pc:~$ curl -X POST --data '{
"jsonrpc":"2.0",
"id" :1,
"method" :"health.getLiveness"
}' -H 'content-type:application/json;' 127.0.0.1:9650/ext/health
{"jsonrpc":"2.0","result":{"checks":{"chains.default.bootstrapped":{"error":{"message":"C-Chain not bootstrapped"},"timestamp":"2020-07-29T13:39:21.98516521-05:00","duration":11698,"contiguousFailures":85,"timeOfFirstFailure":"2020-07-29T12:16:21.98209982-05:00"},"network.validators.heartbeat":{"message":{"heartbeat":1596047952},"timestamp":"2020-07-29T13:39:21.985156707-05:00","duration":6570,"contiguousFailures":0,"timeOfFirstFailure":null}},"healthy":false},"id":1}

@aaronbuchwald
Copy link
Collaborator

Hey @nitaxmx , did you use the build script within gecko ./scripts/build.sh in order to build the binaries? This is most likely due to the coreth binary for the C Chain not being built correctly. Could you verify that the evm binary exists in the location: gecko/build/plugins/evm.

Could you try running the build script again and pasting the output here to see if it verifies that the evm binary was built successfully or shows an error?

@aaronbuchwald
Copy link
Collaborator

It looks like this was resolved by PR #59 , do you still have the issue with the latest version of avash?

@cgcardona
Copy link
Contributor

@nitaxmx can you please confirm that this is no longer an issue for you? I'd like to get this issue closed. TYVM 🎩

@nitabx nitabx closed this as completed Jan 2, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants