IBM-Blockchain / blockchain-vscode-extension

IBM Blockchain Platform extension for Visual Studio Code (this project is no longer active)
https://marketplace.visualstudio.com/items?itemName=IBMBlockchain.ibm-blockchain-platform
Other
267 stars 156 forks source link

I am unable to instantiate the smart contract. #1308

Closed amanalip closed 4 years ago

amanalip commented 4 years ago

I am having an issue while instantiating the smart contract after packaging it. The following is the error message : Error instantiating smart contract: REQUEST_TIMEOUT Thank you for clarifying my doubt.

I am using Ubuntu 16.04 with node version 8.9.3 Logs are as follows: [8/15/2019 9:04:52 AM] [INFO] blissful_lumiere|npm WARN demotwo@0.0.1 No repository field. [8/15/2019 9:04:52 AM] [INFO] blissful_lumiere| [8/15/2019 9:04:52 AM] [INFO] blissful_lumiere|npm ERR! code EAI_AGAIN [8/15/2019 9:04:52 AM] [INFO] blissful_lumiere|npm ERR! errno EAI_AGAIN [8/15/2019 9:04:52 AM] [INFO] blissful_lumiere|npm ERR! request to https://registry.npmjs.org/class-transformer/-/class-transformer-0.2.3.tgz failed, reason: getaddrinfo EAI_AGAIN registry.npmjs.org:443 [8/15/2019 9:05:32 AM] [INFO] blissful_lumiere| [8/15/2019 9:05:32 AM] [INFO] blissful_lumiere|npm ERR! A complete log of this run can be found in: [8/15/2019 9:05:32 AM] [INFO] blissful_lumiere|npm ERR! /root/.npm/_logs/2019-08-15T13_04_52_930Z-debug.log [8/15/2019 9:05:34 AM] [INFO] fabricvscodelocalfabric_peer0.org1.example.com|2019-08-15 13:05:34.235 UTC [chaincode.platform] func1 -> ERRO 0a0 Failed to generate platform-specific docker build: Error returned from build: 1 "npm WARN demotwo@0.0.1 No repository field. [8/15/2019 9:05:34 AM] [INFO] fabricvscodelocalfabric_peer0.org1.example.com| [8/15/2019 9:05:34 AM] [INFO] fabricvscodelocalfabric_peer0.org1.example.com|npm ERR! code EAI_AGAIN [8/15/2019 9:05:34 AM] [INFO] fabricvscodelocalfabric_peer0.org1.example.com|npm ERR! errno EAI_AGAIN [8/15/2019 9:05:34 AM] [INFO] fabricvscodelocalfabric_peer0.org1.example.com|npm ERR! request to https://registry.npmjs.org/class-transformer/-/class-transformer-0.2.3.tgz failed, reason: getaddrinfo EAI_AGAIN registry.npmjs.org:443 [8/15/2019 9:05:34 AM] [INFO] fabricvscodelocalfabric_peer0.org1.example.com| [8/15/2019 9:05:34 AM] [INFO] fabricvscodelocalfabric_peer0.org1.example.com|npm ERR! A complete log of this run can be found in: [8/15/2019 9:05:34 AM] [INFO] fabricvscodelocalfabric_peer0.org1.example.com|npm ERR! /root/.npm/_logs/2019-08-15T13_04_52_930Z-debug.log [8/15/2019 9:05:34 AM] [INFO] fabricvscodelocalfabric_peer0.org1.example.com|" [8/15/2019 9:05:34 AM] [INFO] fabricvscodelocalfabric_peer0.org1.example.com|2019-08-15 13:05:34.236 UTC [dockercontroller] deployImage -> ERRO 0a1 Error building image: Failed to generate platform-specific docker build: Error returned from build: 1 "npm WARN demotwo@0.0.1 No repository field. [8/15/2019 9:05:34 AM] [INFO] fabricvscodelocalfabric_peer0.org1.example.com| [8/15/2019 9:05:34 AM] [INFO] fabricvscodelocalfabric_peer0.org1.example.com|npm ERR! code EAI_AGAIN [8/15/2019 9:05:34 AM] [INFO] fabricvscodelocalfabric_peer0.org1.example.com|npm ERR! errno EAI_AGAIN [8/15/2019 9:05:34 AM] [INFO] fabricvscodelocalfabric_peer0.org1.example.com|npm ERR! request to https://registry.npmjs.org/class-transformer/-/class-transformer-0.2.3.tgz failed, reason: getaddrinfo EAI_AGAIN registry.npmjs.org:443 [8/15/2019 9:05:34 AM] [INFO] fabricvscodelocalfabric_peer0.org1.example.com| [8/15/2019 9:05:34 AM] [INFO] fabricvscodelocalfabric_peer0.org1.example.com|npm ERR! A complete log of this run can be found in: [8/15/2019 9:05:34 AM] [INFO] fabricvscodelocalfabric_peer0.org1.example.com|npm ERR! /root/.npm/_logs/2019-08-15T13_04_52_930Z-debug.log [8/15/2019 9:05:34 AM] [INFO] fabricvscodelocalfabric_peer0.org1.example.com|" [8/15/2019 9:05:34 AM] [INFO] fabricvscodelocalfabric_peer0.org1.example.com|2019-08-15 13:05:34.236 UTC [dockercontroller] deployImage -> ERRO 0a2 Build Output: [8/15/2019 9:05:34 AM] [INFO] fabricvscodelocalfabric_peer0.org1.example.com|**** [8/15/2019 9:05:34 AM] [INFO] fabricvscodelocalfabric_peer0.org1.example.com| [8/15/2019 9:05:34 AM] [INFO] fabricvscodelocalfabric_peer0.org1.example.com|**** [8/15/2019 9:05:34 AM] [INFO] fabricvscodelocalfabric_peer0.org1.example.com|2019-08-15 13:05:34.237 UTC [endorser] callChaincode -> INFO 0a3 [mychannel][5491630a] Exit chaincode: name:"lscc" (531982ms) [8/15/2019 9:05:34 AM] [INFO] fabricvscodelocalfabric_peer0.org1.example.com|2019-08-15 13:05:34.237 UTC [endorser] SimulateProposal -> ERRO 0a4 [mychannel][5491630a] failed to invoke chaincode name:"lscc" , error: timeout expired while starting chaincode demotwo:0.0.1 for transaction [8/15/2019 9:05:34 AM] [INFO] fabricvscodelocalfabric_peer0.org1.example.com|github.com/hyperledger/fabric/core/chaincode.(RuntimeLauncher).Launch [8/15/2019 9:05:34 AM] [INFO] fabricvscodelocalfabric_peer0.org1.example.com| /opt/gopath/src/github.com/hyperledger/fabric/core/chaincode/runtime_launcher.go:75 [8/15/2019 9:05:34 AM] [INFO] fabricvscodelocalfabric_peer0.org1.example.com|github.com/hyperledger/fabric/core/chaincode.(ChaincodeSupport).LaunchInit [8/15/2019 9:05:34 AM] [INFO] fabricvscodelocalfabric_peer0.org1.example.com| /opt/gopath/src/github.com/hyperledger/fabric/core/chaincode/chaincode_support.go:130 [8/15/2019 9:05:34 AM] [INFO] fabricvscodelocalfabric_peer0.org1.example.com|github.com/hyperledger/fabric/core/chaincode.(ChaincodeSupport).ExecuteLegacyInit [8/15/2019 9:05:34 AM] [INFO] fabricvscodelocalfabric_peer0.org1.example.com| /opt/gopath/src/github.com/hyperledger/fabric/core/chaincode/chaincode_support.go:222 [8/15/2019 9:05:34 AM] [INFO] fabricvscodelocalfabric_peer0.org1.example.com|github.com/hyperledger/fabric/core/endorser.(SupportImpl).ExecuteLegacyInit [8/15/2019 9:05:34 AM] [INFO] fabricvscodelocalfabric_peer0.org1.example.com| /opt/gopath/src/github.com/hyperledger/fabric/core/endorser/support.go:131 [8/15/2019 9:05:34 AM] [INFO] fabricvscodelocalfabric_peer0.org1.example.com|github.com/hyperledger/fabric/core/endorser.(Endorser).callChaincode [8/15/2019 9:05:34 AM] [INFO] fabricvscodelocalfabric_peer0.org1.example.com| /opt/gopath/src/github.com/hyperledger/fabric/core/endorser/endorser.go:183 [8/15/2019 9:05:34 AM] [INFO] fabricvscodelocalfabric_peer0.org1.example.com|github.com/hyperledger/fabric/core/endorser.(Endorser).SimulateProposal [8/15/2019 9:05:34 AM] [INFO] fabricvscodelocalfabric_peer0.org1.example.com| /opt/gopath/src/github.com/hyperledger/fabric/core/endorser/endorser.go:247 [8/15/2019 9:05:34 AM] [INFO] fabricvscodelocalfabric_peer0.org1.example.com|github.com/hyperledger/fabric/core/endorser.(Endorser).ProcessProposal [8/15/2019 9:05:34 AM] [INFO] fabricvscodelocalfabric_peer0.org1.example.com| /opt/gopath/src/github.com/hyperledger/fabric/core/endorser/endorser.go:500 [8/15/2019 9:05:34 AM] [INFO] fabricvscodelocalfabric_peer0.org1.example.com|github.com/hyperledger/fabric/core/handlers/auth/filter.(expirationCheckFilter).ProcessProposal [8/15/2019 9:05:34 AM] [INFO] fabricvscodelocalfabric_peer0.org1.example.com| /opt/gopath/src/github.com/hyperledger/fabric/core/handlers/auth/filter/expiration.go:61 [8/15/2019 9:05:34 AM] [INFO] fabricvscodelocalfabric_peer0.org1.example.com|github.com/hyperledger/fabric/core/handlers/auth/filter.(filter).ProcessProposal [8/15/2019 9:05:34 AM] [INFO] fabricvscodelocalfabric_peer0.org1.example.com| /opt/gopath/src/github.com/hyperledger/fabric/core/handlers/auth/filter/filter.go:32 [8/15/2019 9:05:34 AM] [INFO] fabricvscodelocalfabric_peer0.org1.example.com|github.com/hyperledger/fabric/protos/peer._Endorser_ProcessProposal_Handler.func1 [8/15/2019 9:05:34 AM] [INFO] fabricvscodelocalfabric_peer0.org1.example.com| /opt/gopath/src/github.com/hyperledger/fabric/protos/peer/peer.pb.go:169 [8/15/2019 9:05:34 AM] [INFO] fabricvscodelocalfabric_peer0.org1.example.com|github.com/hyperledger/fabric/vendor/github.com/grpc-ecosystem/go-grpc-middleware.ChainUnaryServer.func1.1 [8/15/2019 9:05:34 AM] [INFO] fabricvscodelocalfabric_peer0.org1.example.com| /opt/gopath/src/github.com/hyperledger/fabric/vendor/github.com/grpc-ecosystem/go-grpc-middleware/chain.go:31 [8/15/2019 9:05:34 AM] [INFO] fabricvscodelocalfabric_peer0.org1.example.com|github.com/hyperledger/fabric/core/comm.(Throttle).UnaryServerIntercptor [8/15/2019 9:05:34 AM] [INFO] fabricvscodelocalfabric_peer0.org1.example.com| /opt/gopath/src/github.com/hyperledger/fabric/core/comm/throttle.go:54 [8/15/2019 9:05:34 AM] [INFO] fabricvscodelocalfabric_peer0.org1.example.com|github.com/hyperledger/fabric/core/comm.(Throttle).UnaryServerIntercptor-fm [8/15/2019 9:05:34 AM] [INFO] fabricvscodelocalfabric_peer0.org1.example.com| /opt/gopath/src/github.com/hyperledger/fabric/peer/node/start.go:228 [8/15/2019 9:05:34 AM] [INFO] fabricvscodelocalfabric_peer0.org1.example.com|github.com/hyperledger/fabric/vendor/github.com/grpc-ecosystem/go-grpc-middleware.ChainUnaryServer.func1.1 [8/15/2019 9:05:34 AM] [INFO] fabricvscodelocalfabric_peer0.org1.example.com| /opt/gopath/src/github.com/hyperledger/fabric/vendor/github.com/grpc-ecosystem/go-grpc-middleware/chain.go:34 [8/15/2019 9:05:34 AM] [INFO] fabricvscodelocalfabric_peer0.org1.example.com|github.com/hyperledger/fabric/common/grpclogging.UnaryServerInterceptor.func1 [8/15/2019 9:05:34 AM] [INFO] fabricvscodelocalfabric_peer0.org1.example.com| /opt/gopath/src/github.com/hyperledger/fabric/common/grpclogging/server.go:91 [8/15/2019 9:05:34 AM] [INFO] fabricvscodelocalfabric_peer0.org1.example.com|github.com/hyperledger/fabric/vendor/github.com/grpc-ecosystem/go-grpc-middleware.ChainUnaryServer.func1.1 [8/15/2019 9:05:34 AM] [INFO] fabricvscodelocalfabric_peer0.org1.example.com| /opt/gopath/src/github.com/hyperledger/fabric/vendor/github.com/grpc-ecosystem/go-grpc-middleware/chain.go:34 [8/15/2019 9:05:34 AM] [INFO] fabricvscodelocalfabric_peer0.org1.example.com|github.com/hyperledger/fabric/common/grpcmetrics.UnaryServerInterceptor.func1 [8/15/2019 9:05:34 AM] [INFO] fabricvscodelocalfabric_peer0.org1.example.com| /opt/gopath/src/github.com/hyperledger/fabric/common/grpcmetrics/interceptor.go:30 [8/15/2019 9:05:34 AM] [INFO] fabricvscodelocalfabric_peer0.org1.example.com|github.com/hyperledger/fabric/vendor/github.com/grpc-ecosystem/go-grpc-middleware.ChainUnaryServer.func1 [8/15/2019 9:05:34 AM] [INFO] fabricvscodelocalfabric_peer0.org1.example.com| /opt/gopath/src/github.com/hyperledger/fabric/vendor/github.com/grpc-ecosystem/go-grpc-middleware/chain.go:39 [8/15/2019 9:05:34 AM] [INFO] fabricvscodelocalfabric_peer0.org1.example.com|github.com/hyperledger/fabric/protos/peer._Endorser_ProcessProposal_Handler [8/15/2019 9:05:34 AM] [INFO] fabricvscodelocalfabric_peer0.org1.example.com| /opt/gopath/src/github.com/hyperledger/fabric/protos/peer/peer.pb.go:171 [8/15/2019 9:05:34 AM] [INFO] fabricvscodelocalfabric_peer0.org1.example.com|github.com/hyperledger/fabric/vendor/google.golang.org/grpc.(Server).processUnaryRPC [8/15/2019 9:05:34 AM] [INFO] fabricvscodelocalfabric_peer0.org1.example.com| /opt/gopath/src/github.com/hyperledger/fabric/vendor/google.golang.org/grpc/server.go:982 [8/15/2019 9:05:34 AM] [INFO] fabricvscodelocalfabric_peer0.org1.example.com|github.com/hyperledger/fabric/vendor/google.golang.org/grpc.(Server).handleStream [8/15/2019 9:05:34 AM] [INFO] fabricvscodelocalfabric_peer0.org1.example.com| /opt/gopath/src/github.com/hyperledger/fabric/vendor/google.golang.org/grpc/server.go:1208 [8/15/2019 9:05:34 AM] [INFO] fabricvscodelocalfabric_peer0.org1.example.com|github.com/hyperledger/fabric/vendor/google.golang.org/grpc.(Server).serveStreams.func1.1 [8/15/2019 9:05:34 AM] [INFO] fabricvscodelocalfabric_peer0.org1.example.com| /opt/gopath/src/github.com/hyperledger/fabric/vendor/google.golang.org/grpc/server.go:686 [8/15/2019 9:05:34 AM] [INFO] fabricvscodelocalfabric_peer0.org1.example.com|runtime.goexit [8/15/2019 9:05:34 AM] [INFO] fabricvscodelocalfabric_peer0.org1.example.com| /opt/go/src/runtime/asm_amd64.s:1333 [8/15/2019 9:05:34 AM] [INFO] fabricvscodelocalfabric_peer0.org1.example.com|2019-08-15 13:05:34.238 UTC [comm.grpc.server] 1 -> INFO 0a5 unary call completed grpc.service=protos.Endorser grpc.method=ProcessProposal grpc.peer_address=172.18.0.1:50202 grpc.code=OK grpc.call_duration=8m51.982869066s

amanalip commented 4 years ago

These are the extended logs. I got this after manually changing the Chaincode's and the Client's "Timeout" to 10000 seconds in the extension settings:

[8/15/2019 4:47:54 PM] [INFO] fabricvscodelocalfabric_peer0.org1.example.com|2019-08-15 20:47:54.814 UTC [endorser] callChaincode -> INFO 03f [][e9872295] Entry chaincode: name:"lscc" [8/15/2019 4:47:54 PM] [INFO] fabricvscodelocalfabric_peer0.org1.example.com|2019-08-15 20:47:54.815 UTC [endorser] callChaincode -> INFO 040 [][e9872295] Exit chaincode: name:"lscc" (0ms) [8/15/2019 4:47:54 PM] [INFO] fabricvscodelocalfabric_peer0.org1.example.com|2019-08-15 20:47:54.815 UTC [comm.grpc.server] 1 -> INFO 041 unary call completed grpc.service=protos.Endorser grpc.method=ProcessProposal grpc.peer_address=172.22.0.1:54046 grpc.code=OK grpc.call_duration=889.162µs [8/15/2019 4:47:54 PM] [INFO] fabricvscodelocalfabric_peer0.org1.example.com|2019-08-15 20:47:54.821 UTC [endorser] callChaincode -> INFO 042 [][d591764e] Entry chaincode: name:"cscc" [8/15/2019 4:47:54 PM] [INFO] fabricvscodelocalfabric_peer0.org1.example.com|2019-08-15 20:47:54.822 UTC [endorser] callChaincode -> INFO 043 [][d591764e] Exit chaincode: name:"cscc" (0ms) [8/15/2019 4:47:54 PM] [INFO] fabricvscodelocalfabric_peer0.org1.example.com|2019-08-15 20:47:54.822 UTC [comm.grpc.server] 1 -> INFO 044 unary call completed grpc.service=protos.Endorser grpc.method=ProcessProposal grpc.peer_address=172.22.0.1:54046 grpc.code=OK grpc.call_duration=803.444µs [8/15/2019 4:47:54 PM] [INFO] fabricvscodelocalfabric_peer0.org1.example.com|2019-08-15 20:47:54.835 UTC [endorser] callChaincode -> INFO 045 [mychannel][04bc2025] Entry chaincode: name:"lscc" [8/15/2019 4:47:54 PM] [INFO] fabricvscodelocalfabric_couchdb|[notice] 2019-08-15T20:47:54.837571Z nonode@nohost <0.519.0> 7c74ffd8d2 couchdb:5984 172.22.0.6 undefined GET /mychannel_lscc 404 ok 1 [8/15/2019 4:47:55 PM] [INFO] fabricvscodelocalfabric_peer0.org1.example.com|2019-08-15 20:47:55.007 UTC [couchdb] CreateDatabaseIfNotExist -> INFO 046 Created state database mychannel_lscc [8/15/2019 4:47:55 PM] [INFO] fabricvscodelocalfabric_couchdb|[notice] 2019-08-15T20:47:55.007607Z nonode@nohost <0.519.0> a8e3cc9661 couchdb:5984 172.22.0.6 undefined PUT /mychannel_lscc 201 ok 170 [8/15/2019 4:47:55 PM] [INFO] fabricvscodelocalfabric_couchdb|[notice] 2019-08-15T20:47:55.010660Z nonode@nohost <0.519.0> 8ed3bf505f couchdb:5984 172.22.0.6 undefined GET /mychannel_lscc/_all_docs?attachments=true&include_docs=true&inclusive_end=false&limit=1001&startkey=%22%5Cu0001%22 200 ok 2 [8/15/2019 4:47:55 PM] [INFO] fabricvscodelocalfabric_peer0.org1.example.com|2019-08-15 20:47:55.011 UTC [endorser] callChaincode -> INFO 047 [mychannel][04bc2025] Exit chaincode: name:"lscc" (175ms) [8/15/2019 4:47:55 PM] [INFO] fabricvscodelocalfabric_peer0.org1.example.com|2019-08-15 20:47:55.011 UTC [comm.grpc.server] 1 -> INFO 048 unary call completed grpc.service=protos.Endorser grpc.method=ProcessProposal grpc.peer_address=172.22.0.1:54046 grpc.code=OK grpc.call_duration=176.830672ms [8/15/2019 4:47:56 PM] [INFO] fabricvscodelocalfabric_peer0.org1.example.com|2019-08-15 20:47:56.420 UTC [endorser] callChaincode -> INFO 049 [][5941887b] Entry chaincode: name:"lscc" [8/15/2019 4:47:56 PM] [INFO] fabricvscodelocalfabric_peer0.org1.example.com|2019-08-15 20:47:56.420 UTC [endorser] callChaincode -> INFO 04a [][5941887b] Exit chaincode: name:"lscc" (0ms) [8/15/2019 4:47:56 PM] [INFO] fabricvscodelocalfabric_peer0.org1.example.com|2019-08-15 20:47:56.420 UTC [comm.grpc.server] 1 -> INFO 04b unary call completed grpc.service=protos.Endorser grpc.method=ProcessProposal grpc.peer_address=172.22.0.1:54046 grpc.code=OK grpc.call_duration=929.815µs [8/15/2019 4:47:59 PM] [INFO] fabricvscodelocalfabric_peer0.org1.example.com|2019-08-15 20:47:59.476 UTC [endorser] callChaincode -> INFO 04c [][0457b517] Entry chaincode: name:"lscc" [8/15/2019 4:47:59 PM] [INFO] fabricvscodelocalfabric_peer0.org1.example.com|2019-08-15 20:47:59.479 UTC [lscc] executeInstall -> INFO 04d Installed Chaincode [demofour] Version [0.0.1] to peer [8/15/2019 4:47:59 PM] [INFO] fabricvscodelocalfabric_couchdb|[notice] 2019-08-15T20:47:59.479656Z nonode@nohost <0.519.0> c68d9b6221 couchdb:5984 172.22.0.6 undefined GET /mychannel_lscc/demofour?attachments=true 404 ok 1 [8/15/2019 4:47:59 PM] [INFO] fabricvscodelocalfabric_peer0.org1.example.com|2019-08-15 20:47:59.479 UTC [endorser] callChaincode -> INFO 04e [][0457b517] Exit chaincode: name:"lscc" (4ms) [8/15/2019 4:47:59 PM] [INFO] fabricvscodelocalfabric_peer0.org1.example.com|2019-08-15 20:47:59.480 UTC [comm.grpc.server] 1 -> INFO 04f unary call completed grpc.service=protos.Endorser grpc.method=ProcessProposal grpc.peer_address=172.22.0.1:54046 grpc.code=OK grpc.call_duration=4.515898ms [8/15/2019 4:47:59 PM] [INFO] fabricvscodelocalfabric_peer0.org1.example.com|2019-08-15 20:47:59.726 UTC [endorser] callChaincode -> INFO 050 [][5375109e] Entry chaincode: name:"cscc" [8/15/2019 4:47:59 PM] [INFO] fabricvscodelocalfabric_peer0.org1.example.com|2019-08-15 20:47:59.726 UTC [endorser] callChaincode -> INFO 051 [][937b84eb] Entry chaincode: name:"lscc" [8/15/2019 4:47:59 PM] [INFO] fabricvscodelocalfabric_peer0.org1.example.com|2019-08-15 20:47:59.727 UTC [endorser] callChaincode -> INFO 052 [][5375109e] Exit chaincode: name:"cscc" (0ms) [8/15/2019 4:47:59 PM] [INFO] fabricvscodelocalfabric_peer0.org1.example.com|2019-08-15 20:47:59.727 UTC [comm.grpc.server] 1 -> INFO 053 unary call completed grpc.service=protos.Endorser grpc.method=ProcessProposal grpc.peer_address=172.22.0.1:54046 grpc.code=OK grpc.call_duration=816.756µs [8/15/2019 4:47:59 PM] [INFO] fabricvscodelocalfabric_peer0.org1.example.com|2019-08-15 20:47:59.727 UTC [endorser] callChaincode -> INFO 054 [][937b84eb] Exit chaincode: name:"lscc" (1ms) [8/15/2019 4:47:59 PM] [INFO] fabricvscodelocalfabric_peer0.org1.example.com|2019-08-15 20:47:59.727 UTC [comm.grpc.server] 1 -> INFO 055 unary call completed grpc.service=protos.Endorser grpc.method=ProcessProposal grpc.peer_address=172.22.0.1:54046 grpc.code=OK grpc.call_duration=1.383117ms [8/15/2019 4:47:59 PM] [INFO] fabricvscodelocalfabric_peer0.org1.example.com|2019-08-15 20:47:59.749 UTC [endorser] callChaincode -> INFO 056 [mychannel][f3d77919] Entry chaincode: name:"lscc" [8/15/2019 4:47:59 PM] [INFO] fabricvscodelocalfabric_peer0.org1.example.com|2019-08-15 20:47:59.751 UTC [endorser] callChaincode -> INFO 057 [mychannel][f3d77919] Exit chaincode: name:"lscc" (3ms) [8/15/2019 4:47:59 PM] [INFO] fabricvscodelocalfabric_couchdb|[notice] 2019-08-15T20:47:59.751838Z nonode@nohost <0.519.0> b051f3e732 couchdb:5984 172.22.0.6 undefined GET /mychannel_lscc/_all_docs?attachments=true&include_docs=true&inclusive_end=false&limit=1001&startkey=%22%5Cu0001%22 200 ok 2 [8/15/2019 4:47:59 PM] [INFO] fabricvscodelocalfabric_peer0.org1.example.com|2019-08-15 20:47:59.752 UTC [comm.grpc.server] 1 -> INFO 058 unary call completed grpc.service=protos.Endorser grpc.method=ProcessProposal grpc.peer_address=172.22.0.1:54046 grpc.code=OK grpc.call_duration=3.48556ms [8/15/2019 4:47:59 PM] [INFO] fabricvscodelocalfabric_peer0.org1.example.com|2019-08-15 20:47:59.790 UTC [gossip.election] beLeader -> INFO 059 e60e10e312d1392b42b330c993abce1b61529772525e6d028286fdabc8cd31f7 : Becoming a leader [8/15/2019 4:47:59 PM] [INFO] fabricvscodelocalfabric_peer0.org1.example.com|2019-08-15 20:47:59.790 UTC [gossip.service] func1 -> INFO 05a Elected as a leader, starting delivery service for channel mychannel [8/15/2019 4:47:59 PM] [INFO] fabricvscodelocalfabric_peer0.org1.example.com|2019-08-15 20:47:59.795 UTC [gossip.privdata] StoreBlock -> INFO 05b [mychannel] Received block [1] from buffer [8/15/2019 4:47:59 PM] [INFO] fabricvscodelocalfabric_peer0.org1.example.com|2019-08-15 20:47:59.799 UTC [gossip.gossip] JoinChan -> INFO 05c Joining gossip network of channel mychannel with 1 organizations [8/15/2019 4:47:59 PM] [INFO] fabricvscodelocalfabric_peer0.org1.example.com|2019-08-15 20:47:59.799 UTC [gossip.gossip] learnAnchorPeers -> INFO 05d Learning about the configured anchor peers of Org1MSP for channel mychannel : [{peer0.org1.example.com 17051}] [8/15/2019 4:47:59 PM] [INFO] fabricvscodelocalfabric_peer0.org1.example.com|2019-08-15 20:47:59.799 UTC [gossip.gossip] learnAnchorPeers -> INFO 05e Anchor peer with same endpoint, skipping connecting to myself [8/15/2019 4:47:59 PM] [INFO] fabricvscodelocalfabric_peer0.org1.example.com|2019-08-15 20:47:59.800 UTC [committer.txvalidator] Validate -> INFO 05f [mychannel] Validated block [1] in 4ms [8/15/2019 4:48:00 PM] [INFO] fabricvscodelocalfabriccouchdb|[notice] 2019-08-15T20:48:00.008017Z nonode@nohost <0.519.0> ee2c468428 couchdb:5984 172.22.0.6 undefined POST /mychannel/_all_docs?include_docs=true 200 ok 2 [8/15/2019 4:48:00 PM] [INFO] fabricvscodelocalfabriccouchdb|[notice] 2019-08-15T20:48:00.011535Z nonode@nohost <0.519.0> 6b141deebb couchdb:5984 172.22.0.6 undefined POST /mychannel/_bulk_docs 201 ok 3 [8/15/2019 4:48:00 PM] [INFO] fabricvscodelocalfabriccouchdb|[notice] 2019-08-15T20:48:00.012205Z nonode@nohost <0.519.0> d44755fed0 couchdb:5984 172.22.0.6 undefined POST /mychannel/_ensure_full_commit 201 ok 0 [8/15/2019 4:48:00 PM] [INFO] fabricvscodelocalfabriccouchdb|[notice] 2019-08-15T20:48:00.013415Z nonode@nohost <0.413.0> 3cef01df2b couchdb:5984 172.22.0.6 undefined GET /mychannel/_index 200 ok 0 [8/15/2019 4:48:00 PM] [INFO] fabricvscodelocalfabriccouchdb|[notice] 2019-08-15T20:48:00.013413Z nonode@nohost <0.519.0> e540084c37 couchdb:5984 172.22.0.6 undefined GET /mychannel/statedb_savepoint?attachments=true 200 ok 1 [8/15/2019 4:48:00 PM] [INFO] fabricvscodelocalfabriccouchdb|[notice] 2019-08-15T20:48:00.015151Z nonode@nohost <0.519.0> 24b14f4af4 couchdb:5984 172.22.0.6 undefined PUT /mychannel/statedb_savepoint 201 ok 1 [8/15/2019 4:48:00 PM] [INFO] fabricvscodelocalfabric_peer0.org1.example.com|2019-08-15 20:48:00.064 UTC [kvledger] CommitWithPvtData -> INFO 060 [mychannel] Committed block [1] with 1 transaction(s) in 263ms (state_validation=0ms block_and_pvtdata_commit=204ms state_commit=9ms) commitHash=[47dc540c94ceb704a23875c11273e16bb0b8a87aed84de911f2133568115f254] [8/15/2019 4:48:00 PM] [INFO] fabricvscodelocalfabric_peer0.org1.example.com|2019-08-15 20:48:00.946 UTC [endorser] callChaincode -> INFO 061 [][67adf9a8] Entry chaincode: name:"cscc" [8/15/2019 4:48:00 PM] [INFO] fabricvscodelocalfabric_peer0.org1.example.com|2019-08-15 20:48:00.946 UTC [endorser] callChaincode -> INFO 062 [][67adf9a8] Exit chaincode: name:"cscc" (0ms) [8/15/2019 4:48:00 PM] [INFO] fabricvscodelocalfabric_peer0.org1.example.com|2019-08-15 20:48:00.946 UTC [comm.grpc.server] 1 -> INFO 063 unary call completed grpc.service=protos.Endorser grpc.method=ProcessProposal grpc.peer_address=172.22.0.1:54046 grpc.code=OK grpc.call_duration=744.044µs [8/15/2019 4:48:00 PM] [INFO] fabricvscodelocalfabric_peer0.org1.example.com|2019-08-15 20:48:00.955 UTC [endorser] callChaincode -> INFO 064 [][df410590] Entry chaincode: name:"lscc" [8/15/2019 4:48:00 PM] [INFO] fabricvscodelocalfabric_peer0.org1.example.com|2019-08-15 20:48:00.955 UTC [endorser] callChaincode -> INFO 065 [][df410590] Exit chaincode: name:"lscc" (1ms) [8/15/2019 4:48:00 PM] [INFO] fabricvscodelocalfabric_peer0.org1.example.com|2019-08-15 20:48:00.955 UTC [comm.grpc.server] 1 -> INFO 066 unary call completed grpc.service=protos.Endorser grpc.method=ProcessProposal grpc.peer_address=172.22.0.1:54046 grpc.code=OK grpc.call_duration=1.021641ms [8/15/2019 4:48:00 PM] [INFO] fabricvscodelocalfabric_peer0.org1.example.com|2019-08-15 20:48:00.973 UTC [endorser] callChaincode -> INFO 067 [][274f418e] Entry chaincode: name:"cscc" [8/15/2019 4:48:00 PM] [INFO] fabricvscodelocalfabric_peer0.org1.example.com|2019-08-15 20:48:00.973 UTC [endorser] callChaincode -> INFO 068 [][274f418e] Exit chaincode: name:"cscc" (0ms) [8/15/2019 4:48:00 PM] [INFO] fabricvscodelocalfabric_peer0.org1.example.com|2019-08-15 20:48:00.973 UTC [comm.grpc.server] 1 -> INFO 069 unary call completed grpc.service=protos.Endorser grpc.method=ProcessProposal grpc.peer_address=172.22.0.1:54046 grpc.code=OK grpc.call_duration=844.27µs [8/15/2019 4:48:00 PM] [INFO] fabricvscodelocalfabric_peer0.org1.example.com|2019-08-15 20:48:00.989 UTC [endorser] callChaincode -> INFO 06a [mychannel][6ca0248e] Entry chaincode: name:"lscc" [8/15/2019 4:48:00 PM] [INFO] fabricvscodelocalfabric_couchdb|[notice] 2019-08-15T20:48:00.992196Z nonode@nohost <0.519.0> 96ec6f5935 couchdb:5984 172.22.0.6 undefined GET /mychannel_lscc/_all_docs?attachments=true&include_docs=true&inclusive_end=false&limit=1001&startkey=%22%5Cu0001%22 200 ok 2 [8/15/2019 4:48:00 PM] [INFO] fabricvscodelocalfabric_peer0.org1.example.com|2019-08-15 20:48:00.992 UTC [endorser] callChaincode -> INFO 06b [mychannel][6ca0248e] Exit chaincode: name:"lscc" (3ms) [8/15/2019 4:48:00 PM] [INFO] fabricvscodelocalfabric_peer0.org1.example.com|2019-08-15 20:48:00.992 UTC [comm.grpc.server] 1 -> INFO 06c unary call completed grpc.service=protos.Endorser grpc.method=ProcessProposal grpc.peer_address=172.22.0.1:54046 grpc.code=OK grpc.call_duration=3.90317ms [8/15/2019 4:48:02 PM] [INFO] fabricvscodelocalfabric_couchdb|[notice] 2019-08-15T20:48:02.469199Z nonode@nohost <0.261.0> -------- rexi_server : cluster stable [8/15/2019 4:48:02 PM] [INFO] fabricvscodelocalfabric_couchdb|[notice] 2019-08-15T20:48:02.470149Z nonode@nohost <0.264.0> -------- rexi_buffer : cluster stable [8/15/2019 4:48:05 PM] [INFO] fabricvscodelocalfabric_peer0.org1.example.com|2019-08-15 20:48:05.195 UTC [endorser] callChaincode -> INFO 06d [][bc057875] Entry chaincode: name:"lscc" [8/15/2019 4:48:05 PM] [INFO] fabricvscodelocalfabric_peer0.org1.example.com|2019-08-15 20:48:05.196 UTC [endorser] callChaincode -> INFO 06e [][bc057875] Exit chaincode: name:"lscc" (1ms) [8/15/2019 4:48:05 PM] [INFO] fabricvscodelocalfabric_peer0.org1.example.com|2019-08-15 20:48:05.196 UTC [comm.grpc.server] 1 -> INFO 06f unary call completed grpc.service=protos.Endorser grpc.method=ProcessProposal grpc.peer_address=172.22.0.1:54046 grpc.code=OK grpc.call_duration=1.156745ms [8/15/2019 4:48:05 PM] [INFO] fabricvscodelocalfabric_peer0.org1.example.com|2019-08-15 20:48:05.205 UTC [endorser] callChaincode -> INFO 070 [mychannel][c15439b8] Entry chaincode: name:"lscc" [8/15/2019 4:48:05 PM] [INFO] fabricvscodelocalfabric_peer0.org1.example.com|2019-08-15 20:48:05.207 UTC [endorser] callChaincode -> INFO 071 [mychannel][c15439b8] Exit chaincode: name:"lscc" (2ms) [8/15/2019 4:48:05 PM] [INFO] fabricvscodelocalfabric_peer0.org1.example.com|2019-08-15 20:48:05.207 UTC [comm.grpc.server] 1 -> INFO 072 unary call completed grpc.service=protos.Endorser grpc.method=ProcessProposal grpc.peer_address=172.22.0.1:54046 grpc.code=OK grpc.call_duration=3.0542ms [8/15/2019 4:48:05 PM] [INFO] fabricvscodelocalfabric_couchdb|[notice] 2019-08-15T20:48:05.207711Z nonode@nohost <0.519.0> b7bb32702b couchdb:5984 172.22.0.6 undefined GET /mychannel_lscc/_all_docs?attachments=true&include_docs=true&inclusive_end=false&limit=1001&startkey=%22%5Cu0001%22 200 ok 1 [8/15/2019 4:48:05 PM] [INFO] fabricvscodelocalfabric_peer0.org1.example.com|2019-08-15 20:48:05.220 UTC [endorser] callChaincode -> INFO 073 [mychannel][dde2b9fe] Entry chaincode: name:"cscc" [8/15/2019 4:48:05 PM] [INFO] fabricvscodelocalfabric_peer0.org1.example.com|2019-08-15 20:48:05.220 UTC [endorser] callChaincode -> INFO 074 [mychannel][dde2b9fe] Exit chaincode: name:"cscc" (1ms) [8/15/2019 4:48:05 PM] [INFO] fabricvscodelocalfabric_peer0.org1.example.com|2019-08-15 20:48:05.220 UTC [comm.grpc.server] 1 -> INFO 075 unary call completed grpc.service=protos.Endorser grpc.method=ProcessProposal grpc.peer_address=172.22.0.1:54046 grpc.code=OK grpc.call_duration=1.366037ms [8/15/2019 4:48:05 PM] [INFO] fabricvscodelocalfabric_peer0.org1.example.com|2019-08-15 20:48:05.244 UTC [endorser] callChaincode -> INFO 076 [mychannel][8c53a8ec] Entry chaincode: name:"lscc" [8/15/2019 4:48:05 PM] [INFO] fabricvscodelocalfabric_couchdb|[notice] 2019-08-15T20:48:05.245809Z nonode@nohost <0.519.0> 36e59924af couchdb:5984 172.22.0.6 undefined GET /mychannel_lscc/demofour?attachments=true 404 ok 1 [8/15/2019 4:56:09 PM] [INFO] vigilant_kepler|npm WARN demofour@0.0.1 No repository field. [8/15/2019 4:56:09 PM] [INFO] vigilant_kepler| [8/15/2019 4:56:09 PM] [INFO] vigilant_kepler|npm ERR! code EAI_AGAIN [8/15/2019 4:56:09 PM] [INFO] vigilant_kepler|npm ERR! errno EAI_AGAIN [8/15/2019 4:56:09 PM] [INFO] vigilant_kepler|npm ERR! request to https://registry.npmjs.org/@types/node/-/node-8.10.51.tgz failed, reason: getaddrinfo EAI_AGAIN registry.npmjs.org:443 [8/15/2019 4:56:49 PM] [INFO] vigilant_kepler| [8/15/2019 4:56:49 PM] [INFO] vigilant_kepler|npm ERR! A complete log of this run can be found in: [8/15/2019 4:56:49 PM] [INFO] vigilant_kepler|npm ERR! /root/.npm/_logs/2019-08-15T20_56_09_537Z-debug.log [8/15/2019 4:56:50 PM] [INFO] fabricvscodelocalfabric_peer0.org1.example.com|2019-08-15 20:56:50.967 UTC [chaincode.platform] func1 -> ERRO 077 Failed to generate platform-specific docker build: Error returned from build: 1 "npm WARN demofour@0.0.1 No repository field. [8/15/2019 4:56:50 PM] [INFO] fabricvscodelocalfabric_peer0.org1.example.com| [8/15/2019 4:56:50 PM] [INFO] fabricvscodelocalfabric_peer0.org1.example.com|npm ERR! code EAI_AGAIN [8/15/2019 4:56:50 PM] [INFO] fabricvscodelocalfabric_peer0.org1.example.com|npm ERR! errno EAI_AGAIN [8/15/2019 4:56:50 PM] [INFO] fabricvscodelocalfabric_peer0.org1.example.com|npm ERR! request to https://registry.npmjs.org/@types/node/-/node-8.10.51.tgz failed, reason: getaddrinfo EAI_AGAIN registry.npmjs.org:443 [8/15/2019 4:56:50 PM] [INFO] fabricvscodelocalfabric_peer0.org1.example.com| [8/15/2019 4:56:50 PM] [INFO] fabricvscodelocalfabric_peer0.org1.example.com|npm ERR! A complete log of this run can be found in: [8/15/2019 4:56:50 PM] [INFO] fabricvscodelocalfabric_peer0.org1.example.com|npm ERR! /root/.npm/_logs/2019-08-15T20_56_09_537Z-debug.log [8/15/2019 4:56:50 PM] [INFO] fabricvscodelocalfabric_peer0.org1.example.com|" [8/15/2019 4:56:50 PM] [INFO] fabricvscodelocalfabric_peer0.org1.example.com|2019-08-15 20:56:50.967 UTC [dockercontroller] deployImage -> ERRO 078 Error building image: Failed to generate platform-specific docker build: Error returned from build: 1 "npm WARN demofour@0.0.1 No repository field. [8/15/2019 4:56:50 PM] [INFO] fabricvscodelocalfabric_peer0.org1.example.com| [8/15/2019 4:56:50 PM] [INFO] fabricvscodelocalfabric_peer0.org1.example.com|npm ERR! code EAI_AGAIN [8/15/2019 4:56:50 PM] [INFO] fabricvscodelocalfabric_peer0.org1.example.com|npm ERR! errno EAI_AGAIN [8/15/2019 4:56:50 PM] [INFO] fabricvscodelocalfabric_peer0.org1.example.com|npm ERR! request to https://registry.npmjs.org/@types/node/-/node-8.10.51.tgz failed, reason: getaddrinfo EAI_AGAIN registry.npmjs.org:443 [8/15/2019 4:56:50 PM] [INFO] fabricvscodelocalfabric_peer0.org1.example.com| [8/15/2019 4:56:50 PM] [INFO] fabricvscodelocalfabric_peer0.org1.example.com|npm ERR! A complete log of this run can be found in: [8/15/2019 4:56:50 PM] [INFO] fabricvscodelocalfabric_peer0.org1.example.com|npm ERR! /root/.npm/_logs/2019-08-15T20_56_09_537Z-debug.log [8/15/2019 4:56:50 PM] [INFO] fabricvscodelocalfabric_peer0.org1.example.com|" [8/15/2019 4:56:50 PM] [INFO] fabricvscodelocalfabric_peer0.org1.example.com|2019-08-15 20:56:50.968 UTC [dockercontroller] deployImage -> ERRO 079 Build Output: [8/15/2019 4:56:50 PM] [INFO] fabricvscodelocalfabric_peer0.org1.example.com|**** [8/15/2019 4:56:50 PM] [INFO] fabricvscodelocalfabric_peer0.org1.example.com| [8/15/2019 4:56:50 PM] [INFO] fabricvscodelocalfabric_peer0.org1.example.com|**** [8/15/2019 4:56:50 PM] [INFO] fabricvscodelocalfabric_peer0.org1.example.com|2019-08-15 20:56:50.969 UTC [endorser] callChaincode -> INFO 07a [mychannel][8c53a8ec] Exit chaincode: name:"lscc" (525725ms) [8/15/2019 4:56:50 PM] [INFO] fabricvscodelocalfabric_peer0.org1.example.com|2019-08-15 20:56:50.969 UTC [endorser] SimulateProposal -> ERRO 07b [mychannel][8c53a8ec] failed to invoke chaincode name:"lscc" , error: timeout expired while starting chaincode demofour:0.0.1 for transaction [8/15/2019 4:56:50 PM] [INFO] fabricvscodelocalfabric_peer0.org1.example.com|github.com/hyperledger/fabric/core/chaincode.(RuntimeLauncher).Launch [8/15/2019 4:56:50 PM] [INFO] fabricvscodelocalfabric_peer0.org1.example.com| /opt/gopath/src/github.com/hyperledger/fabric/core/chaincode/runtime_launcher.go:75 [8/15/2019 4:56:50 PM] [INFO] fabricvscodelocalfabric_peer0.org1.example.com|github.com/hyperledger/fabric/core/chaincode.(ChaincodeSupport).LaunchInit [8/15/2019 4:56:50 PM] [INFO] fabricvscodelocalfabric_peer0.org1.example.com| /opt/gopath/src/github.com/hyperledger/fabric/core/chaincode/chaincode_support.go:130 [8/15/2019 4:56:50 PM] [INFO] fabricvscodelocalfabric_peer0.org1.example.com|github.com/hyperledger/fabric/core/chaincode.(ChaincodeSupport).ExecuteLegacyInit [8/15/2019 4:56:50 PM] [INFO] fabricvscodelocalfabric_peer0.org1.example.com| /opt/gopath/src/github.com/hyperledger/fabric/core/chaincode/chaincode_support.go:222 [8/15/2019 4:56:50 PM] [INFO] fabricvscodelocalfabric_peer0.org1.example.com|github.com/hyperledger/fabric/core/endorser.(SupportImpl).ExecuteLegacyInit [8/15/2019 4:56:50 PM] [INFO] fabricvscodelocalfabric_peer0.org1.example.com| /opt/gopath/src/github.com/hyperledger/fabric/core/endorser/support.go:131 [8/15/2019 4:56:50 PM] [INFO] fabricvscodelocalfabric_peer0.org1.example.com|github.com/hyperledger/fabric/core/endorser.(Endorser).callChaincode [8/15/2019 4:56:50 PM] [INFO] fabricvscodelocalfabric_peer0.org1.example.com| /opt/gopath/src/github.com/hyperledger/fabric/core/endorser/endorser.go:183 [8/15/2019 4:56:50 PM] [INFO] fabricvscodelocalfabric_peer0.org1.example.com|github.com/hyperledger/fabric/core/endorser.(Endorser).SimulateProposal [8/15/2019 4:56:50 PM] [INFO] fabricvscodelocalfabric_peer0.org1.example.com| /opt/gopath/src/github.com/hyperledger/fabric/core/endorser/endorser.go:247 [8/15/2019 4:56:50 PM] [INFO] fabricvscodelocalfabric_peer0.org1.example.com|github.com/hyperledger/fabric/core/endorser.(Endorser).ProcessProposal [8/15/2019 4:56:50 PM] [INFO] fabricvscodelocalfabric_peer0.org1.example.com| /opt/gopath/src/github.com/hyperledger/fabric/core/endorser/endorser.go:500 [8/15/2019 4:56:50 PM] [INFO] fabricvscodelocalfabric_peer0.org1.example.com|github.com/hyperledger/fabric/core/handlers/auth/filter.(expirationCheckFilter).ProcessProposal [8/15/2019 4:56:50 PM] [INFO] fabricvscodelocalfabric_peer0.org1.example.com| /opt/gopath/src/github.com/hyperledger/fabric/core/handlers/auth/filter/expiration.go:61 [8/15/2019 4:56:50 PM] [INFO] fabricvscodelocalfabric_peer0.org1.example.com|github.com/hyperledger/fabric/core/handlers/auth/filter.(filter).ProcessProposal [8/15/2019 4:56:50 PM] [INFO] fabricvscodelocalfabric_peer0.org1.example.com| /opt/gopath/src/github.com/hyperledger/fabric/core/handlers/auth/filter/filter.go:32 [8/15/2019 4:56:50 PM] [INFO] fabricvscodelocalfabric_peer0.org1.example.com|github.com/hyperledger/fabric/protos/peer._Endorser_ProcessProposal_Handler.func1 [8/15/2019 4:56:50 PM] [INFO] fabricvscodelocalfabric_peer0.org1.example.com| /opt/gopath/src/github.com/hyperledger/fabric/protos/peer/peer.pb.go:169 [8/15/2019 4:56:50 PM] [INFO] fabricvscodelocalfabric_peer0.org1.example.com|github.com/hyperledger/fabric/vendor/github.com/grpc-ecosystem/go-grpc-middleware.ChainUnaryServer.func1.1 [8/15/2019 4:56:50 PM] [INFO] fabricvscodelocalfabric_peer0.org1.example.com| /opt/gopath/src/github.com/hyperledger/fabric/vendor/github.com/grpc-ecosystem/go-grpc-middleware/chain.go:31 [8/15/2019 4:56:50 PM] [INFO] fabricvscodelocalfabric_peer0.org1.example.com|github.com/hyperledger/fabric/core/comm.(Throttle).UnaryServerIntercptor [8/15/2019 4:56:50 PM] [INFO] fabricvscodelocalfabric_peer0.org1.example.com| /opt/gopath/src/github.com/hyperledger/fabric/core/comm/throttle.go:54 [8/15/2019 4:56:50 PM] [INFO] fabricvscodelocalfabric_peer0.org1.example.com|github.com/hyperledger/fabric/core/comm.(Throttle).UnaryServerIntercptor-fm [8/15/2019 4:56:50 PM] [INFO] fabricvscodelocalfabric_peer0.org1.example.com| /opt/gopath/src/github.com/hyperledger/fabric/peer/node/start.go:228 [8/15/2019 4:56:50 PM] [INFO] fabricvscodelocalfabric_peer0.org1.example.com|github.com/hyperledger/fabric/vendor/github.com/grpc-ecosystem/go-grpc-middleware.ChainUnaryServer.func1.1 [8/15/2019 4:56:50 PM] [INFO] fabricvscodelocalfabric_peer0.org1.example.com| /opt/gopath/src/github.com/hyperledger/fabric/vendor/github.com/grpc-ecosystem/go-grpc-middleware/chain.go:34 [8/15/2019 4:56:50 PM] [INFO] fabricvscodelocalfabric_peer0.org1.example.com|github.com/hyperledger/fabric/common/grpclogging.UnaryServerInterceptor.func1 [8/15/2019 4:56:50 PM] [INFO] fabricvscodelocalfabric_peer0.org1.example.com| /opt/gopath/src/github.com/hyperledger/fabric/common/grpclogging/server.go:91 [8/15/2019 4:56:50 PM] [INFO] fabricvscodelocalfabric_peer0.org1.example.com|github.com/hyperledger/fabric/vendor/github.com/grpc-ecosystem/go-grpc-middleware.ChainUnaryServer.func1.1 [8/15/2019 4:56:50 PM] [INFO] fabricvscodelocalfabric_peer0.org1.example.com| /opt/gopath/src/github.com/hyperledger/fabric/vendor/github.com/grpc-ecosystem/go-grpc-middleware/chain.go:34 [8/15/2019 4:56:50 PM] [INFO] fabricvscodelocalfabric_peer0.org1.example.com|github.com/hyperledger/fabric/common/grpcmetrics.UnaryServerInterceptor.func1 [8/15/2019 4:56:50 PM] [INFO] fabricvscodelocalfabric_peer0.org1.example.com| /opt/gopath/src/github.com/hyperledger/fabric/common/grpcmetrics/interceptor.go:30 [8/15/2019 4:56:50 PM] [INFO] fabricvscodelocalfabric_peer0.org1.example.com|github.com/hyperledger/fabric/vendor/github.com/grpc-ecosystem/go-grpc-middleware.ChainUnaryServer.func1 [8/15/2019 4:56:50 PM] [INFO] fabricvscodelocalfabric_peer0.org1.example.com| /opt/gopath/src/github.com/hyperledger/fabric/vendor/github.com/grpc-ecosystem/go-grpc-middleware/chain.go:39 [8/15/2019 4:56:50 PM] [INFO] fabricvscodelocalfabric_peer0.org1.example.com|github.com/hyperledger/fabric/protos/peer._Endorser_ProcessProposal_Handler [8/15/2019 4:56:50 PM] [INFO] fabricvscodelocalfabric_peer0.org1.example.com| /opt/gopath/src/github.com/hyperledger/fabric/protos/peer/peer.pb.go:171 [8/15/2019 4:56:50 PM] [INFO] fabricvscodelocalfabric_peer0.org1.example.com|github.com/hyperledger/fabric/vendor/google.golang.org/grpc.(Server).processUnaryRPC [8/15/2019 4:56:50 PM] [INFO] fabricvscodelocalfabric_peer0.org1.example.com| /opt/gopath/src/github.com/hyperledger/fabric/vendor/google.golang.org/grpc/server.go:982 [8/15/2019 4:56:50 PM] [INFO] fabricvscodelocalfabric_peer0.org1.example.com|github.com/hyperledger/fabric/vendor/google.golang.org/grpc.(Server).handleStream [8/15/2019 4:56:50 PM] [INFO] fabricvscodelocalfabric_peer0.org1.example.com| /opt/gopath/src/github.com/hyperledger/fabric/vendor/google.golang.org/grpc/server.go:1208 [8/15/2019 4:56:50 PM] [INFO] fabricvscodelocalfabric_peer0.org1.example.com|github.com/hyperledger/fabric/vendor/google.golang.org/grpc.(Server).serveStreams.func1.1 [8/15/2019 4:56:50 PM] [INFO] fabricvscodelocalfabric_peer0.org1.example.com| /opt/gopath/src/github.com/hyperledger/fabric/vendor/google.golang.org/grpc/server.go:686 [8/15/2019 4:56:50 PM] [INFO] fabricvscodelocalfabric_peer0.org1.example.com|runtime.goexit [8/15/2019 4:56:50 PM] [INFO] fabricvscodelocalfabric_peer0.org1.example.com| /opt/go/src/runtime/asm_amd64.s:1333 [8/15/2019 4:56:50 PM] [INFO] fabricvscodelocalfabric_peer0.org1.example.com|2019-08-15 20:56:50.969 UTC [comm.grpc.server] 1 -> INFO 07c unary call completed grpc.service=protos.Endorser grpc.method=ProcessProposal grpc.peer_address=172.22.0.1:54046 grpc.code=OK grpc.call_duration=8m45.726095963s

