Skip to content
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

Closed
akshaykurhekar opened this issue May 25, 2022 · 6 comments
Closed

Error initializing pool ledger after adding new node 5,6,7 #227

akshaykurhekar opened this issue May 25, 2022 · 6 comments

Comments

@akshaykurhekar
Copy link

Hi,

all 7 nodes are running but ledger is not showing node on localhost:9000
Screenshot from 2022-05-25 11-57-56

$ docker ps
Screenshot from 2022-05-25 12-00-01

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.

@akshaykurhekar akshaykurhekar changed the title get Error initializing pool ledger after adding new node 5,6,7 Error initializing pool ledger after adding new node 5,6,7 May 25, 2022
@WadeBarnes
Copy link
Member

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

@WadeBarnes
Copy link
Member

A quick reminder, von-network is a provisional tool, it is not intended for use as a production grade network. If you're looking for a production grade network, there are other resources I could point you at.

@akshaykurhekar
Copy link
Author

Hi, wadeBarnes
Thank you for help
can you pls point few resources for production grade network for identity management.

@akshaykurhekar
Copy link
Author

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.

Screenshot from 2022-06-01 11-06-43

@WadeBarnes
Copy link
Member

Reposted from the #indy-node channel of the Hyperledger Foundation's Discord Server. To join check out the link here; Hyperledger Foundation Discord

Options for a provisional (e.g. local/remote dev/test) indy-node network:
https://github.com/bcgov/von-network

Options for hosted, managed, and fully distributed indy-node networks (dev, test, and prod):

Options for setting up your own production level indy-node network:

https://github.com/hyperledger/indy-node/blob/master/docs/source/NewNetwork/NewNetwork.md

  • Describes how to setup a new network from scratch. Regardless of the approach you ultimately decide to take, you should read through this documentation to understand how the network is initiated and how nodes are added afterward.

Terraform and Ansible scripts for setting up an indy node in AWS

https://github.com/hyperledger/indy-node-container

  • A project focusing on running indy-node in containers.

https://github.com/hyperledger/bevel#hyperledger-indy

@akshaykurhekar
Copy link
Author

Thanks, WadeBarnes

for helping me with resources.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants