Closed whatisthejava closed 1 year ago
Hi, from the errors it seems that the von-network and orgbook aren't running. If you're running the "local machine" scenario make sure you start these services first, there are links to the instructions here: https://github.com/bcgov/von-agent-template/blob/master/GettingStartedTutorial.md#local-machine-1
Hey so a couple of issues if you pick number 2 in init.sh
After starting manage start the following presents errors
WARNING: The INDY_LEDGER_URL variable is not set. Defaulting to a blank string. WARNING: The AUTO_REGISTER_DID variable is not set. Defaulting to a blank string. WARNING: The INDY_GENESIS_URL variable is not set. Defaulting to a blank string. WARNING: The ISSUER_WALLET_DID variable is not set. Defaulting to a blank string.
It then fails because the network tob_tob isnt created
It tells you to create the docker network which is really useful.
You then run again and then you get then you get this error
You can get past this error by proving it on the runtime
( Am running the VON network locally so my geneis url was http://localhost:9000/genesis
But then you get this error
Cant get past this as the network defined wont let the docker containers connect to other servers running on my localmachine