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.