initia
initia copied to clipboard
Error when deploying the node after initializing blockchain state
Describe the bug As described on title. For more information, this is the fresh deployment.
To Reproduce
Fresh initialize the initia and execute initiad start
.
Expected behavior Node successfully deployed.
Logs
May 15 10:48:43 rubbery-length initiad[1060543]: 10:48AM INF starting node with ABCI CometBFT in-process module=server
May 15 10:48:43 rubbery-length initiad[1060543]: 10:48AM INF service start impl=multiAppConn module=proxy msg="Starting multiAppConn service"
May 15 10:48:43 rubbery-length initiad[1060543]: 10:48AM INF service start connection=query impl=localClient module=abci-client msg="Starting localClient service"
May 15 10:48:43 rubbery-length initiad[1060543]: 10:48AM INF service start connection=snapshot impl=localClient module=abci-client msg="Starting localClient service"
May 15 10:48:43 rubbery-length initiad[1060543]: 10:48AM INF service start connection=mempool impl=localClient module=abci-client msg="Starting localClient service"
May 15 10:48:43 rubbery-length initiad[1060543]: 10:48AM INF service start connection=consensus impl=localClient module=abci-client msg="Starting localClient service"
May 15 10:48:43 rubbery-length initiad[1060543]: 10:48AM INF service start impl=EventBus module=events msg="Starting EventBus service"
May 15 10:48:43 rubbery-length initiad[1060543]: 10:48AM INF service start impl=PubSub module=pubsub msg="Starting PubSub service"
May 15 10:48:43 rubbery-length initiad[1060543]: 10:48AM INF service start impl=IndexerService module=txindex msg="Starting IndexerService service"
May 15 10:48:43 rubbery-length initiad[1060543]: 10:48AM INF ABCI Handshake App Info hash=E3B0C44298FC1C149AFBF4C8996FB92427AE41E4649B934CA495991B7852B855 height=0 module=consensus protocol-version=0 software-version=v0.2.9-5-g51431c4
May 15 10:48:43 rubbery-length initiad[1060543]: 10:48AM INF ABCI Replay Blocks appHeight=0 module=consensus stateHeight=0 storeHeight=0
May 15 10:48:43 rubbery-length initiad[1060543]: 10:48AM INF InitChain chainID=initiation-1 initialHeight=1 module=server
May 15 10:48:43 rubbery-length initiad[1060543]: 10:48AM INF initializing blockchain state from genesis.json module=server
May 15 10:48:43 rubbery-length initiad[1060543]: 10:48AM INF asserting crisis invariants inv=1/11 module=x/crisis name=distribution/nonnegative-outstanding
May 15 10:48:43 rubbery-length initiad[1060543]: 10:48AM INF asserting crisis invariants inv=2/11 module=x/crisis name=distribution/can-withdraw
May 15 10:48:43 rubbery-length initiad[1060543]: 10:48AM INF asserting crisis invariants inv=3/11 module=x/crisis name=distribution/reference-count
May 15 10:48:43 rubbery-length initiad[1060543]: 10:48AM INF asserting crisis invariants inv=4/11 module=x/crisis name=distribution/module-account
May 15 10:48:43 rubbery-length initiad[1060543]: 10:48AM INF asserting crisis invariants inv=5/11 module=x/crisis name=gov/module-account
May 15 10:48:43 rubbery-length initiad[1060543]: 10:48AM INF asserting crisis invariants inv=6/11 module=x/crisis name=group/Group-TotalWeight
May 15 10:48:43 rubbery-length initiad[1060543]: 10:48AM INF asserting crisis invariants inv=7/11 module=x/crisis name=transfer/total-escrow-per-denom
May 15 10:48:43 rubbery-length initiad[1060543]: 10:48AM INF asserting crisis invariants inv=8/11 module=x/crisis name=mstaking/module-accounts
May 15 10:48:43 rubbery-length initiad[1060543]: 10:48AM INF asserting crisis invariants inv=9/11 module=x/crisis name=mstaking/nonnegative-power
May 15 10:48:43 rubbery-length initiad[1060543]: 10:48AM INF asserting crisis invariants inv=10/11 module=x/crisis name=mstaking/positive-delegation
May 15 10:48:43 rubbery-length initiad[1060543]: 10:48AM INF asserting crisis invariants inv=11/11 module=x/crisis name=mstaking/delegator-shares
May 15 10:48:43 rubbery-length initiad[1060543]: 10:48AM INF asserted all invariants duration=2.399001 height=0 module=x/crisis
May 15 10:48:43 rubbery-length initiad[1060543]: 10:48AM INF created new capability module=ibc name=ports/transfer
May 15 10:48:43 rubbery-length initiad[1060543]: 10:48AM INF port binded module=x/ibc/port port=transfer
May 15 10:48:43 rubbery-length initiad[1060543]: 10:48AM INF claimed capability capability=1 module=transfer name=ports/transfer
May 15 10:48:43 rubbery-length initiad[1060543]: 10:48AM INF created new capability module=ibc name=ports/nft-transfer
May 15 10:48:43 rubbery-length initiad[1060543]: 10:48AM INF port binded module=x/ibc/port port=nft-transfer
May 15 10:48:43 rubbery-length initiad[1060543]: 10:48AM INF claimed capability capability=2 module=nonfungibletokentransfer name=ports/nft-transfer
May 15 10:48:43 rubbery-length initiad[1060543]: 10:48AM INF created new capability module=ibc name=ports/icahost
May 15 10:48:43 rubbery-length initiad[1060543]: 10:48AM INF port binded module=x/ibc/port port=icahost
May 15 10:48:43 rubbery-length initiad[1060543]: 10:48AM INF claimed capability capability=3 module=icahost name=ports/icahost
May 15 10:48:43 rubbery-length initiad[1060543]: 10:48AM INF Closing application.db module=server
May 15 10:48:43 rubbery-length initiad[1060543]: 10:48AM INF Closing snapshots/metadata.db module=server
May 15 10:48:43 rubbery-length initiad[1060543]: Error: error during handshake: error on replay: validator set is empty after InitGenesis, please ensure at least one validator is initialized with a delegation greater than or equal to the DefaultPowerReduction ({824643626688})
Server:
- OS: Fedora Linux 37 (Cloud Edition) x86_64
- Version: main