OCI runtime error when sending Hyperledger Fabric's chaincode instantiation request to peers
- 阅读更多 关于 OCI runtime error when sending Hyperledger Fabric's chaincode instantiation request to peers
Using the Hyperledger Fabric Java SDK with GO chaincode, I'm getting an error after trying to initiate my chaincode using channel.sendInstantiationProposal(instantiateProposalRequest, company.getPeers()); . This is after I successfully installed the chaincode. After calling said method, I will eventually get this error: [dockercontroller] Start -> ERRO 352 start-could not start container: API error (404): {"message":"oci runtime error: container_linux.go:247: starting container process caused \"exec: \\\"chaincode\\\": executable file not found in $PATH\"\n"} . This is peculiar on its own,