amanalip commented 4 years ago

I have installed all the essential requirements for running it.
Can you help me out with this. Thank you in advance.

ashishchandr70 commented 4 years ago

It appears that the docker container is having issues getting to registry.npmjs.org. Are you behind a corporate proxy, or some other type of proxy?

We have had similar issues and the solution (at least for node based contracts) is to put your .npmrc in the same folder as the index.js (or server.js) file from where the application would start.

Hope this helps.

amanalip commented 4 years ago

Hello Ashish, Thank you for the response.

  1. I am not using any corporate's proxy or any other kind of proxy. 2.The thing is I am not using any web app in my project. I am just trying to instantiate the contract which I had learned from this tutorial ( https://developer.ibm.com/tutorials/ibm-blockchain-platform-vscode-smart-contract/ ).
ashishchandr70 commented 4 years ago

Ok @amanali1896. From my own experience of using the IBP extension, I would suggest you to try this approach (it requires you to access the container directly and execute some commands).

https://github.com/IBM-Blockchain/blockchain-vscode-extension/issues/962#issuecomment-491789075

If your commands fail from within the container, then something is off with your npmrc file or your internet access. You can try this and see if this helps. Else, there are others here that will be able to help.

cazfletch commented 4 years ago

This looks like a network issue. When you instantiate a smart contract written in Node, an npm install happens, to do this the docker container must be able to access npm. This is the relevant bit from the logs [8/15/2019 4:56:50 PM] [INFO] fabricvscodelocalfabric_peer0.org1.example.com|npm ERR! request to https://registry.npmjs.org/@types/node/-/node-8.10.51.tgz failed, reason: getaddrinfo EAI_AGAIN registry.npmjs.org:443

