Skip to content
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

failed to start state sync: failed to set up light client state provider: light block not found #5

Open
0xE69 opened this issue Feb 1, 2024 · 0 comments

Comments

@0xE69
Copy link

0xE69 commented Feb 1, 2024

When Start and sync node we get this error;

./cosmovisor run start
5:46PM INF running app args=["start"] module=cosmovisor path=/home/ubuntu/.tenetd/cosmovisor/genesis/bin/tenetd
5:46PM INF Unlocking keyring
5:46PM INF starting ABCI with Tendermint
5:46PM INF starting node with ABCI Tendermint in-process
5:46PM INF service start impl=multiAppConn module=proxy msg={} server=node
5:46PM INF service start connection=query impl=localClient module=abci-client msg={} server=node
5:46PM INF service start connection=snapshot impl=localClient module=abci-client msg={} server=node
5:46PM INF service start connection=mempool impl=localClient module=abci-client msg={} server=node
5:46PM INF service start connection=consensus impl=localClient module=abci-client msg={} server=node
5:46PM INF service start impl=EventBus module=events msg={} server=node
5:46PM INF service start impl=PubSub module=pubsub msg={} server=node
5:46PM INF service start impl=IndexerService module=txindex msg={} server=node
5:46PM INF Version info block=11 p2p=8 server=node tendermint_version=0.34.26
5:46PM INF This node is not a validator addr=3D30FCCA8ED1B5876BFCF6274AE0869EC0D9994F module=consensus pubKey=WPczzbNhPOjT4E0RbPAubS6/VuVcdNw5KVCMQm0w1kw= server=node
5:46PM INF P2P Node ID ID=7a86053b04d41fb5b2f6721234105cfd0a35fa68 file=/home/ubuntu/.tenetd/config/node_key.json module=p2p server=node
5:46PM INF Adding persistent peers addrs=[] module=p2p server=node
5:46PM INF Adding unconditional peer ids ids=[] module=p2p server=node
5:46PM INF Add our address to book addr={"id":"7a86053b04d41fb5b2f6721234105cfd0a35fa68","ip":"0.0.0.0","port":26656} book=/home/ubuntu/.tenetd/config/addrbook.json module=p2p server=node
5:46PM INF service start impl=Node msg={} server=node
5:46PM INF Starting pprof server laddr=localhost:6060 server=node
5:46PM INF service start impl="P2P Switch" module=p2p msg={} server=node
5:46PM INF service start impl=BlockchainReactor module=blockchain msg={} server=node
5:46PM INF service start impl=ConsensusReactor module=consensus msg={} server=node
5:46PM INF Reactor module=consensus server=node waitSync=true
5:46PM INF serve module=rpc-server msg={} server=node
5:46PM INF service start impl=Evidence module=evidence msg={} server=node
5:46PM INF service start impl=StateSync module=statesync msg={} server=node
5:46PM INF service start impl=PEX module=pex msg={} server=node
5:46PM INF service start book=/home/ubuntu/.tenetd/config/addrbook.json impl=AddrBook module=p2p msg={} server=node
5:46PM INF Saving AddrBook to file book=/home/ubuntu/.tenetd/config/addrbook.json module=p2p server=node size=0
5:46PM INF Ensure peers module=pex numDialing=0 numInPeers=0 numOutPeers=0 numToDial=30 server=node
5:46PM INF Starting state sync module=statesync server=node
5:46PM INF No addresses to dial. Falling back to seeds module=pex server=node
5:46PM INF Downloading trusted light block using options module=light server=node
5:46PM ERR Error dialing seed err="dial tcp 159.65.201.9:26656: connect: connection refused" module=p2p seed={"id":"b922ea9c1aaa6e7984e8bae00938c936b7b18631","ip":"159.65.201.9","port":26656} server=node
5:46PM ERR Couldn't connect to any seeds module=p2p server=node
5:46PM INF error from light block request from primary, replacing... error="light block not found" height=4600000 module=light primary={} server=node
5:46PM ERR failed start tendermint server error="failed to start state sync: failed to set up light client state provider: light block not found"
Error: failed to start state sync: failed to set up light client state provider: light block not found
Usage:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant