xuehuiit / fabric-explorer

Fabric-explorer is a simple, powerful, maintainable, open source fabric explorer
http://www.blockchainbrother.com/
Apache License 2.0
123 stars 58 forks source link

something wrong start fabric-docker-compose-svt #11

Open beetle2013 opened 6 years ago

beetle2013 commented 6 years ago

git clone https://github.com/onechain/fabric-docker-compose-svt.git mv fabric-docker-compose-svt $GOPATH/src/github.com/hyperledger/fabric/examples/ cd $GOPATH/src/github.com/hyperledger/fabric/examples/fabric-docker-compose-svt ./download_images.sh ./start.sh

2017-08-04 01:53:19.078 UTC [msp] getMspConfig -> INFO 001 intermediate certs folder not found at [/opt/gopath/src/github.com/hyperledger/fabric/peer/crypto/peerOrganizations/org1.example.com/users/Admin@org1.example.com/msp/intermediatecerts]. Skipping.: [stat /opt/gopath/src/github.com/hyperledger/fabric/peer/crypto/peerOrganizations/org1.example.com/users/Admin@org1.example.com/msp/intermediatecerts: no such file or directory]

2017-08-04 01:53:19.078 UTC [msp] getMspConfig -> INFO 002 crls folder not found at [/opt/gopath/src/github.com/hyperledger/fabric/peer/crypto/peerOrganizations/org1.example.com/users/Admin@org1.example.com/msp/intermediatecerts]. Skipping.: [stat /opt/gopath/src/github.com/hyperledger/fabric/peer/crypto/peerOrganizations/org1.example.com/users/Admin@org1.example.com/msp/crls: no such file or directory]

2017-08-04 01:53:19.078 UTC [msp] getMspConfig -> INFO 003 MSP configuration file not found at [/opt/gopath/src/github.com/hyperledger/fabric/peer/crypto/peerOrganizations/org1.example.com/users/Admin@org1.example.com/msp/config.yaml]: [stat /opt/gopath/src/github.com/hyperledger/fabric/peer/crypto/peerOrganizations/org1.example.com/users/Admin@org1.example.com/msp/config.yaml: no such file or directory]

2017-08-04 01:53:19.129 UTC [msp] GetLocalMSP -> DEBU 004 Returning existing local MSP

2017-08-04 01:53:19.129 UTC [msp] GetDefaultSigningIdentity -> DEBU 005 Obtaining default signing identity

2017-08-04 01:53:19.131 UTC [channelCmd] InitCmdFactory -> INFO 006 Endorser and orderer connections initialized

2017-08-04 01:53:19.132 UTC [msp] GetLocalMSP -> DEBU 007 Returning existing local MSP

2017-08-04 01:53:19.132 UTC [msp] GetDefaultSigningIdentity -> DEBU 008 Obtaining default signing identity

2017-08-04 01:53:19.132 UTC [msp] GetLocalMSP -> DEBU 009 Returning existing local MSP

2017-08-04 01:53:19.132 UTC [msp] GetDefaultSigningIdentity -> DEBU 00a Obtaining default signing identity

2017-08-04 01:53:19.132 UTC [msp/identity] Sign -> DEBU 00b Sign: plaintext: 0A8C060A074F7267314D53501280062D...53616D706C65436F6E736F727469756D

2017-08-04 01:53:19.132 UTC [msp/identity] Sign -> DEBU 00c Sign: digest: E23F3F8AF872F375A3892F1E80246F26C3B269F7BFDA0E20CF5AD985BF290FDB

2017-08-04 01:53:19.132 UTC [msp] GetLocalMSP -> DEBU 00d Returning existing local MSP

2017-08-04 01:53:19.132 UTC [msp] GetDefaultSigningIdentity -> DEBU 00e Obtaining default signing identity

2017-08-04 01:53:19.133 UTC [msp] GetLocalMSP -> DEBU 00f Returning existing local MSP

2017-08-04 01:53:19.133 UTC [msp] GetDefaultSigningIdentity -> DEBU 010 Obtaining default signing identity

2017-08-04 01:53:19.133 UTC [msp/identity] Sign -> DEBU 011 Sign: plaintext: 0AC4060A1608021A06088FA78FCC0522...1548167A1D7B35DE8FC365A9BA90247A

2017-08-04 01:53:19.133 UTC [msp/identity] Sign -> DEBU 012 Sign: digest: 147310DA6A88B60D64DF001479100BF96BA2620C0ED04038F59136F76913F0A4

Error: Got unexpected status: SERVICE_UNAVAILABLE

Usage:

peer channel create [flags]

Global Flags:

-b, --blockpath string Path to file containing genesis block

  --cafile string              Path to file containing PEM-encoded trusted certificate(s) for the ordering endpoint

-c, --chain string In case of a newChain command, the chain ID to create.

-f, --file string Configuration transaction file generated by a tool such as configtxgen for submitting to orderer

  --logging-level string       Default logging level and overrides, see core.yaml for full syntax

-o, --orderer string Ordering service endpoint

  --test.coverprofile string   Done (default "coverage.cov")

-t, --timeout int Channel creation timeout (default 5)

  --tls                        Use TLS when communicating with the orderer endpoint

-v, --version Display current version of fabric peer server

!!!!!!!!!!!!!!! Channel creation failed !!!!!!!!!!!!!!!!

================== ERROR !!! FAILED to execute End-2-End Scenario ==================

gcc2ge commented 6 years ago

you can try this project .https://github.com/wushouhe/fabric-docker-compose-svt ,in the project ,i removed kafka and zookeeper. mybe this can help you

wangxuef commented 6 years ago

I got the same exception

sadonsergey commented 6 years ago

I got the same exception

Dejia2017 commented 6 years ago

I got the same exception

cyCao350 commented 6 years ago

I got the same exception