goatpig (OP)
Moderator
Legendary
Offline
Activity: 3752
Merit: 1364
Armory Developer
|
|
November 13, 2016, 11:29:57 PM |
|
Let's see dbLog.txt and armorylog.txt in full. What piece of log you isolated is RPC failure, this won't prevent Armory from running on its own.
|
|
|
|
bitpop
Legendary
Offline
Activity: 2912
Merit: 1060
|
|
November 14, 2016, 02:43:34 AM |
|
951 still shows armorydb window?
|
|
|
|
goatpig (OP)
Moderator
Legendary
Offline
Activity: 3752
Merit: 1364
Armory Developer
|
|
November 14, 2016, 03:05:42 AM |
|
951 still shows armorydb window?
In Windows, yes. Will take it down for next release.
|
|
|
|
bitpop
Legendary
Offline
Activity: 2912
Merit: 1060
|
|
November 14, 2016, 03:07:02 AM |
|
951 still shows armorydb window?
In Windows, yes. Will take it down for next release. Thanks great work!
|
|
|
|
visdude
Legendary
Offline
Activity: 1081
Merit: 1001
|
|
November 15, 2016, 03:29:24 AM |
|
With the above setup, ArmoryQt runs just fine and properly spawns ArmoryDB but with a caveat: an "Armory" folder must still exist at the default location (i.e. C:\Users\username\AppData\Roaming\Armory) because it insists on having the "dblog.txt" file reside there. Otherwise, it hangs as before.
That's quite a different situation here from what I had understood. Are you saying the DB won't put its log file in the explicit datadir? That's a bug, not a design choice. I'll try to reproduce on my end and fix it for the point release. This bug from 0.95 has now been squashed in 0.95.1 . Thanks for the fix.
|
|
|
|
bobbyfisher
Newbie
Offline
Activity: 30
Merit: 0
|
|
November 16, 2016, 12:44:47 AM |
|
Let's see dbLog.txt and armorylog.txt in full. What piece of log you isolated is RPC failure, this won't prevent Armory from running on its own.
Sorry for the delayed reply. I can't seem to find the dblog.txt, is that also in .armory ? Please click here for the armorylog.txt which is too large for this post: https://dl.dropboxusercontent.com/u/48114501/armorylog.txt
|
|
|
|
goatpig (OP)
Moderator
Legendary
Offline
Activity: 3752
Merit: 1364
Armory Developer
|
|
November 16, 2016, 01:13:24 AM |
|
I can't seem to find the dblog.txt, is that also in .armory ?
It should be. For now, delete /home/rojaslee/armory/databases, then run ArmoryDB from the terminal. Then run ArmoryQt from another terminal instance.
|
|
|
|
bobbyfisher
Newbie
Offline
Activity: 30
Merit: 0
|
|
November 16, 2016, 01:34:24 AM |
|
Sorry the dblog.txt file is not there for some reason. the armorydb command launched the GUI as well, so when I opened another terminal and ran armoryqt it gave me the following error: rojaslee@debian:~$ armory armoryqt /usr/lib/armory/armoryengine/Transaction.py:2760: SyntaxWarning: import * only allowed at module level def PyCreateAndSignTx_old(srcTxOuts, dstAddrsVals): (ERROR) ArmoryQt.py:6836 - Socket already in use. Sending CLI args to existing proc. (ERROR) ArmoryQt.py:6840 - Exiting...
|
|
|
|
|
goatpig (OP)
Moderator
Legendary
Offline
Activity: 3752
Merit: 1364
Armory Developer
|
|
November 16, 2016, 03:19:34 AM |
|
Show me the terminal output when running armorydb.
|
|
|
|
bobbyfisher
Newbie
Offline
Activity: 30
Merit: 0
|
|
November 16, 2016, 03:24:08 AM |
|
Show me the terminal output when running armorydb.
rojaslee@debian:~$ armory armorydb /usr/lib/armory/armoryengine/Transaction.py:2760: SyntaxWarning: import * only allowed at module level def PyCreateAndSignTx_old(srcTxOuts, dstAddrsVals): (WARNING) ArmoryQt.py:2233 - Tried to start bitcoind, but satoshi already running
|
|
|
|
bobbyfisher
Newbie
Offline
Activity: 30
Merit: 0
|
|
November 16, 2016, 03:38:24 AM |
|
|
|
|
|
goatpig (OP)
Moderator
Legendary
Offline
Activity: 3752
Merit: 1364
Armory Developer
|
|
November 16, 2016, 03:44:06 AM |
|
Is this your input when trying to run armorydb?
|
|
|
|
bobbyfisher
Newbie
Offline
Activity: 30
Merit: 0
|
|
November 16, 2016, 04:00:27 AM |
|
Is this your input when trying to run armorydb? Yes. In both instances that was the command
|
|
|
|
bobbyfisher
Newbie
Offline
Activity: 30
Merit: 0
|
|
November 16, 2016, 04:17:05 AM |
|
because armorydb alone yields the follwing rojaslee@debian:~$ armorydb bash: armorydb: command not found rojaslee@debian:~$
same for armoryDB rojaslee@debian:~$ armoryDB bash: armoryDB: command not found rojaslee@debian:~$
|
|
|
|
achow101
Staff
Legendary
Offline
Activity: 3542
Merit: 6886
Just writing some code
|
|
November 16, 2016, 04:39:07 AM |
|
because armorydb alone yields the follwing rojaslee@debian:~$ armorydb bash: armorydb: command not found rojaslee@debian:~$
same for armoryDB rojaslee@debian:~$ armoryDB bash: armoryDB: command not found rojaslee@debian:~$
What about ArmoryDB (with caps A)? I believe that is actually what the binary is called.
|
|
|
|
bobbyfisher
Newbie
Offline
Activity: 30
Merit: 0
|
|
November 16, 2016, 12:50:45 PM |
|
Oh, thanks for the correction Goatpig: rojaslee@debian:~$ ArmoryDB /home/rojaslee logging in /home/rojaslee/.armory/dbLog.txt -INFO - 1479300560: (main.cpp:23) Running on 4 threads -INFO - 1479300560: (main.cpp:24) Ram usage level: 4 -INFO - 1479300560: (BlockUtils.cpp:1338) blkfile dir: /home/rojaslee/.bitcoin/blocks -INFO - 1479300560: (BlockUtils.cpp:1339) lmdb dir: /home/rojaslee/.armory/databases -INFO - 1479300560: (lmdb_wrapper.cpp:388) Opening databases... -INFO - 1479300560: (BlockUtils.cpp:1521) Executing: doInitialSyncOnLoad -INFO - 1479300560: (DatabaseBuilder.cpp:169) Reading headers from db -WARN - 1479300560: (lmdb_wrapper.cpp:1175) No headers in DB yet! -INFO - 1479300560: (DatabaseBuilder.cpp:208) Found 1 headers in db -INFO - 1479300560: (DatabaseBuilder.cpp:51) updating HEADERS db -INFO - 1479300560: (BitcoinP2P.cpp:783) Connected to Bitcoin node -INFO - 1479300563: (DatabaseBuilder.cpp:268) parsed block file #1 -INFO - 1479300565: (DatabaseBuilder.cpp:268) parsed block file #2 -INFO - 1479300567: (DatabaseBuilder.cpp:268) parsed block file #3 -INFO - 1479300569: (DatabaseBuilder.cpp:268) parsed block file #5 -INFO - 1479300570: (DatabaseBuilder.cpp:268) parsed block file #6 -INFO - 1479300571: (DatabaseBuilder.cpp:268) parsed block file #7 -INFO - 1479300574: (DatabaseBuilder.cpp:268) parsed block file #9 -INFO - 1479300575: (DatabaseBuilder.cpp:268) parsed block file #10 -INFO - 1479300576: (DatabaseBuilder.cpp:268) parsed block file #11 -INFO - 1479300579: (DatabaseBuilder.cpp:268) parsed block file #13 -INFO - 1479300580: (DatabaseBuilder.cpp:268) parsed block file #14 -INFO - 1479300581: (DatabaseBuilder.cpp:268) parsed block file #15 -INFO - 1479300584: (DatabaseBuilder.cpp:268) parsed block file #17 -INFO - 1479300585: (DatabaseBuilder.cpp:268) parsed block file #18 -INFO - 1479300586: (DatabaseBuilder.cpp:268) parsed block file #19 -INFO - 1479300589: (DatabaseBuilder.cpp:268) parsed block file #21
and the log entries keep going, seemingly without stop
|
|
|
|
goatpig (OP)
Moderator
Legendary
Offline
Activity: 3752
Merit: 1364
Armory Developer
|
|
November 16, 2016, 04:36:33 PM |
|
Just start armorydb from another terminal now.
|
|
|
|
bobbyfisher
Newbie
Offline
Activity: 30
Merit: 0
|
|
November 16, 2016, 04:41:31 PM |
|
I capitalized. I assumed you wanted that. rojaslee@debian:~$ ArmoryDB /home/rojaslee logging in /home/rojaslee/.armory/dbLog.txt -INFO - 1479314446: (main.cpp:23) Running on 4 threads -INFO - 1479314446: (main.cpp:24) Ram usage level: 4 -INFO - 1479314446: (BlockUtils.cpp:1338) blkfile dir: /home/rojaslee/.bitcoin/blocks -INFO - 1479314446: (BlockUtils.cpp:1339) lmdb dir: /home/rojaslee/.armory/databases -INFO - 1479314446: (lmdb_wrapper.cpp:388) Opening databases... -ERROR - 1479314446: (BDM_Server.cpp:953) There is already a process listening on 127.0.0.1:9001 -ERROR - 1479314446: (BDM_Server.cpp:955) ArmoryDB cannot start under these conditions. Shutting down! -ERROR - 1479314446: (BDM_Server.cpp:956) Make sure to shutdown the conflicting processbefore trying again (most likely another ArmoryDB instance). rojaslee@debian:~$
|
|
|
|
goatpig (OP)
Moderator
Legendary
Offline
Activity: 3752
Merit: 1364
Armory Developer
|
|
November 16, 2016, 05:32:40 PM |
|
Ok I messed up. I want you to run 1 ArmoryDB and 1 ArmoryQt, not 2x ArmoryDB.
|
|
|
|
|