hyperledger-archives / education

Hyperledger training material
https://wiki.hyperledger.org/display/LMDWG
Apache License 2.0
372 stars 360 forks source link

Indy Agent Demonstration problem: Alice´s web server error. #138

Open jlagop opened 5 years ago

jlagop commented 5 years ago

Hi. I followed Indy intallation guidelines from https://github.com/hyperledger/education/blob/master/LFS171x/indy-material/nodejs/README.md Everything worked during installation, no trouble. All dockers start properly but Alice´s one. The docker starts ok, but there is an error (see below) and I can´t reach its web server for carrying on the exercise. Does anybody know what could be done to fix it? Log output:

alice_1      | 
alice_1      | > indy-agent@0.0.0 start /home/indy/nodejs
alice_1      | > node ./bin/www
alice_1      | 
alice_1      | { IndyError: PoolLedgerNotCreatedError
alice_1      |     at Object.callback (/home/indy/nodejs/node_modules/indy-sdk/src/wrapIndyCallback.js:15:10)
alice_1      |   name: 'IndyError',
alice_1      |   message: 'PoolLedgerNotCreatedError',
alice_1      |   indyCode: 300,
alice_1      |   indyName: 'PoolLedgerNotCreatedError' }