amanalip commented 4 years ago

I am connected to the normal college network using a LAN cable without any proxy settings. Is there any special proxy settings that are required to solve this? I am quite confused here. Thank you for clarifying my doubt.

cazfletch commented 4 years ago

Have you tried this multiple times? The error is that it can't connect to npm

amanalip commented 4 years ago

I have tried it multiple times. My npm version is 5.6.0 . I have installed that version is that is what was required to run hyperledger fabric locally.

I have just tried it again after updating the npm to version 6.10.3 It did not help.

ashishchandr70 commented 4 years ago

Did you try what was suggested earlier?

https://github.com/IBM-Blockchain/blockchain-vscode-extension/issues/1308#issuecomment-521842678

amanalip commented 4 years ago

Yes, I did try it. At the second step, that was mentioned in the comment, I am getting this issue : rl: (6) Could not resolve host: nodejs.org i.e when I type " curl -O https://nodejs.org/download/release/v8.11.3/node-v8.11.3-headers.tar.gz " Thank you for your help.

cazfletch commented 4 years ago

@amanali1896 so when you try the above command on the command line that doesn't work either?

davidkel commented 4 years ago

@amanali1896 EAI_AGAIN means that npm cannot resolve the hostname registry.npmjs.org. And in the above it looks like you are having problems resolving nodejs.org as well. You say you are using ubuntu, is that in a virtual machine or are you running it natively ? The problem is with how your ubuntu networking is setup for domain name resolution by the sounds of it.

