-
Notifications
You must be signed in to change notification settings - Fork 184
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error with docker image #1557
Comments
same here, not able to run docker image |
docker run -d --name exchain-mainnet-fullnode -v ~/.exchaind:/root/.exchaind -p 8545:8545 -p 26656:26656 okexchain/fullnode-mainnet:latest make sure you have |
I have tried initialising both directories, populating genesis, and priv_validator_state.json, but it still crashes with |
Can you redo the deployment following this thread? If there is an error in the deployment please tell me which step went wrong and what is the specific error |
I cannot even execute |
@neoromantique
|
Same exact output.
|
@neoromantique
Based on this post and other related posts on stackoverflow, I'm guessing it might be a hardware issue.
Can you try this or try running okc on another machine? |
I'm running it on AMD Ryzen 9 5950X, it's fairly standard and modern hardware. https://gist.github.com/neoromantique/ab52f80e31a4a4df70bd0b744f870275 |
We can see that the instruction causing the error is https://www.officedaytime.com/simd512e/ It looks like vpmax is an AVX512 instruction, and Ryzen doesn't support it. https://www.quora.com/Does-Ryzen-support-AVX The error comes from rocksdb, I think we can try by recompiling rocksdb on your machine.
If an error occurs in the step of make rocksdb, please compile rocksdb with version 6.27.3 according to the official documents. |
@neoromantique Has your problem been resolved? |
Well, kinda. |
I also had this issue.
|
Error when deploying full node with docker image
1. Describe
The following error occurs
Connecting to raw.githubusercontent.com (185.199.111.133:443) wget: can't open '/root/.exchaind/config/genesis.json': No such file or directory /root/start.sh: line 11: 10 Illegal instruction (core dumped) exchaind start --chain-id exchain-66 --rest.laddr tcp://0.0.0.0:8545 --db_backend rocksdb
docker parameters
docker run -d --name exchain-mainnet-fullnode -v ~/.exchaind/data:/root/.exchaind/data/ -p 8545:8545 -p 26656:26656 okexchain/fullnode-mainnet:latest
For Admin Use
The text was updated successfully, but these errors were encountered: