scala-network / scala-v7

A cryptocurrency aiming to use blockchain technologies to globally distribute wealth.
Other
83 stars 27 forks source link

Failed to initialize wallet RPC server #46

Closed nathjyo closed 4 years ago

nathjyo commented 5 years ago

daemon is fully synced I have no idea about this issue, have nothing but problems since the update,

Stellite 'Adamantium' (v2.0.0.1-master-release) Logging to ./stellite-wallet-rpc.log 2019-01-31 05:36:18.153 7f036c826780 WARN wallet.rpc src/wallet/wallet_rpc_server.cpp:3400 Loading wallet... 2019-01-31 05:36:18.280 7f036c826780 WARN wallet.wallet2 src/wallet/wallet2.cpp:4587 Loaded wallet keys file, with public address: Se3xVT6mXDvUMJDsnL5EDSBmEHHrBcaARVz2CfBQFGeBVLJFDKbqQEvdt5oUn6Bh4JPRxbW3XHfrrCyT1x2p7z7Y36hpbEGHN 2019-01-31 05:36:18.846 7f036c826780 INFO global contrib/epee/include/net/http_server_impl_base.h:76 Binding on 127.0.0.1:20190 2019-01-31 05:36:18.850 7f036c826780 FATAL net contrib/epee/include/net/abstract_tcp_server2.inl:856 Error starting server: bind: Address already in use 2019-01-31 05:36:18.851 7f036c826780 ERROR wallet.rpc src/wallet/wallet_rpc_server.cpp:3449 Failed to initialize wallet RPC server root@localhost:~/Stellite/build/Linux/master/release/bin#

nathjyo commented 5 years ago

address already in use wtf how is that possible

nathjyo commented 5 years ago

anyone any good with the rpc?? iv deleted and done another complete reinstall still the same issue

nathjyo commented 5 years ago

tellite 'Adamantium' (v2.0.0.1-master-release) Logging to ./stellite-wallet-rpc.log 2019-02-07 23:41:15.465 7f7016007780 WARN wallet.rpc src/wallet/wallet_rpc_server.cpp:3400 Loading wallet... 2019-02-07 23:41:15.603 7f7016007780 WARN wallet.wallet2 src/wallet/wallet2.cpp:4587 Loaded wallet keys file, with public address: Se31eAReb1VEH5vnGhr3pFEzDPCAXaRZR1LvT6ZWyGKeh4rSGxXB3eT2eETLHvHAVQQcaGVyHe7E4eCLytq38Cur3BT5Hd7mU 2019-02-07 23:41:16.280 7f7016007780 INFO global contrib/epee/include/net/http_server_impl_base.h:76 Binding on 127.0.0.1:20189 2019-02-07 23:41:16.304 7f7016007780 FATAL net contrib/epee/include/net/abstract_tcp_server2.inl:856 Error starting server: bind: Address already in use 2019-02-07 23:41:16.304 7f7016007780 ERROR wallet.rpc src/wallet/wallet_rpc_server.cpp:3449 Failed to initialize wallet RPC server

nathjyo commented 5 years ago

but yet the daemon says it starts ok, surely this is a release issue???

2019-02-07 23:50:27.594 7f25cd5e6780 INFO global src/daemon/p2p.h:68 p2p server initialized OK 2019-02-07 23:50:27.594 7f25cd5e6780 INFO global src/daemon/rpc.h:63 Initializing core RPC server... 2019-02-07 23:50:27.596 7f25cd5e6780 INFO global contrib/epee/include/net/http_server_impl_base.h:76 Binding on 127.0.0.1:20189 2019-02-07 23:50:27.596 7f25cd5e6780 INFO global src/daemon/rpc.h:69 core RPC server initialized OK on port: 20189 2019-02-07 23:50:27.596 7f25cd5e6780 INFO global src/daemon/core.h:86 Initializing core... 2019-02-07 23:50:27.597 7f25cd5e6780 INFO global src/cryptonote_core/cryptonote_core.cpp:447 Loading blockchain from folder /root/.stellite/lmdb ... 2019-02-07 23:50:28.069 7f25cd5e6780 INFO global src/cryptonote_core/cryptonote_core.cpp:585 Loading checkpoints 2019-02-07 23:50:28.087 7f25cd5e6780 INFO global src/daemon/core.h:92 Core initialized OK 2019-02-07 23:50:28.088 7f25cd5e6780 INFO global src/daemon/rpc.h:74 Starting core RPC server... 2019-02-07 23:50:28.088 [SRV_MAIN] INFO global src/daemon/rpc.h:79 core RPC server started ok 2019-02-07 23:50:28.090 [SRV_MAIN] INFO global src/daemon/p2p.h:78 Starting p2p net loop... 2019-02-07 23:50:29.091 [P2P1] INFO global src/cryptonote_core/cryptonote_core.cpp:1493

NoreiT commented 5 years ago

On what OS are you testing this?