After starting armoryd (daemon) - Debian jessie - 48GB RAM i get the following "can't open socket" error:
2016-12-09 23:01 (INFO) -- armoryd.py:3125 - Number of wallets read in: 1
2016-12-09 23:01 (INFO) -- armoryd.py:3130 - Wallet (Y49z82qM): "a_1000 (Watch) " (No Encryption)
2016-12-09 23:01 (INFO) -- armoryd.py:3134 - Number of lockboxes read in: 0
2016-12-09 23:01 (WARNING) -- armoryd.py:3143 - Active wallet is set to Y49z82qM
2016-12-09 23:01 (INFO) -- armoryd.py:3151 - Initialising RPC server on port 8225
2016-12-09 23:02 (WARNING) -- armoryd.py:3310 - Server started...
2016-12-09 23:02 (WARNING) -- armoryd.py:3314 - Registering wallet: Y49z82qM
2016-12-09 23:02 (ERROR) -- Traceback (most recent call last):
File "/usr/lib/armory/armoryd.py", line 3498, in
rpc_server.start()
File "/usr/lib/armory/armoryd.py", line 3315, in start
wlt.registerWallet()
File "/usr/lib/armory/armoryengine/PyBtcWallet.py", line 284, in registerWallet
self.cppWallet = TheBDM.registerWallet(prefixedKeys, self.uniqueIDB58, isNew)
File "/usr/lib/armory/armoryengine/BDM.py", line 116, in inner
return func(*newArgs, **kwargs)
File "/usr/lib/armory/armoryengine/BDM.py", line 246, in registerWallet
return self.bdv().registerWallet(uniqueIDB58, prefixedKeys, isNew)
File "/usr/lib/armory/CppBlockUtils.py", line 1489, in registerWallet
def registerWallet(self, *args): return _CppBlockUtils.BlockDataViewer_registerWallet(self, *args)
RuntimeError: can't connect socket
Can You help me investigate problem?
m.