-
Notifications
You must be signed in to change notification settings - Fork 190
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error initializing pool ledger after adding new node 5,6,7 #227
Comments
That error is from the webserver (ledger browser) and typically appears when it starts before all the nodes are ready. You can try adjusting the timeout to delay it's startup; https://github.com/bcgov/von-network/blob/main/docker-compose.yml#L25 |
A quick reminder, |
Hi, wadeBarnes |
Thanks WadeBarnes adjusting the timeout to delay it's startup; https://github.com/bcgov/von-network/blob/main/docker-compose.yml#L25 this works for me. pls, suggest me resources for a production-grade network. |
Reposted from the Options for a provisional (e.g. local/remote dev/test) indy-node network: Options for hosted, managed, and fully distributed indy-node networks ( Options for setting up your own production level indy-node network:
Terraform and Ansible scripts for setting up an indy node in AWS
https://github.com/hyperledger/indy-node-container
https://github.com/hyperledger/bevel#hyperledger-indy
|
Thanks, WadeBarnes for helping me with resources. |
Hi,
all 7 nodes are running but ledger is not showing node on localhost:9000
$ docker ps
to add new node I used first method from here:
https://github.com/bcgov/von-network/blob/main/docs/AddNewNode.md#2-register-new-nodes-in-ledger
to fix issue I tryed
./manage rebuild
./manage start
but no luck pls help me on this.
The text was updated successfully, but these errors were encountered: