0

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

Asad Hayat
  • 368
  • 2
  • 20
  • Do you see any errors for nodes? or error is only in server? Looks like there is a problem with genesis and webserver is not able to reach nodes because of incorect GENESIS_URL – VladoDemcak Apr 19 '21 at 19:43
  • I don;t know the exact cause, but after deleting my VM and creating a new VM, now it works. – Asad Hayat Apr 22 '21 at 12:19
  • Hi Sir, I received the same error. May I know the solution for this? – inayzi Nov 15 '22 at 08:42

1 Answers1

0

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