amanalip commented 4 years ago

@cazfletch No, the command did not work.

amanalip commented 4 years ago

@davidkel I am not running ubuntu from a virtual machine. I am running it natively installed on a desktop computer.

cazfletch commented 4 years ago

If that command didn’t work from the command line it sounds like you definitely have a networking problem

Closing as not a extension issue

ahsan541 commented 4 years ago

In my case, I have solved the issue =Error instantiating smart contract: REQUEST_TIMEOUT by changing the port number in file /home/user/.fabricvscode/environments/social/nodes/Org1org1peer1.json 1 /////////////////////////////////////////////////////// "api_url": "grpc://localhost:17095", "chaincode_url": "grpc://localhost:17092", //////////////////////////////////////////////////////////////////

/////////////////////change it to port number on which couchdb run////////////////////////// in my case couch db run on port number 17091

"api_url": "grpc://localhost:17091" "chaincode_url": "grpc://localhost:17091", after 2

magiceddy commented 4 years ago

For me the problem was the peer json configuration under .fabricvscode/environments/social/nodes/

docker ps and check the ports on peer container. I have two ports 17071 and 17073.

Into the JSON file I change the chaincode_url from grpc://localhost:17071 to grpc://localhost:17073. Now all works.

aravind1999 commented 4 years ago

