ITPeople-Blockchain / auction

ITPeople Blockchain - Art Auction Demo
161 stars 183 forks source link

INFO 002 intermediate certs folder not found at [/data/go/src/github.com/hyperledger/fabric/sampleconfig/msp/intermediatecerts] #85

Open huyufan opened 7 years ago

huyufan commented 7 years ago

according to your operation orderer INFO 002 intermediate certs folder not found at [/data/go/src/github.com/hyperledger/fabric/sampleconfig/msp/intermediatecerts] ./PostUsers panic: Error when setting up MSP from directory /opt/gopath/src/github.com/hyperledger/fabric/msp/sampleconfig: err Could not load a valid signer certificate from directory /opt/gopath/src/github.com/hyperledger/fabric/msp/sampleconfig/signcerts, err stat /opt/gopath/src/github.com/hyperledger/fabric/msp/sampleconfig/signcerts: no such file or directory i don't know,can you tell me

ratnakar-asara commented 6 years ago

@huyufan as per the README the code works on Fabric Alpha2 code base.

commit 5b59e0652f9edf5bd12a6ff7fd2e9991495190fe

Author: Nick Murray <nick@passkit.com>
Date:   Sun Mar 19 23:09:30 2017 +0800

    [FAB-2829]-Build fails if Docker flags contain spaces

    There are cases where the make script setting DOCKER_BUILD_FLAGS and
    DOCKER_RUN_FLAGS that are used to set DBUILD and DRUN variables
    generate values containing whitespace.

    https://jira.hyperledger.org/browse/FAB-2829

    - Enclosed variables to prevent spaces breaking docker build and docker run commands.
    - Tested build on OSX (10.12.3), Debian 8.7 and Windows 10

    Change-Id: Ie353c6561dc1abecc05201205ef46b43608af6ac
    Signed-off-by: Nick Murray <nick@passkit.com>

Auction App & README instructions needs to be updated to compatible with Fabric V1.0.0 level