When I try to invoke, it says:
Error: endorsement failure during invoke. response: status:500 message:
"error in simulation: failed to execute transaction eeb54c350c04b037d457f10d085346d59111d1e49ef851860411191e0fe4c891:
could not launch chaincode investments_1.0:3e64bf44ed94e792e48148741847895cb85ff0e05307b7fdfa17302ebe46
1b93: chaincode registration failed: container exited with 0"
Don't know what to do anymore. Can someone help me?
I'm using Hyperledger Fabric test-network to do a POC. I'm following all the steps at the docs, but I'm facing some problems with the chaincode invoke. I package a chaincode in node that I wrote, installed and approved in the two peers (peer0.org1.example.com
and peer0.org2.example.com
) and committed successfully.