Skip to content

Instantly share code, notes, and snippets.

@rahulEth
Last active February 14, 2020 09:00
Show Gist options
  • Save rahulEth/c35c9baa953b48ac0d8f04d27e46931a to your computer and use it in GitHub Desktop.
Save rahulEth/c35c9baa953b48ac0d8f04d27e46931a to your computer and use it in GitHub Desktop.
Hyperledger Fabric

Error logs :

Error: endorsement failure during query. response: status:500 message:"failed to execute transaction 6406c634b79a402e19179077f9554b51d6b73b343ec86af175093adc7bc8e5b2: [channel entity] could not launch chaincode entity:5.0: error starting container: error starting container: API error (404): network prod97raft_default not found".

Suggestion :

check your network name is same or mismatching.
 - CORE_VM_DOCKER_HOSTCONFIG_NETWORKMODE=${COMPOSE_PROJECT_NAME}_byfn
     networks:
 - byfn
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment