Bitcoin Forum
June 16, 2024, 09:53:47 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 [2] 3 4 5 6 7 8 9 10 »  All
  Print  
Author Topic: Armory 0.95.1 is out  (Read 12836 times)
goatpig (OP)
Moderator
Legendary
*
Offline Offline

Activity: 3682
Merit: 1347

Armory Developer


View Profile
November 13, 2016, 11:29:57 PM
 #21

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 Offline

Activity: 2912
Merit: 1060



View Profile WWW
November 14, 2016, 02:43:34 AM
 #22

951 still shows armorydb window?

goatpig (OP)
Moderator
Legendary
*
Offline Offline

Activity: 3682
Merit: 1347

Armory Developer


View Profile
November 14, 2016, 03:05:42 AM
 #23

951 still shows armorydb window?

In Windows, yes. Will take it down for next release.

bitpop
Legendary
*
Offline Offline

Activity: 2912
Merit: 1060



View Profile WWW
November 14, 2016, 03:07:02 AM
 #24

951 still shows armorydb window?

In Windows, yes. Will take it down for next release.

Thanks great work!

visdude
Legendary
*
Offline Offline

Activity: 1081
Merit: 1001


View Profile
November 15, 2016, 03:29:24 AM
 #25

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 Grin. Thanks for the fix.

bobbyfisher
Newbie
*
Offline Offline

Activity: 30
Merit: 0


View Profile
November 16, 2016, 12:44:47 AM
 #26

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 Offline

Activity: 3682
Merit: 1347

Armory Developer


View Profile
November 16, 2016, 01:13:24 AM
 #27

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 Offline

Activity: 30
Merit: 0


View Profile
November 16, 2016, 01:34:24 AM
 #28

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:

Code:
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...



bobbyfisher
Newbie
*
Offline Offline

Activity: 30
Merit: 0


View Profile
November 16, 2016, 01:48:42 AM
 #29

and, I just had armory close bitcoinQT and the terminal gave me these errors:


https://dl.dropboxusercontent.com/u/48114501/secondLog
goatpig (OP)
Moderator
Legendary
*
Offline Offline

Activity: 3682
Merit: 1347

Armory Developer


View Profile
November 16, 2016, 03:19:34 AM
 #30

Show me the terminal output when running armorydb.

bobbyfisher
Newbie
*
Offline Offline

Activity: 30
Merit: 0


View Profile
November 16, 2016, 03:24:08 AM
 #31

Show me the terminal output when running armorydb.

Code:
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 Offline

Activity: 30
Merit: 0


View Profile
November 16, 2016, 03:38:24 AM
 #32

and here it is after closing bitcoind

https://dl.dropboxusercontent.com/u/48114501/armorydb2.txt
goatpig (OP)
Moderator
Legendary
*
Offline Offline

Activity: 3682
Merit: 1347

Armory Developer


View Profile
November 16, 2016, 03:44:06 AM
 #33

Is this your input when trying to run armorydb?

Code:
> armory armorydb


bobbyfisher
Newbie
*
Offline Offline

Activity: 30
Merit: 0


View Profile
November 16, 2016, 04:00:27 AM
 #34

Is this your input when trying to run armorydb?

Code:
> armory armorydb



Yes.

In both instances that was the command
bobbyfisher
Newbie
*
Offline Offline

Activity: 30
Merit: 0


View Profile
November 16, 2016, 04:17:05 AM
 #35

because armorydb alone yields the follwing

Code:
rojaslee@debian:~$ armorydb
bash: armorydb: command not found
rojaslee@debian:~$

same for armoryDB

Code:
rojaslee@debian:~$ armoryDB
bash: armoryDB: command not found
rojaslee@debian:~$
achow101
Staff
Legendary
*
Offline Offline

Activity: 3430
Merit: 6705


Just writing some code


View Profile WWW
November 16, 2016, 04:39:07 AM
 #36

because armorydb alone yields the follwing

Code:
rojaslee@debian:~$ armorydb
bash: armorydb: command not found
rojaslee@debian:~$

same for armoryDB

Code:
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 Offline

Activity: 30
Merit: 0


View Profile
November 16, 2016, 12:50:45 PM
 #37

Oh, thanks for the correction Goatpig:

Code:
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 Offline

Activity: 3682
Merit: 1347

Armory Developer


View Profile
November 16, 2016, 04:36:33 PM
 #38

Just start armorydb from another terminal now.

bobbyfisher
Newbie
*
Offline Offline

Activity: 30
Merit: 0


View Profile
November 16, 2016, 04:41:31 PM
 #39

I capitalized. I assumed you wanted that.

Code:
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 Offline

Activity: 3682
Merit: 1347

Armory Developer


View Profile
November 16, 2016, 05:32:40 PM
 #40

Ok I messed up. I want you to run 1 ArmoryDB and 1 ArmoryQt, not 2x ArmoryDB.

Pages: « 1 [2] 3 4 5 6 7 8 9 10 »  All
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!