not able to add smart contract in the instantiate in fabric environment of IBM block chain platfrom. how do i resolve the problem OUTPUT: [6/6/2020 7:21:03 PM] [INFO] 1OrgLocalFabric_peer0.org1.example.com|2020-06-06 13:51:03.630 UTC [endorser] callChaincode -> INFO 044 [][d07e391c] Entry chaincode: name:"cscc" [6/6/2020 7:21:03 PM] [INFO] 1OrgLocalFabric_peer0.org1.example.com|2020-06-06 13:51:03.631 UTC [endorser] callChaincode -> INFO 045 [][d07e391c] Exit chaincode: name:"cscc" (1ms) [6/6/2020 7:21:03 PM] [INFO] 1OrgLocalFabric_peer0.org1.example.com|2020-06-06 13:51:03.631 UTC [comm.grpc.server] 1 -> INFO 046 unary call completed grpc.service=protos.Endorser grpc.method=ProcessProposal grpc.peer_address=172.18.0.1:47500 grpc.code=OK grpc.call_duration=1.53513ms [6/6/2020 7:31:00 PM] [INFO] 1OrgLocalFabric_peer0.org1.example.com|2020-06-06 14:01:00.080 UTC [endorser] callChaincode -> INFO 047 [][246764eb] Entry chaincode: name:"lscc" [6/6/2020 7:31:00 PM] [INFO] 1OrgLocalFabric_peer0.org1.example.com|2020-06-06 14:01:00.082 UTC [endorser] callChaincode -> INFO 048 [][246764eb] Exit chaincode: name:"lscc" (2ms) [6/6/2020 7:31:00 PM] [INFO] 1OrgLocalFabric_peer0.org1.example.com|2020-06-06 14:01:00.082 UTC [comm.grpc.server] 1 -> INFO 049 unary call completed grpc.service=protos.Endorser grpc.method=ProcessProposal grpc.peer_address=172.18.0.1:47500 grpc.code=OK grpc.call_duration=2.369163ms [6/6/2020 7:31:02 PM] [INFO] 1OrgLocalFabric_peer0.org1.example.com|2020-06-06 14:01:02.484 UTC [endorser] callChaincode -> INFO 04a [][a633a14b] Entry chaincode: name:"cscc" [6/6/2020 7:31:02 PM] [INFO] 1OrgLocalFabric_peer0.org1.example.com|2020-06-06 14:01:02.486 UTC [endorser] callChaincode -> INFO 04b [][a633a14b] Exit chaincode: name:"cscc" (1ms) [6/6/2020 7:31:02 PM] [INFO] 1OrgLocalFabric_peer0.org1.example.com|2020-06-06 14:01:02.486 UTC [comm.grpc.server] 1 -> INFO 04c unary call completed grpc.service=protos.Endorser grpc.method=ProcessProposal grpc.peer_address=172.18.0.1:47500 grpc.code=OK grpc.call_duration=4.855631ms [6/6/2020 7:31:02 PM] [INFO] 1OrgLocalFabric_peer0.org1.example.com|2020-06-06 14:01:02.576 UTC [endorser] callChaincode -> INFO 04d [][d2ebd8e6] Entry chaincode: name:"cscc" [6/6/2020 7:31:02 PM] [INFO] 1OrgLocalFabric_peer0.org1.example.com|2020-06-06 14:01:02.576 UTC [endorser] callChaincode -> INFO 04e [][d2ebd8e6] Exit chaincode: name:"cscc" (1ms) [6/6/2020 7:31:02 PM] [INFO] 1OrgLocalFabric_peer0.org1.example.com|2020-06-06 14:01:02.576 UTC [comm.grpc.server] 1 -> INFO 04f unary call completed grpc.service=protos.Endorser grpc.method=ProcessProposal grpc.peer_address=172.18.0.1:47500 grpc.code=OK grpc.call_duration=1.808626ms [6/6/2020 7:31:02 PM] [INFO] 1OrgLocalFabric_peer0.org1.example.com|2020-06-06 14:01:02.783 UTC [endorser] callChaincode -> INFO 050 [][73537219] Entry chaincode: name:"cscc" [6/6/2020 7:31:02 PM] [INFO] 1OrgLocalFabric_peer0.org1.example.com|2020-06-06 14:01:02.784 UTC [endorser] callChaincode -> INFO 051 [][73537219] Exit chaincode: name:"cscc" (1ms) [6/6/2020 7:31:02 PM] [INFO] 1OrgLocalFabric_peer0.org1.example.com|2020-06-06 14:01:02.784 UTC [comm.grpc.server] 1 -> INFO 052 unary call completed grpc.service=protos.Endorser grpc.method=ProcessProposal grpc.peer_address=172.18.0.1:47500 grpc.code=OK grpc.call_duration=3.573585ms [6/6/2020 7:31:02 PM] [INFO] 1OrgLocalFabric_peer0.org1.example.com|2020-06-06 14:01:02.977 UTC [endorser] callChaincode -> INFO 053 [][0e3a612c] Entry chaincode: name:"cscc" [6/6/2020 7:31:02 PM] [INFO] 1OrgLocalFabric_peer0.org1.example.com|2020-06-06 14:01:02.977 UTC [endorser] callChaincode -> INFO 054 [][0e3a612c] Exit chaincode: name:"cscc" (0ms) [6/6/2020 7:31:02 PM] [INFO] 1OrgLocalFabric_peer0.org1.example.com|2020-06-06 14:01:02.977 UTC [comm.grpc.server] 1 -> INFO 055 unary call completed grpc.service=protos.Endorser grpc.method=ProcessProposal grpc.peer_address=172.18.0.1:47500 grpc.code=OK grpc.call_duration=1.120558ms

