rddill-IBM / ZeroToBlockchain

Tutorial for Zero to Blockchain series
342 stars 924 forks source link

Chapter 6 : Cannot load orders belonging to buyers nor execute any new order #35

Closed raman2072 closed 6 years ago

raman2072 commented 6 years ago

z2b-buyer.js calls hlcClient.js which in turn tries to execute a named query on the fabric and fails with the exception logged on the console below:

{result: "failed", error: "businessNetwork: Cannot convert undefined or null to object"} error : "businessNetwork: Cannot convert undefined or null to object" result : "failed"

raman2072 commented 6 years ago

Since I am on fabric v1.1 and composer v 0.19.5, there needs to be a connection profile with modifed attributes in place before a issued card can be used to connect to the business network.

I fixed it after a 18 hr marathon research, trial and error!

raman2072 commented 6 years ago

closing...