Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Blockchain by (12.7k points)

I'm following these instructions for setting up hyperledger fabric http://hyperledger-fabric.readthedocs.io/en/latest/asset_setup.html but when I run deploy.js

info: Returning a new winston logger with default configurations

info: [Peer.js]: Peer.const - url: grpc://localhost:8051 options grpc.ssl_target_name_override=tlsca, grpc.default_authority=tlsca

info: [Peer.js]: Peer.const - url: grpc://localhost:8055 options grpc.ssl_target_name_override=tlsca, grpc.default_authority=tlsca

info: [Peer.js]: Peer.const - url: grpc://localhost:8056 options grpc.ssl_target_name_override=tlsca, grpc.default_authority=tlsca

info: [Client.js]: Failed to load user "admin" from local key value store

info: [FabricCAClientImpl.js]: Successfully constructed Fabric CA service client: endpoint - {"protocol":"http","hostname":"localhost","port":8054}

info: [crypto_ecdsa_aes]: This class requires a CryptoKeyStore to save keys, using the store: {"opts":{"path":"/home/ubuntu/.hfc-key-store"}}

I'm able to use the docker cli but not node SDK.

Failed to load user "admin" from local key-value store How do I store admin user?

1 Answer

0 votes
by (29.5k points)

Hi, I Don't know the exact problem but after installing couchdb it started working for me. 'docker pull couchdb' 'docker run -d -p 5984:5984 --name my-couchdb couchdb

hope this helps

Browse Categories

...