在IBM Cloud上升级Hyperledger Composer网络时退出代码137

时间:2018-11-29 12:41:33

标签: hyperledger blockchain hyperledger-composer ibm-blockchain

我有一个Hyperledger作曲器网络,该网络可以在本地ubuntu机器上完美运行。 但是,当我尝试在IBM Cloud上升级运行中的网络时,升级失败并显示以下错误:

Upgrading business network definition. This may take a minute...
Error: Error trying to upgrade business network. Error: No valid responses from any peers.
Response from attempted peer comms was an error: Error: failed to execute transaction 68f5fd4bea491c5257d18f342d3cda222834e72e04fa68fd71eb39fd3414b83f: error starting container: error starting container: Post http://localhost:2375/build?t=n442b54824e7348918df0cb322a6b040f-org1-peer1-freightmanagement-network-0.0.32-c7f916a553f12ffe892f6a4e3de57643630982ff3647fe32c6952bfa1bdaed24: Failed to generate platform-specific docker build: Error returned from build: 137 "npm WARN notice [SECURITY] debug has the following vulnerability: 1 low. Go here for more details: https://nodesecurity.io/advisories?search=debug&version=2.6.2 - Run `npm i npm@latest -g` to upgrade your npm version, and then `npm audit` to get more info.
npm WARN notice [SECURITY] hoek has the following vulnerability: 1 moderate. Go here for more details: https://nodesecurity.io/advisories?search=hoek&version=2.16.3 - Run `npm i npm@latest -g` to upgrade your npm version, and then `npm audit` to get more info.
npm WARN deprecated boom@2.10.1: This version is no longer maintained. Please upgrade to the latest version.
npm WARN deprecated cryptiles@2.0.5: This version is no longer maintained. Please upgrade to the latest version.
npm WARN deprecated hoek@2.16.3: This version is no longer maintained. Please upgrade to the latest version.
npm WARN deprecated boom@4.3.1: This version is no longer maintained. Please upgrade to the latest version.

> x509@0.3.3 install /chaincode/output/node_modules/x509
> node-gyp rebuild

make: Entering directory '/chaincode/output/node_modules/x509/build'
  CXX(target) Release/obj.target/x509/src/addon.o
Killed
"

有人可以帮我吗?

0 个答案:

没有答案