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

no such file or directory, open '/home/ibmadmin/fabric-samples/fabcar/hfc-key-store/admin' #204

Closed sensahin closed 6 years ago

sensahin commented 6 years ago

When running node install_chaincode.js, it throws below error:

no such file or directory, open '/home/ibmadmin/fabric-samples/fabcar/hfc-key-store/admin'

Somehow it is searching certificates in ibmadmin folder. Any thoughts on this?

zhulg commented 6 years ago

@sensahin modify your path , open config->connection_profile_local.json input your xxxx/fabric-samples/fabcar/hfc-key-store

sensahin commented 6 years ago

Thanks, solved!