Author Topic: witness_node startup problem - Underlying Transport Error  (Read 5293 times)

0 Members and 1 Guest are viewing this topic.

Offline Bhuz

  • Committee member
  • Sr. Member
  • *
  • Posts: 467
    • View Profile
  • BitShares: bhuz
Try with --resync-blockchain as I said (it is different from replay)

Same error with --resync-blockchain

Are you sure there is not another witness_node running?
In another screen maybe...
Could you restart the machine and try again?

Offline bitcoinerS

  • Hero Member
  • *****
  • Posts: 592
    • View Profile
Try with --resync-blockchain as I said (it is different from replay)

Same error with --resync-blockchain
>>> approve bitcoiners

Offline Bhuz

  • Committee member
  • Sr. Member
  • *
  • Posts: 467
    • View Profile
  • BitShares: bhuz
Try with --resync-blockchain as I said (it is different from replay)

Edit:
About changing the private key I think you should
-create a new key pair in the cli_wallet with "suggest_brain_key"
-save the output in a safe place, just to be sure
-give this command "update_witness bitcoiners "" new_public_key_from_suggested_output true"
« Last Edit: November 13, 2015, 11:24:47 pm by Bhuz »

Offline bitcoinerS

  • Hero Member
  • *****
  • Posts: 592
    • View Profile
Try to launch the witness node with --resynch-blockchain.
This will redownload all the blocks, it could take a while...
If those are your public & private keys, you should change the private asap.

How do I change those keys..?
And I tried starting with
$ ./programs/witness_node/witness_node --replay-blockchain

Getting the same error again.
>>> approve bitcoiners

Offline Bhuz

  • Committee member
  • Sr. Member
  • *
  • Posts: 467
    • View Profile
  • BitShares: bhuz
Try to launch the witness node with --resynch-blockchain.
This will redownload all the blocks, it could take a while...
If those are your public & private keys, you should change the private asap.

Offline bitcoinerS

  • Hero Member
  • *****
  • Posts: 592
    • View Profile
Code: [Select]
$ ./programs/witness_node/witness_node
..
921223ms th_a       application.cpp:233           reset_websocket_serv ] Configured websocket rpc to listen on 127.0.0.1:8090
921223ms th_a       application.cpp:438           startup              ] 13 N11websocketpp9exceptionE: Underlying Transport Error
Underlying Transport Error:
    {"what":"Underlying Transport Error"}
    th_a  application.cpp:236 reset_websocket_server
921223ms th_a       application.cpp:984           startup              ] 13 N11websocketpp9exceptionE: Underlying Transport Error
Underlying Transport Error:
    {"what":"Underlying Transport Error"}
    th_a  application.cpp:236 reset_websocket_server
rethrow
    {}
    th_a  application.cpp:438 startup
921223ms th_a       main.cpp:192                  main                 ] Exiting with error:
13 N11websocketpp9exceptionE: Underlying Transport Error
Underlying Transport Error:
    {"what":"Underlying Transport Error"}
    th_a  application.cpp:236 reset_websocket_server
rethrow
    {}
    th_a  application.cpp:438 startup
921406ms th_a       thread.cpp:115                ~thread              ] calling quit() on p2p
921406ms th_a       thread.cpp:160                quit                 ] destroying boost thread 140527597115136
921406ms p2p        thread.cpp:246                exec                 ] thread canceled: 9 canceled_exception: Canceled

    {}
    p2p  thread_d.hpp:461 start_next_fiber
« Last Edit: November 13, 2015, 11:22:31 pm by bitcoinerS »
>>> approve bitcoiners