akhand769 commented 3 years ago

I am also having the same error while instantiating my smart contract. But i can't understand how to perform the steps you guys have mentioned above pplease explain from start and how to resolve this problem. here is my output which i get after instantiating my smart-contract - [8/10/2020 2:39:12 am] [INFO] 1org_peer0.org1.example.com|2020-10-07 21:09:12.607 UTC [endorser] callChaincode -> INFO 0ae [mychannel][a6cbc10c] Exit chaincode: name:"lscc" (471ms) [8/10/2020 2:39:12 am] [INFO] 1org_couchdb0.org1.example.com|[notice] 2020-10-07T21:09:12.599177Z nonode@nohost <0.12842.10> ac663dcc46 couchdb0.org1.example.com:5984 172.19.0.4 undefined GET /mychannel_lscc/_all_docs?attachments=true&include_docs=true&inclusive_end=false&limit=1001&startkey=%22%5Cu0001%22 200 ok 160 [8/10/2020 2:39:12 am] [INFO] 1org_peer0.org1.example.com|2020-10-07 21:09:12.635 UTC [comm.grpc.server] 1 -> INFO 0af unary call completed grpc.service=protos.Endorser grpc.method=ProcessProposal grpc.peer_address=172.19.0.1:46704 grpc.code=OK grpc.call_duration=564.2406ms [8/10/2020 2:52:43 am] [INFO] 1org_peer0.org1.example.com|2020-10-07 21:22:43.879 UTC [endorser] callChaincode -> INFO 0b0 [][f6d30b56] Entry chaincode: name:"cscc" [8/10/2020 2:52:43 am] [INFO] 1org_peer0.org1.example.com|2020-10-07 21:22:43.881 UTC [endorser] callChaincode -> INFO 0b1 [][f6d30b56] Exit chaincode: name:"cscc" (2ms) [8/10/2020 2:52:43 am] [INFO] 1org_peer0.org1.example.com|2020-10-07 21:22:43.881 UTC [comm.grpc.server] 1 -> INFO 0b2 unary call completed grpc.service=protos.Endorser grpc.method=ProcessProposal grpc.peer_address=172.19.0.1:46704 grpc.code=OK grpc.call_duration=4.7732ms [8/10/2020 2:52:43 am] [INFO] 1org_peer0.org1.example.com|2020-10-07 21:22:43.924 UTC [endorser] callChaincode -> INFO 0b3 [][95f1c8c4] Entry chaincode: name:"lscc" [8/10/2020 2:52:43 am] [INFO] 1org_peer0.org1.example.com|2020-10-07 21:22:43.928 UTC [endorser] callChaincode -> INFO 0b4 [][95f1c8c4] Exit chaincode: name:"lscc" (3ms) [8/10/2020 2:52:43 am] [INFO] 1org_peer0.org1.example.com|2020-10-07 21:22:43.928 UTC [comm.grpc.server] 1 -> INFO 0b5 unary call completed grpc.service=protos.Endorser grpc.method=ProcessProposal grpc.peer_address=172.19.0.1:46704 grpc.code=OK grpc.call_duration=4.471ms [8/10/2020 2:52:44 am] [INFO] 1org_peer0.org1.example.com|2020-10-07 21:22:44.017 UTC [endorser] callChaincode -> INFO 0b6 [mychannel][5992a35f] Entry chaincode: name:"lscc" [8/10/2020 2:52:44 am] [INFO] 1org_peer0.org1.example.com|2020-10-07 21:22:44.080 UTC [endorser] callChaincode -> INFO 0b7 [mychannel][5992a35f] Exit chaincode: name:"lscc" (63ms) [8/10/2020 2:52:44 am] [INFO] 1org_couchdb0.org1.example.com|[notice] 2020-10-07T21:22:44.080197Z nonode@nohost <0.26258.10> 036bc4fbca couchdb0.org1.example.com:5984 172.19.0.4 undefined GET /mychannel_lscc/_all_docs?attachments=true&include_docs=true&inclusive_end=false&limit=1001&startkey=%22%5Cu0001%22 200 ok 34 [8/10/2020 2:52:44 am] [INFO] 1org_peer0.org1.example.com|2020-10-07 21:22:44.082 UTC [comm.grpc.server] 1 -> INFO 0b8 unary call completed grpc.service=protos.Endorser grpc.method=ProcessProposal grpc.peer_address=172.19.0.1:46704 grpc.code=OK grpc.call_duration=65.313ms [8/10/2020 2:52:53 am] [INFO] 1org_peer0.org1.example.com|2020-10-07 21:22:53.155 UTC [endorser] callChaincode -> INFO 0b9 [][77e2df0a] Entry chaincode: name:"lscc" [8/10/2020 2:52:53 am] [INFO] 1org_peer0.org1.example.com|2020-10-07 21:22:53.157 UTC [endorser] callChaincode -> INFO 0ba [][77e2df0a] Exit chaincode: name:"lscc" (1ms) [8/10/2020 2:52:53 am] [INFO] 1org_peer0.org1.example.com|2020-10-07 21:22:53.157 UTC [comm.grpc.server] 1 -> INFO 0bb unary call completed grpc.service=protos.Endorser grpc.method=ProcessProposal grpc.peer_address=172.19.0.1:46704 grpc.code=OK grpc.call_duration=2.4245ms [8/10/2020 2:52:53 am] [INFO] 1org_peer0.org1.example.com|2020-10-07 21:22:53.261 UTC [endorser] callChaincode -> INFO 0bc [mychannel][2b2bd75d] Entry chaincode: name:"lscc" [8/10/2020 2:52:53 am] [INFO] 1org_peer0.org1.example.com|2020-10-07 21:22:53.267 UTC [endorser] callChaincode -> INFO 0bd [mychannel][2b2bd75d] Exit chaincode: name:"lscc" (5ms) [8/10/2020 2:52:53 am] [INFO] 1org_peer0.org1.example.com|2020-10-07 21:22:53.274 UTC [comm.grpc.server] 1 -> INFO 0be unary call completed grpc.service=protos.Endorser grpc.method=ProcessProposal grpc.peer_address=172.19.0.1:46704 grpc.code=OK grpc.call_duration=13.803ms [8/10/2020 2:52:53 am] [INFO] 1org_couchdb0.org1.example.com|[notice] 2020-10-07T21:22:53.267012Z nonode@nohost <0.26258.10> 5f1944d2e0 couchdb0.org1.example.com:5984 172.19.0.4 undefined GET /mychannel_lscc/_all_docs?attachments=true&include_docs=true&inclusive_end=false&limit=1001&startkey=%22%5Cu0001%22 200 ok 3 [8/10/2020 2:52:53 am] [INFO] 1org_peer0.org1.example.com|2020-10-07 21:22:53.351 UTC [endorser] callChaincode -> INFO 0bf [mychannel][81c6b21d] Entry chaincode: name:"cscc" [8/10/2020 2:52:53 am] [INFO] 1org_peer0.org1.example.com|2020-10-07 21:22:53.354 UTC [endorser] callChaincode -> INFO 0c0 [mychannel][81c6b21d] Exit chaincode: name:"cscc" (2ms) [8/10/2020 2:52:53 am] [INFO] 1org_peer0.org1.example.com|2020-10-07 21:22:53.355 UTC [comm.grpc.server] 1 -> INFO 0c1 unary call completed grpc.service=protos.Endorser grpc.method=ProcessProposal grpc.peer_address=172.19.0.1:46704 grpc.code=OK grpc.call_duration=4.7228ms [8/10/2020 2:52:53 am] [INFO] 1org_peer0.org1.example.com|2020-10-07 21:22:53.478 UTC [endorser] callChaincode -> INFO 0c2 [mychannel][ed0ce65e] Entry chaincode: name:"lscc" [8/10/2020 2:52:53 am] [INFO] 1org_couchdb0.org1.example.com|[notice] 2020-10-07T21:22:53.489098Z nonode@nohost <0.26258.10> 9408c35447 couchdb0.org1.example.com:5984 172.19.0.4 undefined GET /mychannel_lscc/yup?attachments=true 404 ok 2 [8/10/2020 2:53:34 am] [INFO] 1org_peer0.org1.example.com|2020-10-07 21:23:33.998 UTC [endorser] callChaincode -> INFO 0c3 [][fe545044] Entry chaincode: name:"cscc" [8/10/2020 2:53:34 am] [INFO] 1org_peer0.org1.example.com|2020-10-07 21:23:34.000 UTC [endorser] callChaincode -> INFO 0c4 [][fe545044] Exit chaincode: name:"cscc" (1ms) [8/10/2020 2:53:34 am] [INFO] 1org_peer0.org1.example.com|2020-10-07 21:23:34.000 UTC [comm.grpc.server] 1 -> INFO 0c5 unary call completed grpc.service=protos.Endorser grpc.method=ProcessProposal grpc.peer_address=172.19.0.1:46704 grpc.code=OK grpc.call_duration=3.5826ms [8/10/2020 2:58:33 am] [INFO] 1org_peer0.org1.example.com|2020-10-07 21:28:33.116 UTC [endorser] callChaincode -> INFO 0c6 [mychannel][ed0ce65e] Exit chaincode: name:"lscc" (339638ms) [8/10/2020 2:58:33 am] [INFO] 1org_peer0.org1.example.com|2020-10-07 21:28:33.159 UTC [endorser] SimulateProposal -> ERRO 0c7 [mychannel][ed0ce65e] failed to invoke chaincode name:"lscc" , error: timeout expired while starting chaincode yup:0.0.1 for transaction [8/10/2020 2:58:33 am] [INFO] 1org_peer0.org1.example.com|github.com/hyperledger/fabric/core/chaincode.(RuntimeLauncher).Launch [8/10/2020 2:58:33 am] [INFO] 1org_peer0.org1.example.com| /opt/gopath/src/github.com/hyperledger/fabric/core/chaincode/runtime_launcher.go:75 [8/10/2020 2:58:33 am] [INFO] 1org_peer0.org1.example.com|github.com/hyperledger/fabric/core/chaincode.(ChaincodeSupport).LaunchInit [8/10/2020 2:58:33 am] [INFO] 1org_peer0.org1.example.com| /opt/gopath/src/github.com/hyperledger/fabric/core/chaincode/chaincode_support.go:130 [8/10/2020 2:58:33 am] [INFO] 1org_peer0.org1.example.com|github.com/hyperledger/fabric/core/chaincode.(ChaincodeSupport).ExecuteLegacyInit [8/10/2020 2:58:33 am] [INFO] 1org_peer0.org1.example.com| /opt/gopath/src/github.com/hyperledger/fabric/core/chaincode/chaincode_support.go:222 [8/10/2020 2:58:33 am] [INFO] 1org_peer0.org1.example.com|github.com/hyperledger/fabric/core/endorser.(SupportImpl).ExecuteLegacyInit [8/10/2020 2:58:33 am] [INFO] 1org_peer0.org1.example.com| /opt/gopath/src/github.com/hyperledger/fabric/core/endorser/support.go:131 [8/10/2020 2:58:33 am] [INFO] 1org_peer0.org1.example.com|github.com/hyperledger/fabric/core/endorser.(Endorser).callChaincode [8/10/2020 2:58:33 am] [INFO] 1org_peer0.org1.example.com| /opt/gopath/src/github.com/hyperledger/fabric/core/endorser/endorser.go:183 [8/10/2020 2:58:33 am] [INFO] 1org_peer0.org1.example.com|github.com/hyperledger/fabric/core/endorser.(Endorser).SimulateProposal [8/10/2020 2:58:33 am] [INFO] 1org_peer0.org1.example.com| /opt/gopath/src/github.com/hyperledger/fabric/core/endorser/endorser.go:247 [8/10/2020 2:58:33 am] [INFO] 1org_peer0.org1.example.com|github.com/hyperledger/fabric/core/endorser.(Endorser).ProcessProposal [8/10/2020 2:58:33 am] [INFO] 1org_peer0.org1.example.com| /opt/gopath/src/github.com/hyperledger/fabric/core/endorser/endorser.go:500 [8/10/2020 2:58:33 am] [INFO] 1org_peer0.org1.example.com|github.com/hyperledger/fabric/core/handlers/auth/filter.(expirationCheckFilter).ProcessProposal [8/10/2020 2:58:33 am] [INFO] 1org_peer0.org1.example.com| /opt/gopath/src/github.com/hyperledger/fabric/core/handlers/auth/filter/expiration.go:61 [8/10/2020 2:58:33 am] [INFO] 1org_peer0.org1.example.com|github.com/hyperledger/fabric/core/handlers/auth/filter.(filter).ProcessProposal [8/10/2020 2:58:33 am] [INFO] 1org_peer0.org1.example.com| /opt/gopath/src/github.com/hyperledger/fabric/core/handlers/auth/filter/filter.go:32 [8/10/2020 2:58:33 am] [INFO] 1org_peer0.org1.example.com|github.com/hyperledger/fabric/protos/peer._Endorser_ProcessProposal_Handler.func1 [8/10/2020 2:58:33 am] [INFO] 1org_peer0.org1.example.com| /opt/gopath/src/github.com/hyperledger/fabric/protos/peer/peer.pb.go:169 [8/10/2020 2:58:33 am] [INFO] 1org_peer0.org1.example.com|github.com/hyperledger/fabric/vendor/github.com/grpc-ecosystem/go-grpc-middleware.ChainUnaryServer.func1.1 [8/10/2020 2:58:33 am] [INFO] 1org_peer0.org1.example.com| /opt/gopath/src/github.com/hyperledger/fabric/vendor/github.com/grpc-ecosystem/go-grpc-middleware/chain.go:31 [8/10/2020 2:58:33 am] [INFO] 1org_peer0.org1.example.com|github.com/hyperledger/fabric/core/comm.(Throttle).UnaryServerIntercptor [8/10/2020 2:58:33 am] [INFO] 1org_peer0.org1.example.com| /opt/gopath/src/github.com/hyperledger/fabric/core/comm/throttle.go:54 [8/10/2020 2:58:33 am] [INFO] 1org_peer0.org1.example.com|github.com/hyperledger/fabric/vendor/github.com/grpc-ecosystem/go-grpc-middleware.ChainUnaryServer.func1.1 [8/10/2020 2:58:33 am] [INFO] 1org_peer0.org1.example.com| /opt/gopath/src/github.com/hyperledger/fabric/vendor/github.com/grpc-ecosystem/go-grpc-middleware/chain.go:34 [8/10/2020 2:58:33 am] [INFO] 1org_peer0.org1.example.com|github.com/hyperledger/fabric/common/grpclogging.UnaryServerInterceptor.func1 [8/10/2020 2:58:33 am] [INFO] 1org_peer0.org1.example.com| /opt/gopath/src/github.com/hyperledger/fabric/common/grpclogging/server.go:91 [8/10/2020 2:58:33 am] [INFO] 1org_peer0.org1.example.com|github.com/hyperledger/fabric/vendor/github.com/grpc-ecosystem/go-grpc-middleware.ChainUnaryServer.func1.1 [8/10/2020 2:58:33 am] [INFO] 1org_peer0.org1.example.com| /opt/gopath/src/github.com/hyperledger/fabric/vendor/github.com/grpc-ecosystem/go-grpc-middleware/chain.go:34 [8/10/2020 2:58:33 am] [INFO] 1org_peer0.org1.example.com|github.com/hyperledger/fabric/common/grpcmetrics.UnaryServerInterceptor.func1 [8/10/2020 2:58:33 am] [INFO] 1org_peer0.org1.example.com| /opt/gopath/src/github.com/hyperledger/fabric/common/grpcmetrics/interceptor.go:30 [8/10/2020 2:58:33 am] [INFO] 1org_peer0.org1.example.com|github.com/hyperledger/fabric/vendor/github.com/grpc-ecosystem/go-grpc-middleware.ChainUnaryServer.func1 [8/10/2020 2:58:33 am] [INFO] 1org_peer0.org1.example.com| /opt/gopath/src/github.com/hyperledger/fabric/vendor/github.com/grpc-ecosystem/go-grpc-middleware/chain.go:39 [8/10/2020 2:58:33 am] [INFO] 1org_peer0.org1.example.com|github.com/hyperledger/fabric/protos/peer._Endorser_ProcessProposal_Handler [8/10/2020 2:58:33 am] [INFO] 1org_peer0.org1.example.com| /opt/gopath/src/github.com/hyperledger/fabric/protos/peer/peer.pb.go:171 [8/10/2020 2:58:33 am] [INFO] 1org_peer0.org1.example.com|github.com/hyperledger/fabric/vendor/google.golang.org/grpc.(Server).processUnaryRPC [8/10/2020 2:58:33 am] [INFO] 1org_peer0.org1.example.com| /opt/gopath/src/github.com/hyperledger/fabric/vendor/google.golang.org/grpc/server.go:982 [8/10/2020 2:58:33 am] [INFO] 1org_peer0.org1.example.com|github.com/hyperledger/fabric/vendor/google.golang.org/grpc.(Server).handleStream [8/10/2020 2:58:33 am] [INFO] 1org_peer0.org1.example.com| /opt/gopath/src/github.com/hyperledger/fabric/vendor/google.golang.org/grpc/server.go:1208 [8/10/2020 2:58:33 am] [INFO] 1org_peer0.org1.example.com|github.com/hyperledger/fabric/vendor/google.golang.org/grpc.(*Server).serveStreams.func1.1 [8/10/2020 2:58:33 am] [INFO] 1org_peer0.org1.example.com| /opt/gopath/src/github.com/hyperledger/fabric/vendor/google.golang.org/grpc/server.go:686 [8/10/2020 2:58:33 am] [INFO] 1org_peer0.org1.example.com|runtime.goexit [8/10/2020 2:58:33 am] [INFO] 1org_peer0.org1.example.com| /opt/go/src/runtime/asm_amd64.s:1337 [8/10/2020 2:58:33 am] [INFO] 1org_peer0.org1.example.com|2020-10-07 21:28:33.159 UTC [comm.grpc.server] 1 -> INFO 0c8 unary call completed grpc.service=protos.Endorser grpc.method=ProcessProposal grpc.peer_address=172.19.0.1:46704 grpc.code=OK grpc.call_duration=5m39.6843113s