Advertisement
Guest User

Untitled

a guest
Mar 8th, 2018
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.11 KB | None | 0 0
  1. panic: Error reading CORE_PBFT plugin config: Unsupported Config Type ""
  2.  
  3. goroutine 1 [running]:
  4. panic(0xd7cfa0, 0xc82016bdb0)
  5. /usr/lib/go-1.6/src/runtime/panic.go:481 +0x3e6
  6. github.com/hyperledger/fabric/consensus/pbft.loadConfig(0xc820111d40)
  7. /usr/lib/go-1.6/src/github.com/hyperledger/fabric/consensus/pbft/pbft.go:86 +0x7dd
  8. github.com/hyperledger/fabric/consensus/pbft.init.4()
  9. /usr/lib/go-1.6/src/github.com/hyperledger/fabric/consensus/pbft/pbft.go:39 +0x18
  10. github.com/hyperledger/fabric/consensus/pbft.init()
  11. /usr/lib/go-1.6/src/github.com/hyperledger/fabric/consensus/pbft/viewchange.go:668 +0xb2
  12. github.com/hyperledger/fabric/consensus/controller.init()
  13. /usr/lib/go-1.6/src/github.com/hyperledger/fabric/consensus/controller/controller.go:48 +0x54
  14. github.com/hyperledger/fabric/consensus/helper.init()
  15. /usr/lib/go-1.6/src/github.com/hyperledger/fabric/consensus/helper/helper.go:388 +0x58
  16. github.com/hyperledger/fabric/peer/node.init()
  17. /usr/lib/go-1.6/src/github.com/hyperledger/fabric/peer/node/stop.go:117 +0x83
  18. main.init()
  19. /usr/lib/go-1.6/src/github.com/hyperledger/fabric/peer/main.go:158 +0x8d
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement