Bluemix blockchain throwing intermittent errors while sending invoke transactions -
i trying populate bluemix blockchain data sending invoke transactions. after few records processed, below exception occurs:
events.js:160 throw er; // unhandled 'error' event ^ error: {"created":"@1491562391.771888837","description":"rst_stream","file":"../src/core/ext/transport/chttp2/transport/frame_rst_stream.c","file_line":107,"http2_error":2} @ clientduplexstream._emitstatusifdone (/home/hyperledger/bluemix-deploy/sc-visibility-poc/rest-services/populator-service/node_modules/grpc/src/node/src/client.js:189:19) @ clientduplexstream._receivestatus (/home/hyperledger/bluemix-deploy/sc-visibility-poc/rest-services/populator-service/node_modules/grpc/src/node/src/client.js:169:8) @ /home/hyperledger/bluemix-deploy/sc-visibility-poc/rest-services/populator-service/node_modules/grpc/src/node/src/client.js:634:14
note: using hfc version 0.6.5 , bluemkix blockchain using fabric version 0.6.
this caused grpc issue. version 0.6.5 of hyperledger fabric client right version use instance of blockchain service on bluemix utilizes hyperledger fabric version 0.6.1. grpc version being used in conjunction hyperleger fabric client should checked. version of grpc should @ least 1.0.0.
if running hyperleger fabric client on mac, maximum number of open file descriptors should checked since default value small.
there prior post mentions similar symptoms, suggestions in response might helpful.
Comments
Post a Comment