Advertisement
dcofe

cli logs

Aug 19th, 2019
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 95.52 KB | None | 0 0
  1. docker exec -i -t cli /bin/bash
  2. root@7625f0a9d1b0:/opt/gopath/src/github.com/hyperledger/fabric/peer# peer channel create -o myOrderer.my.orderer.domain.example.com:7050 --tls --cafile /opt/gopath/src/github.com/hyperledger/fabric/peer/crypto/ordererOrganizations/my.orderer.domain.example.com/orderers/myOrderer.my.orderer.domain.example.com/msp/tlscacerts/tlsca.my.orderer.domain.example.com-cert.pem -c mynewchannel -f ./channel-artifacts/channel.tx
  3. 2019-08-19 09:02:07.060 UTC [viperutil] getKeysRecursively -> DEBU 001 Found map[string]interface{} value for peer.BCCSP
  4. 2019-08-19 09:02:07.060 UTC [viperutil] unmarshalJSON -> DEBU 002 Unmarshal JSON: value cannot be unmarshalled: invalid character 'S' looking for beginning of value
  5. 2019-08-19 09:02:07.060 UTC [viperutil] getKeysRecursively -> DEBU 003 Found real value for peer.BCCSP.Default setting to string SW
  6. 2019-08-19 09:02:07.061 UTC [viperutil] getKeysRecursively -> DEBU 004 Found map[string]interface{} value for peer.BCCSP.SW
  7. 2019-08-19 09:02:07.061 UTC [viperutil] getKeysRecursively -> DEBU 005 Found map[string]interface{} value for peer.BCCSP.SW.FileKeyStore
  8. 2019-08-19 09:02:07.061 UTC [viperutil] unmarshalJSON -> DEBU 006 Unmarshal JSON: value cannot be unmarshalled: unexpected end of JSON input
  9. 2019-08-19 09:02:07.062 UTC [viperutil] getKeysRecursively -> DEBU 007 Found real value for peer.BCCSP.SW.FileKeyStore.KeyStore setting to string
  10. 2019-08-19 09:02:07.062 UTC [viperutil] unmarshalJSON -> DEBU 008 Unmarshal JSON: value cannot be unmarshalled: invalid character 'S' looking for beginning of value
  11. 2019-08-19 09:02:07.062 UTC [viperutil] getKeysRecursively -> DEBU 009 Found real value for peer.BCCSP.SW.Hash setting to string SHA2
  12. 2019-08-19 09:02:07.062 UTC [viperutil] unmarshalJSON -> DEBU 00a Unmarshal JSON: value is not a string: 256
  13. 2019-08-19 09:02:07.063 UTC [viperutil] getKeysRecursively -> DEBU 00b Found real value for peer.BCCSP.SW.Security setting to int 256
  14. 2019-08-19 09:02:07.063 UTC [viperutil] getKeysRecursively -> DEBU 00c Found map[string]interface{} value for peer.BCCSP.PKCS11
  15. 2019-08-19 09:02:07.063 UTC [viperutil] unmarshalJSON -> DEBU 00d Unmarshal JSON: value is not a string: <nil>
  16. 2019-08-19 09:02:07.064 UTC [viperutil] getKeysRecursively -> DEBU 00e Found real value for peer.BCCSP.PKCS11.Pin setting to <nil> <nil>
  17. 2019-08-19 09:02:07.064 UTC [viperutil] unmarshalJSON -> DEBU 00f Unmarshal JSON: value is not a string: <nil>
  18. 2019-08-19 09:02:07.064 UTC [viperutil] getKeysRecursively -> DEBU 010 Found real value for peer.BCCSP.PKCS11.Hash setting to <nil> <nil>
  19. 2019-08-19 09:02:07.064 UTC [viperutil] unmarshalJSON -> DEBU 011 Unmarshal JSON: value is not a string: <nil>
  20. 2019-08-19 09:02:07.065 UTC [viperutil] getKeysRecursively -> DEBU 012 Found real value for peer.BCCSP.PKCS11.Security setting to <nil> <nil>
  21. 2019-08-19 09:02:07.066 UTC [viperutil] getKeysRecursively -> DEBU 013 Found map[string]interface{} value for peer.BCCSP.PKCS11.FileKeyStore
  22. 2019-08-19 09:02:07.066 UTC [viperutil] unmarshalJSON -> DEBU 014 Unmarshal JSON: value is not a string: <nil>
  23. 2019-08-19 09:02:07.067 UTC [viperutil] getKeysRecursively -> DEBU 015 Found real value for peer.BCCSP.PKCS11.FileKeyStore.KeyStore setting to <nil> <nil>
  24. 2019-08-19 09:02:07.067 UTC [viperutil] unmarshalJSON -> DEBU 016 Unmarshal JSON: value is not a string: <nil>
  25. 2019-08-19 09:02:07.068 UTC [viperutil] getKeysRecursively -> DEBU 017 Found real value for peer.BCCSP.PKCS11.Library setting to <nil> <nil>
  26. 2019-08-19 09:02:07.068 UTC [viperutil] unmarshalJSON -> DEBU 018 Unmarshal JSON: value is not a string: <nil>
  27. 2019-08-19 09:02:07.068 UTC [viperutil] getKeysRecursively -> DEBU 019 Found real value for peer.BCCSP.PKCS11.Label setting to <nil> <nil>
  28. 2019-08-19 09:02:07.068 UTC [viperutil] EnhancedExactUnmarshalKey -> DEBU 01a map[peer.BCCSP:map[Default:SW SW:map[Security:256 FileKeyStore:map[KeyStore:] Hash:SHA2] PKCS11:map[Security:<nil> FileKeyStore:map[KeyStore:<nil>] Library:<nil> Label:<nil> Pin:<nil> Hash:<nil>]]]
  29. 2019-08-19 09:02:07.069 UTC [bccsp_sw] openKeyStore -> DEBU 01b KeyStore opened at [/opt/gopath/src/github.com/hyperledger/fabric/peer/crypto/peerOrganizations/my.org1.domain.example.com/users/Admin@my.org1.domain.example.com/msp/keystore]...done
  30. 2019-08-19 09:02:07.069 UTC [bccsp] initBCCSP -> DEBU 01c Initialize BCCSP [SW]
  31. 2019-08-19 09:02:07.069 UTC [msp] getPemMaterialFromDir -> DEBU 01d Reading directory /opt/gopath/src/github.com/hyperledger/fabric/peer/crypto/peerOrganizations/my.org1.domain.example.com/users/Admin@my.org1.domain.example.com/msp/signcerts
  32. 2019-08-19 09:02:07.069 UTC [msp] getPemMaterialFromDir -> DEBU 01e Inspecting file /opt/gopath/src/github.com/hyperledger/fabric/peer/crypto/peerOrganizations/my.org1.domain.example.com/users/Admin@my.org1.domain.example.com/msp/signcerts/Admin@my.org1.domain.example.com-cert.pem
  33. 2019-08-19 09:02:07.070 UTC [msp] getPemMaterialFromDir -> DEBU 01f Reading directory /opt/gopath/src/github.com/hyperledger/fabric/peer/crypto/peerOrganizations/my.org1.domain.example.com/users/Admin@my.org1.domain.example.com/msp/cacerts
  34. 2019-08-19 09:02:07.074 UTC [msp] getPemMaterialFromDir -> DEBU 020 Inspecting file /opt/gopath/src/github.com/hyperledger/fabric/peer/crypto/peerOrganizations/my.org1.domain.example.com/users/Admin@my.org1.domain.example.com/msp/cacerts/ca.my.org1.domain.example.com-cert.pem
  35. 2019-08-19 09:02:07.075 UTC [msp] getPemMaterialFromDir -> DEBU 021 Reading directory /opt/gopath/src/github.com/hyperledger/fabric/peer/crypto/peerOrganizations/my.org1.domain.example.com/users/Admin@my.org1.domain.example.com/msp/admincerts
  36. 2019-08-19 09:02:07.075 UTC [msp] getPemMaterialFromDir -> DEBU 022 Inspecting file /opt/gopath/src/github.com/hyperledger/fabric/peer/crypto/peerOrganizations/my.org1.domain.example.com/users/Admin@my.org1.domain.example.com/msp/admincerts/Admin@my.org1.domain.example.com-cert.pem
  37. 2019-08-19 09:02:07.075 UTC [msp] getPemMaterialFromDir -> DEBU 023 Reading directory /opt/gopath/src/github.com/hyperledger/fabric/peer/crypto/peerOrganizations/my.org1.domain.example.com/users/Admin@my.org1.domain.example.com/msp/intermediatecerts
  38. 2019-08-19 09:02:07.075 UTC [msp] getMspConfig -> DEBU 024 Intermediate certs folder not found at [/opt/gopath/src/github.com/hyperledger/fabric/peer/crypto/peerOrganizations/my.org1.domain.example.com/users/Admin@my.org1.domain.example.com/msp/intermediatecerts]. Skipping. [stat /opt/gopath/src/github.com/hyperledger/fabric/peer/crypto/peerOrganizations/my.org1.domain.example.com/users/Admin@my.org1.domain.example.com/msp/intermediatecerts: no such file or directory]
  39. 2019-08-19 09:02:07.075 UTC [msp] getPemMaterialFromDir -> DEBU 025 Reading directory /opt/gopath/src/github.com/hyperledger/fabric/peer/crypto/peerOrganizations/my.org1.domain.example.com/users/Admin@my.org1.domain.example.com/msp/tlscacerts
  40. 2019-08-19 09:02:07.075 UTC [msp] getPemMaterialFromDir -> DEBU 026 Inspecting file /opt/gopath/src/github.com/hyperledger/fabric/peer/crypto/peerOrganizations/my.org1.domain.example.com/users/Admin@my.org1.domain.example.com/msp/tlscacerts/tlsca.my.org1.domain.example.com-cert.pem
  41. 2019-08-19 09:02:07.075 UTC [msp] getPemMaterialFromDir -> DEBU 027 Reading directory /opt/gopath/src/github.com/hyperledger/fabric/peer/crypto/peerOrganizations/my.org1.domain.example.com/users/Admin@my.org1.domain.example.com/msp/tlsintermediatecerts
  42. 2019-08-19 09:02:07.075 UTC [msp] getMspConfig -> DEBU 028 TLS intermediate certs folder not found at [/opt/gopath/src/github.com/hyperledger/fabric/peer/crypto/peerOrganizations/my.org1.domain.example.com/users/Admin@my.org1.domain.example.com/msp/tlsintermediatecerts]. Skipping. [stat /opt/gopath/src/github.com/hyperledger/fabric/peer/crypto/peerOrganizations/my.org1.domain.example.com/users/Admin@my.org1.domain.example.com/msp/tlsintermediatecerts: no such file or directory]
  43. 2019-08-19 09:02:07.076 UTC [msp] getPemMaterialFromDir -> DEBU 029 Reading directory /opt/gopath/src/github.com/hyperledger/fabric/peer/crypto/peerOrganizations/my.org1.domain.example.com/users/Admin@my.org1.domain.example.com/msp/crls
  44. 2019-08-19 09:02:07.076 UTC [msp] getMspConfig -> DEBU 02a crls folder not found at [/opt/gopath/src/github.com/hyperledger/fabric/peer/crypto/peerOrganizations/my.org1.domain.example.com/users/Admin@my.org1.domain.example.com/msp/crls]. Skipping. [stat /opt/gopath/src/github.com/hyperledger/fabric/peer/crypto/peerOrganizations/my.org1.domain.example.com/users/Admin@my.org1.domain.example.com/msp/crls: no such file or directory]
  45. 2019-08-19 09:02:07.076 UTC [msp] getMspConfig -> DEBU 02b MSP configuration file not found at [/opt/gopath/src/github.com/hyperledger/fabric/peer/crypto/peerOrganizations/my.org1.domain.example.com/users/Admin@my.org1.domain.example.com/msp/config.yaml]: [stat /opt/gopath/src/github.com/hyperledger/fabric/peer/crypto/peerOrganizations/my.org1.domain.example.com/users/Admin@my.org1.domain.example.com/msp/config.yaml: no such file or directory]
  46. 2019-08-19 09:02:07.076 UTC [msp] newBccspMsp -> DEBU 02c Creating BCCSP-based MSP instance
  47. 2019-08-19 09:02:07.076 UTC [msp] New -> DEBU 02d Creating Cache-MSP instance
  48. 2019-08-19 09:02:07.076 UTC [msp] loadLocaMSP -> DEBU 02e Created new local MSP
  49. 2019-08-19 09:02:07.076 UTC [msp] Setup -> DEBU 02f Setting up MSP instance MyOrg1MSP
  50. 2019-08-19 09:02:07.077 UTC [msp.identity] newIdentity -> DEBU 030 Creating identity instance for cert -----BEGIN CERTIFICATE-----
  51. MIICejCCAiGgAwIBAgIQFl7ra64ez/QbATwk/NcsgjAKBggqhkjOPQQDAjCBhzEL
  52. MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG
  53. cmFuY2lzY28xIzAhBgNVBAoTGm15Lm9yZzEuZG9tYWluLmV4YW1wbGUuY29tMSYw
  54. JAYDVQQDEx1jYS5teS5vcmcxLmRvbWFpbi5leGFtcGxlLmNvbTAeFw0xOTA4MTIx
  55. MzM4MDBaFw0yOTA4MDkxMzM4MDBaMIGHMQswCQYDVQQGEwJVUzETMBEGA1UECBMK
  56. Q2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZyYW5jaXNjbzEjMCEGA1UEChMabXku
  57. b3JnMS5kb21haW4uZXhhbXBsZS5jb20xJjAkBgNVBAMTHWNhLm15Lm9yZzEuZG9t
  58. YWluLmV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEDjdgK39J
  59. FUNO8FTN3TfAe6Eslr6jaaDRdyJm3gbOKNKsD5TaCmpamDGAjqYUiH6zOOVdYCUD
  60. RkwC9CEC7v3Bh6NtMGswDgYDVR0PAQH/BAQDAgGmMB0GA1UdJQQWMBQGCCsGAQUF
  61. BwMCBggrBgEFBQcDATAPBgNVHRMBAf8EBTADAQH/MCkGA1UdDgQiBCB8DalCQ90H
  62. BC4jhK67XgJUM0ay91Dy37eQoAF9Vz0qQTAKBggqhkjOPQQDAgNHADBEAiBSxcNl
  63. 3BEqx8bJT7fmejv+2zxt9SnhxRIShlTA0HAFfgIgeWYcarDm+ZwfIsU4uyhyWKmx
  64. Mro4VpEM6POGLuyj2bE=
  65. -----END CERTIFICATE-----
  66. 2019-08-19 09:02:07.078 UTC [msp.identity] newIdentity -> DEBU 031 Creating identity instance for cert -----BEGIN CERTIFICATE-----
  67. MIICODCCAd+gAwIBAgIRANr97fn9dyix9mw86lToXuswCgYIKoZIzj0EAwIwgYcx
  68. CzAJBgNVBAYTAlVTMRMwEQYDVQQIEwpDYWxpZm9ybmlhMRYwFAYDVQQHEw1TYW4g
  69. RnJhbmNpc2NvMSMwIQYDVQQKExpteS5vcmcxLmRvbWFpbi5leGFtcGxlLmNvbTEm
  70. MCQGA1UEAxMdY2EubXkub3JnMS5kb21haW4uZXhhbXBsZS5jb20wHhcNMTkwODEy
  71. MTMzODAwWhcNMjkwODA5MTMzODAwWjBlMQswCQYDVQQGEwJVUzETMBEGA1UECBMK
  72. Q2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZyYW5jaXNjbzEpMCcGA1UEAwwgQWRt
  73. aW5AbXkub3JnMS5kb21haW4uZXhhbXBsZS5jb20wWTATBgcqhkjOPQIBBggqhkjO
  74. PQMBBwNCAAT9PW7zVIrmCaxsC3HQYKBWAY+ggnFbS1aZIUeJShkhnlmIGF1g31gm
  75. SobXveFgxxXEsC+hT29RnWxBkuCMc10lo00wSzAOBgNVHQ8BAf8EBAMCB4AwDAYD
  76. VR0TAQH/BAIwADArBgNVHSMEJDAigCB8DalCQ90HBC4jhK67XgJUM0ay91Dy37eQ
  77. oAF9Vz0qQTAKBggqhkjOPQQDAgNHADBEAiBwRzUDBqzB7v+c47QJAHAxEABxd0bw
  78. 84U6Ph/ZazDseQIgAfZ5+qiMygYYNbgP4FEQrb6bLYTlfi/NEAWwst7BWic=
  79. -----END CERTIFICATE-----
  80. 2019-08-19 09:02:07.080 UTC [msp.identity] newIdentity -> DEBU 032 Creating identity instance for cert -----BEGIN CERTIFICATE-----
  81. MIICODCCAd+gAwIBAgIRANr97fn9dyix9mw86lToXuswCgYIKoZIzj0EAwIwgYcx
  82. CzAJBgNVBAYTAlVTMRMwEQYDVQQIEwpDYWxpZm9ybmlhMRYwFAYDVQQHEw1TYW4g
  83. RnJhbmNpc2NvMSMwIQYDVQQKExpteS5vcmcxLmRvbWFpbi5leGFtcGxlLmNvbTEm
  84. MCQGA1UEAxMdY2EubXkub3JnMS5kb21haW4uZXhhbXBsZS5jb20wHhcNMTkwODEy
  85. MTMzODAwWhcNMjkwODA5MTMzODAwWjBlMQswCQYDVQQGEwJVUzETMBEGA1UECBMK
  86. Q2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZyYW5jaXNjbzEpMCcGA1UEAwwgQWRt
  87. aW5AbXkub3JnMS5kb21haW4uZXhhbXBsZS5jb20wWTATBgcqhkjOPQIBBggqhkjO
  88. PQMBBwNCAAT9PW7zVIrmCaxsC3HQYKBWAY+ggnFbS1aZIUeJShkhnlmIGF1g31gm
  89. SobXveFgxxXEsC+hT29RnWxBkuCMc10lo00wSzAOBgNVHQ8BAf8EBAMCB4AwDAYD
  90. VR0TAQH/BAIwADArBgNVHSMEJDAigCB8DalCQ90HBC4jhK67XgJUM0ay91Dy37eQ
  91. oAF9Vz0qQTAKBggqhkjOPQQDAgNHADBEAiBwRzUDBqzB7v+c47QJAHAxEABxd0bw
  92. 84U6Ph/ZazDseQIgAfZ5+qiMygYYNbgP4FEQrb6bLYTlfi/NEAWwst7BWic=
  93. -----END CERTIFICATE-----
  94. 2019-08-19 09:02:07.081 UTC [bccsp_sw] loadPrivateKey -> DEBU 033 Loading private key [c07f2a41ca6e3308c853dd18af6b4ec1477b6491116442c1c0cd7887bd70b70d] at [/opt/gopath/src/github.com/hyperledger/fabric/peer/crypto/peerOrganizations/my.org1.domain.example.com/users/Admin@my.org1.domain.example.com/msp/keystore/c07f2a41ca6e3308c853dd18af6b4ec1477b6491116442c1c0cd7887bd70b70d_sk]...
  95. 2019-08-19 09:02:07.083 UTC [msp.identity] newIdentity -> DEBU 034 Creating identity instance for cert -----BEGIN CERTIFICATE-----
  96. MIICODCCAd+gAwIBAgIRANr97fn9dyix9mw86lToXuswCgYIKoZIzj0EAwIwgYcx
  97. CzAJBgNVBAYTAlVTMRMwEQYDVQQIEwpDYWxpZm9ybmlhMRYwFAYDVQQHEw1TYW4g
  98. RnJhbmNpc2NvMSMwIQYDVQQKExpteS5vcmcxLmRvbWFpbi5leGFtcGxlLmNvbTEm
  99. MCQGA1UEAxMdY2EubXkub3JnMS5kb21haW4uZXhhbXBsZS5jb20wHhcNMTkwODEy
  100. MTMzODAwWhcNMjkwODA5MTMzODAwWjBlMQswCQYDVQQGEwJVUzETMBEGA1UECBMK
  101. Q2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZyYW5jaXNjbzEpMCcGA1UEAwwgQWRt
  102. aW5AbXkub3JnMS5kb21haW4uZXhhbXBsZS5jb20wWTATBgcqhkjOPQIBBggqhkjO
  103. PQMBBwNCAAT9PW7zVIrmCaxsC3HQYKBWAY+ggnFbS1aZIUeJShkhnlmIGF1g31gm
  104. SobXveFgxxXEsC+hT29RnWxBkuCMc10lo00wSzAOBgNVHQ8BAf8EBAMCB4AwDAYD
  105. VR0TAQH/BAIwADArBgNVHSMEJDAigCB8DalCQ90HBC4jhK67XgJUM0ay91Dy37eQ
  106. oAF9Vz0qQTAKBggqhkjOPQQDAgNHADBEAiBwRzUDBqzB7v+c47QJAHAxEABxd0bw
  107. 84U6Ph/ZazDseQIgAfZ5+qiMygYYNbgP4FEQrb6bLYTlfi/NEAWwst7BWic=
  108. -----END CERTIFICATE-----
  109. 2019-08-19 09:02:07.084 UTC [msp] setupSigningIdentity -> DEBU 035 Signing identity expires at 2029-08-09 13:38:00 +0000 UTC
  110. 2019-08-19 09:02:07.084 UTC [msp] Validate -> DEBU 036 MSP MyOrg1MSP validating identity
  111. 2019-08-19 09:02:07.086 UTC [msp] GetDefaultSigningIdentity -> DEBU 037 Obtaining default signing identity
  112. 2019-08-19 09:02:07.087 UTC [grpc] DialContext -> DEBU 038 parsed scheme: ""
  113. 2019-08-19 09:02:07.087 UTC [grpc] DialContext -> DEBU 039 scheme "" not registered, fallback to default scheme
  114. 2019-08-19 09:02:07.087 UTC [grpc] watcher -> DEBU 03a ccResolverWrapper: sending new addresses to cc: [{myOrderer.my.orderer.domain.example.com:7050 0 <nil>}]
  115. 2019-08-19 09:02:07.087 UTC [grpc] switchBalancer -> DEBU 03b ClientConn switching balancer to "pick_first"
  116. 2019-08-19 09:02:07.087 UTC [grpc] HandleSubConnStateChange -> DEBU 03c pickfirstBalancer: HandleSubConnStateChange: 0xc00042a570, CONNECTING
  117. 2019-08-19 09:02:07.092 UTC [grpc] HandleSubConnStateChange -> DEBU 03d pickfirstBalancer: HandleSubConnStateChange: 0xc00042a570, READY
  118. 2019-08-19 09:02:07.092 UTC [channelCmd] InitCmdFactory -> INFO 03e Endorser and orderer connections initialized
  119. 2019-08-19 09:02:07.093 UTC [msp] GetDefaultSigningIdentity -> DEBU 03f Obtaining default signing identity
  120. 2019-08-19 09:02:07.093 UTC [msp] GetDefaultSigningIdentity -> DEBU 040 Obtaining default signing identity
  121. 2019-08-19 09:02:07.093 UTC [msp.identity] Sign -> DEBU 041 Sign: plaintext: 0ACC060A094D794F7267314D535012BE...53616D706C65436F6E736F727469756D
  122. 2019-08-19 09:02:07.093 UTC [msp.identity] Sign -> DEBU 042 Sign: digest: BE47368A652DB2EBB74064288322ADC3C63070FA2DB34AE39E6AC71A8B57A7CF
  123. 2019-08-19 09:02:07.093 UTC [msp] GetDefaultSigningIdentity -> DEBU 043 Obtaining default signing identity
  124. 2019-08-19 09:02:07.093 UTC [msp] GetDefaultSigningIdentity -> DEBU 044 Obtaining default signing identity
  125. 2019-08-19 09:02:07.093 UTC [msp.identity] Sign -> DEBU 045 Sign: plaintext: 0A86070A1808021A06088FCBE9EA0522...CC29B3343E405F66997ACB0479B5CE48
  126. 2019-08-19 09:02:07.093 UTC [msp.identity] Sign -> DEBU 046 Sign: digest: 0EC3F33A08DC450842251B437CBAA942744B52865B2F6A1BF58581300C1B8EA6
  127. 2019-08-19 09:02:07.094 UTC [grpc] DialContext -> DEBU 047 parsed scheme: ""
  128. 2019-08-19 09:02:07.094 UTC [grpc] DialContext -> DEBU 048 scheme "" not registered, fallback to default scheme
  129. 2019-08-19 09:02:07.094 UTC [grpc] watcher -> DEBU 049 ccResolverWrapper: sending new addresses to cc: [{myOrderer.my.orderer.domain.example.com:7050 0 <nil>}]
  130. 2019-08-19 09:02:07.094 UTC [grpc] switchBalancer -> DEBU 04a ClientConn switching balancer to "pick_first"
  131. 2019-08-19 09:02:07.094 UTC [grpc] HandleSubConnStateChange -> DEBU 04b pickfirstBalancer: HandleSubConnStateChange: 0xc00042bf30, CONNECTING
  132. 2019-08-19 09:02:07.099 UTC [grpc] HandleSubConnStateChange -> DEBU 04c pickfirstBalancer: HandleSubConnStateChange: 0xc00042bf30, READY
  133. 2019-08-19 09:02:07.183 UTC [msp] GetDefaultSigningIdentity -> DEBU 04d Obtaining default signing identity
  134. 2019-08-19 09:02:07.183 UTC [msp] GetDefaultSigningIdentity -> DEBU 04e Obtaining default signing identity
  135. 2019-08-19 09:02:07.183 UTC [msp.identity] Sign -> DEBU 04f Sign: plaintext: 0A86070A1808051A06088FCBE9EA0522...782C0DE436FC12080A021A0012021A00
  136. 2019-08-19 09:02:07.183 UTC [msp.identity] Sign -> DEBU 050 Sign: digest: FAC5C3F18BF9F438DF10F1507E107C5497163BE8970188434616BA9559A14370
  137. 2019-08-19 09:02:07.192 UTC [cli.common] readBlock -> INFO 051 Received block: 0
  138. root@7625f0a9d1b0:/opt/gopath/src/github.com/hyperledger/fabric/peer# peer channel join -b mynewchannel.block
  139. 2019-08-19 09:02:13.945 UTC [viperutil] getKeysRecursively -> DEBU 001 Found map[string]interface{} value for peer.BCCSP
  140. 2019-08-19 09:02:13.945 UTC [viperutil] unmarshalJSON -> DEBU 002 Unmarshal JSON: value cannot be unmarshalled: invalid character 'S' looking for beginning of value
  141. 2019-08-19 09:02:13.946 UTC [viperutil] getKeysRecursively -> DEBU 003 Found real value for peer.BCCSP.Default setting to string SW
  142. 2019-08-19 09:02:13.946 UTC [viperutil] getKeysRecursively -> DEBU 004 Found map[string]interface{} value for peer.BCCSP.SW
  143. 2019-08-19 09:02:13.946 UTC [viperutil] unmarshalJSON -> DEBU 005 Unmarshal JSON: value is not a string: 256
  144. 2019-08-19 09:02:13.946 UTC [viperutil] getKeysRecursively -> DEBU 006 Found real value for peer.BCCSP.SW.Security setting to int 256
  145. 2019-08-19 09:02:13.946 UTC [viperutil] getKeysRecursively -> DEBU 007 Found map[string]interface{} value for peer.BCCSP.SW.FileKeyStore
  146. 2019-08-19 09:02:13.946 UTC [viperutil] unmarshalJSON -> DEBU 008 Unmarshal JSON: value cannot be unmarshalled: unexpected end of JSON input
  147. 2019-08-19 09:02:13.947 UTC [viperutil] getKeysRecursively -> DEBU 009 Found real value for peer.BCCSP.SW.FileKeyStore.KeyStore setting to string
  148. 2019-08-19 09:02:13.947 UTC [viperutil] unmarshalJSON -> DEBU 00a Unmarshal JSON: value cannot be unmarshalled: invalid character 'S' looking for beginning of value
  149. 2019-08-19 09:02:13.947 UTC [viperutil] getKeysRecursively -> DEBU 00b Found real value for peer.BCCSP.SW.Hash setting to string SHA2
  150. 2019-08-19 09:02:13.947 UTC [viperutil] getKeysRecursively -> DEBU 00c Found map[string]interface{} value for peer.BCCSP.PKCS11
  151. 2019-08-19 09:02:13.947 UTC [viperutil] unmarshalJSON -> DEBU 00d Unmarshal JSON: value is not a string: <nil>
  152. 2019-08-19 09:02:13.948 UTC [viperutil] getKeysRecursively -> DEBU 00e Found real value for peer.BCCSP.PKCS11.Hash setting to <nil> <nil>
  153. 2019-08-19 09:02:13.948 UTC [viperutil] unmarshalJSON -> DEBU 00f Unmarshal JSON: value is not a string: <nil>
  154. 2019-08-19 09:02:13.949 UTC [viperutil] getKeysRecursively -> DEBU 010 Found real value for peer.BCCSP.PKCS11.Security setting to <nil> <nil>
  155. 2019-08-19 09:02:13.949 UTC [viperutil] getKeysRecursively -> DEBU 011 Found map[string]interface{} value for peer.BCCSP.PKCS11.FileKeyStore
  156. 2019-08-19 09:02:13.950 UTC [viperutil] unmarshalJSON -> DEBU 012 Unmarshal JSON: value is not a string: <nil>
  157. 2019-08-19 09:02:13.950 UTC [viperutil] getKeysRecursively -> DEBU 013 Found real value for peer.BCCSP.PKCS11.FileKeyStore.KeyStore setting to <nil> <nil>
  158. 2019-08-19 09:02:13.950 UTC [viperutil] unmarshalJSON -> DEBU 014 Unmarshal JSON: value is not a string: <nil>
  159. 2019-08-19 09:02:13.950 UTC [viperutil] getKeysRecursively -> DEBU 015 Found real value for peer.BCCSP.PKCS11.Library setting to <nil> <nil>
  160. 2019-08-19 09:02:13.951 UTC [viperutil] unmarshalJSON -> DEBU 016 Unmarshal JSON: value is not a string: <nil>
  161. 2019-08-19 09:02:13.951 UTC [viperutil] getKeysRecursively -> DEBU 017 Found real value for peer.BCCSP.PKCS11.Label setting to <nil> <nil>
  162. 2019-08-19 09:02:13.951 UTC [viperutil] unmarshalJSON -> DEBU 018 Unmarshal JSON: value is not a string: <nil>
  163. 2019-08-19 09:02:13.952 UTC [viperutil] getKeysRecursively -> DEBU 019 Found real value for peer.BCCSP.PKCS11.Pin setting to <nil> <nil>
  164. 2019-08-19 09:02:13.953 UTC [viperutil] EnhancedExactUnmarshalKey -> DEBU 01a map[peer.BCCSP:map[Default:SW SW:map[Security:256 FileKeyStore:map[KeyStore:] Hash:SHA2] PKCS11:map[Security:<nil> FileKeyStore:map[KeyStore:<nil>] Library:<nil> Label:<nil> Pin:<nil> Hash:<nil>]]]
  165. 2019-08-19 09:02:13.953 UTC [bccsp_sw] openKeyStore -> DEBU 01b KeyStore opened at [/opt/gopath/src/github.com/hyperledger/fabric/peer/crypto/peerOrganizations/my.org1.domain.example.com/users/Admin@my.org1.domain.example.com/msp/keystore]...done
  166. 2019-08-19 09:02:13.953 UTC [bccsp] initBCCSP -> DEBU 01c Initialize BCCSP [SW]
  167. 2019-08-19 09:02:13.953 UTC [msp] getPemMaterialFromDir -> DEBU 01d Reading directory /opt/gopath/src/github.com/hyperledger/fabric/peer/crypto/peerOrganizations/my.org1.domain.example.com/users/Admin@my.org1.domain.example.com/msp/signcerts
  168. 2019-08-19 09:02:13.954 UTC [msp] getPemMaterialFromDir -> DEBU 01e Inspecting file /opt/gopath/src/github.com/hyperledger/fabric/peer/crypto/peerOrganizations/my.org1.domain.example.com/users/Admin@my.org1.domain.example.com/msp/signcerts/Admin@my.org1.domain.example.com-cert.pem
  169. 2019-08-19 09:02:13.954 UTC [msp] getPemMaterialFromDir -> DEBU 01f Reading directory /opt/gopath/src/github.com/hyperledger/fabric/peer/crypto/peerOrganizations/my.org1.domain.example.com/users/Admin@my.org1.domain.example.com/msp/cacerts
  170. 2019-08-19 09:02:13.954 UTC [msp] getPemMaterialFromDir -> DEBU 020 Inspecting file /opt/gopath/src/github.com/hyperledger/fabric/peer/crypto/peerOrganizations/my.org1.domain.example.com/users/Admin@my.org1.domain.example.com/msp/cacerts/ca.my.org1.domain.example.com-cert.pem
  171. 2019-08-19 09:02:13.954 UTC [msp] getPemMaterialFromDir -> DEBU 021 Reading directory /opt/gopath/src/github.com/hyperledger/fabric/peer/crypto/peerOrganizations/my.org1.domain.example.com/users/Admin@my.org1.domain.example.com/msp/admincerts
  172. 2019-08-19 09:02:13.954 UTC [msp] getPemMaterialFromDir -> DEBU 022 Inspecting file /opt/gopath/src/github.com/hyperledger/fabric/peer/crypto/peerOrganizations/my.org1.domain.example.com/users/Admin@my.org1.domain.example.com/msp/admincerts/Admin@my.org1.domain.example.com-cert.pem
  173. 2019-08-19 09:02:13.954 UTC [msp] getPemMaterialFromDir -> DEBU 023 Reading directory /opt/gopath/src/github.com/hyperledger/fabric/peer/crypto/peerOrganizations/my.org1.domain.example.com/users/Admin@my.org1.domain.example.com/msp/intermediatecerts
  174. 2019-08-19 09:02:13.954 UTC [msp] getMspConfig -> DEBU 024 Intermediate certs folder not found at [/opt/gopath/src/github.com/hyperledger/fabric/peer/crypto/peerOrganizations/my.org1.domain.example.com/users/Admin@my.org1.domain.example.com/msp/intermediatecerts]. Skipping. [stat /opt/gopath/src/github.com/hyperledger/fabric/peer/crypto/peerOrganizations/my.org1.domain.example.com/users/Admin@my.org1.domain.example.com/msp/intermediatecerts: no such file or directory]
  175. 2019-08-19 09:02:13.954 UTC [msp] getPemMaterialFromDir -> DEBU 025 Reading directory /opt/gopath/src/github.com/hyperledger/fabric/peer/crypto/peerOrganizations/my.org1.domain.example.com/users/Admin@my.org1.domain.example.com/msp/tlscacerts
  176. 2019-08-19 09:02:13.955 UTC [msp] getPemMaterialFromDir -> DEBU 026 Inspecting file /opt/gopath/src/github.com/hyperledger/fabric/peer/crypto/peerOrganizations/my.org1.domain.example.com/users/Admin@my.org1.domain.example.com/msp/tlscacerts/tlsca.my.org1.domain.example.com-cert.pem
  177. 2019-08-19 09:02:13.955 UTC [msp] getPemMaterialFromDir -> DEBU 027 Reading directory /opt/gopath/src/github.com/hyperledger/fabric/peer/crypto/peerOrganizations/my.org1.domain.example.com/users/Admin@my.org1.domain.example.com/msp/tlsintermediatecerts
  178. 2019-08-19 09:02:13.955 UTC [msp] getMspConfig -> DEBU 028 TLS intermediate certs folder not found at [/opt/gopath/src/github.com/hyperledger/fabric/peer/crypto/peerOrganizations/my.org1.domain.example.com/users/Admin@my.org1.domain.example.com/msp/tlsintermediatecerts]. Skipping. [stat /opt/gopath/src/github.com/hyperledger/fabric/peer/crypto/peerOrganizations/my.org1.domain.example.com/users/Admin@my.org1.domain.example.com/msp/tlsintermediatecerts: no such file or directory]
  179. 2019-08-19 09:02:13.955 UTC [msp] getPemMaterialFromDir -> DEBU 029 Reading directory /opt/gopath/src/github.com/hyperledger/fabric/peer/crypto/peerOrganizations/my.org1.domain.example.com/users/Admin@my.org1.domain.example.com/msp/crls
  180. 2019-08-19 09:02:13.956 UTC [msp] getMspConfig -> DEBU 02a crls folder not found at [/opt/gopath/src/github.com/hyperledger/fabric/peer/crypto/peerOrganizations/my.org1.domain.example.com/users/Admin@my.org1.domain.example.com/msp/crls]. Skipping. [stat /opt/gopath/src/github.com/hyperledger/fabric/peer/crypto/peerOrganizations/my.org1.domain.example.com/users/Admin@my.org1.domain.example.com/msp/crls: no such file or directory]
  181. 2019-08-19 09:02:13.956 UTC [msp] getMspConfig -> DEBU 02b MSP configuration file not found at [/opt/gopath/src/github.com/hyperledger/fabric/peer/crypto/peerOrganizations/my.org1.domain.example.com/users/Admin@my.org1.domain.example.com/msp/config.yaml]: [stat /opt/gopath/src/github.com/hyperledger/fabric/peer/crypto/peerOrganizations/my.org1.domain.example.com/users/Admin@my.org1.domain.example.com/msp/config.yaml: no such file or directory]
  182. 2019-08-19 09:02:13.957 UTC [msp] newBccspMsp -> DEBU 02c Creating BCCSP-based MSP instance
  183. 2019-08-19 09:02:13.957 UTC [msp] New -> DEBU 02d Creating Cache-MSP instance
  184. 2019-08-19 09:02:13.957 UTC [msp] loadLocaMSP -> DEBU 02e Created new local MSP
  185. 2019-08-19 09:02:13.957 UTC [msp] Setup -> DEBU 02f Setting up MSP instance MyOrg1MSP
  186. 2019-08-19 09:02:13.958 UTC [msp.identity] newIdentity -> DEBU 030 Creating identity instance for cert -----BEGIN CERTIFICATE-----
  187. MIICejCCAiGgAwIBAgIQFl7ra64ez/QbATwk/NcsgjAKBggqhkjOPQQDAjCBhzEL
  188. MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG
  189. cmFuY2lzY28xIzAhBgNVBAoTGm15Lm9yZzEuZG9tYWluLmV4YW1wbGUuY29tMSYw
  190. JAYDVQQDEx1jYS5teS5vcmcxLmRvbWFpbi5leGFtcGxlLmNvbTAeFw0xOTA4MTIx
  191. MzM4MDBaFw0yOTA4MDkxMzM4MDBaMIGHMQswCQYDVQQGEwJVUzETMBEGA1UECBMK
  192. Q2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZyYW5jaXNjbzEjMCEGA1UEChMabXku
  193. b3JnMS5kb21haW4uZXhhbXBsZS5jb20xJjAkBgNVBAMTHWNhLm15Lm9yZzEuZG9t
  194. YWluLmV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEDjdgK39J
  195. FUNO8FTN3TfAe6Eslr6jaaDRdyJm3gbOKNKsD5TaCmpamDGAjqYUiH6zOOVdYCUD
  196. RkwC9CEC7v3Bh6NtMGswDgYDVR0PAQH/BAQDAgGmMB0GA1UdJQQWMBQGCCsGAQUF
  197. BwMCBggrBgEFBQcDATAPBgNVHRMBAf8EBTADAQH/MCkGA1UdDgQiBCB8DalCQ90H
  198. BC4jhK67XgJUM0ay91Dy37eQoAF9Vz0qQTAKBggqhkjOPQQDAgNHADBEAiBSxcNl
  199. 3BEqx8bJT7fmejv+2zxt9SnhxRIShlTA0HAFfgIgeWYcarDm+ZwfIsU4uyhyWKmx
  200. Mro4VpEM6POGLuyj2bE=
  201. -----END CERTIFICATE-----
  202. 2019-08-19 09:02:13.959 UTC [msp.identity] newIdentity -> DEBU 031 Creating identity instance for cert -----BEGIN CERTIFICATE-----
  203. MIICODCCAd+gAwIBAgIRANr97fn9dyix9mw86lToXuswCgYIKoZIzj0EAwIwgYcx
  204. CzAJBgNVBAYTAlVTMRMwEQYDVQQIEwpDYWxpZm9ybmlhMRYwFAYDVQQHEw1TYW4g
  205. RnJhbmNpc2NvMSMwIQYDVQQKExpteS5vcmcxLmRvbWFpbi5leGFtcGxlLmNvbTEm
  206. MCQGA1UEAxMdY2EubXkub3JnMS5kb21haW4uZXhhbXBsZS5jb20wHhcNMTkwODEy
  207. MTMzODAwWhcNMjkwODA5MTMzODAwWjBlMQswCQYDVQQGEwJVUzETMBEGA1UECBMK
  208. Q2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZyYW5jaXNjbzEpMCcGA1UEAwwgQWRt
  209. aW5AbXkub3JnMS5kb21haW4uZXhhbXBsZS5jb20wWTATBgcqhkjOPQIBBggqhkjO
  210. PQMBBwNCAAT9PW7zVIrmCaxsC3HQYKBWAY+ggnFbS1aZIUeJShkhnlmIGF1g31gm
  211. SobXveFgxxXEsC+hT29RnWxBkuCMc10lo00wSzAOBgNVHQ8BAf8EBAMCB4AwDAYD
  212. VR0TAQH/BAIwADArBgNVHSMEJDAigCB8DalCQ90HBC4jhK67XgJUM0ay91Dy37eQ
  213. oAF9Vz0qQTAKBggqhkjOPQQDAgNHADBEAiBwRzUDBqzB7v+c47QJAHAxEABxd0bw
  214. 84U6Ph/ZazDseQIgAfZ5+qiMygYYNbgP4FEQrb6bLYTlfi/NEAWwst7BWic=
  215. -----END CERTIFICATE-----
  216. 2019-08-19 09:02:13.960 UTC [msp.identity] newIdentity -> DEBU 032 Creating identity instance for cert -----BEGIN CERTIFICATE-----
  217. MIICODCCAd+gAwIBAgIRANr97fn9dyix9mw86lToXuswCgYIKoZIzj0EAwIwgYcx
  218. CzAJBgNVBAYTAlVTMRMwEQYDVQQIEwpDYWxpZm9ybmlhMRYwFAYDVQQHEw1TYW4g
  219. RnJhbmNpc2NvMSMwIQYDVQQKExpteS5vcmcxLmRvbWFpbi5leGFtcGxlLmNvbTEm
  220. MCQGA1UEAxMdY2EubXkub3JnMS5kb21haW4uZXhhbXBsZS5jb20wHhcNMTkwODEy
  221. MTMzODAwWhcNMjkwODA5MTMzODAwWjBlMQswCQYDVQQGEwJVUzETMBEGA1UECBMK
  222. Q2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZyYW5jaXNjbzEpMCcGA1UEAwwgQWRt
  223. aW5AbXkub3JnMS5kb21haW4uZXhhbXBsZS5jb20wWTATBgcqhkjOPQIBBggqhkjO
  224. PQMBBwNCAAT9PW7zVIrmCaxsC3HQYKBWAY+ggnFbS1aZIUeJShkhnlmIGF1g31gm
  225. SobXveFgxxXEsC+hT29RnWxBkuCMc10lo00wSzAOBgNVHQ8BAf8EBAMCB4AwDAYD
  226. VR0TAQH/BAIwADArBgNVHSMEJDAigCB8DalCQ90HBC4jhK67XgJUM0ay91Dy37eQ
  227. oAF9Vz0qQTAKBggqhkjOPQQDAgNHADBEAiBwRzUDBqzB7v+c47QJAHAxEABxd0bw
  228. 84U6Ph/ZazDseQIgAfZ5+qiMygYYNbgP4FEQrb6bLYTlfi/NEAWwst7BWic=
  229. -----END CERTIFICATE-----
  230. 2019-08-19 09:02:13.962 UTC [bccsp_sw] loadPrivateKey -> DEBU 033 Loading private key [c07f2a41ca6e3308c853dd18af6b4ec1477b6491116442c1c0cd7887bd70b70d] at [/opt/gopath/src/github.com/hyperledger/fabric/peer/crypto/peerOrganizations/my.org1.domain.example.com/users/Admin@my.org1.domain.example.com/msp/keystore/c07f2a41ca6e3308c853dd18af6b4ec1477b6491116442c1c0cd7887bd70b70d_sk]...
  231. 2019-08-19 09:02:13.963 UTC [msp.identity] newIdentity -> DEBU 034 Creating identity instance for cert -----BEGIN CERTIFICATE-----
  232. MIICODCCAd+gAwIBAgIRANr97fn9dyix9mw86lToXuswCgYIKoZIzj0EAwIwgYcx
  233. CzAJBgNVBAYTAlVTMRMwEQYDVQQIEwpDYWxpZm9ybmlhMRYwFAYDVQQHEw1TYW4g
  234. RnJhbmNpc2NvMSMwIQYDVQQKExpteS5vcmcxLmRvbWFpbi5leGFtcGxlLmNvbTEm
  235. MCQGA1UEAxMdY2EubXkub3JnMS5kb21haW4uZXhhbXBsZS5jb20wHhcNMTkwODEy
  236. MTMzODAwWhcNMjkwODA5MTMzODAwWjBlMQswCQYDVQQGEwJVUzETMBEGA1UECBMK
  237. Q2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZyYW5jaXNjbzEpMCcGA1UEAwwgQWRt
  238. aW5AbXkub3JnMS5kb21haW4uZXhhbXBsZS5jb20wWTATBgcqhkjOPQIBBggqhkjO
  239. PQMBBwNCAAT9PW7zVIrmCaxsC3HQYKBWAY+ggnFbS1aZIUeJShkhnlmIGF1g31gm
  240. SobXveFgxxXEsC+hT29RnWxBkuCMc10lo00wSzAOBgNVHQ8BAf8EBAMCB4AwDAYD
  241. VR0TAQH/BAIwADArBgNVHSMEJDAigCB8DalCQ90HBC4jhK67XgJUM0ay91Dy37eQ
  242. oAF9Vz0qQTAKBggqhkjOPQQDAgNHADBEAiBwRzUDBqzB7v+c47QJAHAxEABxd0bw
  243. 84U6Ph/ZazDseQIgAfZ5+qiMygYYNbgP4FEQrb6bLYTlfi/NEAWwst7BWic=
  244. -----END CERTIFICATE-----
  245. 2019-08-19 09:02:13.964 UTC [msp] setupSigningIdentity -> DEBU 035 Signing identity expires at 2029-08-09 13:38:00 +0000 UTC
  246. 2019-08-19 09:02:13.964 UTC [msp] Validate -> DEBU 036 MSP MyOrg1MSP validating identity
  247. 2019-08-19 09:02:13.964 UTC [msp] GetDefaultSigningIdentity -> DEBU 037 Obtaining default signing identity
  248. 2019-08-19 09:02:13.966 UTC [grpc] DialContext -> DEBU 038 parsed scheme: ""
  249. 2019-08-19 09:02:13.966 UTC [grpc] DialContext -> DEBU 039 scheme "" not registered, fallback to default scheme
  250. 2019-08-19 09:02:13.966 UTC [grpc] watcher -> DEBU 03a ccResolverWrapper: sending new addresses to cc: [{peer1.my.org1.domain.example.com:8051 0 <nil>}]
  251. 2019-08-19 09:02:13.967 UTC [grpc] switchBalancer -> DEBU 03b ClientConn switching balancer to "pick_first"
  252. 2019-08-19 09:02:13.967 UTC [grpc] HandleSubConnStateChange -> DEBU 03c pickfirstBalancer: HandleSubConnStateChange: 0xc00062dce0, CONNECTING
  253. 2019-08-19 09:02:13.970 UTC [grpc] HandleSubConnStateChange -> DEBU 03d pickfirstBalancer: HandleSubConnStateChange: 0xc00062dce0, READY
  254. 2019-08-19 09:02:13.972 UTC [channelCmd] InitCmdFactory -> INFO 03e Endorser and orderer connections initialized
  255. 2019-08-19 09:02:13.972 UTC [msp.identity] Sign -> DEBU 03f Sign: plaintext: 0ACA070A5C08011A0C0895CBE9EA0510...C5A213BF24371A080A000A000A000A00
  256. 2019-08-19 09:02:13.972 UTC [msp.identity] Sign -> DEBU 040 Sign: digest: E6D0142CED3F36474EFE171E56E37B3EB099BB40763F3170DD8A3061BAE6E81A
  257. 2019-08-19 09:02:14.217 UTC [channelCmd] executeJoin -> INFO 041 Successfully submitted proposal to join channel
  258. root@7625f0a9d1b0:/opt/gopath/src/github.com/hyperledger/fabric/peer# peer channel update -o myOrderer.my.orderer.domain.example.com:7050 --tls --cafile /opt/gopath/src/github.com/hyperledger/fabric/peer/crypto/ordererOrganizations/my.orderer.domain.example.com/orderers/myOrderer.my.orderer.domain.example.com/msp/tlscacerts/tlsca.my.orderer.domain.example.com-cert.pem -c mynewchannel -f ./channel-artifacts/MyOrg1MSPanchors.tx
  259. 2019-08-19 09:02:20.451 UTC [viperutil] getKeysRecursively -> DEBU 001 Found map[string]interface{} value for peer.BCCSP
  260. 2019-08-19 09:02:20.452 UTC [viperutil] unmarshalJSON -> DEBU 002 Unmarshal JSON: value cannot be unmarshalled: invalid character 'S' looking for beginning of value
  261. 2019-08-19 09:02:20.452 UTC [viperutil] getKeysRecursively -> DEBU 003 Found real value for peer.BCCSP.Default setting to string SW
  262. 2019-08-19 09:02:20.453 UTC [viperutil] getKeysRecursively -> DEBU 004 Found map[string]interface{} value for peer.BCCSP.SW
  263. 2019-08-19 09:02:20.453 UTC [viperutil] unmarshalJSON -> DEBU 005 Unmarshal JSON: value cannot be unmarshalled: invalid character 'S' looking for beginning of value
  264. 2019-08-19 09:02:20.453 UTC [viperutil] getKeysRecursively -> DEBU 006 Found real value for peer.BCCSP.SW.Hash setting to string SHA2
  265. 2019-08-19 09:02:20.454 UTC [viperutil] unmarshalJSON -> DEBU 007 Unmarshal JSON: value is not a string: 256
  266. 2019-08-19 09:02:20.454 UTC [viperutil] getKeysRecursively -> DEBU 008 Found real value for peer.BCCSP.SW.Security setting to int 256
  267. 2019-08-19 09:02:20.454 UTC [viperutil] getKeysRecursively -> DEBU 009 Found map[string]interface{} value for peer.BCCSP.SW.FileKeyStore
  268. 2019-08-19 09:02:20.455 UTC [viperutil] unmarshalJSON -> DEBU 00a Unmarshal JSON: value cannot be unmarshalled: unexpected end of JSON input
  269. 2019-08-19 09:02:20.455 UTC [viperutil] getKeysRecursively -> DEBU 00b Found real value for peer.BCCSP.SW.FileKeyStore.KeyStore setting to string
  270. 2019-08-19 09:02:20.455 UTC [viperutil] getKeysRecursively -> DEBU 00c Found map[string]interface{} value for peer.BCCSP.PKCS11
  271. 2019-08-19 09:02:20.456 UTC [viperutil] getKeysRecursively -> DEBU 00d Found map[string]interface{} value for peer.BCCSP.PKCS11.FileKeyStore
  272. 2019-08-19 09:02:20.456 UTC [viperutil] unmarshalJSON -> DEBU 00e Unmarshal JSON: value is not a string: <nil>
  273. 2019-08-19 09:02:20.456 UTC [viperutil] getKeysRecursively -> DEBU 00f Found real value for peer.BCCSP.PKCS11.FileKeyStore.KeyStore setting to <nil> <nil>
  274. 2019-08-19 09:02:20.456 UTC [viperutil] unmarshalJSON -> DEBU 010 Unmarshal JSON: value is not a string: <nil>
  275. 2019-08-19 09:02:20.457 UTC [viperutil] getKeysRecursively -> DEBU 011 Found real value for peer.BCCSP.PKCS11.Library setting to <nil> <nil>
  276. 2019-08-19 09:02:20.457 UTC [viperutil] unmarshalJSON -> DEBU 012 Unmarshal JSON: value is not a string: <nil>
  277. 2019-08-19 09:02:20.457 UTC [viperutil] getKeysRecursively -> DEBU 013 Found real value for peer.BCCSP.PKCS11.Label setting to <nil> <nil>
  278. 2019-08-19 09:02:20.458 UTC [viperutil] unmarshalJSON -> DEBU 014 Unmarshal JSON: value is not a string: <nil>
  279. 2019-08-19 09:02:20.458 UTC [viperutil] getKeysRecursively -> DEBU 015 Found real value for peer.BCCSP.PKCS11.Pin setting to <nil> <nil>
  280. 2019-08-19 09:02:20.459 UTC [viperutil] unmarshalJSON -> DEBU 016 Unmarshal JSON: value is not a string: <nil>
  281. 2019-08-19 09:02:20.461 UTC [viperutil] getKeysRecursively -> DEBU 017 Found real value for peer.BCCSP.PKCS11.Hash setting to <nil> <nil>
  282. 2019-08-19 09:02:20.461 UTC [viperutil] unmarshalJSON -> DEBU 018 Unmarshal JSON: value is not a string: <nil>
  283. 2019-08-19 09:02:20.461 UTC [viperutil] getKeysRecursively -> DEBU 019 Found real value for peer.BCCSP.PKCS11.Security setting to <nil> <nil>
  284. 2019-08-19 09:02:20.461 UTC [viperutil] EnhancedExactUnmarshalKey -> DEBU 01a map[peer.BCCSP:map[Default:SW SW:map[Hash:SHA2 Security:256 FileKeyStore:map[KeyStore:]] PKCS11:map[FileKeyStore:map[KeyStore:<nil>] Library:<nil> Label:<nil> Pin:<nil> Hash:<nil> Security:<nil>]]]
  285. 2019-08-19 09:02:20.462 UTC [bccsp_sw] openKeyStore -> DEBU 01b KeyStore opened at [/opt/gopath/src/github.com/hyperledger/fabric/peer/crypto/peerOrganizations/my.org1.domain.example.com/users/Admin@my.org1.domain.example.com/msp/keystore]...done
  286. 2019-08-19 09:02:20.462 UTC [bccsp] initBCCSP -> DEBU 01c Initialize BCCSP [SW]
  287. 2019-08-19 09:02:20.462 UTC [msp] getPemMaterialFromDir -> DEBU 01d Reading directory /opt/gopath/src/github.com/hyperledger/fabric/peer/crypto/peerOrganizations/my.org1.domain.example.com/users/Admin@my.org1.domain.example.com/msp/signcerts
  288. 2019-08-19 09:02:20.462 UTC [msp] getPemMaterialFromDir -> DEBU 01e Inspecting file /opt/gopath/src/github.com/hyperledger/fabric/peer/crypto/peerOrganizations/my.org1.domain.example.com/users/Admin@my.org1.domain.example.com/msp/signcerts/Admin@my.org1.domain.example.com-cert.pem
  289. 2019-08-19 09:02:20.462 UTC [msp] getPemMaterialFromDir -> DEBU 01f Reading directory /opt/gopath/src/github.com/hyperledger/fabric/peer/crypto/peerOrganizations/my.org1.domain.example.com/users/Admin@my.org1.domain.example.com/msp/cacerts
  290. 2019-08-19 09:02:20.462 UTC [msp] getPemMaterialFromDir -> DEBU 020 Inspecting file /opt/gopath/src/github.com/hyperledger/fabric/peer/crypto/peerOrganizations/my.org1.domain.example.com/users/Admin@my.org1.domain.example.com/msp/cacerts/ca.my.org1.domain.example.com-cert.pem
  291. 2019-08-19 09:02:20.463 UTC [msp] getPemMaterialFromDir -> DEBU 021 Reading directory /opt/gopath/src/github.com/hyperledger/fabric/peer/crypto/peerOrganizations/my.org1.domain.example.com/users/Admin@my.org1.domain.example.com/msp/admincerts
  292. 2019-08-19 09:02:20.463 UTC [msp] getPemMaterialFromDir -> DEBU 022 Inspecting file /opt/gopath/src/github.com/hyperledger/fabric/peer/crypto/peerOrganizations/my.org1.domain.example.com/users/Admin@my.org1.domain.example.com/msp/admincerts/Admin@my.org1.domain.example.com-cert.pem
  293. 2019-08-19 09:02:20.463 UTC [msp] getPemMaterialFromDir -> DEBU 023 Reading directory /opt/gopath/src/github.com/hyperledger/fabric/peer/crypto/peerOrganizations/my.org1.domain.example.com/users/Admin@my.org1.domain.example.com/msp/intermediatecerts
  294. 2019-08-19 09:02:20.463 UTC [msp] getMspConfig -> DEBU 024 Intermediate certs folder not found at [/opt/gopath/src/github.com/hyperledger/fabric/peer/crypto/peerOrganizations/my.org1.domain.example.com/users/Admin@my.org1.domain.example.com/msp/intermediatecerts]. Skipping. [stat /opt/gopath/src/github.com/hyperledger/fabric/peer/crypto/peerOrganizations/my.org1.domain.example.com/users/Admin@my.org1.domain.example.com/msp/intermediatecerts: no such file or directory]
  295. 2019-08-19 09:02:20.463 UTC [msp] getPemMaterialFromDir -> DEBU 025 Reading directory /opt/gopath/src/github.com/hyperledger/fabric/peer/crypto/peerOrganizations/my.org1.domain.example.com/users/Admin@my.org1.domain.example.com/msp/tlscacerts
  296. 2019-08-19 09:02:20.463 UTC [msp] getPemMaterialFromDir -> DEBU 026 Inspecting file /opt/gopath/src/github.com/hyperledger/fabric/peer/crypto/peerOrganizations/my.org1.domain.example.com/users/Admin@my.org1.domain.example.com/msp/tlscacerts/tlsca.my.org1.domain.example.com-cert.pem
  297. 2019-08-19 09:02:20.464 UTC [msp] getPemMaterialFromDir -> DEBU 027 Reading directory /opt/gopath/src/github.com/hyperledger/fabric/peer/crypto/peerOrganizations/my.org1.domain.example.com/users/Admin@my.org1.domain.example.com/msp/tlsintermediatecerts
  298. 2019-08-19 09:02:20.464 UTC [msp] getMspConfig -> DEBU 028 TLS intermediate certs folder not found at [/opt/gopath/src/github.com/hyperledger/fabric/peer/crypto/peerOrganizations/my.org1.domain.example.com/users/Admin@my.org1.domain.example.com/msp/tlsintermediatecerts]. Skipping. [stat /opt/gopath/src/github.com/hyperledger/fabric/peer/crypto/peerOrganizations/my.org1.domain.example.com/users/Admin@my.org1.domain.example.com/msp/tlsintermediatecerts: no such file or directory]
  299. 2019-08-19 09:02:20.464 UTC [msp] getPemMaterialFromDir -> DEBU 029 Reading directory /opt/gopath/src/github.com/hyperledger/fabric/peer/crypto/peerOrganizations/my.org1.domain.example.com/users/Admin@my.org1.domain.example.com/msp/crls
  300. 2019-08-19 09:02:20.464 UTC [msp] getMspConfig -> DEBU 02a crls folder not found at [/opt/gopath/src/github.com/hyperledger/fabric/peer/crypto/peerOrganizations/my.org1.domain.example.com/users/Admin@my.org1.domain.example.com/msp/crls]. Skipping. [stat /opt/gopath/src/github.com/hyperledger/fabric/peer/crypto/peerOrganizations/my.org1.domain.example.com/users/Admin@my.org1.domain.example.com/msp/crls: no such file or directory]
  301. 2019-08-19 09:02:20.464 UTC [msp] getMspConfig -> DEBU 02b MSP configuration file not found at [/opt/gopath/src/github.com/hyperledger/fabric/peer/crypto/peerOrganizations/my.org1.domain.example.com/users/Admin@my.org1.domain.example.com/msp/config.yaml]: [stat /opt/gopath/src/github.com/hyperledger/fabric/peer/crypto/peerOrganizations/my.org1.domain.example.com/users/Admin@my.org1.domain.example.com/msp/config.yaml: no such file or directory]
  302. 2019-08-19 09:02:20.464 UTC [msp] newBccspMsp -> DEBU 02c Creating BCCSP-based MSP instance
  303. 2019-08-19 09:02:20.465 UTC [msp] New -> DEBU 02d Creating Cache-MSP instance
  304. 2019-08-19 09:02:20.465 UTC [msp] loadLocaMSP -> DEBU 02e Created new local MSP
  305. 2019-08-19 09:02:20.465 UTC [msp] Setup -> DEBU 02f Setting up MSP instance MyOrg1MSP
  306. 2019-08-19 09:02:20.466 UTC [msp.identity] newIdentity -> DEBU 030 Creating identity instance for cert -----BEGIN CERTIFICATE-----
  307. MIICejCCAiGgAwIBAgIQFl7ra64ez/QbATwk/NcsgjAKBggqhkjOPQQDAjCBhzEL
  308. MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG
  309. cmFuY2lzY28xIzAhBgNVBAoTGm15Lm9yZzEuZG9tYWluLmV4YW1wbGUuY29tMSYw
  310. JAYDVQQDEx1jYS5teS5vcmcxLmRvbWFpbi5leGFtcGxlLmNvbTAeFw0xOTA4MTIx
  311. MzM4MDBaFw0yOTA4MDkxMzM4MDBaMIGHMQswCQYDVQQGEwJVUzETMBEGA1UECBMK
  312. Q2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZyYW5jaXNjbzEjMCEGA1UEChMabXku
  313. b3JnMS5kb21haW4uZXhhbXBsZS5jb20xJjAkBgNVBAMTHWNhLm15Lm9yZzEuZG9t
  314. YWluLmV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEDjdgK39J
  315. FUNO8FTN3TfAe6Eslr6jaaDRdyJm3gbOKNKsD5TaCmpamDGAjqYUiH6zOOVdYCUD
  316. RkwC9CEC7v3Bh6NtMGswDgYDVR0PAQH/BAQDAgGmMB0GA1UdJQQWMBQGCCsGAQUF
  317. BwMCBggrBgEFBQcDATAPBgNVHRMBAf8EBTADAQH/MCkGA1UdDgQiBCB8DalCQ90H
  318. BC4jhK67XgJUM0ay91Dy37eQoAF9Vz0qQTAKBggqhkjOPQQDAgNHADBEAiBSxcNl
  319. 3BEqx8bJT7fmejv+2zxt9SnhxRIShlTA0HAFfgIgeWYcarDm+ZwfIsU4uyhyWKmx
  320. Mro4VpEM6POGLuyj2bE=
  321. -----END CERTIFICATE-----
  322. 2019-08-19 09:02:20.467 UTC [msp.identity] newIdentity -> DEBU 031 Creating identity instance for cert -----BEGIN CERTIFICATE-----
  323. MIICODCCAd+gAwIBAgIRANr97fn9dyix9mw86lToXuswCgYIKoZIzj0EAwIwgYcx
  324. CzAJBgNVBAYTAlVTMRMwEQYDVQQIEwpDYWxpZm9ybmlhMRYwFAYDVQQHEw1TYW4g
  325. RnJhbmNpc2NvMSMwIQYDVQQKExpteS5vcmcxLmRvbWFpbi5leGFtcGxlLmNvbTEm
  326. MCQGA1UEAxMdY2EubXkub3JnMS5kb21haW4uZXhhbXBsZS5jb20wHhcNMTkwODEy
  327. MTMzODAwWhcNMjkwODA5MTMzODAwWjBlMQswCQYDVQQGEwJVUzETMBEGA1UECBMK
  328. Q2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZyYW5jaXNjbzEpMCcGA1UEAwwgQWRt
  329. aW5AbXkub3JnMS5kb21haW4uZXhhbXBsZS5jb20wWTATBgcqhkjOPQIBBggqhkjO
  330. PQMBBwNCAAT9PW7zVIrmCaxsC3HQYKBWAY+ggnFbS1aZIUeJShkhnlmIGF1g31gm
  331. SobXveFgxxXEsC+hT29RnWxBkuCMc10lo00wSzAOBgNVHQ8BAf8EBAMCB4AwDAYD
  332. VR0TAQH/BAIwADArBgNVHSMEJDAigCB8DalCQ90HBC4jhK67XgJUM0ay91Dy37eQ
  333. oAF9Vz0qQTAKBggqhkjOPQQDAgNHADBEAiBwRzUDBqzB7v+c47QJAHAxEABxd0bw
  334. 84U6Ph/ZazDseQIgAfZ5+qiMygYYNbgP4FEQrb6bLYTlfi/NEAWwst7BWic=
  335. -----END CERTIFICATE-----
  336. 2019-08-19 09:02:20.470 UTC [msp.identity] newIdentity -> DEBU 032 Creating identity instance for cert -----BEGIN CERTIFICATE-----
  337. MIICODCCAd+gAwIBAgIRANr97fn9dyix9mw86lToXuswCgYIKoZIzj0EAwIwgYcx
  338. CzAJBgNVBAYTAlVTMRMwEQYDVQQIEwpDYWxpZm9ybmlhMRYwFAYDVQQHEw1TYW4g
  339. RnJhbmNpc2NvMSMwIQYDVQQKExpteS5vcmcxLmRvbWFpbi5leGFtcGxlLmNvbTEm
  340. MCQGA1UEAxMdY2EubXkub3JnMS5kb21haW4uZXhhbXBsZS5jb20wHhcNMTkwODEy
  341. MTMzODAwWhcNMjkwODA5MTMzODAwWjBlMQswCQYDVQQGEwJVUzETMBEGA1UECBMK
  342. Q2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZyYW5jaXNjbzEpMCcGA1UEAwwgQWRt
  343. aW5AbXkub3JnMS5kb21haW4uZXhhbXBsZS5jb20wWTATBgcqhkjOPQIBBggqhkjO
  344. PQMBBwNCAAT9PW7zVIrmCaxsC3HQYKBWAY+ggnFbS1aZIUeJShkhnlmIGF1g31gm
  345. SobXveFgxxXEsC+hT29RnWxBkuCMc10lo00wSzAOBgNVHQ8BAf8EBAMCB4AwDAYD
  346. VR0TAQH/BAIwADArBgNVHSMEJDAigCB8DalCQ90HBC4jhK67XgJUM0ay91Dy37eQ
  347. oAF9Vz0qQTAKBggqhkjOPQQDAgNHADBEAiBwRzUDBqzB7v+c47QJAHAxEABxd0bw
  348. 84U6Ph/ZazDseQIgAfZ5+qiMygYYNbgP4FEQrb6bLYTlfi/NEAWwst7BWic=
  349. -----END CERTIFICATE-----
  350. 2019-08-19 09:02:20.472 UTC [bccsp_sw] loadPrivateKey -> DEBU 033 Loading private key [c07f2a41ca6e3308c853dd18af6b4ec1477b6491116442c1c0cd7887bd70b70d] at [/opt/gopath/src/github.com/hyperledger/fabric/peer/crypto/peerOrganizations/my.org1.domain.example.com/users/Admin@my.org1.domain.example.com/msp/keystore/c07f2a41ca6e3308c853dd18af6b4ec1477b6491116442c1c0cd7887bd70b70d_sk]...
  351. 2019-08-19 09:02:20.472 UTC [msp.identity] newIdentity -> DEBU 034 Creating identity instance for cert -----BEGIN CERTIFICATE-----
  352. MIICODCCAd+gAwIBAgIRANr97fn9dyix9mw86lToXuswCgYIKoZIzj0EAwIwgYcx
  353. CzAJBgNVBAYTAlVTMRMwEQYDVQQIEwpDYWxpZm9ybmlhMRYwFAYDVQQHEw1TYW4g
  354. RnJhbmNpc2NvMSMwIQYDVQQKExpteS5vcmcxLmRvbWFpbi5leGFtcGxlLmNvbTEm
  355. MCQGA1UEAxMdY2EubXkub3JnMS5kb21haW4uZXhhbXBsZS5jb20wHhcNMTkwODEy
  356. MTMzODAwWhcNMjkwODA5MTMzODAwWjBlMQswCQYDVQQGEwJVUzETMBEGA1UECBMK
  357. Q2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZyYW5jaXNjbzEpMCcGA1UEAwwgQWRt
  358. aW5AbXkub3JnMS5kb21haW4uZXhhbXBsZS5jb20wWTATBgcqhkjOPQIBBggqhkjO
  359. PQMBBwNCAAT9PW7zVIrmCaxsC3HQYKBWAY+ggnFbS1aZIUeJShkhnlmIGF1g31gm
  360. SobXveFgxxXEsC+hT29RnWxBkuCMc10lo00wSzAOBgNVHQ8BAf8EBAMCB4AwDAYD
  361. VR0TAQH/BAIwADArBgNVHSMEJDAigCB8DalCQ90HBC4jhK67XgJUM0ay91Dy37eQ
  362. oAF9Vz0qQTAKBggqhkjOPQQDAgNHADBEAiBwRzUDBqzB7v+c47QJAHAxEABxd0bw
  363. 84U6Ph/ZazDseQIgAfZ5+qiMygYYNbgP4FEQrb6bLYTlfi/NEAWwst7BWic=
  364. -----END CERTIFICATE-----
  365. 2019-08-19 09:02:20.473 UTC [msp] setupSigningIdentity -> DEBU 035 Signing identity expires at 2029-08-09 13:38:00 +0000 UTC
  366. 2019-08-19 09:02:20.473 UTC [msp] Validate -> DEBU 036 MSP MyOrg1MSP validating identity
  367. 2019-08-19 09:02:20.474 UTC [msp] GetDefaultSigningIdentity -> DEBU 037 Obtaining default signing identity
  368. 2019-08-19 09:02:20.474 UTC [grpc] DialContext -> DEBU 038 parsed scheme: ""
  369. 2019-08-19 09:02:20.475 UTC [grpc] DialContext -> DEBU 039 scheme "" not registered, fallback to default scheme
  370. 2019-08-19 09:02:20.475 UTC [grpc] watcher -> DEBU 03a ccResolverWrapper: sending new addresses to cc: [{myOrderer.my.orderer.domain.example.com:7050 0 <nil>}]
  371. 2019-08-19 09:02:20.475 UTC [grpc] switchBalancer -> DEBU 03b ClientConn switching balancer to "pick_first"
  372. 2019-08-19 09:02:20.475 UTC [grpc] HandleSubConnStateChange -> DEBU 03c pickfirstBalancer: HandleSubConnStateChange: 0xc0004447d0, CONNECTING
  373. 2019-08-19 09:02:20.478 UTC [grpc] HandleSubConnStateChange -> DEBU 03d pickfirstBalancer: HandleSubConnStateChange: 0xc0004447d0, READY
  374. 2019-08-19 09:02:20.479 UTC [channelCmd] InitCmdFactory -> INFO 03e Endorser and orderer connections initialized
  375. 2019-08-19 09:02:20.483 UTC [msp] GetDefaultSigningIdentity -> DEBU 03f Obtaining default signing identity
  376. 2019-08-19 09:02:20.483 UTC [msp] GetDefaultSigningIdentity -> DEBU 040 Obtaining default signing identity
  377. 2019-08-19 09:02:20.483 UTC [msp.identity] Sign -> DEBU 041 Sign: plaintext: 0ACC060A094D794F7267314D535012BE...2A0641646D696E732A0641646D696E73
  378. 2019-08-19 09:02:20.483 UTC [msp.identity] Sign -> DEBU 042 Sign: digest: 89BF8A1B9A2383D8457D26EFB7DF43439E033673E81BE8AB1DECF859A2C2A396
  379. 2019-08-19 09:02:20.483 UTC [msp] GetDefaultSigningIdentity -> DEBU 043 Obtaining default signing identity
  380. 2019-08-19 09:02:20.483 UTC [msp] GetDefaultSigningIdentity -> DEBU 044 Obtaining default signing identity
  381. 2019-08-19 09:02:20.483 UTC [msp.identity] Sign -> DEBU 045 Sign: plaintext: 0A86070A1808021A06089CCBE9EA0522...CCB59D96BD9F0E605976550C9998B32E
  382. 2019-08-19 09:02:20.483 UTC [msp.identity] Sign -> DEBU 046 Sign: digest: DD775342B9A71F23C11796FF3261DAD33AABB122472C123F9846CDB35B4F8FC6
  383. 2019-08-19 09:02:20.484 UTC [grpc] DialContext -> DEBU 047 parsed scheme: ""
  384. 2019-08-19 09:02:20.484 UTC [grpc] DialContext -> DEBU 048 scheme "" not registered, fallback to default scheme
  385. 2019-08-19 09:02:20.484 UTC [grpc] watcher -> DEBU 049 ccResolverWrapper: sending new addresses to cc: [{myOrderer.my.orderer.domain.example.com:7050 0 <nil>}]
  386. 2019-08-19 09:02:20.484 UTC [grpc] switchBalancer -> DEBU 04a ClientConn switching balancer to "pick_first"
  387. 2019-08-19 09:02:20.484 UTC [grpc] HandleSubConnStateChange -> DEBU 04b pickfirstBalancer: HandleSubConnStateChange: 0xc000504190, CONNECTING
  388. 2019-08-19 09:02:20.487 UTC [grpc] HandleSubConnStateChange -> DEBU 04c pickfirstBalancer: HandleSubConnStateChange: 0xc000504190, READY
  389. 2019-08-19 09:02:20.540 UTC [channelCmd] update -> INFO 04d Successfully submitted channel update
  390. root@7625f0a9d1b0:/opt/gopath/src/github.com/hyperledger/fabric/peer# CORE_PEER_ADDRESS=peer0.my.org1.domain.example.com:7051 peer channel join -b mynewchannel.block
  391. 2019-08-19 09:02:34.779 UTC [viperutil] getKeysRecursively -> DEBU 001 Found map[string]interface{} value for peer.BCCSP
  392. 2019-08-19 09:02:34.779 UTC [viperutil] getKeysRecursively -> DEBU 002 Found map[string]interface{} value for peer.BCCSP.PKCS11
  393. 2019-08-19 09:02:34.779 UTC [viperutil] unmarshalJSON -> DEBU 003 Unmarshal JSON: value is not a string: <nil>
  394. 2019-08-19 09:02:34.780 UTC [viperutil] getKeysRecursively -> DEBU 004 Found real value for peer.BCCSP.PKCS11.Security setting to <nil> <nil>
  395. 2019-08-19 09:02:34.780 UTC [viperutil] getKeysRecursively -> DEBU 005 Found map[string]interface{} value for peer.BCCSP.PKCS11.FileKeyStore
  396. 2019-08-19 09:02:34.780 UTC [viperutil] unmarshalJSON -> DEBU 006 Unmarshal JSON: value is not a string: <nil>
  397. 2019-08-19 09:02:34.780 UTC [viperutil] getKeysRecursively -> DEBU 007 Found real value for peer.BCCSP.PKCS11.FileKeyStore.KeyStore setting to <nil> <nil>
  398. 2019-08-19 09:02:34.781 UTC [viperutil] unmarshalJSON -> DEBU 008 Unmarshal JSON: value is not a string: <nil>
  399. 2019-08-19 09:02:34.782 UTC [viperutil] getKeysRecursively -> DEBU 009 Found real value for peer.BCCSP.PKCS11.Library setting to <nil> <nil>
  400. 2019-08-19 09:02:34.782 UTC [viperutil] unmarshalJSON -> DEBU 00a Unmarshal JSON: value is not a string: <nil>
  401. 2019-08-19 09:02:34.782 UTC [viperutil] getKeysRecursively -> DEBU 00b Found real value for peer.BCCSP.PKCS11.Label setting to <nil> <nil>
  402. 2019-08-19 09:02:34.783 UTC [viperutil] unmarshalJSON -> DEBU 00c Unmarshal JSON: value is not a string: <nil>
  403. 2019-08-19 09:02:34.783 UTC [viperutil] getKeysRecursively -> DEBU 00d Found real value for peer.BCCSP.PKCS11.Pin setting to <nil> <nil>
  404. 2019-08-19 09:02:34.783 UTC [viperutil] unmarshalJSON -> DEBU 00e Unmarshal JSON: value is not a string: <nil>
  405. 2019-08-19 09:02:34.784 UTC [viperutil] getKeysRecursively -> DEBU 00f Found real value for peer.BCCSP.PKCS11.Hash setting to <nil> <nil>
  406. 2019-08-19 09:02:34.784 UTC [viperutil] unmarshalJSON -> DEBU 010 Unmarshal JSON: value cannot be unmarshalled: invalid character 'S' looking for beginning of value
  407. 2019-08-19 09:02:34.784 UTC [viperutil] getKeysRecursively -> DEBU 011 Found real value for peer.BCCSP.Default setting to string SW
  408. 2019-08-19 09:02:34.785 UTC [viperutil] getKeysRecursively -> DEBU 012 Found map[string]interface{} value for peer.BCCSP.SW
  409. 2019-08-19 09:02:34.786 UTC [viperutil] getKeysRecursively -> DEBU 013 Found map[string]interface{} value for peer.BCCSP.SW.FileKeyStore
  410. 2019-08-19 09:02:34.786 UTC [viperutil] unmarshalJSON -> DEBU 014 Unmarshal JSON: value cannot be unmarshalled: unexpected end of JSON input
  411. 2019-08-19 09:02:34.786 UTC [viperutil] getKeysRecursively -> DEBU 015 Found real value for peer.BCCSP.SW.FileKeyStore.KeyStore setting to string
  412. 2019-08-19 09:02:34.786 UTC [viperutil] unmarshalJSON -> DEBU 016 Unmarshal JSON: value cannot be unmarshalled: invalid character 'S' looking for beginning of value
  413. 2019-08-19 09:02:34.786 UTC [viperutil] getKeysRecursively -> DEBU 017 Found real value for peer.BCCSP.SW.Hash setting to string SHA2
  414. 2019-08-19 09:02:34.787 UTC [viperutil] unmarshalJSON -> DEBU 018 Unmarshal JSON: value is not a string: 256
  415. 2019-08-19 09:02:34.787 UTC [viperutil] getKeysRecursively -> DEBU 019 Found real value for peer.BCCSP.SW.Security setting to int 256
  416. 2019-08-19 09:02:34.787 UTC [viperutil] EnhancedExactUnmarshalKey -> DEBU 01a map[peer.BCCSP:map[PKCS11:map[Security:<nil> FileKeyStore:map[KeyStore:<nil>] Library:<nil> Label:<nil> Pin:<nil> Hash:<nil>] Default:SW SW:map[Security:256 FileKeyStore:map[KeyStore:] Hash:SHA2]]]
  417. 2019-08-19 09:02:34.788 UTC [bccsp_sw] openKeyStore -> DEBU 01b KeyStore opened at [/opt/gopath/src/github.com/hyperledger/fabric/peer/crypto/peerOrganizations/my.org1.domain.example.com/users/Admin@my.org1.domain.example.com/msp/keystore]...done
  418. 2019-08-19 09:02:34.788 UTC [bccsp] initBCCSP -> DEBU 01c Initialize BCCSP [SW]
  419. 2019-08-19 09:02:34.788 UTC [msp] getPemMaterialFromDir -> DEBU 01d Reading directory /opt/gopath/src/github.com/hyperledger/fabric/peer/crypto/peerOrganizations/my.org1.domain.example.com/users/Admin@my.org1.domain.example.com/msp/signcerts
  420. 2019-08-19 09:02:34.788 UTC [msp] getPemMaterialFromDir -> DEBU 01e Inspecting file /opt/gopath/src/github.com/hyperledger/fabric/peer/crypto/peerOrganizations/my.org1.domain.example.com/users/Admin@my.org1.domain.example.com/msp/signcerts/Admin@my.org1.domain.example.com-cert.pem
  421. 2019-08-19 09:02:34.788 UTC [msp] getPemMaterialFromDir -> DEBU 01f Reading directory /opt/gopath/src/github.com/hyperledger/fabric/peer/crypto/peerOrganizations/my.org1.domain.example.com/users/Admin@my.org1.domain.example.com/msp/cacerts
  422. 2019-08-19 09:02:34.789 UTC [msp] getPemMaterialFromDir -> DEBU 020 Inspecting file /opt/gopath/src/github.com/hyperledger/fabric/peer/crypto/peerOrganizations/my.org1.domain.example.com/users/Admin@my.org1.domain.example.com/msp/cacerts/ca.my.org1.domain.example.com-cert.pem
  423. 2019-08-19 09:02:34.789 UTC [msp] getPemMaterialFromDir -> DEBU 021 Reading directory /opt/gopath/src/github.com/hyperledger/fabric/peer/crypto/peerOrganizations/my.org1.domain.example.com/users/Admin@my.org1.domain.example.com/msp/admincerts
  424. 2019-08-19 09:02:34.789 UTC [msp] getPemMaterialFromDir -> DEBU 022 Inspecting file /opt/gopath/src/github.com/hyperledger/fabric/peer/crypto/peerOrganizations/my.org1.domain.example.com/users/Admin@my.org1.domain.example.com/msp/admincerts/Admin@my.org1.domain.example.com-cert.pem
  425. 2019-08-19 09:02:34.789 UTC [msp] getPemMaterialFromDir -> DEBU 023 Reading directory /opt/gopath/src/github.com/hyperledger/fabric/peer/crypto/peerOrganizations/my.org1.domain.example.com/users/Admin@my.org1.domain.example.com/msp/intermediatecerts
  426. 2019-08-19 09:02:34.789 UTC [msp] getMspConfig -> DEBU 024 Intermediate certs folder not found at [/opt/gopath/src/github.com/hyperledger/fabric/peer/crypto/peerOrganizations/my.org1.domain.example.com/users/Admin@my.org1.domain.example.com/msp/intermediatecerts]. Skipping. [stat /opt/gopath/src/github.com/hyperledger/fabric/peer/crypto/peerOrganizations/my.org1.domain.example.com/users/Admin@my.org1.domain.example.com/msp/intermediatecerts: no such file or directory]
  427. 2019-08-19 09:02:34.790 UTC [msp] getPemMaterialFromDir -> DEBU 025 Reading directory /opt/gopath/src/github.com/hyperledger/fabric/peer/crypto/peerOrganizations/my.org1.domain.example.com/users/Admin@my.org1.domain.example.com/msp/tlscacerts
  428. 2019-08-19 09:02:34.790 UTC [msp] getPemMaterialFromDir -> DEBU 026 Inspecting file /opt/gopath/src/github.com/hyperledger/fabric/peer/crypto/peerOrganizations/my.org1.domain.example.com/users/Admin@my.org1.domain.example.com/msp/tlscacerts/tlsca.my.org1.domain.example.com-cert.pem
  429. 2019-08-19 09:02:34.790 UTC [msp] getPemMaterialFromDir -> DEBU 027 Reading directory /opt/gopath/src/github.com/hyperledger/fabric/peer/crypto/peerOrganizations/my.org1.domain.example.com/users/Admin@my.org1.domain.example.com/msp/tlsintermediatecerts
  430. 2019-08-19 09:02:34.790 UTC [msp] getMspConfig -> DEBU 028 TLS intermediate certs folder not found at [/opt/gopath/src/github.com/hyperledger/fabric/peer/crypto/peerOrganizations/my.org1.domain.example.com/users/Admin@my.org1.domain.example.com/msp/tlsintermediatecerts]. Skipping. [stat /opt/gopath/src/github.com/hyperledger/fabric/peer/crypto/peerOrganizations/my.org1.domain.example.com/users/Admin@my.org1.domain.example.com/msp/tlsintermediatecerts: no such file or directory]
  431. 2019-08-19 09:02:34.790 UTC [msp] getPemMaterialFromDir -> DEBU 029 Reading directory /opt/gopath/src/github.com/hyperledger/fabric/peer/crypto/peerOrganizations/my.org1.domain.example.com/users/Admin@my.org1.domain.example.com/msp/crls
  432. 2019-08-19 09:02:34.790 UTC [msp] getMspConfig -> DEBU 02a crls folder not found at [/opt/gopath/src/github.com/hyperledger/fabric/peer/crypto/peerOrganizations/my.org1.domain.example.com/users/Admin@my.org1.domain.example.com/msp/crls]. Skipping. [stat /opt/gopath/src/github.com/hyperledger/fabric/peer/crypto/peerOrganizations/my.org1.domain.example.com/users/Admin@my.org1.domain.example.com/msp/crls: no such file or directory]
  433. 2019-08-19 09:02:34.790 UTC [msp] getMspConfig -> DEBU 02b MSP configuration file not found at [/opt/gopath/src/github.com/hyperledger/fabric/peer/crypto/peerOrganizations/my.org1.domain.example.com/users/Admin@my.org1.domain.example.com/msp/config.yaml]: [stat /opt/gopath/src/github.com/hyperledger/fabric/peer/crypto/peerOrganizations/my.org1.domain.example.com/users/Admin@my.org1.domain.example.com/msp/config.yaml: no such file or directory]
  434. 2019-08-19 09:02:34.791 UTC [msp] newBccspMsp -> DEBU 02c Creating BCCSP-based MSP instance
  435. 2019-08-19 09:02:34.791 UTC [msp] New -> DEBU 02d Creating Cache-MSP instance
  436. 2019-08-19 09:02:34.791 UTC [msp] loadLocaMSP -> DEBU 02e Created new local MSP
  437. 2019-08-19 09:02:34.791 UTC [msp] Setup -> DEBU 02f Setting up MSP instance MyOrg1MSP
  438. 2019-08-19 09:02:34.791 UTC [msp.identity] newIdentity -> DEBU 030 Creating identity instance for cert -----BEGIN CERTIFICATE-----
  439. MIICejCCAiGgAwIBAgIQFl7ra64ez/QbATwk/NcsgjAKBggqhkjOPQQDAjCBhzEL
  440. MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG
  441. cmFuY2lzY28xIzAhBgNVBAoTGm15Lm9yZzEuZG9tYWluLmV4YW1wbGUuY29tMSYw
  442. JAYDVQQDEx1jYS5teS5vcmcxLmRvbWFpbi5leGFtcGxlLmNvbTAeFw0xOTA4MTIx
  443. MzM4MDBaFw0yOTA4MDkxMzM4MDBaMIGHMQswCQYDVQQGEwJVUzETMBEGA1UECBMK
  444. Q2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZyYW5jaXNjbzEjMCEGA1UEChMabXku
  445. b3JnMS5kb21haW4uZXhhbXBsZS5jb20xJjAkBgNVBAMTHWNhLm15Lm9yZzEuZG9t
  446. YWluLmV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEDjdgK39J
  447. FUNO8FTN3TfAe6Eslr6jaaDRdyJm3gbOKNKsD5TaCmpamDGAjqYUiH6zOOVdYCUD
  448. RkwC9CEC7v3Bh6NtMGswDgYDVR0PAQH/BAQDAgGmMB0GA1UdJQQWMBQGCCsGAQUF
  449. BwMCBggrBgEFBQcDATAPBgNVHRMBAf8EBTADAQH/MCkGA1UdDgQiBCB8DalCQ90H
  450. BC4jhK67XgJUM0ay91Dy37eQoAF9Vz0qQTAKBggqhkjOPQQDAgNHADBEAiBSxcNl
  451. 3BEqx8bJT7fmejv+2zxt9SnhxRIShlTA0HAFfgIgeWYcarDm+ZwfIsU4uyhyWKmx
  452. Mro4VpEM6POGLuyj2bE=
  453. -----END CERTIFICATE-----
  454. 2019-08-19 09:02:34.794 UTC [msp.identity] newIdentity -> DEBU 031 Creating identity instance for cert -----BEGIN CERTIFICATE-----
  455. MIICODCCAd+gAwIBAgIRANr97fn9dyix9mw86lToXuswCgYIKoZIzj0EAwIwgYcx
  456. CzAJBgNVBAYTAlVTMRMwEQYDVQQIEwpDYWxpZm9ybmlhMRYwFAYDVQQHEw1TYW4g
  457. RnJhbmNpc2NvMSMwIQYDVQQKExpteS5vcmcxLmRvbWFpbi5leGFtcGxlLmNvbTEm
  458. MCQGA1UEAxMdY2EubXkub3JnMS5kb21haW4uZXhhbXBsZS5jb20wHhcNMTkwODEy
  459. MTMzODAwWhcNMjkwODA5MTMzODAwWjBlMQswCQYDVQQGEwJVUzETMBEGA1UECBMK
  460. Q2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZyYW5jaXNjbzEpMCcGA1UEAwwgQWRt
  461. aW5AbXkub3JnMS5kb21haW4uZXhhbXBsZS5jb20wWTATBgcqhkjOPQIBBggqhkjO
  462. PQMBBwNCAAT9PW7zVIrmCaxsC3HQYKBWAY+ggnFbS1aZIUeJShkhnlmIGF1g31gm
  463. SobXveFgxxXEsC+hT29RnWxBkuCMc10lo00wSzAOBgNVHQ8BAf8EBAMCB4AwDAYD
  464. VR0TAQH/BAIwADArBgNVHSMEJDAigCB8DalCQ90HBC4jhK67XgJUM0ay91Dy37eQ
  465. oAF9Vz0qQTAKBggqhkjOPQQDAgNHADBEAiBwRzUDBqzB7v+c47QJAHAxEABxd0bw
  466. 84U6Ph/ZazDseQIgAfZ5+qiMygYYNbgP4FEQrb6bLYTlfi/NEAWwst7BWic=
  467. -----END CERTIFICATE-----
  468. 2019-08-19 09:02:34.795 UTC [msp.identity] newIdentity -> DEBU 032 Creating identity instance for cert -----BEGIN CERTIFICATE-----
  469. MIICODCCAd+gAwIBAgIRANr97fn9dyix9mw86lToXuswCgYIKoZIzj0EAwIwgYcx
  470. CzAJBgNVBAYTAlVTMRMwEQYDVQQIEwpDYWxpZm9ybmlhMRYwFAYDVQQHEw1TYW4g
  471. RnJhbmNpc2NvMSMwIQYDVQQKExpteS5vcmcxLmRvbWFpbi5leGFtcGxlLmNvbTEm
  472. MCQGA1UEAxMdY2EubXkub3JnMS5kb21haW4uZXhhbXBsZS5jb20wHhcNMTkwODEy
  473. MTMzODAwWhcNMjkwODA5MTMzODAwWjBlMQswCQYDVQQGEwJVUzETMBEGA1UECBMK
  474. Q2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZyYW5jaXNjbzEpMCcGA1UEAwwgQWRt
  475. aW5AbXkub3JnMS5kb21haW4uZXhhbXBsZS5jb20wWTATBgcqhkjOPQIBBggqhkjO
  476. PQMBBwNCAAT9PW7zVIrmCaxsC3HQYKBWAY+ggnFbS1aZIUeJShkhnlmIGF1g31gm
  477. SobXveFgxxXEsC+hT29RnWxBkuCMc10lo00wSzAOBgNVHQ8BAf8EBAMCB4AwDAYD
  478. VR0TAQH/BAIwADArBgNVHSMEJDAigCB8DalCQ90HBC4jhK67XgJUM0ay91Dy37eQ
  479. oAF9Vz0qQTAKBggqhkjOPQQDAgNHADBEAiBwRzUDBqzB7v+c47QJAHAxEABxd0bw
  480. 84U6Ph/ZazDseQIgAfZ5+qiMygYYNbgP4FEQrb6bLYTlfi/NEAWwst7BWic=
  481. -----END CERTIFICATE-----
  482. 2019-08-19 09:02:34.796 UTC [bccsp_sw] loadPrivateKey -> DEBU 033 Loading private key [c07f2a41ca6e3308c853dd18af6b4ec1477b6491116442c1c0cd7887bd70b70d] at [/opt/gopath/src/github.com/hyperledger/fabric/peer/crypto/peerOrganizations/my.org1.domain.example.com/users/Admin@my.org1.domain.example.com/msp/keystore/c07f2a41ca6e3308c853dd18af6b4ec1477b6491116442c1c0cd7887bd70b70d_sk]...
  483. 2019-08-19 09:02:34.798 UTC [msp.identity] newIdentity -> DEBU 034 Creating identity instance for cert -----BEGIN CERTIFICATE-----
  484. MIICODCCAd+gAwIBAgIRANr97fn9dyix9mw86lToXuswCgYIKoZIzj0EAwIwgYcx
  485. CzAJBgNVBAYTAlVTMRMwEQYDVQQIEwpDYWxpZm9ybmlhMRYwFAYDVQQHEw1TYW4g
  486. RnJhbmNpc2NvMSMwIQYDVQQKExpteS5vcmcxLmRvbWFpbi5leGFtcGxlLmNvbTEm
  487. MCQGA1UEAxMdY2EubXkub3JnMS5kb21haW4uZXhhbXBsZS5jb20wHhcNMTkwODEy
  488. MTMzODAwWhcNMjkwODA5MTMzODAwWjBlMQswCQYDVQQGEwJVUzETMBEGA1UECBMK
  489. Q2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZyYW5jaXNjbzEpMCcGA1UEAwwgQWRt
  490. aW5AbXkub3JnMS5kb21haW4uZXhhbXBsZS5jb20wWTATBgcqhkjOPQIBBggqhkjO
  491. PQMBBwNCAAT9PW7zVIrmCaxsC3HQYKBWAY+ggnFbS1aZIUeJShkhnlmIGF1g31gm
  492. SobXveFgxxXEsC+hT29RnWxBkuCMc10lo00wSzAOBgNVHQ8BAf8EBAMCB4AwDAYD
  493. VR0TAQH/BAIwADArBgNVHSMEJDAigCB8DalCQ90HBC4jhK67XgJUM0ay91Dy37eQ
  494. oAF9Vz0qQTAKBggqhkjOPQQDAgNHADBEAiBwRzUDBqzB7v+c47QJAHAxEABxd0bw
  495. 84U6Ph/ZazDseQIgAfZ5+qiMygYYNbgP4FEQrb6bLYTlfi/NEAWwst7BWic=
  496. -----END CERTIFICATE-----
  497. 2019-08-19 09:02:34.798 UTC [msp] setupSigningIdentity -> DEBU 035 Signing identity expires at 2029-08-09 13:38:00 +0000 UTC
  498. 2019-08-19 09:02:34.799 UTC [msp] Validate -> DEBU 036 MSP MyOrg1MSP validating identity
  499. 2019-08-19 09:02:34.799 UTC [msp] GetDefaultSigningIdentity -> DEBU 037 Obtaining default signing identity
  500. 2019-08-19 09:02:34.800 UTC [grpc] DialContext -> DEBU 038 parsed scheme: ""
  501. 2019-08-19 09:02:34.801 UTC [grpc] DialContext -> DEBU 039 scheme "" not registered, fallback to default scheme
  502. 2019-08-19 09:02:34.801 UTC [grpc] watcher -> DEBU 03a ccResolverWrapper: sending new addresses to cc: [{peer0.my.org1.domain.example.com:7051 0 <nil>}]
  503. 2019-08-19 09:02:34.801 UTC [grpc] switchBalancer -> DEBU 03b ClientConn switching balancer to "pick_first"
  504. 2019-08-19 09:02:34.801 UTC [grpc] HandleSubConnStateChange -> DEBU 03c pickfirstBalancer: HandleSubConnStateChange: 0xc0004ab8c0, CONNECTING
  505. 2019-08-19 09:02:34.805 UTC [grpc] HandleSubConnStateChange -> DEBU 03d pickfirstBalancer: HandleSubConnStateChange: 0xc0004ab8c0, READY
  506. 2019-08-19 09:02:34.805 UTC [channelCmd] InitCmdFactory -> INFO 03e Endorser and orderer connections initialized
  507. 2019-08-19 09:02:34.805 UTC [msp.identity] Sign -> DEBU 03f Sign: plaintext: 0ACA070A5C08011A0C08AACBE9EA0510...C5A213BF24371A080A000A000A000A00
  508. 2019-08-19 09:02:34.806 UTC [msp.identity] Sign -> DEBU 040 Sign: digest: C13084C90EFAAE6AD10DC64789DFF169E536248E1A0A38000AE527B4E90EFDB5
  509. 2019-08-19 09:02:35.103 UTC [channelCmd] executeJoin -> INFO 041 Successfully submitted proposal to join channel
  510. root@7625f0a9d1b0:/opt/gopath/src/github.com/hyperledger/fabric/peer# peer chaincode install -o myOrderer.my.orderer.domain.example.com:7050 --tls --cafile /opt/gopath/src/github.com/hyperledger/fabric/peer/crypto/ordererOrganizations/my.orderer.domain.example.com/orderers/myOrderer.my.orderer.domain.example.com/msp/tlscacerts/tlsca.my.orderer.domain.example.com-cert.pem -n mycc -v 1.0 -p github.com/hyperledger/fabric/examples/chaincode/go/chaincode_example02/go
  511. 2019-08-19 09:03:52.691 UTC [viperutil] getKeysRecursively -> DEBU 001 Found map[string]interface{} value for peer.BCCSP
  512. 2019-08-19 09:03:52.691 UTC [viperutil] unmarshalJSON -> DEBU 002 Unmarshal JSON: value cannot be unmarshalled: invalid character 'S' looking for beginning of value
  513. 2019-08-19 09:03:52.691 UTC [viperutil] getKeysRecursively -> DEBU 003 Found real value for peer.BCCSP.Default setting to string SW
  514. 2019-08-19 09:03:52.692 UTC [viperutil] getKeysRecursively -> DEBU 004 Found map[string]interface{} value for peer.BCCSP.SW
  515. 2019-08-19 09:03:52.692 UTC [viperutil] getKeysRecursively -> DEBU 005 Found map[string]interface{} value for peer.BCCSP.SW.FileKeyStore
  516. 2019-08-19 09:03:52.692 UTC [viperutil] unmarshalJSON -> DEBU 006 Unmarshal JSON: value cannot be unmarshalled: unexpected end of JSON input
  517. 2019-08-19 09:03:52.692 UTC [viperutil] getKeysRecursively -> DEBU 007 Found real value for peer.BCCSP.SW.FileKeyStore.KeyStore setting to string
  518. 2019-08-19 09:03:52.692 UTC [viperutil] unmarshalJSON -> DEBU 008 Unmarshal JSON: value cannot be unmarshalled: invalid character 'S' looking for beginning of value
  519. 2019-08-19 09:03:52.693 UTC [viperutil] getKeysRecursively -> DEBU 009 Found real value for peer.BCCSP.SW.Hash setting to string SHA2
  520. 2019-08-19 09:03:52.693 UTC [viperutil] unmarshalJSON -> DEBU 00a Unmarshal JSON: value is not a string: 256
  521. 2019-08-19 09:03:52.693 UTC [viperutil] getKeysRecursively -> DEBU 00b Found real value for peer.BCCSP.SW.Security setting to int 256
  522. 2019-08-19 09:03:52.694 UTC [viperutil] getKeysRecursively -> DEBU 00c Found map[string]interface{} value for peer.BCCSP.PKCS11
  523. 2019-08-19 09:03:52.694 UTC [viperutil] unmarshalJSON -> DEBU 00d Unmarshal JSON: value is not a string: <nil>
  524. 2019-08-19 09:03:52.694 UTC [viperutil] getKeysRecursively -> DEBU 00e Found real value for peer.BCCSP.PKCS11.Library setting to <nil> <nil>
  525. 2019-08-19 09:03:52.695 UTC [viperutil] unmarshalJSON -> DEBU 00f Unmarshal JSON: value is not a string: <nil>
  526. 2019-08-19 09:03:52.696 UTC [viperutil] getKeysRecursively -> DEBU 010 Found real value for peer.BCCSP.PKCS11.Label setting to <nil> <nil>
  527. 2019-08-19 09:03:52.696 UTC [viperutil] unmarshalJSON -> DEBU 011 Unmarshal JSON: value is not a string: <nil>
  528. 2019-08-19 09:03:52.696 UTC [viperutil] getKeysRecursively -> DEBU 012 Found real value for peer.BCCSP.PKCS11.Pin setting to <nil> <nil>
  529. 2019-08-19 09:03:52.696 UTC [viperutil] unmarshalJSON -> DEBU 013 Unmarshal JSON: value is not a string: <nil>
  530. 2019-08-19 09:03:52.697 UTC [viperutil] getKeysRecursively -> DEBU 014 Found real value for peer.BCCSP.PKCS11.Hash setting to <nil> <nil>
  531. 2019-08-19 09:03:52.697 UTC [viperutil] unmarshalJSON -> DEBU 015 Unmarshal JSON: value is not a string: <nil>
  532. 2019-08-19 09:03:52.698 UTC [viperutil] getKeysRecursively -> DEBU 016 Found real value for peer.BCCSP.PKCS11.Security setting to <nil> <nil>
  533. 2019-08-19 09:03:52.698 UTC [viperutil] getKeysRecursively -> DEBU 017 Found map[string]interface{} value for peer.BCCSP.PKCS11.FileKeyStore
  534. 2019-08-19 09:03:52.698 UTC [viperutil] unmarshalJSON -> DEBU 018 Unmarshal JSON: value is not a string: <nil>
  535. 2019-08-19 09:03:52.698 UTC [viperutil] getKeysRecursively -> DEBU 019 Found real value for peer.BCCSP.PKCS11.FileKeyStore.KeyStore setting to <nil> <nil>
  536. 2019-08-19 09:03:52.700 UTC [viperutil] EnhancedExactUnmarshalKey -> DEBU 01a map[peer.BCCSP:map[SW:map[Hash:SHA2 Security:256 FileKeyStore:map[KeyStore:]] PKCS11:map[Pin:<nil> Hash:<nil> Security:<nil> FileKeyStore:map[KeyStore:<nil>] Library:<nil> Label:<nil>] Default:SW]]
  537. 2019-08-19 09:03:52.700 UTC [bccsp_sw] openKeyStore -> DEBU 01b KeyStore opened at [/opt/gopath/src/github.com/hyperledger/fabric/peer/crypto/peerOrganizations/my.org1.domain.example.com/users/Admin@my.org1.domain.example.com/msp/keystore]...done
  538. 2019-08-19 09:03:52.700 UTC [bccsp] initBCCSP -> DEBU 01c Initialize BCCSP [SW]
  539. 2019-08-19 09:03:52.700 UTC [msp] getPemMaterialFromDir -> DEBU 01d Reading directory /opt/gopath/src/github.com/hyperledger/fabric/peer/crypto/peerOrganizations/my.org1.domain.example.com/users/Admin@my.org1.domain.example.com/msp/signcerts
  540. 2019-08-19 09:03:52.700 UTC [msp] getPemMaterialFromDir -> DEBU 01e Inspecting file /opt/gopath/src/github.com/hyperledger/fabric/peer/crypto/peerOrganizations/my.org1.domain.example.com/users/Admin@my.org1.domain.example.com/msp/signcerts/Admin@my.org1.domain.example.com-cert.pem
  541. 2019-08-19 09:03:52.700 UTC [msp] getPemMaterialFromDir -> DEBU 01f Reading directory /opt/gopath/src/github.com/hyperledger/fabric/peer/crypto/peerOrganizations/my.org1.domain.example.com/users/Admin@my.org1.domain.example.com/msp/cacerts
  542. 2019-08-19 09:03:52.700 UTC [msp] getPemMaterialFromDir -> DEBU 020 Inspecting file /opt/gopath/src/github.com/hyperledger/fabric/peer/crypto/peerOrganizations/my.org1.domain.example.com/users/Admin@my.org1.domain.example.com/msp/cacerts/ca.my.org1.domain.example.com-cert.pem
  543. 2019-08-19 09:03:52.701 UTC [msp] getPemMaterialFromDir -> DEBU 021 Reading directory /opt/gopath/src/github.com/hyperledger/fabric/peer/crypto/peerOrganizations/my.org1.domain.example.com/users/Admin@my.org1.domain.example.com/msp/admincerts
  544. 2019-08-19 09:03:52.701 UTC [msp] getPemMaterialFromDir -> DEBU 022 Inspecting file /opt/gopath/src/github.com/hyperledger/fabric/peer/crypto/peerOrganizations/my.org1.domain.example.com/users/Admin@my.org1.domain.example.com/msp/admincerts/Admin@my.org1.domain.example.com-cert.pem
  545. 2019-08-19 09:03:52.701 UTC [msp] getPemMaterialFromDir -> DEBU 023 Reading directory /opt/gopath/src/github.com/hyperledger/fabric/peer/crypto/peerOrganizations/my.org1.domain.example.com/users/Admin@my.org1.domain.example.com/msp/intermediatecerts
  546. 2019-08-19 09:03:52.701 UTC [msp] getMspConfig -> DEBU 024 Intermediate certs folder not found at [/opt/gopath/src/github.com/hyperledger/fabric/peer/crypto/peerOrganizations/my.org1.domain.example.com/users/Admin@my.org1.domain.example.com/msp/intermediatecerts]. Skipping. [stat /opt/gopath/src/github.com/hyperledger/fabric/peer/crypto/peerOrganizations/my.org1.domain.example.com/users/Admin@my.org1.domain.example.com/msp/intermediatecerts: no such file or directory]
  547. 2019-08-19 09:03:52.701 UTC [msp] getPemMaterialFromDir -> DEBU 025 Reading directory /opt/gopath/src/github.com/hyperledger/fabric/peer/crypto/peerOrganizations/my.org1.domain.example.com/users/Admin@my.org1.domain.example.com/msp/tlscacerts
  548. 2019-08-19 09:03:52.701 UTC [msp] getPemMaterialFromDir -> DEBU 026 Inspecting file /opt/gopath/src/github.com/hyperledger/fabric/peer/crypto/peerOrganizations/my.org1.domain.example.com/users/Admin@my.org1.domain.example.com/msp/tlscacerts/tlsca.my.org1.domain.example.com-cert.pem
  549. 2019-08-19 09:03:52.701 UTC [msp] getPemMaterialFromDir -> DEBU 027 Reading directory /opt/gopath/src/github.com/hyperledger/fabric/peer/crypto/peerOrganizations/my.org1.domain.example.com/users/Admin@my.org1.domain.example.com/msp/tlsintermediatecerts
  550. 2019-08-19 09:03:52.703 UTC [msp] getMspConfig -> DEBU 028 TLS intermediate certs folder not found at [/opt/gopath/src/github.com/hyperledger/fabric/peer/crypto/peerOrganizations/my.org1.domain.example.com/users/Admin@my.org1.domain.example.com/msp/tlsintermediatecerts]. Skipping. [stat /opt/gopath/src/github.com/hyperledger/fabric/peer/crypto/peerOrganizations/my.org1.domain.example.com/users/Admin@my.org1.domain.example.com/msp/tlsintermediatecerts: no such file or directory]
  551. 2019-08-19 09:03:52.704 UTC [msp] getPemMaterialFromDir -> DEBU 029 Reading directory /opt/gopath/src/github.com/hyperledger/fabric/peer/crypto/peerOrganizations/my.org1.domain.example.com/users/Admin@my.org1.domain.example.com/msp/crls
  552. 2019-08-19 09:03:52.704 UTC [msp] getMspConfig -> DEBU 02a crls folder not found at [/opt/gopath/src/github.com/hyperledger/fabric/peer/crypto/peerOrganizations/my.org1.domain.example.com/users/Admin@my.org1.domain.example.com/msp/crls]. Skipping. [stat /opt/gopath/src/github.com/hyperledger/fabric/peer/crypto/peerOrganizations/my.org1.domain.example.com/users/Admin@my.org1.domain.example.com/msp/crls: no such file or directory]
  553. 2019-08-19 09:03:52.704 UTC [msp] getMspConfig -> DEBU 02b MSP configuration file not found at [/opt/gopath/src/github.com/hyperledger/fabric/peer/crypto/peerOrganizations/my.org1.domain.example.com/users/Admin@my.org1.domain.example.com/msp/config.yaml]: [stat /opt/gopath/src/github.com/hyperledger/fabric/peer/crypto/peerOrganizations/my.org1.domain.example.com/users/Admin@my.org1.domain.example.com/msp/config.yaml: no such file or directory]
  554. 2019-08-19 09:03:52.704 UTC [msp] newBccspMsp -> DEBU 02c Creating BCCSP-based MSP instance
  555. 2019-08-19 09:03:52.704 UTC [msp] New -> DEBU 02d Creating Cache-MSP instance
  556. 2019-08-19 09:03:52.704 UTC [msp] loadLocaMSP -> DEBU 02e Created new local MSP
  557. 2019-08-19 09:03:52.704 UTC [msp] Setup -> DEBU 02f Setting up MSP instance MyOrg1MSP
  558. 2019-08-19 09:03:52.705 UTC [msp.identity] newIdentity -> DEBU 030 Creating identity instance for cert -----BEGIN CERTIFICATE-----
  559. MIICejCCAiGgAwIBAgIQFl7ra64ez/QbATwk/NcsgjAKBggqhkjOPQQDAjCBhzEL
  560. MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG
  561. cmFuY2lzY28xIzAhBgNVBAoTGm15Lm9yZzEuZG9tYWluLmV4YW1wbGUuY29tMSYw
  562. JAYDVQQDEx1jYS5teS5vcmcxLmRvbWFpbi5leGFtcGxlLmNvbTAeFw0xOTA4MTIx
  563. MzM4MDBaFw0yOTA4MDkxMzM4MDBaMIGHMQswCQYDVQQGEwJVUzETMBEGA1UECBMK
  564. Q2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZyYW5jaXNjbzEjMCEGA1UEChMabXku
  565. b3JnMS5kb21haW4uZXhhbXBsZS5jb20xJjAkBgNVBAMTHWNhLm15Lm9yZzEuZG9t
  566. YWluLmV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEDjdgK39J
  567. FUNO8FTN3TfAe6Eslr6jaaDRdyJm3gbOKNKsD5TaCmpamDGAjqYUiH6zOOVdYCUD
  568. RkwC9CEC7v3Bh6NtMGswDgYDVR0PAQH/BAQDAgGmMB0GA1UdJQQWMBQGCCsGAQUF
  569. BwMCBggrBgEFBQcDATAPBgNVHRMBAf8EBTADAQH/MCkGA1UdDgQiBCB8DalCQ90H
  570. BC4jhK67XgJUM0ay91Dy37eQoAF9Vz0qQTAKBggqhkjOPQQDAgNHADBEAiBSxcNl
  571. 3BEqx8bJT7fmejv+2zxt9SnhxRIShlTA0HAFfgIgeWYcarDm+ZwfIsU4uyhyWKmx
  572. Mro4VpEM6POGLuyj2bE=
  573. -----END CERTIFICATE-----
  574. 2019-08-19 09:03:52.706 UTC [msp.identity] newIdentity -> DEBU 031 Creating identity instance for cert -----BEGIN CERTIFICATE-----
  575. MIICODCCAd+gAwIBAgIRANr97fn9dyix9mw86lToXuswCgYIKoZIzj0EAwIwgYcx
  576. CzAJBgNVBAYTAlVTMRMwEQYDVQQIEwpDYWxpZm9ybmlhMRYwFAYDVQQHEw1TYW4g
  577. RnJhbmNpc2NvMSMwIQYDVQQKExpteS5vcmcxLmRvbWFpbi5leGFtcGxlLmNvbTEm
  578. MCQGA1UEAxMdY2EubXkub3JnMS5kb21haW4uZXhhbXBsZS5jb20wHhcNMTkwODEy
  579. MTMzODAwWhcNMjkwODA5MTMzODAwWjBlMQswCQYDVQQGEwJVUzETMBEGA1UECBMK
  580. Q2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZyYW5jaXNjbzEpMCcGA1UEAwwgQWRt
  581. aW5AbXkub3JnMS5kb21haW4uZXhhbXBsZS5jb20wWTATBgcqhkjOPQIBBggqhkjO
  582. PQMBBwNCAAT9PW7zVIrmCaxsC3HQYKBWAY+ggnFbS1aZIUeJShkhnlmIGF1g31gm
  583. SobXveFgxxXEsC+hT29RnWxBkuCMc10lo00wSzAOBgNVHQ8BAf8EBAMCB4AwDAYD
  584. VR0TAQH/BAIwADArBgNVHSMEJDAigCB8DalCQ90HBC4jhK67XgJUM0ay91Dy37eQ
  585. oAF9Vz0qQTAKBggqhkjOPQQDAgNHADBEAiBwRzUDBqzB7v+c47QJAHAxEABxd0bw
  586. 84U6Ph/ZazDseQIgAfZ5+qiMygYYNbgP4FEQrb6bLYTlfi/NEAWwst7BWic=
  587. -----END CERTIFICATE-----
  588. 2019-08-19 09:03:52.707 UTC [msp.identity] newIdentity -> DEBU 032 Creating identity instance for cert -----BEGIN CERTIFICATE-----
  589. MIICODCCAd+gAwIBAgIRANr97fn9dyix9mw86lToXuswCgYIKoZIzj0EAwIwgYcx
  590. CzAJBgNVBAYTAlVTMRMwEQYDVQQIEwpDYWxpZm9ybmlhMRYwFAYDVQQHEw1TYW4g
  591. RnJhbmNpc2NvMSMwIQYDVQQKExpteS5vcmcxLmRvbWFpbi5leGFtcGxlLmNvbTEm
  592. MCQGA1UEAxMdY2EubXkub3JnMS5kb21haW4uZXhhbXBsZS5jb20wHhcNMTkwODEy
  593. MTMzODAwWhcNMjkwODA5MTMzODAwWjBlMQswCQYDVQQGEwJVUzETMBEGA1UECBMK
  594. Q2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZyYW5jaXNjbzEpMCcGA1UEAwwgQWRt
  595. aW5AbXkub3JnMS5kb21haW4uZXhhbXBsZS5jb20wWTATBgcqhkjOPQIBBggqhkjO
  596. PQMBBwNCAAT9PW7zVIrmCaxsC3HQYKBWAY+ggnFbS1aZIUeJShkhnlmIGF1g31gm
  597. SobXveFgxxXEsC+hT29RnWxBkuCMc10lo00wSzAOBgNVHQ8BAf8EBAMCB4AwDAYD
  598. VR0TAQH/BAIwADArBgNVHSMEJDAigCB8DalCQ90HBC4jhK67XgJUM0ay91Dy37eQ
  599. oAF9Vz0qQTAKBggqhkjOPQQDAgNHADBEAiBwRzUDBqzB7v+c47QJAHAxEABxd0bw
  600. 84U6Ph/ZazDseQIgAfZ5+qiMygYYNbgP4FEQrb6bLYTlfi/NEAWwst7BWic=
  601. -----END CERTIFICATE-----
  602. 2019-08-19 09:03:52.708 UTC [bccsp_sw] loadPrivateKey -> DEBU 033 Loading private key [c07f2a41ca6e3308c853dd18af6b4ec1477b6491116442c1c0cd7887bd70b70d] at [/opt/gopath/src/github.com/hyperledger/fabric/peer/crypto/peerOrganizations/my.org1.domain.example.com/users/Admin@my.org1.domain.example.com/msp/keystore/c07f2a41ca6e3308c853dd18af6b4ec1477b6491116442c1c0cd7887bd70b70d_sk]...
  603. 2019-08-19 09:03:52.709 UTC [msp.identity] newIdentity -> DEBU 034 Creating identity instance for cert -----BEGIN CERTIFICATE-----
  604. MIICODCCAd+gAwIBAgIRANr97fn9dyix9mw86lToXuswCgYIKoZIzj0EAwIwgYcx
  605. CzAJBgNVBAYTAlVTMRMwEQYDVQQIEwpDYWxpZm9ybmlhMRYwFAYDVQQHEw1TYW4g
  606. RnJhbmNpc2NvMSMwIQYDVQQKExpteS5vcmcxLmRvbWFpbi5leGFtcGxlLmNvbTEm
  607. MCQGA1UEAxMdY2EubXkub3JnMS5kb21haW4uZXhhbXBsZS5jb20wHhcNMTkwODEy
  608. MTMzODAwWhcNMjkwODA5MTMzODAwWjBlMQswCQYDVQQGEwJVUzETMBEGA1UECBMK
  609. Q2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZyYW5jaXNjbzEpMCcGA1UEAwwgQWRt
  610. aW5AbXkub3JnMS5kb21haW4uZXhhbXBsZS5jb20wWTATBgcqhkjOPQIBBggqhkjO
  611. PQMBBwNCAAT9PW7zVIrmCaxsC3HQYKBWAY+ggnFbS1aZIUeJShkhnlmIGF1g31gm
  612. SobXveFgxxXEsC+hT29RnWxBkuCMc10lo00wSzAOBgNVHQ8BAf8EBAMCB4AwDAYD
  613. VR0TAQH/BAIwADArBgNVHSMEJDAigCB8DalCQ90HBC4jhK67XgJUM0ay91Dy37eQ
  614. oAF9Vz0qQTAKBggqhkjOPQQDAgNHADBEAiBwRzUDBqzB7v+c47QJAHAxEABxd0bw
  615. 84U6Ph/ZazDseQIgAfZ5+qiMygYYNbgP4FEQrb6bLYTlfi/NEAWwst7BWic=
  616. -----END CERTIFICATE-----
  617. 2019-08-19 09:03:52.709 UTC [msp] setupSigningIdentity -> DEBU 035 Signing identity expires at 2029-08-09 13:38:00 +0000 UTC
  618. 2019-08-19 09:03:52.710 UTC [msp] Validate -> DEBU 036 MSP MyOrg1MSP validating identity
  619. 2019-08-19 09:03:52.712 UTC [grpc] DialContext -> DEBU 037 parsed scheme: ""
  620. 2019-08-19 09:03:52.712 UTC [grpc] DialContext -> DEBU 038 scheme "" not registered, fallback to default scheme
  621. 2019-08-19 09:03:52.713 UTC [grpc] watcher -> DEBU 039 ccResolverWrapper: sending new addresses to cc: [{peer1.my.org1.domain.example.com:8051 0 <nil>}]
  622. 2019-08-19 09:03:52.713 UTC [grpc] switchBalancer -> DEBU 03a ClientConn switching balancer to "pick_first"
  623. 2019-08-19 09:03:52.713 UTC [grpc] HandleSubConnStateChange -> DEBU 03b pickfirstBalancer: HandleSubConnStateChange: 0xc0001ddde0, CONNECTING
  624. 2019-08-19 09:03:52.717 UTC [grpc] HandleSubConnStateChange -> DEBU 03c pickfirstBalancer: HandleSubConnStateChange: 0xc0001ddde0, READY
  625. 2019-08-19 09:03:52.720 UTC [grpc] DialContext -> DEBU 03d parsed scheme: ""
  626. 2019-08-19 09:03:52.721 UTC [grpc] DialContext -> DEBU 03e scheme "" not registered, fallback to default scheme
  627. 2019-08-19 09:03:52.721 UTC [grpc] watcher -> DEBU 03f ccResolverWrapper: sending new addresses to cc: [{peer1.my.org1.domain.example.com:8051 0 <nil>}]
  628. 2019-08-19 09:03:52.721 UTC [grpc] switchBalancer -> DEBU 040 ClientConn switching balancer to "pick_first"
  629. 2019-08-19 09:03:52.721 UTC [grpc] HandleSubConnStateChange -> DEBU 041 pickfirstBalancer: HandleSubConnStateChange: 0xc00054c180, CONNECTING
  630. 2019-08-19 09:03:52.723 UTC [grpc] HandleSubConnStateChange -> DEBU 042 pickfirstBalancer: HandleSubConnStateChange: 0xc00054c180, READY
  631. 2019-08-19 09:03:52.726 UTC [msp] GetDefaultSigningIdentity -> DEBU 043 Obtaining default signing identity
  632. 2019-08-19 09:03:52.728 UTC [chaincodeCmd] checkChaincodeCmdParams -> INFO 044 Using default escc
  633. 2019-08-19 09:03:52.728 UTC [chaincodeCmd] checkChaincodeCmdParams -> INFO 045 Using default vscc
  634. 2019-08-19 09:03:52.874 UTC [chaincode.platform.golang] getCodeFromFS -> DEBU 046 getCodeFromFS github.com/hyperledger/fabric/examples/chaincode/go/chaincode_example02/go
  635. 2019-08-19 09:03:53.234 UTC [chaincode.platform.golang] func1 -> DEBU 047 Discarding GOROOT package fmt
  636. 2019-08-19 09:03:53.235 UTC [chaincode.platform.golang] func1 -> DEBU 048 Discarding provided package github.com/hyperledger/fabric/core/chaincode/shim
  637. 2019-08-19 09:03:53.235 UTC [chaincode.platform.golang] func1 -> DEBU 049 Discarding provided package github.com/hyperledger/fabric/protos/peer
  638. 2019-08-19 09:03:53.235 UTC [chaincode.platform.golang] func1 -> DEBU 04a Discarding GOROOT package strconv
  639. 2019-08-19 09:03:53.235 UTC [chaincode.platform.golang] GetDeploymentPayload -> DEBU 04b done
  640. 2019-08-19 09:03:53.235 UTC [container] WriteFileToPackage -> DEBU 04c Writing file to tarball: src/github.com/hyperledger/fabric/examples/chaincode/go/chaincode_example02/go/chaincode_example02.go
  641. 2019-08-19 09:03:53.238 UTC [msp.identity] Sign -> DEBU 04d Sign: plaintext: 0AC9070A5B08031A0B08F9CBE9EA0510...C1F84F000000FFFFD3EDE04E001C0000
  642. 2019-08-19 09:03:53.238 UTC [msp.identity] Sign -> DEBU 04e Sign: digest: 5B8F6FA28337A0931F740019862B8813E8FF87E1277EE742ACBF624560919DA2
  643. 2019-08-19 09:03:53.287 UTC [chaincodeCmd] install -> INFO 04f Installed remotely response:<status:200 payload:"OK" >
  644. root@7625f0a9d1b0:/opt/gopath/src/github.com/hyperledger/fabric/peer# peer chaincode instantiate -o myOrderer.my.orderer.domain.example.com:7050 --tls --cafile /opt/gopath/src/github.com/hyperledger/fabric/peer/crypto/ordererOrganizations/my.orderer.domain.example.com/orderers/myOrderer.my.orderer.domain.example.com/msp/tlscacerts/tlsca.my.orderer.domain.example.com-cert.pem -C mynewchannel -n mycc -v 1.0 -c '{"Args":["init","a","100","b","200"]}' -P "OR ('MyOrg1MSP.member')"
  645. 2019-08-19 09:04:27.021 UTC [viperutil] getKeysRecursively -> DEBU 001 Found map[string]interface{} value for peer.BCCSP
  646. 2019-08-19 09:04:27.023 UTC [viperutil] unmarshalJSON -> DEBU 002 Unmarshal JSON: value cannot be unmarshalled: invalid character 'S' looking for beginning of value
  647. 2019-08-19 09:04:27.023 UTC [viperutil] getKeysRecursively -> DEBU 003 Found real value for peer.BCCSP.Default setting to string SW
  648. 2019-08-19 09:04:27.023 UTC [viperutil] getKeysRecursively -> DEBU 004 Found map[string]interface{} value for peer.BCCSP.SW
  649. 2019-08-19 09:04:27.023 UTC [viperutil] unmarshalJSON -> DEBU 005 Unmarshal JSON: value cannot be unmarshalled: invalid character 'S' looking for beginning of value
  650. 2019-08-19 09:04:27.023 UTC [viperutil] getKeysRecursively -> DEBU 006 Found real value for peer.BCCSP.SW.Hash setting to string SHA2
  651. 2019-08-19 09:04:27.024 UTC [viperutil] unmarshalJSON -> DEBU 007 Unmarshal JSON: value is not a string: 256
  652. 2019-08-19 09:04:27.024 UTC [viperutil] getKeysRecursively -> DEBU 008 Found real value for peer.BCCSP.SW.Security setting to int 256
  653. 2019-08-19 09:04:27.024 UTC [viperutil] getKeysRecursively -> DEBU 009 Found map[string]interface{} value for peer.BCCSP.SW.FileKeyStore
  654. 2019-08-19 09:04:27.025 UTC [viperutil] unmarshalJSON -> DEBU 00a Unmarshal JSON: value cannot be unmarshalled: unexpected end of JSON input
  655. 2019-08-19 09:04:27.025 UTC [viperutil] getKeysRecursively -> DEBU 00b Found real value for peer.BCCSP.SW.FileKeyStore.KeyStore setting to string
  656. 2019-08-19 09:04:27.025 UTC [viperutil] getKeysRecursively -> DEBU 00c Found map[string]interface{} value for peer.BCCSP.PKCS11
  657. 2019-08-19 09:04:27.025 UTC [viperutil] unmarshalJSON -> DEBU 00d Unmarshal JSON: value is not a string: <nil>
  658. 2019-08-19 09:04:27.025 UTC [viperutil] getKeysRecursively -> DEBU 00e Found real value for peer.BCCSP.PKCS11.Hash setting to <nil> <nil>
  659. 2019-08-19 09:04:27.026 UTC [viperutil] unmarshalJSON -> DEBU 00f Unmarshal JSON: value is not a string: <nil>
  660. 2019-08-19 09:04:27.027 UTC [viperutil] getKeysRecursively -> DEBU 010 Found real value for peer.BCCSP.PKCS11.Security setting to <nil> <nil>
  661. 2019-08-19 09:04:27.027 UTC [viperutil] getKeysRecursively -> DEBU 011 Found map[string]interface{} value for peer.BCCSP.PKCS11.FileKeyStore
  662. 2019-08-19 09:04:27.027 UTC [viperutil] unmarshalJSON -> DEBU 012 Unmarshal JSON: value is not a string: <nil>
  663. 2019-08-19 09:04:27.027 UTC [viperutil] getKeysRecursively -> DEBU 013 Found real value for peer.BCCSP.PKCS11.FileKeyStore.KeyStore setting to <nil> <nil>
  664. 2019-08-19 09:04:27.029 UTC [viperutil] unmarshalJSON -> DEBU 014 Unmarshal JSON: value is not a string: <nil>
  665. 2019-08-19 09:04:27.029 UTC [viperutil] getKeysRecursively -> DEBU 015 Found real value for peer.BCCSP.PKCS11.Library setting to <nil> <nil>
  666. 2019-08-19 09:04:27.029 UTC [viperutil] unmarshalJSON -> DEBU 016 Unmarshal JSON: value is not a string: <nil>
  667. 2019-08-19 09:04:27.030 UTC [viperutil] getKeysRecursively -> DEBU 017 Found real value for peer.BCCSP.PKCS11.Label setting to <nil> <nil>
  668. 2019-08-19 09:04:27.030 UTC [viperutil] unmarshalJSON -> DEBU 018 Unmarshal JSON: value is not a string: <nil>
  669. 2019-08-19 09:04:27.032 UTC [viperutil] getKeysRecursively -> DEBU 019 Found real value for peer.BCCSP.PKCS11.Pin setting to <nil> <nil>
  670. 2019-08-19 09:04:27.032 UTC [viperutil] EnhancedExactUnmarshalKey -> DEBU 01a map[peer.BCCSP:map[Default:SW SW:map[Hash:SHA2 Security:256 FileKeyStore:map[KeyStore:]] PKCS11:map[Library:<nil> Label:<nil> Pin:<nil> Hash:<nil> Security:<nil> FileKeyStore:map[KeyStore:<nil>]]]]
  671. 2019-08-19 09:04:27.032 UTC [bccsp_sw] openKeyStore -> DEBU 01b KeyStore opened at [/opt/gopath/src/github.com/hyperledger/fabric/peer/crypto/peerOrganizations/my.org1.domain.example.com/users/Admin@my.org1.domain.example.com/msp/keystore]...done
  672. 2019-08-19 09:04:27.032 UTC [bccsp] initBCCSP -> DEBU 01c Initialize BCCSP [SW]
  673. 2019-08-19 09:04:27.032 UTC [msp] getPemMaterialFromDir -> DEBU 01d Reading directory /opt/gopath/src/github.com/hyperledger/fabric/peer/crypto/peerOrganizations/my.org1.domain.example.com/users/Admin@my.org1.domain.example.com/msp/signcerts
  674. 2019-08-19 09:04:27.033 UTC [msp] getPemMaterialFromDir -> DEBU 01e Inspecting file /opt/gopath/src/github.com/hyperledger/fabric/peer/crypto/peerOrganizations/my.org1.domain.example.com/users/Admin@my.org1.domain.example.com/msp/signcerts/Admin@my.org1.domain.example.com-cert.pem
  675. 2019-08-19 09:04:27.033 UTC [msp] getPemMaterialFromDir -> DEBU 01f Reading directory /opt/gopath/src/github.com/hyperledger/fabric/peer/crypto/peerOrganizations/my.org1.domain.example.com/users/Admin@my.org1.domain.example.com/msp/cacerts
  676. 2019-08-19 09:04:27.034 UTC [msp] getPemMaterialFromDir -> DEBU 020 Inspecting file /opt/gopath/src/github.com/hyperledger/fabric/peer/crypto/peerOrganizations/my.org1.domain.example.com/users/Admin@my.org1.domain.example.com/msp/cacerts/ca.my.org1.domain.example.com-cert.pem
  677. 2019-08-19 09:04:27.035 UTC [msp] getPemMaterialFromDir -> DEBU 021 Reading directory /opt/gopath/src/github.com/hyperledger/fabric/peer/crypto/peerOrganizations/my.org1.domain.example.com/users/Admin@my.org1.domain.example.com/msp/admincerts
  678. 2019-08-19 09:04:27.035 UTC [msp] getPemMaterialFromDir -> DEBU 022 Inspecting file /opt/gopath/src/github.com/hyperledger/fabric/peer/crypto/peerOrganizations/my.org1.domain.example.com/users/Admin@my.org1.domain.example.com/msp/admincerts/Admin@my.org1.domain.example.com-cert.pem
  679. 2019-08-19 09:04:27.035 UTC [msp] getPemMaterialFromDir -> DEBU 023 Reading directory /opt/gopath/src/github.com/hyperledger/fabric/peer/crypto/peerOrganizations/my.org1.domain.example.com/users/Admin@my.org1.domain.example.com/msp/intermediatecerts
  680. 2019-08-19 09:04:27.035 UTC [msp] getMspConfig -> DEBU 024 Intermediate certs folder not found at [/opt/gopath/src/github.com/hyperledger/fabric/peer/crypto/peerOrganizations/my.org1.domain.example.com/users/Admin@my.org1.domain.example.com/msp/intermediatecerts]. Skipping. [stat /opt/gopath/src/github.com/hyperledger/fabric/peer/crypto/peerOrganizations/my.org1.domain.example.com/users/Admin@my.org1.domain.example.com/msp/intermediatecerts: no such file or directory]
  681. 2019-08-19 09:04:27.035 UTC [msp] getPemMaterialFromDir -> DEBU 025 Reading directory /opt/gopath/src/github.com/hyperledger/fabric/peer/crypto/peerOrganizations/my.org1.domain.example.com/users/Admin@my.org1.domain.example.com/msp/tlscacerts
  682. 2019-08-19 09:04:27.035 UTC [msp] getPemMaterialFromDir -> DEBU 026 Inspecting file /opt/gopath/src/github.com/hyperledger/fabric/peer/crypto/peerOrganizations/my.org1.domain.example.com/users/Admin@my.org1.domain.example.com/msp/tlscacerts/tlsca.my.org1.domain.example.com-cert.pem
  683. 2019-08-19 09:04:27.035 UTC [msp] getPemMaterialFromDir -> DEBU 027 Reading directory /opt/gopath/src/github.com/hyperledger/fabric/peer/crypto/peerOrganizations/my.org1.domain.example.com/users/Admin@my.org1.domain.example.com/msp/tlsintermediatecerts
  684. 2019-08-19 09:04:27.035 UTC [msp] getMspConfig -> DEBU 028 TLS intermediate certs folder not found at [/opt/gopath/src/github.com/hyperledger/fabric/peer/crypto/peerOrganizations/my.org1.domain.example.com/users/Admin@my.org1.domain.example.com/msp/tlsintermediatecerts]. Skipping. [stat /opt/gopath/src/github.com/hyperledger/fabric/peer/crypto/peerOrganizations/my.org1.domain.example.com/users/Admin@my.org1.domain.example.com/msp/tlsintermediatecerts: no such file or directory]
  685. 2019-08-19 09:04:27.036 UTC [msp] getPemMaterialFromDir -> DEBU 029 Reading directory /opt/gopath/src/github.com/hyperledger/fabric/peer/crypto/peerOrganizations/my.org1.domain.example.com/users/Admin@my.org1.domain.example.com/msp/crls
  686. 2019-08-19 09:04:27.037 UTC [msp] getMspConfig -> DEBU 02a crls folder not found at [/opt/gopath/src/github.com/hyperledger/fabric/peer/crypto/peerOrganizations/my.org1.domain.example.com/users/Admin@my.org1.domain.example.com/msp/crls]. Skipping. [stat /opt/gopath/src/github.com/hyperledger/fabric/peer/crypto/peerOrganizations/my.org1.domain.example.com/users/Admin@my.org1.domain.example.com/msp/crls: no such file or directory]
  687. 2019-08-19 09:04:27.037 UTC [msp] getMspConfig -> DEBU 02b MSP configuration file not found at [/opt/gopath/src/github.com/hyperledger/fabric/peer/crypto/peerOrganizations/my.org1.domain.example.com/users/Admin@my.org1.domain.example.com/msp/config.yaml]: [stat /opt/gopath/src/github.com/hyperledger/fabric/peer/crypto/peerOrganizations/my.org1.domain.example.com/users/Admin@my.org1.domain.example.com/msp/config.yaml: no such file or directory]
  688. 2019-08-19 09:04:27.038 UTC [msp] newBccspMsp -> DEBU 02c Creating BCCSP-based MSP instance
  689. 2019-08-19 09:04:27.038 UTC [msp] New -> DEBU 02d Creating Cache-MSP instance
  690. 2019-08-19 09:04:27.038 UTC [msp] loadLocaMSP -> DEBU 02e Created new local MSP
  691. 2019-08-19 09:04:27.038 UTC [msp] Setup -> DEBU 02f Setting up MSP instance MyOrg1MSP
  692. 2019-08-19 09:04:27.038 UTC [msp.identity] newIdentity -> DEBU 030 Creating identity instance for cert -----BEGIN CERTIFICATE-----
  693. MIICejCCAiGgAwIBAgIQFl7ra64ez/QbATwk/NcsgjAKBggqhkjOPQQDAjCBhzEL
  694. MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG
  695. cmFuY2lzY28xIzAhBgNVBAoTGm15Lm9yZzEuZG9tYWluLmV4YW1wbGUuY29tMSYw
  696. JAYDVQQDEx1jYS5teS5vcmcxLmRvbWFpbi5leGFtcGxlLmNvbTAeFw0xOTA4MTIx
  697. MzM4MDBaFw0yOTA4MDkxMzM4MDBaMIGHMQswCQYDVQQGEwJVUzETMBEGA1UECBMK
  698. Q2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZyYW5jaXNjbzEjMCEGA1UEChMabXku
  699. b3JnMS5kb21haW4uZXhhbXBsZS5jb20xJjAkBgNVBAMTHWNhLm15Lm9yZzEuZG9t
  700. YWluLmV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEDjdgK39J
  701. FUNO8FTN3TfAe6Eslr6jaaDRdyJm3gbOKNKsD5TaCmpamDGAjqYUiH6zOOVdYCUD
  702. RkwC9CEC7v3Bh6NtMGswDgYDVR0PAQH/BAQDAgGmMB0GA1UdJQQWMBQGCCsGAQUF
  703. BwMCBggrBgEFBQcDATAPBgNVHRMBAf8EBTADAQH/MCkGA1UdDgQiBCB8DalCQ90H
  704. BC4jhK67XgJUM0ay91Dy37eQoAF9Vz0qQTAKBggqhkjOPQQDAgNHADBEAiBSxcNl
  705. 3BEqx8bJT7fmejv+2zxt9SnhxRIShlTA0HAFfgIgeWYcarDm+ZwfIsU4uyhyWKmx
  706. Mro4VpEM6POGLuyj2bE=
  707. -----END CERTIFICATE-----
  708. 2019-08-19 09:04:27.040 UTC [msp.identity] newIdentity -> DEBU 031 Creating identity instance for cert -----BEGIN CERTIFICATE-----
  709. MIICODCCAd+gAwIBAgIRANr97fn9dyix9mw86lToXuswCgYIKoZIzj0EAwIwgYcx
  710. CzAJBgNVBAYTAlVTMRMwEQYDVQQIEwpDYWxpZm9ybmlhMRYwFAYDVQQHEw1TYW4g
  711. RnJhbmNpc2NvMSMwIQYDVQQKExpteS5vcmcxLmRvbWFpbi5leGFtcGxlLmNvbTEm
  712. MCQGA1UEAxMdY2EubXkub3JnMS5kb21haW4uZXhhbXBsZS5jb20wHhcNMTkwODEy
  713. MTMzODAwWhcNMjkwODA5MTMzODAwWjBlMQswCQYDVQQGEwJVUzETMBEGA1UECBMK
  714. Q2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZyYW5jaXNjbzEpMCcGA1UEAwwgQWRt
  715. aW5AbXkub3JnMS5kb21haW4uZXhhbXBsZS5jb20wWTATBgcqhkjOPQIBBggqhkjO
  716. PQMBBwNCAAT9PW7zVIrmCaxsC3HQYKBWAY+ggnFbS1aZIUeJShkhnlmIGF1g31gm
  717. SobXveFgxxXEsC+hT29RnWxBkuCMc10lo00wSzAOBgNVHQ8BAf8EBAMCB4AwDAYD
  718. VR0TAQH/BAIwADArBgNVHSMEJDAigCB8DalCQ90HBC4jhK67XgJUM0ay91Dy37eQ
  719. oAF9Vz0qQTAKBggqhkjOPQQDAgNHADBEAiBwRzUDBqzB7v+c47QJAHAxEABxd0bw
  720. 84U6Ph/ZazDseQIgAfZ5+qiMygYYNbgP4FEQrb6bLYTlfi/NEAWwst7BWic=
  721. -----END CERTIFICATE-----
  722. 2019-08-19 09:04:27.042 UTC [msp.identity] newIdentity -> DEBU 032 Creating identity instance for cert -----BEGIN CERTIFICATE-----
  723. MIICODCCAd+gAwIBAgIRANr97fn9dyix9mw86lToXuswCgYIKoZIzj0EAwIwgYcx
  724. CzAJBgNVBAYTAlVTMRMwEQYDVQQIEwpDYWxpZm9ybmlhMRYwFAYDVQQHEw1TYW4g
  725. RnJhbmNpc2NvMSMwIQYDVQQKExpteS5vcmcxLmRvbWFpbi5leGFtcGxlLmNvbTEm
  726. MCQGA1UEAxMdY2EubXkub3JnMS5kb21haW4uZXhhbXBsZS5jb20wHhcNMTkwODEy
  727. MTMzODAwWhcNMjkwODA5MTMzODAwWjBlMQswCQYDVQQGEwJVUzETMBEGA1UECBMK
  728. Q2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZyYW5jaXNjbzEpMCcGA1UEAwwgQWRt
  729. aW5AbXkub3JnMS5kb21haW4uZXhhbXBsZS5jb20wWTATBgcqhkjOPQIBBggqhkjO
  730. PQMBBwNCAAT9PW7zVIrmCaxsC3HQYKBWAY+ggnFbS1aZIUeJShkhnlmIGF1g31gm
  731. SobXveFgxxXEsC+hT29RnWxBkuCMc10lo00wSzAOBgNVHQ8BAf8EBAMCB4AwDAYD
  732. VR0TAQH/BAIwADArBgNVHSMEJDAigCB8DalCQ90HBC4jhK67XgJUM0ay91Dy37eQ
  733. oAF9Vz0qQTAKBggqhkjOPQQDAgNHADBEAiBwRzUDBqzB7v+c47QJAHAxEABxd0bw
  734. 84U6Ph/ZazDseQIgAfZ5+qiMygYYNbgP4FEQrb6bLYTlfi/NEAWwst7BWic=
  735. -----END CERTIFICATE-----
  736. 2019-08-19 09:04:27.044 UTC [bccsp_sw] loadPrivateKey -> DEBU 033 Loading private key [c07f2a41ca6e3308c853dd18af6b4ec1477b6491116442c1c0cd7887bd70b70d] at [/opt/gopath/src/github.com/hyperledger/fabric/peer/crypto/peerOrganizations/my.org1.domain.example.com/users/Admin@my.org1.domain.example.com/msp/keystore/c07f2a41ca6e3308c853dd18af6b4ec1477b6491116442c1c0cd7887bd70b70d_sk]...
  737. 2019-08-19 09:04:27.044 UTC [msp.identity] newIdentity -> DEBU 034 Creating identity instance for cert -----BEGIN CERTIFICATE-----
  738. MIICODCCAd+gAwIBAgIRANr97fn9dyix9mw86lToXuswCgYIKoZIzj0EAwIwgYcx
  739. CzAJBgNVBAYTAlVTMRMwEQYDVQQIEwpDYWxpZm9ybmlhMRYwFAYDVQQHEw1TYW4g
  740. RnJhbmNpc2NvMSMwIQYDVQQKExpteS5vcmcxLmRvbWFpbi5leGFtcGxlLmNvbTEm
  741. MCQGA1UEAxMdY2EubXkub3JnMS5kb21haW4uZXhhbXBsZS5jb20wHhcNMTkwODEy
  742. MTMzODAwWhcNMjkwODA5MTMzODAwWjBlMQswCQYDVQQGEwJVUzETMBEGA1UECBMK
  743. Q2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZyYW5jaXNjbzEpMCcGA1UEAwwgQWRt
  744. aW5AbXkub3JnMS5kb21haW4uZXhhbXBsZS5jb20wWTATBgcqhkjOPQIBBggqhkjO
  745. PQMBBwNCAAT9PW7zVIrmCaxsC3HQYKBWAY+ggnFbS1aZIUeJShkhnlmIGF1g31gm
  746. SobXveFgxxXEsC+hT29RnWxBkuCMc10lo00wSzAOBgNVHQ8BAf8EBAMCB4AwDAYD
  747. VR0TAQH/BAIwADArBgNVHSMEJDAigCB8DalCQ90HBC4jhK67XgJUM0ay91Dy37eQ
  748. oAF9Vz0qQTAKBggqhkjOPQQDAgNHADBEAiBwRzUDBqzB7v+c47QJAHAxEABxd0bw
  749. 84U6Ph/ZazDseQIgAfZ5+qiMygYYNbgP4FEQrb6bLYTlfi/NEAWwst7BWic=
  750. -----END CERTIFICATE-----
  751. 2019-08-19 09:04:27.045 UTC [msp] setupSigningIdentity -> DEBU 035 Signing identity expires at 2029-08-09 13:38:00 +0000 UTC
  752. 2019-08-19 09:04:27.045 UTC [msp] Validate -> DEBU 036 MSP MyOrg1MSP validating identity
  753. 2019-08-19 09:04:27.048 UTC [grpc] DialContext -> DEBU 037 parsed scheme: ""
  754. 2019-08-19 09:04:27.048 UTC [grpc] DialContext -> DEBU 038 scheme "" not registered, fallback to default scheme
  755. 2019-08-19 09:04:27.048 UTC [grpc] watcher -> DEBU 039 ccResolverWrapper: sending new addresses to cc: [{peer1.my.org1.domain.example.com:8051 0 <nil>}]
  756. 2019-08-19 09:04:27.048 UTC [grpc] switchBalancer -> DEBU 03a ClientConn switching balancer to "pick_first"
  757. 2019-08-19 09:04:27.049 UTC [grpc] HandleSubConnStateChange -> DEBU 03b pickfirstBalancer: HandleSubConnStateChange: 0xc000029b50, CONNECTING
  758. 2019-08-19 09:04:27.054 UTC [grpc] HandleSubConnStateChange -> DEBU 03c pickfirstBalancer: HandleSubConnStateChange: 0xc000029b50, READY
  759. 2019-08-19 09:04:27.055 UTC [grpc] DialContext -> DEBU 03d parsed scheme: ""
  760. 2019-08-19 09:04:27.055 UTC [grpc] DialContext -> DEBU 03e scheme "" not registered, fallback to default scheme
  761. 2019-08-19 09:04:27.055 UTC [grpc] watcher -> DEBU 03f ccResolverWrapper: sending new addresses to cc: [{peer1.my.org1.domain.example.com:8051 0 <nil>}]
  762. 2019-08-19 09:04:27.055 UTC [grpc] switchBalancer -> DEBU 040 ClientConn switching balancer to "pick_first"
  763. 2019-08-19 09:04:27.055 UTC [grpc] HandleSubConnStateChange -> DEBU 041 pickfirstBalancer: HandleSubConnStateChange: 0xc000591ef0, CONNECTING
  764. 2019-08-19 09:04:27.061 UTC [grpc] HandleSubConnStateChange -> DEBU 042 pickfirstBalancer: HandleSubConnStateChange: 0xc000591ef0, READY
  765. 2019-08-19 09:04:27.061 UTC [msp] GetDefaultSigningIdentity -> DEBU 043 Obtaining default signing identity
  766. 2019-08-19 09:04:27.062 UTC [grpc] DialContext -> DEBU 044 parsed scheme: ""
  767. 2019-08-19 09:04:27.062 UTC [grpc] DialContext -> DEBU 045 scheme "" not registered, fallback to default scheme
  768. 2019-08-19 09:04:27.062 UTC [grpc] watcher -> DEBU 046 ccResolverWrapper: sending new addresses to cc: [{myOrderer.my.orderer.domain.example.com:7050 0 <nil>}]
  769. 2019-08-19 09:04:27.062 UTC [grpc] switchBalancer -> DEBU 047 ClientConn switching balancer to "pick_first"
  770. 2019-08-19 09:04:27.062 UTC [grpc] HandleSubConnStateChange -> DEBU 048 pickfirstBalancer: HandleSubConnStateChange: 0xc0005587e0, CONNECTING
  771. 2019-08-19 09:04:27.069 UTC [grpc] HandleSubConnStateChange -> DEBU 049 pickfirstBalancer: HandleSubConnStateChange: 0xc0005587e0, READY
  772. 2019-08-19 09:04:27.069 UTC [chaincodeCmd] checkChaincodeCmdParams -> INFO 04a Using default escc
  773. 2019-08-19 09:04:27.069 UTC [chaincodeCmd] checkChaincodeCmdParams -> INFO 04b Using default vscc
  774. 2019-08-19 09:04:27.070 UTC [msp.identity] Sign -> DEBU 04c Sign: plaintext: 0AD7070A6908031A0B089BCCE9EA0510...314D53500A04657363630A0476736363
  775. 2019-08-19 09:04:27.070 UTC [msp.identity] Sign -> DEBU 04d Sign: digest: BB84E3AD599CC582A72A8E05DAE5550B5201AC52DCE4E8172880E105FD87CF3B
  776. 2019-08-19 09:04:28.996 UTC [msp.identity] Sign -> DEBU 04e Sign: plaintext: 0AD7070A6908031A0B089BCCE9EA0510...FF5426D117084612553C6443D4414C71
  777. 2019-08-19 09:04:28.996 UTC [msp.identity] Sign -> DEBU 04f Sign: digest: 2639595D3BD63EEC0BD45EE695EE1392FBE03A507A694634FD8BB35DEA1F0E46
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement