I’m using javascript to setup and run Hyperledger Fabric on my ubuntu system (24.04) and I’m getting this following error mentioned exactly below. Can anyone please suggest any solution?
Error: endorsement failure during invoke. response: status:500 message:"error in simulation: failed to execute transaction 2f1e1593f1238327b55b89e8bb698d84e9b16099723490535a55846c4d5a93c5: could not launch chaincode fabcar_1:f2bcf8858a1682a45d5c3baa959d78e7d0ea8ebb28dac1c3466ebea7f443e452: chaincode registration failed: container exited with 1"
Invoke execution on peer0.org1 peer0.org2 failed
Deploying chaincode failed
I already tried moving back to previous node version such as 18.19.0, 18.16, 14.x but getting same error. I could successfully run it using golang and it works but I need it to run using javascript for rest of my work.
New contributor
Nocktowl is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.