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

channel creation failed #18

Open aceyin opened 6 years ago

aceyin commented 6 years ago

Channel name : mychannel Creating channel... CORE_PEER_TLS_ROOTCERT_FILE=/opt/gopath/src/github.com/hyperledger/fabric/peer/crypto/peerOrganizations/org1.example.com/peers/peer0.org1.example.com/tls/ca.crt CORE_PEER_TLS_KEY_FILE=/opt/gopath/src/github.com/hyperledger/fabric/peer/crypto/peerOrganizations/org1.example.com/peers/peer0.org1.example.com/tls/server.key CORE_PEER_LOCALMSPID=Org1MSP CORE_VM_ENDPOINT=unix:///host/var/run/docker.sock CORE_PEER_TLS_CERT_FILE=/opt/gopath/src/github.com/hyperledger/fabric/peer/crypto/peerOrganizations/org1.example.com/peers/peer0.org1.example.com/tls/server.crt CORE_PEER_TLS_ENABLED=false CORE_PEER_MSPCONFIGPATH=/opt/gopath/src/github.com/hyperledger/fabric/peer/crypto/peerOrganizations/org1.example.com/users/Admin@org1.example.com/msp CORE_PEER_ID=cli CORE_LOGGING_LEVEL=DEBUG CORE_PEER_ADDRESS=peer0.org1.example.com:7051 2018-01-19 10:11:50.147 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] 2018-01-19 10:11:50.148 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] 2018-01-19 10:11:50.148 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] 2018-01-19 10:11:50.176 UTC [msp] GetLocalMSP -> DEBU 004 Returning existing local MSP 2018-01-19 10:11:50.176 UTC [msp] GetDefaultSigningIdentity -> DEBU 005 Obtaining default signing identity 2018-01-19 10:11:50.179 UTC [channelCmd] InitCmdFactory -> INFO 006 Endorser and orderer connections initialized 2018-01-19 10:11:50.183 UTC [msp] GetLocalMSP -> DEBU 007 Returning existing local MSP 2018-01-19 10:11:50.183 UTC [msp] GetDefaultSigningIdentity -> DEBU 008 Obtaining default signing identity 2018-01-19 10:11:50.183 UTC [msp] GetLocalMSP -> DEBU 009 Returning existing local MSP 2018-01-19 10:11:50.183 UTC [msp] GetDefaultSigningIdentity -> DEBU 00a Obtaining default signing identity 2018-01-19 10:11:50.183 UTC [msp/identity] Sign -> DEBU 00b Sign: plaintext: 0A8C060A074F7267314D53501280062D...53616D706C65436F6E736F727469756D 2018-01-19 10:11:50.183 UTC [msp/identity] Sign -> DEBU 00c Sign: digest: 56C966D27219D534BCBFC45B1266EFEF571E91338C0FB794CBDC237C6E6898C4 2018-01-19 10:11:50.184 UTC [msp] GetLocalMSP -> DEBU 00d Returning existing local MSP 2018-01-19 10:11:50.184 UTC [msp] GetDefaultSigningIdentity -> DEBU 00e Obtaining default signing identity 2018-01-19 10:11:50.184 UTC [msp] GetLocalMSP -> DEBU 00f Returning existing local MSP 2018-01-19 10:11:50.184 UTC [msp] GetDefaultSigningIdentity -> DEBU 010 Obtaining default signing identity 2018-01-19 10:11:50.184 UTC [msp/identity] Sign -> DEBU 011 Sign: plaintext: 0AC4060A1608021A0608E68887D30522...83066037CFD219BCE5D1E00F6967C1DD 2018-01-19 10:11:50.184 UTC [msp/identity] Sign -> DEBU 012 Sign: digest: BEFA963463B144B2B7E7F8C624251EDC91A4F604E0F789B60B4BEE015DFB0EBD 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 ==================

Alalapapa commented 6 years ago

The same problem i met. How to deal with it. !!!!!!!!!!!!!!! Channel creation failed !!!!!!!!!!!!!!!!