I have the same issue here on a linux OS (Ubuntu 20.04). @Ori do you have an idea of what it might be?
ac@workstation:~/Dev/pl/pl-ic$ dfx start --background
Version v0.10.0 installed successfully.
binding to: 127.0.0.1:34885
May 22 15:30:28.439 INFO ic-starter. Configuration: ValidatedConfig { replica_path: Some("/home/ac/.cache/dfinity/versions/0.10.0/replica"), replica_version: “0.8.0”, log_level: Warning, cargo_bin: “cargo”, cargo_opts: “”, state_dir: “/home/ac/Dev/pl/pl-ic/.dfx/state/replicated_state”, http_listen_addr: 127.0.0.1:0, http_port_file: Some("/home/ac/Dev/pl/pl-ic/.dfx/replica-configuration/replica-1.port"), metrics_addr: None, provisional_whitelist: Some(All), artifact_pool_dir: “/home/ac/Dev/pl/pl-ic/.dfx/state/replicated_state/node-100/ic_consensus_pool”, crypto_root: “/home/ac/Dev/pl/pl-ic/.dfx/state/replicated_state/node-100/crypto”, state_manager_root: “/home/ac/Dev/pl/pl-ic/.dfx/state/replicated_state/node-100/state”, registry_local_store_path: “/home/ac/Dev/pl/pl-ic/.dfx/state/replicated_state/ic_registry_local_store”, unit_delay: None, initial_notary_delay: Some(600ms), dkg_interval_length: None, detect_consensus_starvation: None, consensus_pool_backend: Some(“rocksdb”), subnet_features: SubnetFeatures { ecdsa_signatures: false, canister_sandboxing: false, http_requests: false, bitcoin_testnet_feature: None }, subnet_type: Application, _state_dir_holder: None }, Application: starter
May 22 15:30:28.439 INFO Use existing replica configuration “/home/ac/Dev/pl/pl-ic/.dfx/state/replicated_state/ic.json5”, Application: starter
May 22 15:30:28.439 INFO Executing “/home/ac/.cache/dfinity/versions/0.10.0/replica” “–replica-version” “0.8.0” “–config-file” “/home/ac/Dev/pl/pl-ic/.dfx/state/replicated_state/ic.json5”, Application: starter
thread ‘main’ panicked at ‘Missing validated block proposal matching finalization Signed { content: FinalizationContent { version: ReplicaVersion { version_id: “0.8.0” }, height: 7178, block: CryptoHash(0x7892e908e3dbb4ff8cc62cc9888c8ea0913dc8b0466b3d1accbd3f62867b2c4b) }, signature: MultiSignature { signature: CombinedMultiSig([185, 65, 72, 227, 240, 104, 211, 204, 153, 53, 184, 30, 96, 8, 215, 96, 91, 116, 178, 234, 175, 69, 139, 252, 4, 198, 81, 138, 236, 177, 131, 168, 215, 62, 171, 183, 171, 187, 185, 208, 18, 35, 232, 174, 31, 174, 243, 143]), signers: [2vali-3mwxr-n5qzn-dmgoi-homcs-4zv4t-n7tqw-no4qd-qpjhr-n5tav-gqe] } }’, artifact_pool/src/consensus_pool_cache.rs:179:17
note: run with RUST_BACKTRACE=1
environment variable to display a backtrace
Error: An error happened during communication with the replica: error sending request for url (http://127.0.0.1:8000/api/v2/status): error trying to connect: tcp connect error: Connection refused (os error 111)
ac@workstation:~/Dev/pl/pl-ic$ thread ‘replica-actor’ panicked at ‘called Result::unwrap()
on an Err
value: Cannot start the replica: Timeout’, src/dfx/src/actors/replica.rs:308:78
note: run with RUST_BACKTRACE=1
environment variable to display a backtrace