Error - Version does not exist, newProposalID

I can’t pick up any peers on this validator. This seems to be the error I keep getting. Any ideas why this is happening?

My thought is this could be the cause -

Sep 18 20:22:18 chainflow08 gaiad[2503]: I[09-18|20:22:18.094] ABCIQuery module=rpc path=/store/gov/key data=6E657750726F706F73616C4944 result="log:“Error{version does not exist}” key:“newProposalID”

More logs here -

Ignoring inbound connection: error while adding peer module=p2p address=18.130.191.207:57826 err=“Error{read tcp 95.179.133.230:26656->18.130.191.207:57826: read: connection reset by peer}”
Sep 18 20:22:09 chainflow08 gaiad[2503]: I[09-18|20:22:09.505] Stopping queryMaj23Routine for peer module=consensus peer=“Peer{MConn{158.69.220.201:38162} e59366e3f2aaa3cbc58f9f6048440296f17efc20 in}”
Sep 18 20:22:12 chainflow08 gaiad[2503]: E[09-18|20:22:12.720] SendTimeout module=blockchain peer=e59366e3f2aaa3cbc58f9f6048440296f17efc20 reason=“peer did not send us anything” timeout=15s
Sep 18 20:22:18 chainflow08 gaiad[2503]: I[09-18|20:22:18.094] ABCIQuery module=rpc path=/store/gov/key data=6E657750726F706F73616C4944 result=“log:“Error{version does not exist}” key:“newProposalID” "
Sep 18 20:22:18 chainflow08 gaiad[2503]: I[09-18|20:22:18.094] HTTPJSONRPC module=rpc-server method=abci_query args=”[/store/gov/key <common.HexBytes Value> ]" returns="[<*core_types.ResultABCIQuery Value> ]"
Sep 18 20:22:18 chainflow08 gaiad[2503]: I[09-18|20:22:18.094] Served RPC HTTP response module=rpc-server method=POST url=/ status=200 duration=0 remoteAddr=[::1]:48920
Sep 18 20:22:28 chainflow08 gaiad[2503]: I[09-18|20:22:28.708] Ignoring inbound connection: error while adding peer module=p2p address=18.130.191.207:34118 err=Error{EOF}
Sep 18 20:22:28 chainflow08 gaiad[2503]: E[09-18|20:22:28.774] Dialing failed module=p2p addr=e59366e3f2aaa3cbc58f9f6048440296f17efc20@158.69.220.201:26656 err=“Error{read tcp 95.179.133.230:41704->158.69.220.201:26656: i/o timeout}” attempts=0
Sep 18 20:22:29 chainflow08 gaiad[2503]: I[09-18|20:22:29.170] ABCIQuery module=rpc path=/store/gov/key data=6E657750726F706F73616C4944 result=“log:“Error{version does not exist}” key:“newProposalID” "
Sep 18 20:22:29 chainflow08 gaiad[2503]: I[09-18|20:22:29.170] HTTPJSONRPC module=rpc-server method=abci_query args=”[/store/gov/key <common.HexBytes Value> ]" returns="[<*core_types.ResultABCIQuery Value> ]"

My CPU utilization is hitting over 250% as well.

Could you give some more details on the node? Eg. specs, cloud / bare metal, what version of node are you running, what is your config (config.toml), ports?

Also just a tip: It would be great if you could format logs for better readability. This makes it easier for us to go through them and find the problem :wink: Like this for example:

Sep 18 20:22:12 chainflow08 gaiad[2503]: E[09-18|20:22:12.720] SendTimeout module=blockchain peer=e59366e3f2aaa3cbc58f9f6048440296f17efc20 reason=“peer did not send us anything” timeout=15s
Sep 18 20:22:18 chainflow08 gaiad[2503]: I[09-18|20:22:18.094] ABCIQuery module=rpc path=/store/gov/key data=6E657750726F706F73616C4944 result=“log:“Error{version does not exist}” key:“newProposalID” "
Sep 18 20:22:18 chainflow08 gaiad[2503]: I[09-18|20:22:18.094] HTTPJSONRPC module=rpc-server method=abci_query args=”[/store/gov/key <common.HexBytes Value> ]" returns="[<*core_types.ResultABCIQuery Value> ]"
Sep 18 20:22:18 chainflow08 gaiad[2503]: I[09-18|20:22:18.094] Served RPC HTTP response module=rpc-server method=POST url=/ status=200 duration=0 remoteAddr=[::1]:48920
Sep 18 20:22:28 chainflow08 gaiad[2503]: I[09-18|20:22:28.708] Ignoring inbound connection: error while adding peer module=p2p address=18.130.191.207:34118 err=Error{EOF}
Sep 18 20:22:28 chainflow08 gaiad[2503]: E[09-18|20:22:28.774] Dialing failed module=p2p addr=e59366e3f2aaa3cbc58f9f6048440296f17efc20@158.69.220.201:26656 err=“Error{read tcp 95.179.133.230:41704->158.69.220.201:26656: i/o timeout}” attempts=0
Sep 18 20:22:29 chainflow08 gaiad[2503]: I[09-18|20:22:29.170] ABCIQuery module=rpc path=/store/gov/key data=6E657750726F706F73616C4944 result=“log:“Error{version does not exist}” key:“newProposalID” "
Sep 18 20:22:29 chainflow08 gaiad[2503]: I[09-18|20:22:29.170] HTTPJSONRPC module=rpc-server method=abci_query args=”[/store/gov/key <common.HexBytes Value> ]" returns="[<*core_types.ResultABCIQuery Value> ]"