Reputation: 400
I am trying to run von-network on using docker. These are the steps that i followed.
von-network
repo form https://github.com/bcgov/von-network./manage build
./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
.
But actually, I should be getting this:
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),
Upvotes: 1
Views: 899
Reputation: 103
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
Upvotes: 0