IBM-Blockchain-Archive / marbles

WARNING: This repository is no longer maintained ⚠️ This repository will not be updated. The repository will be kept available in read-only mode.
Apache License 2.0
1.03k stars 979 forks source link

Enrolling Admin failed. #214

Closed anushaath closed 6 years ago

anushaath commented 6 years ago

I followed all the steps to get the marbles network deployed, from the readme. I encountered no errors while setting up the network. However after the login screen, Enrolling the Admin failed with the following error.

screenshot from 2018-04-18 19-14-44

The Logs:

screenshot from 2018-04-18 19-17-13

YoleYu commented 6 years ago

@anushaath This is duplicated with #208 . this bug is caused by fabric-sdk-node https://jira.hyperledger.org/browse/FAB-2593, you may need copy hfc-key-store directory to your home directory $HOME/.hfc-key-store, and re-config the client.credentialStore.path of connection_profile_local.json

anushaath commented 6 years ago

That worked. Thanks!