Advertisement
Guest User

Untitled

a guest
Jun 24th, 2019
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.92 KB | None | 0 0
  1. [orderer.common.cluster] createReplicator -> PANI 3f4 Failed creating puller config from bootstrap block: unable to decode TLS certificate PEM:
  2. panic: Failed creating puller config from bootstrap block: unable to decode TLS certificate PEM:
  3.  
  4. goroutine 15 [running]:
  5. github.com/hyperledger/fabric/vendor/go.uber.org/zap/zapcore.(*CheckedEntry).Write(0xc0000f1ce0, 0x0, 0x0, 0x0)
  6. /opt/gopath/src/github.com/hyperledger/fabric/vendor/go.uber.org/zap/zapcore/entry.go:229 +0x515
  7. github.com/hyperledger/fabric/vendor/go.uber.org/zap.(*SugaredLogger).log(0xc000140158, 0x4, 0x1047e13, 0x36, 0xc000289c50, 0x1, 0x1, 0x0, 0x0, 0x0)
  8. /opt/gopath/src/github.com/hyperledger/fabric/vendor/go.uber.org/zap/sugar.go:234 +0xf6
  9. github.com/hyperledger/fabric/vendor/go.uber.org/zap.(*SugaredLogger).Panicf(0xc000140158, 0x1047e13, 0x36, 0xc000289c50, 0x1, 0x1)
  10. /opt/gopath/src/github.com/hyperledger/fabric/vendor/go.uber.org/zap/sugar.go:159 +0x79
  11. github.com/hyperledger/fabric/common/flogging.(*FabricLogger).Panicf(0xc000140160, 0x1047e13, 0x36, 0xc000289c50, 0x1, 0x1)
  12. /opt/gopath/src/github.com/hyperledger/fabric/common/flogging/zap.go:74 +0x60
  13. github.com/hyperledger/fabric/orderer/common/server.(*replicationInitiator).createReplicator(0xc0001c8ba0, 0xc0003ce340, 0xc00031a9a0, 0xb)
  14. /opt/gopath/src/github.com/hyperledger/fabric/orderer/common/server/onboarding.go:60 +0x30c
  15. github.com/hyperledger/fabric/orderer/common/server.(*replicationInitiator).ReplicateChains(0xc0001c8ba0, 0xc0003ce340, 0xc00031a000, 0x1, 0x1, 0x0, 0x0, 0x0)
  16. /opt/gopath/src/github.com/hyperledger/fabric/orderer/common/server/onboarding.go:117 +0x1ca
  17. github.com/hyperledger/fabric/orderer/common/server.(*inactiveChainReplicator).replicateDisabledChains(0xc0003701e0)
  18. /opt/gopath/src/github.com/hyperledger/fabric/orderer/common/server/onboarding.go:224 +0x1f5
  19. github.com/hyperledger/fabric/orderer/common/server.(*inactiveChainReplicator).run(0xc0003701e0)
  20. /opt/gopath/src/github.com/hyperledger/fabric/orderer/common/server/onboarding.go:202 +0x42
  21. created by github.com/hyperledger/fabric/orderer/common/server.initializeEtcdraftConsenter
  22. /opt/gopath/src/github.com/hyperledger/fabric/orderer/common/server/main.go:637 +0x3fc
  23.  
  24. MultiNodeEtcdRaft:
  25. <<: *ChannelDefaults
  26. Capabilities:
  27. <<: *ChannelCapabilities
  28. Orderer:
  29. <<: *OrdererDefaults
  30. OrdererType: etcdraft
  31. EtcdRaft:
  32. Consenters:
  33. - Host: orderer.example.com
  34. Port: 7050
  35. ClientTLSCert: crypto-config/ordererOrganizations/example.com/orderers/orderer.example.com/tls/server.crt
  36. ServerTLSCert: crypto-config/ordererOrganizations/example.com/orderers/orderer.example.com/tls/server.crt
  37. Consenters:
  38. - Host: orderer2.example.com
  39. Port: 7050
  40. ClientTLSCert: crypto-config/ordererOrganizations/example.com/orderers/orderer2.example.com/tls/server.crt
  41. ServerTLSCert: crypto-config/ordererOrganizations/example.com/orderers/orderer2.example.com/tls/server.crt
  42. Consenters:
  43. - Host: orderer3.example.com
  44. Port: 7050
  45. ClientTLSCert: crypto-config/ordererOrganizations/example.com/orderers/orderer3.example.com/tls/server.crt
  46. ServerTLSCert: crypto-config/ordererOrganizations/example.com/orderers/orderer3.example.com/tls/server.crt
  47. Addresses:
  48. - myorg-orderer-hlf-ord:7050
  49. - myorg-orderer2-hlf-ord:7050
  50. - myorg-orderer3-hlf-ord:7050
  51. Organizations:
  52. - *OrdererOrg
  53. Capabilities:
  54. <<: *OrdererCapabilities
  55. Application:
  56. <<: *ApplicationDefaults
  57. Organizations:
  58. - <<: *OrdererOrg
  59. Consortiums:
  60. SampleConsortium:
  61. Organizations:
  62. - *myorg
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement