You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
could someone help to take a look this issue. I tried to setup a data node for using. I followed the steps in the official document. after i exec the cmd sudo /etc/casper/node_util.py start, i got many error output as below. now the node was stuck here for a long time, i was wonder are those outputs normal or am I missing anything else?
{"timestamp":"2023-09-22T08:07:55.207417Z","level":"INFO","fields":{"message":"disconnecting after ping retries were exhausted"},"target":"casper_node::components::network::outgoing","span":{"addr":"18.138.162.194:35000","peer_id":"tls:372b..a9e1","state":"connected","name":"outgoing"},"spans":[{"addr":"18.138.162.194:35000","peer_id":"tls:372b..a9e1","state":"connected","name":"outgoing"}]}
{"timestamp":"2023-09-22T08:07:55.207618Z","level":"WARN","fields":{"message":"unexpected drop notification"},"target":"casper_node::components::network::outgoing","span":{"addr":"18.138.162.194:35000","state":"connecting(0)","name":"outgoing"},"spans":[{"addr":"18.138.162.194:35000","state":"connecting(0)","name":"outgoing"}]}
{"timestamp":"2023-09-22T08:07:55.257068Z","level":"INFO","fields":{"message":"new outgoing connection established"},"target":"casper_node::components::network","span":{"addr":"18.138.162.194:35000","consensus_key":"PubKey::Ed25519(f1c5..cec5)","peer_id":"tls:372b..a9e1","state":"connected","name":"outgoing"},"spans":[{"addr":"18.138.162.194:35000","consensus_key":"PubKey::Ed25519(f1c5..cec5)","peer_id":"tls:372b..a9e1","state":"connected","name":"outgoing"}]}
{"timestamp":"2023-09-22T08:07:55.257135Z","level":"INFO","fields":{"message":"established outgoing connection"},"target":"casper_node::components::network::outgoing","span":{"addr":"18.138.162.194:35000","state":"connecting(0)","name":"outgoing"},"spans":[{"addr":"18.138.162.194:35000","consensus_key":"PubKey::Ed25519(f1c5..cec5)","peer_id":"tls:372b..a9e1","state":"connected","name":"outgoing"},{"addr":"18.138.162.194:35000","state":"connecting(0)","name":"outgoing"}]}
{"timestamp":"2023-09-22T08:07:55.335358Z","level":"INFO","fields":{"message":"Initialize: awaiting sufficient fully-connected peers"},"target":"casper_node::reactor::main_reactor::control"}
{"timestamp":"2023-09-22T08:07:55.586740Z","level":"INFO","fields":{"message":"Initialize: awaiting sufficient fully-connected peers"},"target":"casper_node::reactor::main_reactor::control"}
{"timestamp":"2023-09-22T08:07:55.838128Z","level":"INFO","fields":{"message":"Initialize: awaiting sufficient fully-connected peers"},"target":"casper_node::reactor::main_reactor::control"}
{"timestamp":"2023-09-22T08:07:56.089504Z","level":"INFO","fields":{"message":"Initialize: awaiting sufficient fully-connected peers"},"target":"casper_node::reactor::main_reactor::control"}
{"timestamp":"2023-09-22T08:07:56.209137Z","level":"INFO","fields":{"message":"disconnecting after ping retries were exhausted"},"target":"casper_node::components::network::outgoing","span":{"addr":"54.254.58.185:35000","peer_id":"tls:a7e7..36dc","state":"connected","name":"outgoing"},"spans":[{"addr":"54.254.58.185:35000","peer_id":"tls:a7e7..36dc","state":"connected","name":"outgoing"}]}
{"timestamp":"2023-09-22T08:07:56.210505Z","level":"WARN","fields":{"message":"unexpected drop notification"},"target":"casper_node::components::network::outgoing","span":{"addr":"54.254.58.185:35000","state":"connecting(0)","name":"outgoing"},"spans":[{"addr":"54.254.58.185:35000","state":"connecting(0)","name":"outgoing"}]}
{"timestamp":"2023-09-22T08:07:56.258797Z","level":"INFO","fields":{"message":"new outgoing connection established"},"target":"casper_node::components::network","span":{"addr":"54.254.58.185:35000","consensus_key":"PubKey::Ed25519(df22..d0ee)","peer_id":"tls:a7e7..36dc","state":"connected","name":"outgoing"},"spans":[{"addr":"54.254.58.185:35000","consensus_key":"PubKey::Ed25519(df22..d0ee)","peer_id":"tls:a7e7..36dc","state":"connected","name":"outgoing"}]}
{"timestamp":"2023-09-22T08:07:56.258854Z","level":"INFO","fields":{"message":"established outgoing connection"},"target":"casper_node::components::network::outgoing","span":{"addr":"54.254.58.185:35000","state":"connecting(0)","name":"outgoing"},"spans":[{"addr":"54.254.58.185:35000","consensus_key":"PubKey::Ed25519(df22..d0ee)","peer_id":"tls:a7e7..36dc","state":"connected","name":"outgoing"},{"addr":"54.254.58.185:35000","state":"connecting(0)","name":"outgoing"}]}
{"timestamp":"2023-09-22T08:07:56.341108Z","level":"INFO","fields":{"message":"Initialize: awaiting sufficient fully-connected peers"},"target":"casper_node::reactor::main_reactor::control"}
here is the status output via curl -s http://127.0.0.1:8888/status | jq -r :
could someone help to take a look this issue. I tried to setup a data node for using. I followed the steps in the official document. after i exec the cmd
sudo /etc/casper/node_util.py start
, i got many error output as below. now the node was stuck here for a long time, i was wonder are those outputs normal or am I missing anything else?here is the status output via
curl -s http://127.0.0.1:8888/status | jq -r
:The text was updated successfully, but these errors were encountered: