Advertisement
Guest User

Untitled

a guest
Jun 19th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.53 KB | None | 0 0
  1. 2018-06-20 01:29:48.610 UTC [chaincode] ExecuteChaincode -> ERRO 035 error chaincode is already launching: MYCHANNEL_CC_001:t1
  2. github.com/hyperledger/fabric/core/chaincode.(*ChaincodeSupport).launchAndWaitForRegister
  3. /opt/gopath/src/github.com/hyperledger/fabric/core/chaincode/chaincode_support.go:502
  4. github.com/hyperledger/fabric/core/chaincode.(*ChaincodeSupport).Launch
  5. /opt/gopath/src/github.com/hyperledger/fabric/core/chaincode/chaincode_support.go:731
  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/chaincode.ExecuteChaincode
  9. /opt/gopath/src/github.com/hyperledger/fabric/core/chaincode/chaincodeexec.go:85
  10. github.com/hyperledger/fabric/core/endorser.(*SupportImpl).Execute
  11. /opt/gopath/src/github.com/hyperledger/fabric/core/endorser/support.go:93
  12. github.com/hyperledger/fabric/core/endorser.(*Endorser).callChaincode
  13. /opt/gopath/src/github.com/hyperledger/fabric/core/endorser/endorser.go:132
  14. github.com/hyperledger/fabric/core/endorser.(*Endorser).simulateProposal
  15. /opt/gopath/src/github.com/hyperledger/fabric/core/endorser/endorser.go:265
  16. github.com/hyperledger/fabric/core/endorser.(*Endorser).ProcessProposal
  17. /opt/gopath/src/github.com/hyperledger/fabric/core/endorser/endorser.go:491
  18. github.com/hyperledger/fabric/core/handlers/auth/filter.(*expirationCheckFilter).ProcessProposal
  19. /opt/gopath/src/github.com/hyperledger/fabric/core/handlers/auth/filter/expiration.go:61
  20. github.com/hyperledger/fabric/core/handlers/auth/filter.(*filter).ProcessProposal
  21. /opt/gopath/src/github.com/hyperledger/fabric/core/handlers/auth/filter/filter.go:31
  22. github.com/hyperledger/fabric/protos/peer._Endorser_ProcessProposal_Handler
  23. /opt/gopath/src/github.com/hyperledger/fabric/protos/peer/peer.pb.go:112
  24. github.com/hyperledger/fabric/vendor/google.golang.org/grpc.(*Server).processUnaryRPC
  25. /opt/gopath/src/github.com/hyperledger/fabric/vendor/google.golang.org/grpc/server.go:781
  26. github.com/hyperledger/fabric/vendor/google.golang.org/grpc.(*Server).handleStream
  27. /opt/gopath/src/github.com/hyperledger/fabric/vendor/google.golang.org/grpc/server.go:981
  28. github.com/hyperledger/fabric/vendor/google.golang.org/grpc.(*Server).serveStreams.func1.1
  29. /opt/gopath/src/github.com/hyperledger/fabric/vendor/google.golang.org/grpc/server.go:551
  30. runtime.goexit
  31. /usr/local/go/src/runtime/asm_amd64.s:2337
  32. error executing chaincode
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement