Hyperledger Indy - VON-network error - Error initializing pool ledger

811 Views Asked by At

I am trying to run von-network on using docker. These are the steps that i followed.

  1. Clone von-network repo form https://github.com/bcgov/von-network
  2. Ran ./manage build
  3. Then ./manage start --logs At this point all the docker containers starts OK. But when i go http://localhost:9000, in my browser, i see error saying, Error initializing pool ledger. enter image description here

But actually, I should be getting this: enter image description here

I have tried this many times. Also tried deleting all the images and redoing everything from scratch, but get the same errors. An exception is logged on the terminal (shown in the screenshot), enter image description here

1

There are 1 best solutions below

0
On

Pool ledger timeout mostly occurs when the genesis.txn file is deformed or not found, you should check the pool_cfg path, and make sure it is directed at the genesis.txn file