Post
Topic
Board Armory
Stuck in scanning
by
HenryRomp
on 01/10/2017, 12:58:57 UTC
Hey there,
I finally got my blockchain synced up with bitcoin core and now I'm trying to get armory online.
However I'm getting some errors and it seems to stay stuck scanning the database in offline mode. Any help figuring it out much appreciated.

The part of the logfile that seems most relevant is here:
Code:
Log file opened at 08:36:44: /home/henry/.armory/dbLog.txt
-INFO  - 08:36:44: (main.cpp:32) Running on 2 threads
-INFO  - 08:36:44: (main.cpp:33) Ram usage level: 4
-INFO  - 08:36:44: (BlockUtils.cpp:915) blkfile dir: /home/henry/.bitcoin/blocks
-INFO  - 08:36:44: (BlockUtils.cpp:916) lmdb dir: /home/henry/.armory/databases
-INFO  - 08:36:44: (lmdb_wrapper.cpp:388) Opening databases...
-INFO  - 08:36:44: (BDM_Server.h:263) Listening on port 51460
-INFO  - 08:36:44: (BlockUtils.cpp:1108) Executing: doInitialSyncOnLoad
-INFO  - 08:36:44: (DatabaseBuilder.cpp:199) Reading headers from db
-WARN  - 08:36:44: (lmdb_wrapper.cpp:1241) No headers in DB yet!
-INFO  - 08:36:44: (DatabaseBuilder.cpp:238) Found 1 headers in db
-INFO  - 08:36:44: (DatabaseBuilder.cpp:71) updating HEADERS db
-INFO  - 08:36:44: (Blockchain.cpp:248) Organizing chain
-INFO  - 08:36:44: (Blockchain.cpp:370) Organized chain in 0s
-INFO  - 08:36:44: (DatabaseBuilder.cpp:76) updated HEADERS db in 0s
-INFO  - 08:36:44: (lmdb_wrapper.cpp:388) Opening databases...
-ERROR - 08:36:44: (BitcoinP2P.cpp:1032) caught exception in processDataStackThread: invalid varint size
-INFO  - 08:36:44: (DatabaseBuilder.cpp:1231) verifying txfilters integrity
-INFO  - 08:36:44: (DatabaseBuilder.cpp:1314) done checking txfilters
-INFO  - 08:36:44: (DatabaseBuilder.cpp:134) scanning new blocks from #1 to #0
-INFO  - 08:36:44: (BlockchainScanner.cpp:52) no history to scan
-ERROR - 08:36:44: (BlockchainScanner.cpp:1229) Cannot find block with hash
-ERROR - 08:36:44: (BDM_mainthread.cpp:306) BDM thread failed: std::exception
-INFO  - 08:36:44: (BDM_Server.cpp:1114) registered bdv: 10b2739563b20a3dfe28
-INFO  - 08:36:44: (BDM_supportClasses.cpp:401) Starting address registration process
-ERROR - 08:36:44: (lmdb_wrapper.cpp:1503) Headers DB has no block at height: 0
-ERROR - 08:36:44: (lmdb_wrapper.cpp:1483) No headers at height 0
-ERROR - 08:36:44: (BlockchainScanner.cpp:445) Missing file map for output scan, this is unexpected
-ERROR - 08:36:44: (BlockchainScanner.cpp:447) Has the following block files:
-ERROR - 08:36:44: (BlockchainScanner.cpp:451) Was looking for id #4294967295

And the rest of the logfile is here: http://termbin.com/v7gp

Any help much appreciated!

Thanks,

Henry