Advertisement
Guest User

Untitled

a guest
Dec 13th, 2017
334
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.25 KB | None | 0 0
  1. 2017-12-13 22:48:29.659 CST [chaincode] Launch -> ERRO 054 handler not found for chaincode test:1.0
  2. github.com/hyperledger/fabric/core/chaincode.(*ChaincodeSupport).sendReady
  3. /opt/gopath/src/github.com/hyperledger/fabric/core/chaincode/chaincode_support.go:315
  4. github.com/hyperledger/fabric/core/chaincode.(*ChaincodeSupport).Launch
  5. /opt/gopath/src/github.com/hyperledger/fabric/core/chaincode/chaincode_support.go:738
  6. github.com/hyperledger/fabric/core/chaincode.Execute
  7. /opt/gopath/src/github.com/hyperledger/fabric/core/chaincode/exectransaction.go:45
  8. github.com/hyperledger/fabric/core/endorser.(*SupportImpl).Execute
  9. /opt/gopath/src/github.com/hyperledger/fabric/core/endorser/support.go:82
  10. github.com/hyperledger/fabric/core/endorser.(*Endorser).callChaincode
  11. /opt/gopath/src/github.com/hyperledger/fabric/core/endorser/endorser.go:155
  12. github.com/hyperledger/fabric/core/endorser.(*Endorser).simulateProposal
  13. /opt/gopath/src/github.com/hyperledger/fabric/core/endorser/endorser.go:266
  14. github.com/hyperledger/fabric/core/endorser.(*Endorser).ProcessProposal
  15. /opt/gopath/src/github.com/hyperledger/fabric/core/endorser/endorser.go:467
  16. github.com/hyperledger/fabric/core/handlers/auth/filter.(*filter).ProcessProposal
  17. /opt/gopath/src/github.com/hyperledger/fabric/core/handlers/auth/filter/filter.go:31
  18. github.com/hyperledger/fabric/protos/peer._Endorser_ProcessProposal_Handler
  19. /opt/gopath/src/github.com/hyperledger/fabric/protos/peer/peer.pb.go:112
  20. github.com/hyperledger/fabric/vendor/google.golang.org/grpc.(*Server).processUnaryRPC
  21. /opt/gopath/src/github.com/hyperledger/fabric/vendor/google.golang.org/grpc/server.go:781
  22. github.com/hyperledger/fabric/vendor/google.golang.org/grpc.(*Server).handleStream
  23. /opt/gopath/src/github.com/hyperledger/fabric/vendor/google.golang.org/grpc/server.go:981
  24. github.com/hyperledger/fabric/vendor/google.golang.org/grpc.(*Server).serveStreams.func1.1
  25. /opt/gopath/src/github.com/hyperledger/fabric/vendor/google.golang.org/grpc/server.go:551
  26. runtime.goexit
  27. /usr/local/go/src/runtime/asm_amd64.s:2197
  28. failed to init chaincode
  29. 2017-12-13 22:48:29.661 CST [endorser] simulateProposal -> ERRO 055 failed to invoke chaincode name:"lscc" on transaction 5b3ce5e77763624fd968f07d8617ccb9f6e0f2647b10fa279bf8b698efe2da2d, error: handler not found for chaincode test:1.0
  30. github.com/hyperledger/fabric/core/chaincode.(*ChaincodeSupport).sendReady
  31. /opt/gopath/src/github.com/hyperledger/fabric/core/chaincode/chaincode_support.go:315
  32. github.com/hyperledger/fabric/core/chaincode.(*ChaincodeSupport).Launch
  33. /opt/gopath/src/github.com/hyperledger/fabric/core/chaincode/chaincode_support.go:738
  34. github.com/hyperledger/fabric/core/chaincode.Execute
  35. /opt/gopath/src/github.com/hyperledger/fabric/core/chaincode/exectransaction.go:45
  36. github.com/hyperledger/fabric/core/endorser.(*SupportImpl).Execute
  37. /opt/gopath/src/github.com/hyperledger/fabric/core/endorser/support.go:82
  38. github.com/hyperledger/fabric/core/endorser.(*Endorser).callChaincode
  39. /opt/gopath/src/github.com/hyperledger/fabric/core/endorser/endorser.go:155
  40. github.com/hyperledger/fabric/core/endorser.(*Endorser).simulateProposal
  41. /opt/gopath/src/github.com/hyperledger/fabric/core/endorser/endorser.go:266
  42. github.com/hyperledger/fabric/core/endorser.(*Endorser).ProcessProposal
  43. /opt/gopath/src/github.com/hyperledger/fabric/core/endorser/endorser.go:467
  44. github.com/hyperledger/fabric/core/handlers/auth/filter.(*filter).ProcessProposal
  45. /opt/gopath/src/github.com/hyperledger/fabric/core/handlers/auth/filter/filter.go:31
  46. github.com/hyperledger/fabric/protos/peer._Endorser_ProcessProposal_Handler
  47. /opt/gopath/src/github.com/hyperledger/fabric/protos/peer/peer.pb.go:112
  48. github.com/hyperledger/fabric/vendor/google.golang.org/grpc.(*Server).processUnaryRPC
  49. /opt/gopath/src/github.com/hyperledger/fabric/vendor/google.golang.org/grpc/server.go:781
  50. github.com/hyperledger/fabric/vendor/google.golang.org/grpc.(*Server).handleStream
  51. /opt/gopath/src/github.com/hyperledger/fabric/vendor/google.golang.org/grpc/server.go:981
  52. github.com/hyperledger/fabric/vendor/google.golang.org/grpc.(*Server).serveStreams.func1.1
  53. /opt/gopath/src/github.com/hyperledger/fabric/vendor/google.golang.org/grpc/server.go:551
  54. runtime.goexit
  55. /usr/local/go/src/runtime/asm_amd64.s:2197
  56. failed to init chaincode
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement