dfinity / sdk

IC SDK: a Software Development Kit for creating and managing canister smart contracts on the ICP blockchain.
https://internetcomputer.org/developers
Apache License 2.0
176 stars 85 forks source link

Replica hangs on `dfx start` #768

Closed enzoh closed 3 years ago

enzoh commented 4 years ago

seoraksan:motoko-qr enzo$ dfx start ⠁ Starting up the replica... Jun 29 23:46:23.009 INFO ic-starter. Configuration: ValidatedConfig { node_id: 100, replica_path: Some("/Users/enzo/.cache/dfinity/versions/0.5.9/replica"), cargo_bin: "cargo", cargo_opts: "", state_dir: "/Users/enzo/Desktop/workspace/motoko-qr/.dfx/state/replicated_state", http_port_config: WritePortTo("/Users/enzo/Desktop/workspace/motoko-qr/.dfx/client-configuration/client-1.port"), http_require_valid_signatures: false, artifact_pool_dir: "/Users/enzo/Desktop/workspace/motoko-qr/.dfx/state/replicated_state/ic_consensus_pool", crypto_root: "/Users/enzo/Desktop/workspace/motoko-qr/.dfx/state/replicated_state/crypto", state_manager_root: "/Users/enzo/Desktop/workspace/motoko-qr/.dfx/state/replicated_state/state", registry_file: "/Users/enzo/Desktop/workspace/motoko-qr/.dfx/state/replicated_state/registry.proto", state_dir_holder: None }, Application: starter Jun 29 23:46:23.009 INFO Executing "/Users/enzo/.cache/dfinity/versions/0.5.9/replica" "/Users/enzo/Desktop/workspace/motoko-qr/.dfx/state/replicated_state/ic.json5", Application: starter Jun 29 23:46:23.057 INFO replica/replica Dfinity Replica Started Jun 29 23:46:23.058 INFO s:0/n:100/ic_state_manager/ic_state_manager Using path '/Users/enzo/Desktop/workspace/motoko-qr/.dfx/state/replicated_state/state' to manage local state Jun 29 23:46:23.058 ERRO s:0/n:100/ic_messaging/xnet_endpoint No configuration for node 100 ⠉ Checking replica! ⠒ Checking replica! ⠉ Checking replica! ⠠ Checking replica! ⠲ Checking replica! ⠴ Checking replica! Jun 29 23:47:33.532 ERRO s:0/n:100/ic_consensus/random_beacon_maker Couldn't create a signature: ThresholdSigDataNotFound { dkg_id: DkgId { instance_id: 1, subnet_id: 0 } } ⠤ Checking replica! ⠄ Checking replica! ⠄ Checking replica! ⠤ Checking replica! ⠠ Checking replica! ⠂ Checking replica! ⠁ Checking replica! ⠚ Checking replica! An error occured: AgentError( TimeoutWaitingForResponse, )

p-shahi commented 3 years ago

Not sure if this is reproducible. closing for now.