Syncing stuck, failed to read cache xxxxxx



  • Windows v2.10.2. Have been running as a fullnode and syncing history blocks. Get stuck on 50493801. Reading from error log:

    2021-05-09T20:39:46.241+0800 lvl=eror msg="failed to read cache 50504001-50506000: failed to open cache 50504001-50506000 9021ec859644d2101a02c09bbb564cfc54edb645778f2ce99aa2bebd99eaff88-9e0201bb4ba46de76f080998e4dc88c08b5a1d6cedcd72a4c799f43a8c4e0af5: open C:\Users\Administrator.DESKTOP-RBOO4FM\AppData\Roaming\GVite\maindata/ledger/sync_cache/f_50504001_50506000_1620562972: The system cannot find the file specified." module=net module=cache
    t=2021-05-09T20:40:00.676+0800 lvl=eror msg="dex receive with err" module=dex_trade error="invalid order hash" method=CancelOrderByTransactionHash sendBlockHash=0608c48e9d564b0dfee4145b46a835ce21e2d31b48e43a53ee0fde057f5a8313 sendAddress=vite_7e5f63af156657fd5ec609b90fbcba30cfd73a9108451eb1e6
    t=2021-05-09T20:40:00.676+0800 lvl=eror msg="inconsistent execution results in vm:Data" module=verifier method=VerifyPoolAccountBlock d="sbHash:f3887510c9a9491855a6e6d3ed36337f4d2f9ec74df536583587035a8bf00a42 50493868; block:addr=vite_00000000000000000000000000000000000000079710f19dc7 height=28082320 hash=ef86e40f64268a55872b76f02fd05c4f7fa49a7ae2483f81641a5fd29c005ed3; fromHash=0608c48e9d564b0dfee4145b46a835ce21e2d31b48e43a53ee0fde057f5a8313;"
    t=2021-05-09T20:40:00.676+0800 lvl=eror msg="insert chunks fail." module=pool err="fail verifier: inconsistent execution results in vm"
    t=2021-05-09T20:40:01.080+0800 lvl=eror msg="failed to read cache 50506001-50508000: failed to open cache 50506001-50508000 9e0201bb4ba46de76f080998e4dc88c08b5a1d6cedcd72a4c799f43a8c4e0af5-de819079bfe87c0e43d03539ae799e12fa94875ba381c8d5aedb5f336daf9e70: open C:\Users\Administrator.DESKTOP-RBOO4FM\AppData\Roaming\GVite\maindata/ledger/sync_cache/f_50506001_50508000_1620562977: The system cannot find the file specified." module=net module=cache
    t=2021-05-09T20:40:07.459+0800 lvl=eror msg="insert chunks fail." module=pool err="[S]snapshot[43f95f0e4bb8bcbdd04c0316b09fdfe5f1b25936b97f6d97dcb8ccedb6f58b01] not exist.: refer not exist"
    t=2021-05-09T20:40:07.497+0800 lvl=eror msg="can not get ntp server time



  • Looks like your local ledger went into an illegal fork. Stop the node first. Try to delete some blocks (around 100-200) by running gvite recover --del=[TARGET_HEIGHT], then restart the node.


Log in to reply