IBM / blockchain-network-on-kubernetes

Demonstrates the steps involved in setting up your business network on Hyperledger Fabric using Kubernetes APIs on IBM Cloud Kubernetes Service.
https://developer.ibm.com/patterns/deploy-hyperledger-fabric-network-on-ibm-cloud/
Apache License 2.0
316 stars 183 forks source link

could not launch chaincode 'ibcc:5d0e934e1c508fa8ebf14bacc51c47d92780284ceca7edc0788e3b6ce98d1795': chaincode registration failed: container exited with 0 #79

Closed umeraqeel786 closed 3 years ago

umeraqeel786 commented 3 years ago

peer logs 2021-03-29 06:08:28.712 UTC [endorser] SimulateProposal -> ERRO 048 failed to invoke chaincode ibcc, error: container exited with 0 github.com/hyperledger/fabric/core/chaincode.(*RuntimeLauncher).Launch.func1

when i invoke the transaction Error: endorsement failure during invoke. response: status:500 message:"error in simulation: failed to execute transaction 7c38e2f08ce510395540a94a3174fb7d6585f55a03e847dbc0188fbbe495d0e4: could not launch chaincode ibcc:5d0e934e1c508fa8ebf14bacc51c47d92780284ceca7edc0788e3b6ce98d1795: chaincode registration failed: container exited with 0"

KillerGasy commented 2 years ago

How was this issue resolved?