2
votes

I am following this section of fabcar tutorial. When i run :

./startFabric.sh

It works like charm. But when i run following command to run node.js chaincode:

./startFabric.sh node

I get the error:

Error: could not assemble transaction, err proposal response was not successful, error code 500, msg timeout expired while starting chaincode fabcar:1.0 for transaction

I am using Fabric 1.3.0. Let me know how can i resolve this.

1

1 Answers

0
votes

I got it worked. Actually a chaincode with same name and version was existing. So i just changed the version and it worked like charm.