I have run IBM marbles demo for implementing blockchain mentioned in below link: https://github.com/IBM-Blockchain/marbles
When I have run Hyperledger Fabric and Marbles application on the same system(Ubuntu), it is working.
But when I have tried to run Hyperledger Fabric and client-side marble application in two different systems (one ubuntu and the other windows), it is not working.
Network script is running properly on Ubuntu.
And I also have changed in blockchain credential file by replacing localhost to IP address on which we need to run marbles application.
But when I am running chaincode installation script by running "node install_chaincode.js", it is giving an error as below :
error: [client-utils.js]: sendPeersProposal - Promise is rejected: Error: Connect Failed error: [fcw] Failed to obtain endorsement for transaction. code=14, error: [fcw] Error in install catch block object code=14
Can anyone provide me the solution or any reference link?
Thanks in advance.