Created
November 25, 2017 06:35
-
-
Save yanpozka/31a488f1cf2e8ca9279d23b896b6e1ce to your computer and use it in GitHub Desktop.
cli output
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2017-11-25 06:29:08.164 UTC [msp] GetLocalMSP -> DEBU 001 Returning existing local MSP | |
2017-11-25 06:29:08.164 UTC [msp] GetDefaultSigningIdentity -> DEBU 002 Obtaining default signing identity | |
2017-11-25 06:29:08.164 UTC [chaincodeCmd] checkChaincodeCmdParams -> INFO 003 Using default escc | |
2017-11-25 06:29:08.164 UTC [chaincodeCmd] checkChaincodeCmdParams -> INFO 004 Using default vscc | |
2017-11-25 06:29:08.213 UTC [golang-platform] getCodeFromFS -> DEBU 005 getCodeFromFS chaincodedev/chaincode/sacc | |
2017-11-25 06:29:08.337 UTC [golang-platform] func1 -> DEBU 006 Discarding GOROOT package fmt | |
2017-11-25 06:29:08.337 UTC [golang-platform] func1 -> DEBU 007 Discarding provided package github.com/hyperledger/fabric/core/chaincode/shim | |
2017-11-25 06:29:08.337 UTC [golang-platform] func1 -> DEBU 008 Discarding provided package github.com/hyperledger/fabric/protos/peer | |
2017-11-25 06:29:08.337 UTC [golang-platform] GetDeploymentPayload -> DEBU 009 done | |
2017-11-25 06:29:08.338 UTC [msp/identity] Sign -> DEBU 00a Sign: plaintext: 0AA4080A5C08031A0C08B49BE4D00510...1F32FE0E0000FFFFB5185B4100120000 | |
2017-11-25 06:29:08.339 UTC [msp/identity] Sign -> DEBU 00b Sign: digest: 5BAF2005270911F78378747023056B8DC7D59972F074CA475CE27945A67BE8D3 | |
2017-11-25 06:29:08.342 UTC [chaincodeCmd] install -> DEBU 00c Installed remotely response:<status:200 payload:"OK" > | |
2017-11-25 06:29:08.342 UTC [main] main -> INFO 00d Exiting..... | |
root@4f8ca7ed94bd:/opt/gopath/src/chaincodedev# peer chaincode instantiate -n mycc -v 0 -c '{"Args":["a","10"]}' -C myc | |
2017-11-25 06:30:18.337 UTC [msp] GetLocalMSP -> DEBU 001 Returning existing local MSP | |
2017-11-25 06:30:18.337 UTC [msp] GetDefaultSigningIdentity -> DEBU 002 Obtaining default signing identity | |
2017-11-25 06:30:18.337 UTC [msp/identity] Sign -> DEBU 003 Sign: plaintext: 0AA4080A5C08011A0C08FA9BE4D00510...436F6E666967426C6F636B0A036D7963 | |
2017-11-25 06:30:18.337 UTC [msp/identity] Sign -> DEBU 004 Sign: digest: 932C694B7D58C487B75932949D65B4370A53E13EBBE134A97C4395DCA98AE19B | |
2017-11-25 06:30:18.344 UTC [common/config] NewStandardValues -> DEBU 005 Initializing protos for *config.ChannelProtos | |
2017-11-25 06:30:18.344 UTC [common/config] initializeProtosStruct -> DEBU 006 Processing field: HashingAlgorithm | |
2017-11-25 06:30:18.344 UTC [common/config] initializeProtosStruct -> DEBU 007 Processing field: BlockDataHashingStructure | |
2017-11-25 06:30:18.344 UTC [common/config] initializeProtosStruct -> DEBU 008 Processing field: OrdererAddresses | |
2017-11-25 06:30:18.344 UTC [common/config] initializeProtosStruct -> DEBU 009 Processing field: Consortium | |
2017-11-25 06:30:18.345 UTC [common/configtx] addToMap -> DEBU 00a Adding to config map: [Groups] /Channel | |
2017-11-25 06:30:18.345 UTC [common/configtx] addToMap -> DEBU 00b Adding to config map: [Groups] /Channel/Orderer | |
2017-11-25 06:30:18.345 UTC [common/configtx] addToMap -> DEBU 00c Adding to config map: [Groups] /Channel/Orderer/SampleOrg | |
2017-11-25 06:30:18.345 UTC [common/configtx] addToMap -> DEBU 00d Adding to config map: [Values] /Channel/Orderer/SampleOrg/MSP | |
2017-11-25 06:30:18.345 UTC [common/configtx] addToMap -> DEBU 00e Adding to config map: [Policy] /Channel/Orderer/SampleOrg/Admins | |
2017-11-25 06:30:18.346 UTC [common/configtx] addToMap -> DEBU 00f Adding to config map: [Policy] /Channel/Orderer/SampleOrg/Readers | |
2017-11-25 06:30:18.346 UTC [common/configtx] addToMap -> DEBU 010 Adding to config map: [Policy] /Channel/Orderer/SampleOrg/Writers | |
2017-11-25 06:30:18.346 UTC [common/configtx] addToMap -> DEBU 011 Adding to config map: [Values] /Channel/Orderer/ConsensusType | |
2017-11-25 06:30:18.346 UTC [common/configtx] addToMap -> DEBU 012 Adding to config map: [Values] /Channel/Orderer/BatchSize | |
2017-11-25 06:30:18.347 UTC [common/configtx] addToMap -> DEBU 013 Adding to config map: [Values] /Channel/Orderer/BatchTimeout | |
2017-11-25 06:30:18.347 UTC [common/configtx] addToMap -> DEBU 014 Adding to config map: [Values] /Channel/Orderer/ChannelRestrictions | |
2017-11-25 06:30:18.347 UTC [common/configtx] addToMap -> DEBU 015 Adding to config map: [Policy] /Channel/Orderer/Admins | |
2017-11-25 06:30:18.347 UTC [common/configtx] addToMap -> DEBU 016 Adding to config map: [Policy] /Channel/Orderer/BlockValidation | |
2017-11-25 06:30:18.347 UTC [common/configtx] addToMap -> DEBU 017 Adding to config map: [Policy] /Channel/Orderer/Readers | |
2017-11-25 06:30:18.347 UTC [common/configtx] addToMap -> DEBU 018 Adding to config map: [Policy] /Channel/Orderer/Writers | |
2017-11-25 06:30:18.347 UTC [common/configtx] addToMap -> DEBU 019 Adding to config map: [Groups] /Channel/Application | |
2017-11-25 06:30:18.348 UTC [common/configtx] addToMap -> DEBU 01a Adding to config map: [Groups] /Channel/Application/SampleOrg | |
2017-11-25 06:30:18.348 UTC [common/configtx] addToMap -> DEBU 01b Adding to config map: [Values] /Channel/Application/SampleOrg/MSP | |
2017-11-25 06:30:18.348 UTC [common/configtx] addToMap -> DEBU 01c Adding to config map: [Policy] /Channel/Application/SampleOrg/Writers | |
2017-11-25 06:30:18.348 UTC [common/configtx] addToMap -> DEBU 01d Adding to config map: [Policy] /Channel/Application/SampleOrg/Admins | |
2017-11-25 06:30:18.348 UTC [common/configtx] addToMap -> DEBU 01e Adding to config map: [Policy] /Channel/Application/SampleOrg/Readers | |
2017-11-25 06:30:18.348 UTC [common/configtx] addToMap -> DEBU 01f Adding to config map: [Policy] /Channel/Application/Readers | |
2017-11-25 06:30:18.348 UTC [common/configtx] addToMap -> DEBU 020 Adding to config map: [Policy] /Channel/Application/Admins | |
2017-11-25 06:30:18.348 UTC [common/configtx] addToMap -> DEBU 021 Adding to config map: [Policy] /Channel/Application/Writers | |
2017-11-25 06:30:18.348 UTC [common/configtx] addToMap -> DEBU 022 Adding to config map: [Values] /Channel/BlockDataHashingStructure | |
2017-11-25 06:30:18.348 UTC [common/configtx] addToMap -> DEBU 023 Adding to config map: [Values] /Channel/Consortium | |
2017-11-25 06:30:18.348 UTC [common/configtx] addToMap -> DEBU 024 Adding to config map: [Values] /Channel/OrdererAddresses | |
2017-11-25 06:30:18.348 UTC [common/configtx] addToMap -> DEBU 025 Adding to config map: [Values] /Channel/HashingAlgorithm | |
2017-11-25 06:30:18.348 UTC [common/configtx] addToMap -> DEBU 026 Adding to config map: [Policy] /Channel/Writers | |
2017-11-25 06:30:18.348 UTC [common/configtx] addToMap -> DEBU 027 Adding to config map: [Policy] /Channel/Admins | |
2017-11-25 06:30:18.348 UTC [common/configtx] addToMap -> DEBU 028 Adding to config map: [Policy] /Channel/Readers | |
2017-11-25 06:30:18.348 UTC [common/configtx] processConfig -> DEBU 029 Beginning new config for channel myc | |
2017-11-25 06:30:18.348 UTC [common/config] NewStandardValues -> DEBU 02a Initializing protos for *config.ChannelProtos | |
2017-11-25 06:30:18.348 UTC [common/config] initializeProtosStruct -> DEBU 02b Processing field: HashingAlgorithm | |
2017-11-25 06:30:18.348 UTC [common/config] initializeProtosStruct -> DEBU 02c Processing field: BlockDataHashingStructure | |
2017-11-25 06:30:18.348 UTC [common/config] initializeProtosStruct -> DEBU 02d Processing field: OrdererAddresses | |
2017-11-25 06:30:18.348 UTC [common/config] initializeProtosStruct -> DEBU 02e Processing field: Consortium | |
2017-11-25 06:30:18.348 UTC [policies] ProposePolicy -> DEBU 02f Proposed new policy Readers for Channel | |
2017-11-25 06:30:18.349 UTC [policies] ProposePolicy -> DEBU 030 Proposed new policy Writers for Channel | |
2017-11-25 06:30:18.349 UTC [policies] ProposePolicy -> DEBU 031 Proposed new policy Admins for Channel | |
2017-11-25 06:30:18.349 UTC [common/config] NewStandardValues -> DEBU 032 Initializing protos for *config.OrdererProtos | |
2017-11-25 06:30:18.349 UTC [common/config] initializeProtosStruct -> DEBU 033 Processing field: ConsensusType | |
2017-11-25 06:30:18.349 UTC [common/config] initializeProtosStruct -> DEBU 034 Processing field: BatchSize | |
2017-11-25 06:30:18.349 UTC [common/config] initializeProtosStruct -> DEBU 035 Processing field: BatchTimeout | |
2017-11-25 06:30:18.349 UTC [common/config] initializeProtosStruct -> DEBU 036 Processing field: KafkaBrokers | |
2017-11-25 06:30:18.349 UTC [common/config] initializeProtosStruct -> DEBU 037 Processing field: ChannelRestrictions | |
2017-11-25 06:30:18.349 UTC [policies] ProposePolicy -> DEBU 038 Proposed new policy Readers for Orderer | |
2017-11-25 06:30:18.349 UTC [policies] ProposePolicy -> DEBU 039 Proposed new policy Writers for Orderer | |
2017-11-25 06:30:18.349 UTC [policies] ProposePolicy -> DEBU 03a Proposed new policy Admins for Orderer | |
2017-11-25 06:30:18.349 UTC [policies] ProposePolicy -> DEBU 03b Proposed new policy BlockValidation for Orderer | |
2017-11-25 06:30:18.349 UTC [common/config] NewStandardValues -> DEBU 03c Initializing protos for *config.OrganizationProtos | |
2017-11-25 06:30:18.349 UTC [common/config] initializeProtosStruct -> DEBU 03d Processing field: MSP | |
2017-11-25 06:30:18.349 UTC [policies] ProposePolicy -> DEBU 03e Proposed new policy Readers for SampleOrg | |
2017-11-25 06:30:18.349 UTC [policies] ProposePolicy -> DEBU 03f Proposed new policy Writers for SampleOrg | |
2017-11-25 06:30:18.349 UTC [policies] ProposePolicy -> DEBU 040 Proposed new policy Admins for SampleOrg | |
2017-11-25 06:30:18.349 UTC [common/config] NewStandardValues -> DEBU 041 Initializing protos for *struct {} | |
2017-11-25 06:30:18.349 UTC [policies] ProposePolicy -> DEBU 042 Proposed new policy Readers for Application | |
2017-11-25 06:30:18.349 UTC [policies] ProposePolicy -> DEBU 043 Proposed new policy Admins for Application | |
2017-11-25 06:30:18.349 UTC [policies] ProposePolicy -> DEBU 044 Proposed new policy Writers for Application | |
2017-11-25 06:30:18.349 UTC [common/config] NewStandardValues -> DEBU 045 Initializing protos for *config.OrganizationProtos | |
2017-11-25 06:30:18.349 UTC [common/config] initializeProtosStruct -> DEBU 046 Processing field: MSP | |
2017-11-25 06:30:18.349 UTC [common/config] NewStandardValues -> DEBU 047 Initializing protos for *config.ApplicationOrgProtos | |
2017-11-25 06:30:18.349 UTC [common/config] initializeProtosStruct -> DEBU 048 Processing field: AnchorPeers | |
2017-11-25 06:30:18.349 UTC [common/config] NewStandardValues -> DEBU 049 Initializing protos for *config.OrganizationProtos | |
2017-11-25 06:30:18.349 UTC [common/config] initializeProtosStruct -> DEBU 04a Processing field: MSP | |
2017-11-25 06:30:18.349 UTC [policies] ProposePolicy -> DEBU 04b Proposed new policy Admins for SampleOrg | |
2017-11-25 06:30:18.349 UTC [policies] ProposePolicy -> DEBU 04c Proposed new policy Readers for SampleOrg | |
2017-11-25 06:30:18.350 UTC [policies] ProposePolicy -> DEBU 04d Proposed new policy Writers for SampleOrg | |
2017-11-25 06:30:18.350 UTC [common/config] validateMSP -> DEBU 04e Setting up MSP for org SampleOrg | |
2017-11-25 06:30:18.350 UTC [msp] NewBccspMsp -> DEBU 04f Creating BCCSP-based MSP instance | |
2017-11-25 06:30:18.350 UTC [msp] Setup -> DEBU 050 Setting up MSP instance DEFAULT | |
2017-11-25 06:30:18.350 UTC [msp/identity] newIdentity -> DEBU 051 Creating identity instance for ID -----BEGIN CERTIFICATE----- | |
MIICYjCCAgmgAwIBAgIUB3CTDOU47sUC5K4kn/Caqnh114YwCgYIKoZIzj0EAwIw | |
fzELMAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNh | |
biBGcmFuY2lzY28xHzAdBgNVBAoTFkludGVybmV0IFdpZGdldHMsIEluYy4xDDAK | |
BgNVBAsTA1dXVzEUMBIGA1UEAxMLZXhhbXBsZS5jb20wHhcNMTYxMDEyMTkzMTAw | |
WhcNMjExMDExMTkzMTAwWjB/MQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZv | |
cm5pYTEWMBQGA1UEBxMNU2FuIEZyYW5jaXNjbzEfMB0GA1UEChMWSW50ZXJuZXQg | |
V2lkZ2V0cywgSW5jLjEMMAoGA1UECxMDV1dXMRQwEgYDVQQDEwtleGFtcGxlLmNv | |
bTBZMBMGByqGSM49AgEGCCqGSM49AwEHA0IABKIH5b2JaSmqiQXHyqC+cmknICcF | |
i5AddVjsQizDV6uZ4v6s+PWiJyzfA/rTtMvYAPq/yeEHpBUB1j053mxnpMujYzBh | |
MA4GA1UdDwEB/wQEAwIBBjAPBgNVHRMBAf8EBTADAQH/MB0GA1UdDgQWBBQXZ0I9 | |
qp6CP8TFHZ9bw5nRtZxIEDAfBgNVHSMEGDAWgBQXZ0I9qp6CP8TFHZ9bw5nRtZxI | |
EDAKBggqhkjOPQQDAgNHADBEAiAHp5Rbp9Em1G/UmKn8WsCbqDfWecVbZPQj3RK4 | |
oG5kQQIgQAe4OOKYhJdh3f7URaKfGTf492/nmRmtK+ySKjpHSrU= | |
-----END CERTIFICATE----- | |
2017-11-25 06:30:18.350 UTC [msp/identity] newIdentity -> DEBU 052 Creating identity instance for ID -----BEGIN CERTIFICATE----- | |
MIICjDCCAjKgAwIBAgIUBEVwsSx0TmqdbzNwleNBBzoIT0wwCgYIKoZIzj0EAwIw | |
fzELMAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNh | |
biBGcmFuY2lzY28xHzAdBgNVBAoTFkludGVybmV0IFdpZGdldHMsIEluYy4xDDAK | |
BgNVBAsTA1dXVzEUMBIGA1UEAxMLZXhhbXBsZS5jb20wHhcNMTYxMTExMTcwNzAw | |
WhcNMTcxMTExMTcwNzAwWjBjMQswCQYDVQQGEwJVUzEXMBUGA1UECBMOTm9ydGgg | |
Q2Fyb2xpbmExEDAOBgNVBAcTB1JhbGVpZ2gxGzAZBgNVBAoTEkh5cGVybGVkZ2Vy | |
IEZhYnJpYzEMMAoGA1UECxMDQ09QMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAE | |
HBuKsAO43hs4JGpFfiGMkB/xsILTsOvmN2WmwpsPHZNL6w8HWe3xCPQtdG/XJJvZ | |
+C756KEsUBM3yw5PTfku8qOBpzCBpDAOBgNVHQ8BAf8EBAMCBaAwHQYDVR0lBBYw | |
FAYIKwYBBQUHAwEGCCsGAQUFBwMCMAwGA1UdEwEB/wQCMAAwHQYDVR0OBBYEFOFC | |
dcUZ4es3ltiCgAVDoyLfVpPIMB8GA1UdIwQYMBaAFBdnQj2qnoI/xMUdn1vDmdG1 | |
nEgQMCUGA1UdEQQeMByCCm15aG9zdC5jb22CDnd3dy5teWhvc3QuY29tMAoGCCqG | |
SM49BAMCA0gAMEUCIDf9Hbl4xn3z4EwNKmilM9lX2Fq4jWpAaRVB97OmVEeyAiEA | |
25aDPQHGGq2AvhKT0wvt08cX1GTGCIbfmuLpMwKQj38= | |
-----END CERTIFICATE----- | |
2017-11-25 06:30:18.351 UTC [msp/identity] newIdentity -> DEBU 053 Creating identity instance for ID -----BEGIN CERTIFICATE----- | |
MIICjDCCAjKgAwIBAgIUBEVwsSx0TmqdbzNwleNBBzoIT0wwCgYIKoZIzj0EAwIw | |
fzELMAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNh | |
biBGcmFuY2lzY28xHzAdBgNVBAoTFkludGVybmV0IFdpZGdldHMsIEluYy4xDDAK | |
BgNVBAsTA1dXVzEUMBIGA1UEAxMLZXhhbXBsZS5jb20wHhcNMTYxMTExMTcwNzAw | |
WhcNMTcxMTExMTcwNzAwWjBjMQswCQYDVQQGEwJVUzEXMBUGA1UECBMOTm9ydGgg | |
Q2Fyb2xpbmExEDAOBgNVBAcTB1JhbGVpZ2gxGzAZBgNVBAoTEkh5cGVybGVkZ2Vy | |
IEZhYnJpYzEMMAoGA1UECxMDQ09QMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAE | |
HBuKsAO43hs4JGpFfiGMkB/xsILTsOvmN2WmwpsPHZNL6w8HWe3xCPQtdG/XJJvZ | |
+C756KEsUBM3yw5PTfku8qOBpzCBpDAOBgNVHQ8BAf8EBAMCBaAwHQYDVR0lBBYw | |
FAYIKwYBBQUHAwEGCCsGAQUFBwMCMAwGA1UdEwEB/wQCMAAwHQYDVR0OBBYEFOFC | |
dcUZ4es3ltiCgAVDoyLfVpPIMB8GA1UdIwQYMBaAFBdnQj2qnoI/xMUdn1vDmdG1 | |
nEgQMCUGA1UdEQQeMByCCm15aG9zdC5jb22CDnd3dy5teWhvc3QuY29tMAoGCCqG | |
SM49BAMCA0gAMEUCIDf9Hbl4xn3z4EwNKmilM9lX2Fq4jWpAaRVB97OmVEeyAiEA | |
25aDPQHGGq2AvhKT0wvt08cX1GTGCIbfmuLpMwKQj38= | |
-----END CERTIFICATE----- | |
2017-11-25 06:30:18.352 UTC [msp] Validate -> DEBU 054 MSP DEFAULT validating identity | |
2017-11-25 06:30:18.352 UTC [msp] getCertificationChain -> DEBU 055 MSP DEFAULT getting certification chain | |
2017-11-25 06:30:18.352 UTC [common/config] Validate -> DEBU 056 Anchor peers for org SampleOrg are | |
2017-11-25 06:30:18.352 UTC [common/config] validateMSP -> DEBU 057 Setting up MSP for org SampleOrg | |
2017-11-25 06:30:18.352 UTC [msp] NewBccspMsp -> DEBU 058 Creating BCCSP-based MSP instance | |
2017-11-25 06:30:18.352 UTC [msp] Setup -> DEBU 059 Setting up MSP instance DEFAULT | |
2017-11-25 06:30:18.352 UTC [msp/identity] newIdentity -> DEBU 05a Creating identity instance for ID -----BEGIN CERTIFICATE----- | |
MIICYjCCAgmgAwIBAgIUB3CTDOU47sUC5K4kn/Caqnh114YwCgYIKoZIzj0EAwIw | |
fzELMAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNh | |
biBGcmFuY2lzY28xHzAdBgNVBAoTFkludGVybmV0IFdpZGdldHMsIEluYy4xDDAK | |
BgNVBAsTA1dXVzEUMBIGA1UEAxMLZXhhbXBsZS5jb20wHhcNMTYxMDEyMTkzMTAw | |
WhcNMjExMDExMTkzMTAwWjB/MQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZv | |
cm5pYTEWMBQGA1UEBxMNU2FuIEZyYW5jaXNjbzEfMB0GA1UEChMWSW50ZXJuZXQg | |
V2lkZ2V0cywgSW5jLjEMMAoGA1UECxMDV1dXMRQwEgYDVQQDEwtleGFtcGxlLmNv | |
bTBZMBMGByqGSM49AgEGCCqGSM49AwEHA0IABKIH5b2JaSmqiQXHyqC+cmknICcF | |
i5AddVjsQizDV6uZ4v6s+PWiJyzfA/rTtMvYAPq/yeEHpBUB1j053mxnpMujYzBh | |
MA4GA1UdDwEB/wQEAwIBBjAPBgNVHRMBAf8EBTADAQH/MB0GA1UdDgQWBBQXZ0I9 | |
qp6CP8TFHZ9bw5nRtZxIEDAfBgNVHSMEGDAWgBQXZ0I9qp6CP8TFHZ9bw5nRtZxI | |
EDAKBggqhkjOPQQDAgNHADBEAiAHp5Rbp9Em1G/UmKn8WsCbqDfWecVbZPQj3RK4 | |
oG5kQQIgQAe4OOKYhJdh3f7URaKfGTf492/nmRmtK+ySKjpHSrU= | |
-----END CERTIFICATE----- | |
2017-11-25 06:30:18.353 UTC [msp/identity] newIdentity -> DEBU 05b Creating identity instance for ID -----BEGIN CERTIFICATE----- | |
MIICjDCCAjKgAwIBAgIUBEVwsSx0TmqdbzNwleNBBzoIT0wwCgYIKoZIzj0EAwIw | |
fzELMAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNh | |
biBGcmFuY2lzY28xHzAdBgNVBAoTFkludGVybmV0IFdpZGdldHMsIEluYy4xDDAK | |
BgNVBAsTA1dXVzEUMBIGA1UEAxMLZXhhbXBsZS5jb20wHhcNMTYxMTExMTcwNzAw | |
WhcNMTcxMTExMTcwNzAwWjBjMQswCQYDVQQGEwJVUzEXMBUGA1UECBMOTm9ydGgg | |
Q2Fyb2xpbmExEDAOBgNVBAcTB1JhbGVpZ2gxGzAZBgNVBAoTEkh5cGVybGVkZ2Vy | |
IEZhYnJpYzEMMAoGA1UECxMDQ09QMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAE | |
HBuKsAO43hs4JGpFfiGMkB/xsILTsOvmN2WmwpsPHZNL6w8HWe3xCPQtdG/XJJvZ | |
+C756KEsUBM3yw5PTfku8qOBpzCBpDAOBgNVHQ8BAf8EBAMCBaAwHQYDVR0lBBYw | |
FAYIKwYBBQUHAwEGCCsGAQUFBwMCMAwGA1UdEwEB/wQCMAAwHQYDVR0OBBYEFOFC | |
dcUZ4es3ltiCgAVDoyLfVpPIMB8GA1UdIwQYMBaAFBdnQj2qnoI/xMUdn1vDmdG1 | |
nEgQMCUGA1UdEQQeMByCCm15aG9zdC5jb22CDnd3dy5teWhvc3QuY29tMAoGCCqG | |
SM49BAMCA0gAMEUCIDf9Hbl4xn3z4EwNKmilM9lX2Fq4jWpAaRVB97OmVEeyAiEA | |
25aDPQHGGq2AvhKT0wvt08cX1GTGCIbfmuLpMwKQj38= | |
-----END CERTIFICATE----- | |
2017-11-25 06:30:18.353 UTC [msp/identity] newIdentity -> DEBU 05c Creating identity instance for ID -----BEGIN CERTIFICATE----- | |
MIICjDCCAjKgAwIBAgIUBEVwsSx0TmqdbzNwleNBBzoIT0wwCgYIKoZIzj0EAwIw | |
fzELMAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNh | |
biBGcmFuY2lzY28xHzAdBgNVBAoTFkludGVybmV0IFdpZGdldHMsIEluYy4xDDAK | |
BgNVBAsTA1dXVzEUMBIGA1UEAxMLZXhhbXBsZS5jb20wHhcNMTYxMTExMTcwNzAw | |
WhcNMTcxMTExMTcwNzAwWjBjMQswCQYDVQQGEwJVUzEXMBUGA1UECBMOTm9ydGgg | |
Q2Fyb2xpbmExEDAOBgNVBAcTB1JhbGVpZ2gxGzAZBgNVBAoTEkh5cGVybGVkZ2Vy | |
IEZhYnJpYzEMMAoGA1UECxMDQ09QMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAE | |
HBuKsAO43hs4JGpFfiGMkB/xsILTsOvmN2WmwpsPHZNL6w8HWe3xCPQtdG/XJJvZ | |
+C756KEsUBM3yw5PTfku8qOBpzCBpDAOBgNVHQ8BAf8EBAMCBaAwHQYDVR0lBBYw | |
FAYIKwYBBQUHAwEGCCsGAQUFBwMCMAwGA1UdEwEB/wQCMAAwHQYDVR0OBBYEFOFC | |
dcUZ4es3ltiCgAVDoyLfVpPIMB8GA1UdIwQYMBaAFBdnQj2qnoI/xMUdn1vDmdG1 | |
nEgQMCUGA1UdEQQeMByCCm15aG9zdC5jb22CDnd3dy5teWhvc3QuY29tMAoGCCqG | |
SM49BAMCA0gAMEUCIDf9Hbl4xn3z4EwNKmilM9lX2Fq4jWpAaRVB97OmVEeyAiEA | |
25aDPQHGGq2AvhKT0wvt08cX1GTGCIbfmuLpMwKQj38= | |
-----END CERTIFICATE----- | |
2017-11-25 06:30:18.354 UTC [msp] Validate -> DEBU 05d MSP DEFAULT validating identity | |
2017-11-25 06:30:18.354 UTC [msp] getCertificationChain -> DEBU 05e MSP DEFAULT getting certification chain | |
2017-11-25 06:30:18.355 UTC [msp] Setup -> DEBU 05f Setting up the MSP manager (1 msps) | |
2017-11-25 06:30:18.355 UTC [msp] Setup -> DEBU 060 MSP manager setup complete, setup 1 msps | |
2017-11-25 06:30:18.355 UTC [policies] GetPolicy -> DEBU 061 Returning policy Readers for evaluation | |
2017-11-25 06:30:18.355 UTC [policies] CommitProposals -> DEBU 062 In commit adding relative sub-policy SampleOrg/Readers to Orderer | |
2017-11-25 06:30:18.355 UTC [policies] GetPolicy -> DEBU 063 Returning policy Writers for evaluation | |
2017-11-25 06:30:18.355 UTC [policies] CommitProposals -> DEBU 064 In commit adding relative sub-policy SampleOrg/Writers to Orderer | |
2017-11-25 06:30:18.355 UTC [policies] GetPolicy -> DEBU 065 Returning policy Admins for evaluation | |
2017-11-25 06:30:18.355 UTC [policies] CommitProposals -> DEBU 066 In commit adding relative sub-policy SampleOrg/Admins to Orderer | |
2017-11-25 06:30:18.355 UTC [policies] GetPolicy -> DEBU 067 Returning policy Readers for evaluation | |
2017-11-25 06:30:18.355 UTC [policies] GetPolicy -> DEBU 068 Returning policy Writers for evaluation | |
2017-11-25 06:30:18.355 UTC [policies] GetPolicy -> DEBU 069 Returning policy Admins for evaluation | |
2017-11-25 06:30:18.355 UTC [policies] GetPolicy -> DEBU 06a Returning policy Writers for evaluation | |
2017-11-25 06:30:18.355 UTC [policies] GetPolicy -> DEBU 06b Returning policy Readers for evaluation | |
2017-11-25 06:30:18.355 UTC [policies] CommitProposals -> DEBU 06c In commit adding relative sub-policy SampleOrg/Readers to Application | |
2017-11-25 06:30:18.355 UTC [policies] GetPolicy -> DEBU 06d Returning policy Writers for evaluation | |
2017-11-25 06:30:18.355 UTC [policies] CommitProposals -> DEBU 06e In commit adding relative sub-policy SampleOrg/Writers to Application | |
2017-11-25 06:30:18.355 UTC [policies] GetPolicy -> DEBU 06f Returning policy Admins for evaluation | |
2017-11-25 06:30:18.355 UTC [policies] CommitProposals -> DEBU 070 In commit adding relative sub-policy SampleOrg/Admins to Application | |
2017-11-25 06:30:18.355 UTC [policies] GetPolicy -> DEBU 071 Returning policy Readers for evaluation | |
2017-11-25 06:30:18.355 UTC [policies] GetPolicy -> DEBU 072 Returning policy Admins for evaluation | |
2017-11-25 06:30:18.355 UTC [policies] GetPolicy -> DEBU 073 Returning policy Writers for evaluation | |
2017-11-25 06:30:18.355 UTC [policies] GetPolicy -> DEBU 074 Returning policy SampleOrg/Admins for evaluation | |
2017-11-25 06:30:18.355 UTC [policies] CommitProposals -> DEBU 075 In commit adding relative sub-policy Orderer/SampleOrg/Admins to Channel | |
2017-11-25 06:30:18.355 UTC [policies] GetPolicy -> DEBU 076 Returning policy Readers for evaluation | |
2017-11-25 06:30:18.355 UTC [policies] CommitProposals -> DEBU 077 In commit adding relative sub-policy Orderer/Readers to Channel | |
2017-11-25 06:30:18.355 UTC [policies] GetPolicy -> DEBU 078 Returning policy Writers for evaluation | |
2017-11-25 06:30:18.355 UTC [policies] CommitProposals -> DEBU 079 In commit adding relative sub-policy Orderer/Writers to Channel | |
2017-11-25 06:30:18.355 UTC [policies] GetPolicy -> DEBU 07a Returning policy Admins for evaluation | |
2017-11-25 06:30:18.355 UTC [policies] CommitProposals -> DEBU 07b In commit adding relative sub-policy Orderer/Admins to Channel | |
2017-11-25 06:30:18.355 UTC [policies] GetPolicy -> DEBU 07c Returning policy BlockValidation for evaluation | |
2017-11-25 06:30:18.355 UTC [policies] CommitProposals -> DEBU 07d In commit adding relative sub-policy Orderer/BlockValidation to Channel | |
2017-11-25 06:30:18.355 UTC [policies] GetPolicy -> DEBU 07e Returning policy SampleOrg/Readers for evaluation | |
2017-11-25 06:30:18.355 UTC [policies] CommitProposals -> DEBU 07f In commit adding relative sub-policy Orderer/SampleOrg/Readers to Channel | |
2017-11-25 06:30:18.355 UTC [policies] GetPolicy -> DEBU 080 Returning policy SampleOrg/Writers for evaluation | |
2017-11-25 06:30:18.355 UTC [policies] CommitProposals -> DEBU 081 In commit adding relative sub-policy Orderer/SampleOrg/Writers to Channel | |
2017-11-25 06:30:18.355 UTC [policies] GetPolicy -> DEBU 082 Returning policy Readers for evaluation | |
2017-11-25 06:30:18.355 UTC [policies] CommitProposals -> DEBU 083 In commit adding relative sub-policy Application/Readers to Channel | |
2017-11-25 06:30:18.355 UTC [policies] GetPolicy -> DEBU 084 Returning policy Admins for evaluation | |
2017-11-25 06:30:18.355 UTC [policies] CommitProposals -> DEBU 085 In commit adding relative sub-policy Application/Admins to Channel | |
2017-11-25 06:30:18.355 UTC [policies] GetPolicy -> DEBU 086 Returning policy Writers for evaluation | |
2017-11-25 06:30:18.355 UTC [policies] CommitProposals -> DEBU 087 In commit adding relative sub-policy Application/Writers to Channel | |
2017-11-25 06:30:18.355 UTC [policies] GetPolicy -> DEBU 088 Returning policy SampleOrg/Readers for evaluation | |
2017-11-25 06:30:18.355 UTC [policies] CommitProposals -> DEBU 089 In commit adding relative sub-policy Application/SampleOrg/Readers to Channel | |
2017-11-25 06:30:18.355 UTC [policies] GetPolicy -> DEBU 08a Returning policy SampleOrg/Writers for evaluation | |
2017-11-25 06:30:18.355 UTC [policies] CommitProposals -> DEBU 08b In commit adding relative sub-policy Application/SampleOrg/Writers to Channel | |
2017-11-25 06:30:18.355 UTC [policies] GetPolicy -> DEBU 08c Returning policy SampleOrg/Admins for evaluation | |
2017-11-25 06:30:18.355 UTC [policies] CommitProposals -> DEBU 08d In commit adding relative sub-policy Application/SampleOrg/Admins to Channel | |
2017-11-25 06:30:18.355 UTC [policies] GetPolicy -> DEBU 08e Returning policy Readers for evaluation | |
2017-11-25 06:30:18.355 UTC [policies] GetPolicy -> DEBU 08f Returning policy Readers for evaluation | |
2017-11-25 06:30:18.355 UTC [policies] GetPolicy -> DEBU 090 Returning policy Writers for evaluation | |
2017-11-25 06:30:18.355 UTC [policies] GetPolicy -> DEBU 091 Returning policy Writers for evaluation | |
2017-11-25 06:30:18.355 UTC [policies] GetPolicy -> DEBU 092 Returning policy Admins for evaluation | |
2017-11-25 06:30:18.355 UTC [policies] GetPolicy -> DEBU 093 Returning policy Admins for evaluation | |
2017-11-25 06:30:18.355 UTC [policies] GetPolicy -> DEBU 094 Returning policy Readers for evaluation | |
2017-11-25 06:30:18.355 UTC [policies] CommitProposals -> DEBU 095 As expected, current configuration has policy '/Channel/Readers' | |
2017-11-25 06:30:18.355 UTC [policies] GetPolicy -> DEBU 096 Returning policy Writers for evaluation | |
2017-11-25 06:30:18.355 UTC [policies] CommitProposals -> DEBU 097 As expected, current configuration has policy '/Channel/Writers' | |
2017-11-25 06:30:18.355 UTC [policies] GetPolicy -> DEBU 098 Returning policy Application/Readers for evaluation | |
2017-11-25 06:30:18.355 UTC [policies] CommitProposals -> DEBU 099 As expected, current configuration has policy '/Channel/Application/Readers' | |
2017-11-25 06:30:18.355 UTC [policies] GetPolicy -> DEBU 09a Returning policy Application/Writers for evaluation | |
2017-11-25 06:30:18.355 UTC [policies] CommitProposals -> DEBU 09b As expected, current configuration has policy '/Channel/Application/Writers' | |
2017-11-25 06:30:18.355 UTC [policies] GetPolicy -> DEBU 09c Returning policy Application/Admins for evaluation | |
2017-11-25 06:30:18.355 UTC [policies] CommitProposals -> DEBU 09d As expected, current configuration has policy '/Channel/Application/Admins' | |
2017-11-25 06:30:18.355 UTC [policies] GetPolicy -> DEBU 09e Returning policy Orderer/BlockValidation for evaluation | |
2017-11-25 06:30:18.355 UTC [policies] CommitProposals -> DEBU 09f As expected, current configuration has policy '/Channel/Orderer/BlockValidation' | |
2017-11-25 06:30:18.355 UTC [chaincodeCmd] InitCmdFactory -> INFO 0a0 Get chain(myc) orderer endpoint: orderer:7050 | |
2017-11-25 06:30:18.376 UTC [chaincodeCmd] checkChaincodeCmdParams -> INFO 0a1 Using default escc | |
2017-11-25 06:30:18.377 UTC [chaincodeCmd] checkChaincodeCmdParams -> INFO 0a2 Using default vscc | |
2017-11-25 06:30:18.378 UTC [msp/identity] Sign -> DEBU 0a3 Sign: plaintext: 0AA9080A6108031A0C08FA9BE4D00510...31300A000A04657363630A0476736363 | |
2017-11-25 06:30:18.378 UTC [msp/identity] Sign -> DEBU 0a4 Sign: digest: 377B1B38FE3AC4BED179D0BF9834BDA8454B9845A64112749041B6C28E4A0A8C | |
Error: Error endorsing chaincode: rpc error: code = Unknown desc = Failed to init chaincode(handler not found for chaincode mycc:0) | |
Usage: | |
peer chaincode instantiate [flags] | |
Flags: | |
-C, --channelID string The channel on which this command should be executed (default "testchainid") | |
-c, --ctor string Constructor message for the chaincode in JSON format (default "{}") | |
-E, --escc string The name of the endorsement system chaincode to be used for this chaincode | |
-l, --lang string Language the chaincode is written in (default "golang") | |
-n, --name string Name of the chaincode | |
-P, --policy string The endorsement policy associated to this chaincode | |
-v, --version string Version of the chaincode specified in install/instantiate/upgrade commands | |
-V, --vscc string The name of the verification system chaincode to be used for this chaincode | |
Global Flags: | |
--cafile string Path to file containing PEM-encoded trusted certificate(s) for the ordering endpoint | |
--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") | |
--tls Use TLS when communicating with the orderer endpoint |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment