I believe I resolved the issue. Within my chaincode folder, I had files example-chaincode.js, example-chaincode.go and a compiled go chaincode named example-chaincode. After removing example-chaincode, I was able to successfully spin up the network and deploy
the node chaincode.
I will separate the chaincodes into different sub-folders in the future.
Spencer
From: White, Spencer (S.) Sent: Wednesday, October 30, 2019 3:00 PM To: fabric@... <fabric@...>; hyperledger-fabric@... <hyperledger-fabric@...> Subject: Channel Registration Failed
Hello,
I am getting "channel registration failed" when running
peer chaincode instantiate, a similar error identified in these two JIRA issues: