brycecurtis / indy-tutorial-sandbox

A turnkey, Docker-based sandbox that enables quick and easy exploration of Hyperledger Indy concepts.
Apache License 2.0
25 stars 22 forks source link

In Node containers which are build in indy-tutorial-sandbox are crashing. #6

Closed Dpkkmr closed 6 years ago

Dpkkmr commented 6 years ago

When I am creating the Nodes cluster, all nodes in the cluster are exiting with this exception in each node container logs:

Proof of possession for BLS key is RPLagxaR5xdimFzwmzYnz4ZhWtYQEj8iR5ZU53T2gitPCyCHQneUn2Huc4oeLd2B2HzkGnjAff4hWTJT6C7qHYB1Mv2wU5iHHGFWkhnTX9WsEAbunJCV2qcaXScKj4tTfvdDKfLiVuU2av6hbsMztirRze7LvYBkRHV3tGwyCptsrP Traceback (most recent call last): File "/usr/local/bin/start_indy_node", line 12, in raise Exception("Provide name and two pairs of IP/port for running the node " Exception: Provide name and two pairs of IP/port for running the node and client stacks in form 'node_name node_ip node_port client_ip client_port'

c211c7037b82 indy-base "/bin/bash -c 'creat…" 4 minutes ago Exited (1) 4 minutes ago Node4 f29e84e71826 indy-base "/bin/bash -c 'creat…" 4 minutes ago Exited (1) 4 minutes ago Node3 a7ba9d57712a indy-base "/bin/bash -c 'creat…" 4 minutes ago Exited (1) 4 minutes ago Node2 45008dd837f7 indy-base "/bin/bash -c 'creat…" 4 minutes ago Exited (1) 4 minutes ago Node1

brycecurtis commented 6 years ago

The arguments for start_indy_node were changed in indy-node repo, which required an update to makefile. Please try with latest code.

Dpkkmr commented 6 years ago

Thanks, issue is resolved.