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
264 stars 156 forks source link

Local Fabric is not getting started!! #1460

Closed saicharanpogul closed 5 years ago

saicharanpogul commented 5 years ago

[9/29/2019 2:30:13 PM] [IMPORTANT] Log files can be found by running the Developer: Open Logs Folder command from the palette

[9/29/2019 2:30:13 PM] [INFO] Starting IBM Blockchain Platform Extension [9/29/2019 2:31:19 PM] [INFO] Attempting to require dependency: grpc [9/29/2019 2:31:21 PM] [INFO] Migrating local runtime manager [9/29/2019 2:31:21 PM] [INFO] Initializing local runtime manager [9/29/2019 2:31:27 PM] [INFO] Restoring command registry [9/29/2019 2:31:27 PM] [INFO] Registering commands [9/29/2019 2:31:28 PM] [INFO] Execute stored commands in the registry [9/29/2019 2:31:28 PM] [INFO] IBM Blockchain Platform Extension activated [9/29/2019 2:31:28 PM] [INFO] Tidying wallet and gateway settings [9/29/2019 2:31:59 PM] [INFO] packageSmartContract [9/29/2019 2:32:04 PM] [SUCCESS] Smart Contract packaged: C:\Users\Saicharan Pogul.fabric-vscode\packages\testFabric@0.0.1.cds [9/29/2019 2:32:04 PM] [INFO] 3 file(s) packaged: [9/29/2019 2:32:04 PM] [INFO] - src/index.js [9/29/2019 2:32:04 PM] [INFO] - src/lib/my-asset-contract.js [9/29/2019 2:32:04 PM] [INFO] - src/package.json [9/29/2019 2:32:25 PM] [INFO] connecting to fabric environment [9/29/2019 2:32:26 PM] [INFO] startFabricRuntime [9/29/2019 2:32:27 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric>rem [9/29/2019 2:32:27 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric>rem Copyright IBM Corp All Rights Reserved [9/29/2019 2:32:27 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric>rem [9/29/2019 2:32:27 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric>rem SPDX-License-Identifier: Apache-2.0 [9/29/2019 2:32:27 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric>rem [9/29/2019 2:32:27 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric>rem rewrite paths for Windows users to enable Docker socket binding [9/29/2019 2:32:27 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric>set COMPOSE_CONVERT_WINDOWS_PATHS=1 [9/29/2019 2:32:27 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric>set CHANNEL_NAME=mychannel [9/29/2019 2:32:27 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric>rem teardown any existing network [9/29/2019 2:32:27 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric>cmd /c .\teardown.cmd [9/29/2019 2:32:27 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric>rem [9/29/2019 2:32:27 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric>rem Copyright IBM Corp All Rights Reserved [9/29/2019 2:32:27 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric>rem [9/29/2019 2:32:27 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric>rem SPDX-License-Identifier: Apache-2.0 [9/29/2019 2:32:27 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric>rem [9/29/2019 2:32:27 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric>rem Shut down the Docker containers for the system tests. [9/29/2019 2:32:27 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric>docker-compose [9/29/2019 2:32:27 PM] [INFO] -f docker-compose.yml kill && docker-compose -f docker-compose.yml down -v [9/29/2019 2:32:34 PM] [INFO] Removing fabricvscodelocalfabric_peer0.org1.example.com ... [9/29/2019 2:32:34 PM] [INFO] Removing fabricvscodelocalfabric_couchdb ... [9/29/2019 2:32:34 PM] [INFO] Removing fabricvscodelocalfabric_logspout ... [9/29/2019 2:32:34 PM] [INFO] Removing fabricvscodelocalfabric_orderer.example.com ... [9/29/2019 2:32:34 PM] [INFO] Removing fabricvscodelocalfabric_ca.org1.example.com ... [9/29/2019 2:32:34 PM] [INFO] Removing fabricvscodelocalfabric_orderer.example.com ... done [9/29/2019 2:32:34 PM] [INFO] Removing fabricvscodelocalfabric_peer0.org1.example.com ... done [9/29/2019 2:32:34 PM] [INFO] Removing fabricvscodelocalfabric_logspout ... done [9/29/2019 2:32:34 PM] [INFO] Removing fabricvscodelocalfabric_ca.org1.example.com ... done [9/29/2019 2:32:34 PM] [INFO] Removing fabricvscodelocalfabric_couchdb ... done [9/29/2019 2:32:34 PM] [INFO] Removing network fabricvscodelocalfabric_basic [9/29/2019 2:32:34 PM] [INFO] Removing volume fabricvscodelocalfabric_orderer.example.com [9/29/2019 2:32:34 PM] [INFO] Removing volume fabricvscodelocalfabric_ca.org1.example.com [9/29/2019 2:32:34 PM] [INFO] Removing volume fabricvscodelocalfabric_peer0.org1.example.com [9/29/2019 2:32:35 PM] [INFO] Removing volume fabricvscodelocalfabric_couchdb [9/29/2019 2:32:35 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric>rem remove chaincode docker images [9/29/2019 2:32:35 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric>for /F "tokens=" %i in ('docker ps -aq --filter "name=fabricvscodelocalfabric-"') do docker rm -f %i [9/29/2019 2:32:35 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric>for /F [9/29/2019 2:32:35 PM] [INFO] "tokens=" %i in ('docker images -aq "fabricvscodelocalfabric-"') do docker rmi -f %i [9/29/2019 2:32:35 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric>rem remove previous crypto material and config transactions [9/29/2019 2:32:35 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric>for %d in (admin-msp configtx crypto-config wallets\local_fabric_wallet) do ( [9/29/2019 2:32:35 PM] [INFO] pushd %d
[9/29/2019 2:32:35 PM] [INFO] rmdir /q/s .
[9/29/2019 2:32:35 PM] [INFO] popd [9/29/2019 2:32:35 PM] [INFO] ) [9/29/2019 2:32:35 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric>( [9/29/2019 2:32:35 PM] [INFO] pushd admin-msp
[9/29/2019 2:32:35 PM] [INFO] rmdir /q/s .
[9/29/2019 2:32:35 PM] [INFO] popd [9/29/2019 2:32:35 PM] [INFO] ) [9/29/2019 2:32:35 PM] [INFO] The process cannot access the file because it is being used by another process. [9/29/2019 2:32:35 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric> [9/29/2019 2:32:35 PM] [INFO] ( [9/29/2019 2:32:35 PM] [INFO] pushd configtx
[9/29/2019 2:32:35 PM] [INFO] rmdir /q/s .
[9/29/2019 2:32:35 PM] [INFO] popd [9/29/2019 2:32:35 PM] [INFO] ) [9/29/2019 2:32:35 PM] [INFO] The process cannot access the file because it is being used by another process. [9/29/2019 2:32:35 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric> [9/29/2019 2:32:35 PM] [INFO] ( [9/29/2019 2:32:35 PM] [INFO] pushd crypto-config
[9/29/2019 2:32:35 PM] [INFO] rmdir /q/s .
[9/29/2019 2:32:35 PM] [INFO] popd [9/29/2019 2:32:35 PM] [INFO] ) [9/29/2019 2:32:35 PM] [INFO] The process cannot access the file because it is being used by another process. [9/29/2019 2:32:35 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric>( [9/29/2019 2:32:35 PM] [INFO] pushd wallets\local_fabric_wallet
[9/29/2019 2:32:35 PM] [INFO] rmdir /q/s .
[9/29/2019 2:32:35 PM] [INFO] popd [9/29/2019 2:32:35 PM] [INFO] ) [9/29/2019 2:32:35 PM] [INFO] The process cannot access the file because it is being used by another process. [9/29/2019 2:32:35 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric>rem Your system is now clean [9/29/2019 2:32:35 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric>del /f generate.complete [9/29/2019 2:32:35 PM] [INFO] Could Not Find C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric\generate.complete [9/29/2019 2:32:36 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric>rem generate crypto material [9/29/2019 2:32:36 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric>docker run --rm -v C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric:/etc/hyperledger/fabric -w /etc/hyperledger/fabric hyperledger/fabric-tools:1.4.3 cryptogen generate --config=./crypto-config.yaml [9/29/2019 2:32:36 PM] [INFO] docker: invalid reference format. [9/29/2019 2:32:36 PM] [INFO] See 'docker run --help'. [9/29/2019 2:32:36 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric>rem rename the certificate authority private key [9/29/2019 2:32:36 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric> [9/29/2019 2:32:36 PM] [INFO] move /y .\crypto-config\peerOrganizations\org1.example.com\ca*_sk .\crypto-config\peerOrganizations\org1.example.com\ca\ca.org1.example.com-key.pem [9/29/2019 2:32:36 PM] [INFO] The system cannot find the path specified. [9/29/2019 2:32:36 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric>rem start the certificate authority [9/29/2019 2:32:36 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric> [9/29/2019 2:32:36 PM] [INFO] docker-compose [9/29/2019 2:32:36 PM] [INFO] -f docker-compose.yml up -d ca.org1.example.com [9/29/2019 2:32:39 PM] [INFO] Creating network "fabricvscodelocalfabric_basic" with the default driver [9/29/2019 2:32:39 PM] [INFO] Creating volume "fabricvscodelocalfabric_orderer.example.com" with default driver [9/29/2019 2:32:39 PM] [INFO] Creating volume "fabricvscodelocalfabric_ca.org1.example.com" with default driver [9/29/2019 2:32:39 PM] [INFO] Creating volume "fabricvscodelocalfabric_peer0.org1.example.com" with default driver [9/29/2019 2:32:39 PM] [INFO] Creating volume "fabricvscodelocalfabric_couchdb" with default driver [9/29/2019 2:32:39 PM] [INFO] Creating fabricvscodelocalfabric_ca.org1.example.com ... [9/29/2019 2:32:41 PM] [INFO] Creating fabricvscodelocalfabric_ca.org1.example.com ... done [9/29/2019 2:32:42 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric>rem enroll the admin identity [9/29/2019 2:32:42 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric>docker run --network fabricvscodelocalfabric_basic --rm -v C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric:/etc/hyperledger/fabric hyperledger/fabric-ca:1.4.3 fabric-ca-client enroll -u http://admin:adminpw@ca.org1.example.com:17054 -M /etc/hyperledger/fabric/admin-msp [9/29/2019 2:32:42 PM] [INFO] docker: invalid reference format. [9/29/2019 2:32:42 PM] [INFO] See 'docker run --help'. [9/29/2019 2:32:42 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric>copy /y admin-msp\signcerts\cert.pem crypto-config\peerOrganizations\org1.example.com\msp\admincerts\ [9/29/2019 2:32:42 PM] [INFO] The system cannot find the path specified. [9/29/2019 2:32:42 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric>copy /y admin-msp\signcerts\cert.pem crypto-config\peerOrganizations\org1.example.com\peers\peer0.org1.example.com\msp\admincerts\ [9/29/2019 2:32:42 PM] [INFO] The system cannot find the path specified. [9/29/2019 2:32:42 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric>rem stop the certificate authority [9/29/2019 2:32:42 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric>docker-compose -f docker-compose.yml stop ca.org1.example.com [9/29/2019 2:32:46 PM] [INFO] Stopping fabricvscodelocalfabric_ca.org1.example.com ... [9/29/2019 2:32:57 PM] [INFO] Stopping fabricvscodelocalfabric_ca.org1.example.com ... done [9/29/2019 2:32:57 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric>rem generate genesis block for orderer [9/29/2019 2:32:57 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric> [9/29/2019 2:32:57 PM] [INFO] docker run --rm -v C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric:/etc/hyperledger/fabric -w /etc/hyperledger/fabric hyperledger/fabric-tools:1.4.3 configtxgen -profile OneOrgOrdererGenesis -outputBlock ./configtx/genesis.block [9/29/2019 2:32:57 PM] [INFO] docker: invalid reference format. [9/29/2019 2:32:57 PM] [INFO] See 'docker run --help'. [9/29/2019 2:32:57 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric>rem generate channel configuration transaction [9/29/2019 2:32:57 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric>docker run --rm -v C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric:/etc/hyperledger/fabric -w /etc/hyperledger/fabric hyperledger/fabric-tools:1.4.3 configtxgen -profile OneOrgChannel -outputCreateChannelTx ./configtx/channel.tx -channelID mychannel [9/29/2019 2:32:58 PM] [INFO] docker: invalid reference format. [9/29/2019 2:32:58 PM] [INFO] See 'docker run --help'. [9/29/2019 2:32:58 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric>rem [9/29/2019 2:32:58 PM] [INFO] generate anchor peer transaction [9/29/2019 2:32:58 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric>docker run --rm -v C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric:/etc/hyperledger/fabric -w /etc/hyperledger/fabric hyperledger/fabric-tools:1.4.3 configtxgen -profile OneOrgChannel -outputAnchorPeersUpdate ./configtx/Org1MSPanchors.tx -channelID mychannel -asOrg Org1MSP [9/29/2019 2:32:58 PM] [INFO] docker: invalid reference format. [9/29/2019 2:32:58 PM] [INFO] See 'docker run --help'. [9/29/2019 2:32:58 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric>rem [9/29/2019 2:32:58 PM] [INFO] generate gateways, nodes, and wallets [9/29/2019 2:32:58 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric>node generate.js [9/29/2019 2:32:59 PM] [INFO] f [9/29/2019 2:32:59 PM] [INFO] s.js:114 [9/29/2019 2:32:59 PM] [INFO] throw err; [9/29/2019 2:32:59 PM] [INFO] ^ [9/29/2019 2:32:59 PM] [INFO] Error: ENOENT: no such file or directory, scandir 'C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric\admin-msp\keystore' [9/29/2019 2:32:59 PM] [INFO] at Object.readdirSync (fs.j [9/29/2019 2:32:59 PM] [INFO] s:790:3) [9/29/2019 2:32:59 PM] [INFO] at Object. (C:\Users\Saicharan Pogul.fabric-vscode\envir [9/29/2019 2:32:59 PM] [INFO] onment [9/29/2019 2:32:59 PM] [INFO] s [9/29/2019 2:32:59 PM] [INFO] \local_fabric\generate.js:13:33) [9/29/2019 2:32:59 PM] [INFO]
[9/29/2019 2:32:59 PM] [INFO] a [9/29/2019 2:32:59 PM] [INFO] t Module._compile (internal/modules/cjs/loader.js:778:30) [9/29/2019 2:32:59 PM] [INFO] at Object.Module._extensions..js (internal/modules/cjs/ [9/29/2019 2:32:59 PM] [INFO] loader.js:789:10) [9/29/2019 2:32:59 PM] [INFO] at Module.load (internal/modules/cjs/loader.js:653:32) [9/29/2019 2:32:59 PM] [INFO] at tryModuleLoad (internal/modules/cjs/loader.js:593:12) [9/29/2019 2:32:59 PM] [INFO] at Function.Module._load (internal/modules/cjs/loader.js:585:3) [9/29/2019 2:32:59 PM] [INFO] at Function.Module.runMain (internal/modules/cjs/loa [9/29/2019 2:32:59 PM] [INFO] der.js:831:12) [9/29/2019 2:32:59 PM] [INFO] at startup (internal/bootstrap/node.js:283:19) [9/29/2019 2:32:59 PM] [INFO] at bootstrapNodeJSCore (internal/bootstrap/node.js:622:3) [9/29/2019 2:32:59 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric> [9/29/2019 2:32:59 PM] [INFO] rem mark the process as complete [9/29/2019 2:32:59 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric>copy /y nul generate.complete [9/29/2019 2:32:59 PM] [INFO] 1 file(s) copied. [9/29/2019 2:32:59 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric>rem [9/29/2019 2:32:59 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric>rem Copyright IBM Corp All Rights Reserved [9/29/2019 2:32:59 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric>rem [9/29/2019 2:32:59 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric>rem SPDX-License-Identifier: Apache-2.0 [9/29/2019 2:32:59 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric>rem [9/29/2019 2:32:59 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric>rem rewrite paths for Windows users to enable Docker socket binding [9/29/2019 2:32:59 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric>set COMPOSE_CONVERT_WINDOWS_PATHS=1 [9/29/2019 2:32:59 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric>docker-compose [9/29/2019 2:32:59 PM] [INFO] -f docker-compose.yml down [9/29/2019 2:33:04 PM] [INFO] Removing fabricvscodelocalfabric_ca.org1.example.com ... [9/29/2019 2:33:04 PM] [INFO] Removing fabricvscodelocalfabric_ca.org1.example.com ... done [9/29/2019 2:33:04 PM] [INFO] Removing network fabricvscodelocalfabric_basic [9/29/2019 2:33:04 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric>docker-compose [9/29/2019 2:33:04 PM] [INFO] -f docker-compose.yml up -d [9/29/2019 2:33:08 PM] [INFO] Creating network "fabricvscodelocalfabric_basic" with the default driver [9/29/2019 2:33:09 PM] [INFO] Creating fabricvscodelocalfabric_orderer.example.com ... [9/29/2019 2:33:09 PM] [INFO] Creating fabricvscodelocalfabric_couchdb ... [9/29/2019 2:33:09 PM] [INFO] Creating fabricvscodelocalfabric_logspout ... [9/29/2019 2:33:09 PM] [INFO] Creating fabricvscodelocalfabric_ca.org1.example.com ... [9/29/2019 2:33:14 PM] [INFO] Creating fabricvscodelocalfabric_ca.org1.example.com ... done [9/29/2019 2:33:15 PM] [INFO] Creating fabricvscodelocalfabric_logspout ... done [9/29/2019 2:33:15 PM] [INFO] Creating fabricvscodelocalfabric_orderer.example.com ... done [9/29/2019 2:33:15 PM] [INFO] Creating fabricvscodelocalfabric_couchdb ... done [9/29/2019 2:33:15 PM] [INFO] Creating fabricvscodelocalfabric_peer0.org1.example.com ... [9/29/2019 2:33:19 PM] [INFO] Creating fabricvscodelocalfabric_peer0.org1.example.com ... done [9/29/2019 2:33:19 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric>rem wait for Hyperledger Fabric to start [9/29/2019 2:33:19 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric>rem [9/29/2019 2:33:19 PM] [INFO] incase of errors when running later commands, issue export FABRIC_START_TIMEOUT= [9/29/2019 2:33:19 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric>set FABRIC_START_TIMEOUT=30 [9/29/2019 2:33:19 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric>for /L %i in (1 1 30) do ( [9/29/2019 2:33:19 PM] [INFO] rem This command only works if the peer is up and running
[9/29/2019 2:33:19 PM] [INFO] docker exec -e "CORE_PEER_LOCALMSPID=Org1MSP" -e "CORE_PEER_MSPCONFIGPATH=/etc/hyperledger/msp/users/Admin@org1.example.com/msp" fabricvscodelocalfabric_peer0.org1.example.com peer channel list 1>NUL 2>&1
[9/29/2019 2:33:19 PM] [INFO] if errorlevel 1 ( [9/29/2019 2:33:19 PM] [INFO] rem This is the closest thing that Windows has to the sleep command
[9/29/2019 2:33:19 PM] [INFO] node -e "setTimeout(() => true, 1000)" [9/29/2019 2:33:19 PM] [INFO] ) else ( [9/29/2019 2:33:19 PM] [INFO] set i=%i
[9/29/2019 2:33:19 PM] [INFO] goto :done [9/29/2019 2:33:19 PM] [INFO] ) [9/29/2019 2:33:19 PM] [INFO] ) [9/29/2019 2:33:19 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric>( [9/29/2019 2:33:19 PM] [INFO] rem This command only works if the peer is up and running
[9/29/2019 2:33:19 PM] [INFO] docker exec -e "CORE_PEER_LOCALMSPID=Org1MSP" -e "CORE_PEER_MSPCONFIGPATH=/etc/hyperledger/msp/users/Admin@org1.example.com/msp" fabricvscodelocalfabric_peer0.org1.example.com peer channel list 1>NUL 2>&1
[9/29/2019 2:33:19 PM] [INFO] if errorlevel 1 ( [9/29/2019 2:33:19 PM] [INFO] rem This is the closest thing that Windows has to the sleep command
[9/29/2019 2:33:19 PM] [INFO] node -e "setTimeout(() => true, 1000)" [9/29/2019 2:33:19 PM] [INFO] ) else ( [9/29/2019 2:33:19 PM] [INFO] set i=1
[9/29/2019 2:33:19 PM] [INFO] goto :done [9/29/2019 2:33:19 PM] [INFO] ) [9/29/2019 2:33:19 PM] [INFO] ) [9/29/2019 2:33:23 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric> [9/29/2019 2:33:23 PM] [INFO] ( [9/29/2019 2:33:23 PM] [INFO] rem This command only works if the peer is up and running
[9/29/2019 2:33:23 PM] [INFO] docker exec -e "CORE_PEER_LOCALMSPID=Org1MSP" -e "CORE_PEER_MSPCONFIGPATH=/etc/hyperledger/msp/users/Admin@org1.example.com/msp" fabricvscodelocalfabric_peer0.org1.example.com peer channel list 1>NUL 2>&1
[9/29/2019 2:33:23 PM] [INFO] if errorlevel 1 ( [9/29/2019 2:33:23 PM] [INFO] rem This is the closest thing that Windows has to the sleep command
[9/29/2019 2:33:23 PM] [INFO] node -e "setTimeout(() => true, 1000)" [9/29/2019 2:33:23 PM] [INFO] ) else ( [9/29/2019 2:33:23 PM] [INFO] set i=2
[9/29/2019 2:33:23 PM] [INFO] goto :done [9/29/2019 2:33:23 PM] [INFO] ) [9/29/2019 2:33:23 PM] [INFO] ) [9/29/2019 2:33:25 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric>( [9/29/2019 2:33:25 PM] [INFO] rem This command only works if the peer is up and running
[9/29/2019 2:33:25 PM] [INFO] docker exec -e "CORE_PEER_LOCALMSPID=Org1MSP" -e "CORE_PEER_MSPCONFIGPATH=/etc/hyperledger/msp/users/Admin@org1.example.com/msp" fabricvscodelocalfabric_peer0.org1.example.com peer channel list 1>NUL 2>&1
[9/29/2019 2:33:25 PM] [INFO] if errorlevel 1 ( [9/29/2019 2:33:25 PM] [INFO] rem [9/29/2019 2:33:25 PM] [INFO] This is the closest thing that Windows has to the sleep command
[9/29/2019 2:33:25 PM] [INFO] node -e "setTimeout(() => true, 1000)" [9/29/2019 2:33:25 PM] [INFO] ) else ( [9/29/2019 2:33:25 PM] [INFO] set i=3
[9/29/2019 2:33:25 PM] [INFO] goto :done [9/29/2019 2:33:25 PM] [INFO] ) [9/29/2019 2:33:25 PM] [INFO] ) [9/29/2019 2:33:27 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric>( [9/29/2019 2:33:27 PM] [INFO] rem [9/29/2019 2:33:27 PM] [INFO] This command only works if the peer is up and running
[9/29/2019 2:33:27 PM] [INFO] docker exec -e "CORE_PEER_LOCALMSPID=Org1MSP" -e "CORE_PEER_MSPCONFIGPATH=/etc/hyperledger/msp/users/Admin@org1.example.com/msp" fabricvscodelocalfabric_peer0.org1.example.com peer channel list 1>NUL 2>&1
[9/29/2019 2:33:27 PM] [INFO] if errorlevel 1 ( [9/29/2019 2:33:27 PM] [INFO] rem This is the closest thing that Windows has to the sleep command
[9/29/2019 2:33:27 PM] [INFO] node -e "setTimeout(() => true, 1000)" [9/29/2019 2:33:27 PM] [INFO] ) else ( [9/29/2019 2:33:27 PM] [INFO] set i=4
[9/29/2019 2:33:27 PM] [INFO] goto :done [9/29/2019 2:33:27 PM] [INFO] ) [9/29/2019 2:33:27 PM] [INFO] ) [9/29/2019 2:33:29 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric>( [9/29/2019 2:33:29 PM] [INFO] rem This command only works if the peer is up and running
[9/29/2019 2:33:29 PM] [INFO] docker exec -e "CORE_PEER_LOCALMSPID=Org1MSP" -e "CORE_PEER_MSPCONFIGPATH=/etc/hyperledger/msp/users/Admin@org1.example.com/msp" fabricvscodelocalfabric_peer0.org1.example.com peer channel list 1>NUL 2>&1
[9/29/2019 2:33:29 PM] [INFO] if errorlevel 1 ( [9/29/2019 2:33:29 PM] [INFO] rem This is the closest thing that Windows has to the sleep command [9/29/2019 2:33:29 PM] [INFO]
[9/29/2019 2:33:29 PM] [INFO] node -e "setTimeout(() => true, 1000)" [9/29/2019 2:33:29 PM] [INFO] ) else ( [9/29/2019 2:33:29 PM] [INFO] set i=5
[9/29/2019 2:33:29 PM] [INFO] goto :done [9/29/2019 2:33:29 PM] [INFO] ) [9/29/2019 2:33:29 PM] [INFO] ) [9/29/2019 2:33:32 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric>( [9/29/2019 2:33:32 PM] [INFO] rem This command only works if the peer is up and running
[9/29/2019 2:33:32 PM] [INFO] docker exec -e "CORE_PEER_LOCALMSPID=Org1MSP" -e "CORE_PEER_MSPCONFIGPATH=/etc/hyperledger/msp/users/Admin@org1.example.com/msp" fabricvscodelocalfabric_peer0.org1.example.com peer channel list 1>NUL 2>&1
[9/29/2019 2:33:32 PM] [INFO] if errorlevel 1 ( [9/29/2019 2:33:32 PM] [INFO] rem This is the closest thing that Windows has to the sleep command
[9/29/2019 2:33:32 PM] [INFO] node -e "setTimeout(() => true, 1000)" [9/29/2019 2:33:32 PM] [INFO] ) else ( [9/29/2019 2:33:32 PM] [INFO] set i=6
[9/29/2019 2:33:32 PM] [INFO] goto :done [9/29/2019 2:33:32 PM] [INFO] ) [9/29/2019 2:33:32 PM] [INFO] ) [9/29/2019 2:33:34 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric>( [9/29/2019 2:33:34 PM] [INFO] rem This command only works if the peer is up and running
[9/29/2019 2:33:34 PM] [INFO] docker exec -e "CORE_PEER_LOCALMSPID=Org1MSP" -e "CORE_PEER_MSPCONFIGPATH=/etc/hyperledger/msp/users/Admin@org1.example.com/msp" fabricvscodelocalfabric_peer0.org1.example.com peer channel list 1>NUL 2>&1
[9/29/2019 2:33:34 PM] [INFO] if errorlevel 1 ( [9/29/2019 2:33:34 PM] [INFO] rem This is the closest thing that Windows has to the sleep command
[9/29/2019 2:33:34 PM] [INFO] node -e "setTimeout(() => true, 1000)" [9/29/2019 2:33:34 PM] [INFO] ) else ( [9/29/2019 2:33:34 PM] [INFO] set i=7
[9/29/2019 2:33:34 PM] [INFO] goto :done [9/29/2019 2:33:34 PM] [INFO] ) [9/29/2019 2:33:34 PM] [INFO] ) [9/29/2019 2:33:36 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric>( [9/29/2019 2:33:36 PM] [INFO] rem This command only works if the peer is up and running
[9/29/2019 2:33:36 PM] [INFO] docker exec -e "CORE_PEER_LOCALMSPID=Org1MSP" -e "CORE_PEER_MSPCONFIGPATH=/etc/hyperledger/msp/users/Admin@org1.example.com/msp" fabricvscodelocalfabric_peer0.org1.example.com peer channel list 1>NUL 2>&1
[9/29/2019 2:33:36 PM] [INFO] if errorlevel 1 ( [9/29/2019 2:33:36 PM] [INFO] rem This is the closest thing that Windows has to the sleep command
[9/29/2019 2:33:36 PM] [INFO] node -e "setTimeout(() => true, 1000)" [9/29/2019 2:33:36 PM] [INFO] ) else ( [9/29/2019 2:33:36 PM] [INFO] set i=8
[9/29/2019 2:33:36 PM] [INFO] goto :done [9/29/2019 2:33:36 PM] [INFO] ) [9/29/2019 2:33:36 PM] [INFO] ) [9/29/2019 2:33:38 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric>( [9/29/2019 2:33:38 PM] [INFO] rem This command only works if the peer is up and running
[9/29/2019 2:33:38 PM] [INFO] docker exec -e "CORE_PEER_LOCALMSPID=Org1MSP" -e "CORE_PEER_MSPCONFIGPATH=/etc/hyperledger/msp/users/Admin@org1.example.com/msp" fabricvscodelocalfabric_peer0.org1.example.com peer channel list 1>NUL 2>&1
[9/29/2019 2:33:38 PM] [INFO] if errorlevel 1 ( [9/29/2019 2:33:38 PM] [INFO] rem This is the closest thing that Windows has to the sleep command
[9/29/2019 2:33:38 PM] [INFO] node -e "setTimeout(() => true, 1000)" [9/29/2019 2:33:38 PM] [INFO] ) else ( [9/29/2019 2:33:38 PM] [INFO] set i=9
[9/29/2019 2:33:38 PM] [INFO] goto :done [9/29/2019 2:33:38 PM] [INFO] ) [9/29/2019 2:33:38 PM] [INFO] ) [9/29/2019 2:33:40 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric>( [9/29/2019 2:33:40 PM] [INFO] rem This command only works if the peer is up and running
[9/29/2019 2:33:40 PM] [INFO] docker exec -e "CORE_PEER_LOCALMSPID=Org1MSP" -e "CORE_PEER_MSPCONFIGPATH=/etc/hyperledger/msp/users/Admin@org1.example.com/msp" fabricvscodelocalfabric_peer0.org1.example.com peer channel list 1>NUL 2>&1
[9/29/2019 2:33:40 PM] [INFO] if errorlevel 1 ( [9/29/2019 2:33:40 PM] [INFO] rem This is the closest thing that Windows has to the sleep command
[9/29/2019 2:33:40 PM] [INFO] node -e "setTimeout(() => true, 1000)" [9/29/2019 2:33:40 PM] [INFO] ) else ( [9/29/2019 2:33:40 PM] [INFO] set i=10
[9/29/2019 2:33:40 PM] [INFO] goto :done [9/29/2019 2:33:40 PM] [INFO] ) [9/29/2019 2:33:40 PM] [INFO] ) [9/29/2019 2:33:42 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric> [9/29/2019 2:33:42 PM] [INFO] ( [9/29/2019 2:33:42 PM] [INFO] rem This command only works if the peer is up and running
[9/29/2019 2:33:42 PM] [INFO] docker exec -e "CORE_PEER_LOCALMSPID=Org1MSP" -e "CORE_PEER_MSPCONFIGPATH=/etc/hyperledger/msp/users/Admin@org1.example.com/msp" fabricvscodelocalfabric_peer0.org1.example.com peer channel list 1>NUL 2>&1
[9/29/2019 2:33:42 PM] [INFO] if errorlevel 1 ( [9/29/2019 2:33:42 PM] [INFO] rem This is the closest thing that Windows has to the sleep command
[9/29/2019 2:33:42 PM] [INFO] node -e "setTimeout(() => true, 1000)" [9/29/2019 2:33:42 PM] [INFO] ) else ( [9/29/2019 2:33:42 PM] [INFO] set i=11
[9/29/2019 2:33:42 PM] [INFO] goto :done [9/29/2019 2:33:42 PM] [INFO] ) [9/29/2019 2:33:42 PM] [INFO] ) [9/29/2019 2:33:44 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric>( [9/29/2019 2:33:44 PM] [INFO] rem This command only works if the peer is up and running
[9/29/2019 2:33:44 PM] [INFO] docker exec -e "CORE_PEER_LOCALMSPID=Org1MSP" -e "CORE_PEER_MSPCONFIGPATH=/etc/hyperledger/msp/users/Admin@org1.example.com/msp" fabricvscodelocalfabric_peer0.org1.example.com peer channel list 1>NUL 2>&1
[9/29/2019 2:33:44 PM] [INFO] if errorlevel 1 ( [9/29/2019 2:33:44 PM] [INFO] rem This is the closest thing that Windows has to the sleep command
[9/29/2019 2:33:44 PM] [INFO] node -e "setTimeout(() => true, 1000)" [9/29/2019 2:33:44 PM] [INFO] ) else ( [9/29/2019 2:33:44 PM] [INFO] set i=12
[9/29/2019 2:33:44 PM] [INFO] goto :done [9/29/2019 2:33:44 PM] [INFO] ) [9/29/2019 2:33:44 PM] [INFO] ) [9/29/2019 2:33:47 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric>( [9/29/2019 2:33:47 PM] [INFO] rem This command only works if the peer is up and running
[9/29/2019 2:33:47 PM] [INFO] docker exec -e "CORE_PEER_LOCALMSPID=Org1MSP" -e "CORE_PEER_MSPCONFIGPATH=/etc/hyperledger/msp/users/Admin@org1.example.com/msp" fabricvscodelocalfabric_peer0.org1.example.com peer channel list 1>NUL 2>&1
[9/29/2019 2:33:47 PM] [INFO] if errorlevel 1 ( [9/29/2019 2:33:47 PM] [INFO] rem This is the closest thing that Windows has to the sleep command
[9/29/2019 2:33:47 PM] [INFO] node -e "setTimeout(() => true, 1000)" [9/29/2019 2:33:47 PM] [INFO] ) else ( [9/29/2019 2:33:47 PM] [INFO] set i=13
[9/29/2019 2:33:47 PM] [INFO] goto :done [9/29/2019 2:33:47 PM] [INFO] ) [9/29/2019 2:33:47 PM] [INFO] ) [9/29/2019 2:33:49 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric>( [9/29/2019 2:33:49 PM] [INFO] rem This command only works if the peer is up and running
[9/29/2019 2:33:49 PM] [INFO] docker [9/29/2019 2:33:49 PM] [INFO] exec -e "CORE_PEER_LOCALMSPID=Org1MSP" -e "CORE_PEER_MSPCONFIGPATH=/etc/hyperledger/msp/users/Admin@org1.example.com/msp" fabricvscodelocalfabric_peer0.org1.example.com peer channel list 1>NUL 2>&1
[9/29/2019 2:33:49 PM] [INFO] if errorlevel 1 ( [9/29/2019 2:33:49 PM] [INFO] rem This is the closest thing that Windows has to the sleep command
[9/29/2019 2:33:49 PM] [INFO] node -e "setTimeout(() => true, 1000)" [9/29/2019 2:33:49 PM] [INFO] ) else ( [9/29/2019 2:33:49 PM] [INFO] set i=14
[9/29/2019 2:33:49 PM] [INFO] goto :done [9/29/2019 2:33:49 PM] [INFO] ) [9/29/2019 2:33:49 PM] [INFO] ) [9/29/2019 2:33:51 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric>( [9/29/2019 2:33:51 PM] [INFO] rem This command only works if the peer is up and running
[9/29/2019 2:33:51 PM] [INFO] docker exec -e "CORE_PEER_LOCALMSPID=Org1MSP" -e "CORE_PEER_MSPCONFIGPATH=/etc/hyperledger/msp/users/Admin@org1.example.com/msp" fabricvscodelocalfabric_peer0.org1.example.com peer channel list 1>NUL 2>&1 [9/29/2019 2:33:51 PM] [INFO]
[9/29/2019 2:33:51 PM] [INFO] if errorlevel 1 ( [9/29/2019 2:33:51 PM] [INFO] rem This is the closest thing that Windows has to the sleep command
[9/29/2019 2:33:51 PM] [INFO] node -e "setTimeout(() => true, 1000)" [9/29/2019 2:33:51 PM] [INFO] ) else ( [9/29/2019 2:33:51 PM] [INFO] set i=15
[9/29/2019 2:33:51 PM] [INFO] goto :done [9/29/2019 2:33:51 PM] [INFO] ) [9/29/2019 2:33:51 PM] [INFO] ) [9/29/2019 2:33:52 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric> [9/29/2019 2:33:52 PM] [INFO] ( [9/29/2019 2:33:52 PM] [INFO] rem This command only works if the peer is up and running
[9/29/2019 2:33:52 PM] [INFO] docker exec -e "CORE_PEER_LOCALMSPID=Org1MSP" -e "CORE_PEER_MSPCONFIGPATH=/etc/hyperledger/msp/users/Admin@org1.example.com/msp" fabricvscodelocalfabric_peer0.org1.example.com peer channel list 1>NUL 2>&1
[9/29/2019 2:33:52 PM] [INFO] if errorlevel 1 ( [9/29/2019 2:33:52 PM] [INFO] rem This is the closest thing that Windows has to the sleep command
[9/29/2019 2:33:52 PM] [INFO] node -e "setTimeout(() => true, 1000)" [9/29/2019 2:33:52 PM] [INFO] ) else ( [9/29/2019 2:33:52 PM] [INFO] set i=16
[9/29/2019 2:33:52 PM] [INFO] goto :done [9/29/2019 2:33:52 PM] [INFO] ) [9/29/2019 2:33:52 PM] [INFO] ) [9/29/2019 2:33:54 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric>( [9/29/2019 2:33:54 PM] [INFO] rem This command only works if the peer is up and running
[9/29/2019 2:33:54 PM] [INFO] docker exec -e "CORE_PEER_LOCALMSPID=Org1MSP" -e "CORE_PEER_MSPCONFIGPATH=/etc/hyperledger/msp/users/Admin@org1.example.com/msp" fabricvscodelocalfabric_peer0.org1.example.com peer channel list 1>NUL 2>&1
[9/29/2019 2:33:54 PM] [INFO] if errorlevel 1 ( [9/29/2019 2:33:54 PM] [INFO] rem This is the closest thing that Windows has to the sleep command
[9/29/2019 2:33:54 PM] [INFO] node -e "setTimeout(() => true, 1000)" [9/29/2019 2:33:54 PM] [INFO] ) else ( [9/29/2019 2:33:54 PM] [INFO] set i=17
[9/29/2019 2:33:54 PM] [INFO] goto :done [9/29/2019 2:33:54 PM] [INFO] ) [9/29/2019 2:33:54 PM] [INFO] ) [9/29/2019 2:33:56 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric>( [9/29/2019 2:33:56 PM] [INFO] rem This command only works if the peer is up and running
[9/29/2019 2:33:56 PM] [INFO] docker exec -e "CORE_PEER_LOCALMSPID=Org1MSP" -e "CORE_PEER_MSPCONFIGPATH=/etc/hyperledger/msp/users/Admin@org1.example.com/msp" fabricvscodelocalfabric_peer0.org1.example.com peer channel list 1>NUL 2>&1
[9/29/2019 2:33:56 PM] [INFO] if errorlevel 1 ( [9/29/2019 2:33:56 PM] [INFO] rem This is the closest thing that Windows has to the sleep command
[9/29/2019 2:33:56 PM] [INFO] node -e "setTimeout(() => true, 1000)" [9/29/2019 2:33:56 PM] [INFO] ) else ( [9/29/2019 2:33:56 PM] [INFO] set i=18
[9/29/2019 2:33:56 PM] [INFO] goto :done [9/29/2019 2:33:56 PM] [INFO] ) [9/29/2019 2:33:56 PM] [INFO] ) [9/29/2019 2:33:58 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric>( [9/29/2019 2:33:58 PM] [INFO] rem This command only works if the peer is up and running
[9/29/2019 2:33:58 PM] [INFO] docker exec -e "CORE_PEER_LOCALMSPID=Org1MSP" -e "CORE_PEER_MSPCONFIGPATH=/etc/hyperledger/msp/users/Admin@org1.example.com/msp" fabricvscodelocalfabric_peer0.org1.example.com peer channel list 1>NUL 2>&1
[9/29/2019 2:33:58 PM] [INFO] if errorlevel 1 ( [9/29/2019 2:33:58 PM] [INFO] rem This is the closest thing that Windows has to the sleep command
[9/29/2019 2:33:58 PM] [INFO] node -e "setTimeout(() => true, 1000)" [9/29/2019 2:33:58 PM] [INFO] ) else ( [9/29/2019 2:33:58 PM] [INFO] set i=19
[9/29/2019 2:33:58 PM] [INFO] goto :done [9/29/2019 2:33:58 PM] [INFO] ) [9/29/2019 2:33:58 PM] [INFO] ) [9/29/2019 2:34:00 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric>( [9/29/2019 2:34:00 PM] [INFO] rem This command only works if the peer is up and running
[9/29/2019 2:34:00 PM] [INFO] docker exec -e "CORE_PEER_LOCALMSPID=Org1MSP" -e "CORE_PEER_MSPCONFIGPATH=/etc/hyperledger/msp/users/Admin@org1.example.com/msp" fabricvscodelocalfabric_peer0.org1.example.com peer channel list 1>NUL 2>&1
[9/29/2019 2:34:00 PM] [INFO] if errorlevel 1 ( [9/29/2019 2:34:00 PM] [INFO] rem This is the closest thing that Windows has to the sleep command
[9/29/2019 2:34:00 PM] [INFO] node -e "setTimeout(() => true, 1000)" [9/29/2019 2:34:00 PM] [INFO] ) else ( [9/29/2019 2:34:00 PM] [INFO] set i=20
[9/29/2019 2:34:00 PM] [INFO] goto :done [9/29/2019 2:34:00 PM] [INFO] ) [9/29/2019 2:34:00 PM] [INFO] ) [9/29/2019 2:34:02 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric>( [9/29/2019 2:34:02 PM] [INFO] rem This command only works if the peer is up and running [9/29/2019 2:34:02 PM] [INFO]
[9/29/2019 2:34:02 PM] [INFO] docker exec -e "CORE_PEER_LOCALMSPID=Org1MSP" -e "CORE_PEER_MSPCONFIGPATH=/etc/hyperledger/msp/users/Admin@org1.example.com/msp" fabricvscodelocalfabric_peer0.org1.example.com peer channel list 1>NUL 2>&1
[9/29/2019 2:34:02 PM] [INFO] if errorlevel 1 ( [9/29/2019 2:34:02 PM] [INFO] rem This is the closest thing that Windows has to the sleep command
[9/29/2019 2:34:02 PM] [INFO] node -e "setTimeout(() => true, 1000)" [9/29/2019 2:34:02 PM] [INFO] ) else ( [9/29/2019 2:34:02 PM] [INFO] set i=21
[9/29/2019 2:34:02 PM] [INFO] goto :done [9/29/2019 2:34:02 PM] [INFO] ) [9/29/2019 2:34:02 PM] [INFO] ) [9/29/2019 2:34:04 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric>( [9/29/2019 2:34:04 PM] [INFO] rem This command only works if the peer is up and running
[9/29/2019 2:34:04 PM] [INFO] docker exec -e "CORE_PEER_LOCALMSPID=Org1MSP" -e "CORE_PEER_MSPCONFIGPATH=/etc/hyperledger/msp/users/Admin@org1.example.com/msp" fabricvscodelocalfabric_peer0.org1.example.com peer channel list 1>NUL 2>&1
[9/29/2019 2:34:04 PM] [INFO] if errorlevel 1 ( [9/29/2019 2:34:04 PM] [INFO] rem This is the closest thing that Windows has to the sleep command
[9/29/2019 2:34:04 PM] [INFO]
[9/29/2019 2:34:04 PM] [INFO] node -e "setTimeout(() => true, 1000)" [9/29/2019 2:34:04 PM] [INFO] ) else ( [9/29/2019 2:34:04 PM] [INFO] set i=22
[9/29/2019 2:34:04 PM] [INFO] goto :done [9/29/2019 2:34:04 PM] [INFO] ) [9/29/2019 2:34:04 PM] [INFO] ) [9/29/2019 2:34:06 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric>( [9/29/2019 2:34:06 PM] [INFO] rem This command only works if the peer is up and running
[9/29/2019 2:34:06 PM] [INFO] docker exec -e "CORE_PEER_LOCALMSPID=Org1MSP" -e "CORE_PEER_MSPCONFIGPATH=/etc/hyperledger/msp/users/Admin@org1.example.com/msp" fabricvscodelocalfabric_peer0.org1.example.com peer channel list 1>NUL 2>&1
[9/29/2019 2:34:06 PM] [INFO] if errorlevel 1 ( [9/29/2019 2:34:06 PM] [INFO] rem This is the closest thing that Windows has to the sleep command
[9/29/2019 2:34:06 PM] [INFO] node -e "setTimeout(() => true, 1000)" [9/29/2019 2:34:06 PM] [INFO] ) else ( [9/29/2019 2:34:06 PM] [INFO] set i=23
[9/29/2019 2:34:06 PM] [INFO] goto :done [9/29/2019 2:34:06 PM] [INFO] ) [9/29/2019 2:34:06 PM] [INFO] ) [9/29/2019 2:34:08 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric>( [9/29/2019 2:34:08 PM] [INFO] rem This command only works if the peer is up and running
[9/29/2019 2:34:08 PM] [INFO] docker exec -e "CORE_PEER_LOCALMSPID=Org1MSP" -e "CORE_PEER_MSPCONFIGPATH=/etc/hyperledger/msp/users/Admin@org1.example.com/msp" fabricvscodelocalfabric_peer0.org1.example.com peer channel list 1>NUL [9/29/2019 2:34:08 PM] [INFO] 2>&1
[9/29/2019 2:34:08 PM] [INFO] if errorlevel 1 ( [9/29/2019 2:34:08 PM] [INFO] rem This is the closest thing that Windows has to the sleep command
[9/29/2019 2:34:08 PM] [INFO] node -e "setTimeout(() => true, 1000)" [9/29/2019 2:34:08 PM] [INFO] ) else ( [9/29/2019 2:34:08 PM] [INFO] set i=24
[9/29/2019 2:34:08 PM] [INFO] goto :done [9/29/2019 2:34:08 PM] [INFO] ) [9/29/2019 2:34:08 PM] [INFO] ) [9/29/2019 2:34:10 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric> [9/29/2019 2:34:10 PM] [INFO] ( [9/29/2019 2:34:10 PM] [INFO] rem This command only works if the peer is up and running
[9/29/2019 2:34:10 PM] [INFO] docker exec -e "CORE_PEER_LOCALMSPID=Org1MSP" -e "CORE_PEER_MSPCONFIGPATH=/etc/hyperledger/msp/users/Admin@org1.example.com/msp" fabricvscodelocalfabric_peer0.org1.example.com peer channel list 1>NUL 2>&1
[9/29/2019 2:34:10 PM] [INFO] if errorlevel 1 ( [9/29/2019 2:34:10 PM] [INFO] rem This is the closest thing that Windows has to the sleep command
[9/29/2019 2:34:10 PM] [INFO] node -e "setTimeout(() => true, 1000)" [9/29/2019 2:34:10 PM] [INFO] ) else ( [9/29/2019 2:34:10 PM] [INFO] set [9/29/2019 2:34:10 PM] [INFO] i=25
[9/29/2019 2:34:10 PM] [INFO] goto :done [9/29/2019 2:34:10 PM] [INFO] ) [9/29/2019 2:34:10 PM] [INFO] ) [9/29/2019 2:34:12 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric>( [9/29/2019 2:34:12 PM] [INFO] rem This command only works if the peer is up and running
[9/29/2019 2:34:12 PM] [INFO] docker exec -e "CORE_PEER_LOCALMSPID=Org1MSP" -e "CORE_PEER_MSPCONFIGPATH=/etc/hyperledger/msp/users/Admin@org1.example.com/msp" fabricvscodelocalfabric_peer0.org1.example.com peer channel list 1>NUL 2>&1
[9/29/2019 2:34:12 PM] [INFO] if errorlevel 1 ( [9/29/2019 2:34:12 PM] [INFO] rem This is the closest thing that Windows has to the sleep command
[9/29/2019 2:34:12 PM] [INFO] node -e "setTimeout(() => true, 1000)" [9/29/2019 2:34:12 PM] [INFO] ) else ( [9/29/2019 2:34:12 PM] [INFO] set i=26
[9/29/2019 2:34:12 PM] [INFO] goto :done [9/29/2019 2:34:12 PM] [INFO] ) [9/29/2019 2:34:12 PM] [INFO] ) [9/29/2019 2:34:14 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric>( [9/29/2019 2:34:14 PM] [INFO] rem This command only works if the peer is up and running
[9/29/2019 2:34:14 PM] [INFO] docker exec -e "CORE_PEER_LOCALMSPID=Org1MSP" -e "CORE_PEER_MSPCONFIGPATH=/etc/hyperledger/msp/users/Admin@org1.example.com/msp" fabricvscodelocalfabric_peer0.org1.example.com peer channel list 1>NUL 2>&1
[9/29/2019 2:34:14 PM] [INFO] if errorlevel 1 ( [9/29/2019 2:34:14 PM] [INFO] rem This is the closest thing that Windows has to the sleep command
[9/29/2019 2:34:14 PM] [INFO] node -e "setTimeout(() => true, 1000)" [9/29/2019 2:34:14 PM] [INFO] ) else ( [9/29/2019 2:34:14 PM] [INFO] set i=27
[9/29/2019 2:34:14 PM] [INFO] goto :done [9/29/2019 2:34:14 PM] [INFO] ) [9/29/2019 2:34:14 PM] [INFO] ) [9/29/2019 2:34:16 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric>( [9/29/2019 2:34:16 PM] [INFO] rem This command only works if the peer is up and running
[9/29/2019 2:34:16 PM] [INFO] docker exec -e "CORE_PEER_LOCALMSPID=Org1MSP" -e "CORE_PEER_MSPCONFIGPATH=/etc/hyperledger/msp/users/Admin@org1.example.com/msp" fabricvscodelocalfabric_peer0.org1.example.com peer channel list 1>NUL 2>&1
[9/29/2019 2:34:16 PM] [INFO] if errorlevel 1 ( [9/29/2019 2:34:16 PM] [INFO] rem This is the closest thing that Windows has to the sleep command
[9/29/2019 2:34:16 PM] [INFO] node -e "setTimeout(() => true, 1000)" [9/29/2019 2:34:16 PM] [INFO] ) else ( [9/29/2019 2:34:16 PM] [INFO] set [9/29/2019 2:34:16 PM] [INFO] i=28
[9/29/2019 2:34:16 PM] [INFO] goto :done [9/29/2019 2:34:16 PM] [INFO] ) [9/29/2019 2:34:16 PM] [INFO] ) [9/29/2019 2:34:18 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric>( [9/29/2019 2:34:18 PM] [INFO] rem This command only works if the peer is up and running
[9/29/2019 2:34:18 PM] [INFO] docker exec -e "CORE_PEER_LOCALMSPID=Org1MSP" -e "CORE_PEER_MSPCONFIGPATH=/etc/hyperledger/msp/users/Admin@org1.example.com/msp" fabricvscodelocalfabric_peer0.org1.example.com peer channel list 1>NUL 2>&1
[9/29/2019 2:34:18 PM] [INFO] if errorlevel 1 ( [9/29/2019 2:34:18 PM] [INFO] rem This is the closest thing that Windows has to the sleep command
[9/29/2019 2:34:18 PM] [INFO] node -e "setTimeout(() => true, 1000)" [9/29/2019 2:34:18 PM] [INFO] ) else ( [9/29/2019 2:34:18 PM] [INFO] set i=29
[9/29/2019 2:34:18 PM] [INFO] goto :done [9/29/2019 2:34:18 PM] [INFO] ) [9/29/2019 2:34:18 PM] [INFO] ) [9/29/2019 2:34:20 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric>( [9/29/2019 2:34:20 PM] [INFO] rem This command only works if the peer is up and running
[9/29/2019 2:34:20 PM] [INFO] docker exec -e "CORE_PEER_LOCALMSPID=Org1MSP" -e "CORE_PEER_MSPCONFIGPATH=/etc/hyperledger/msp/users/Admin@org1.example.com/msp" fabricvscodelocalfabric_peer0.org1.example.com peer channel list 1>NUL 2>&1
[9/29/2019 2:34:20 PM] [INFO] if errorlevel 1 ( [9/29/2019 2:34:20 PM] [INFO] rem This is the closest thing that Windows has to the sleep command
[9/29/2019 2:34:20 PM] [INFO] node -e "setTimeout(() => true, 1000)" [9/29/2019 2:34:20 PM] [INFO] ) else ( [9/29/2019 2:34:20 PM] [INFO] set i=30
[9/29/2019 2:34:20 PM] [INFO] goto :done [9/29/2019 2:34:20 PM] [INFO] ) [9/29/2019 2:34:20 PM] [INFO] ) [9/29/2019 2:34:22 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric>echo Hyperledger Fabric started in seconds [9/29/2019 2:34:22 PM] [INFO] Hyperledger Fabric started in seconds [9/29/2019 2:34:22 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric>rem Check to see if the channel already exists [9/29/2019 2:34:22 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric>docker exec -e "CORE_PEER_LOCALMSPID=Org1MSP" -e "CORE_PEER_MSPCONFIGPATH=/etc/hyperledger/msp/users/Admin@org1.example.com/msp" fabricvscodelocalfabric_peer0.org1.example.com peer channel getinfo -c mychannel [9/29/2019 2:34:22 PM] [INFO] Error response from daemon: Container 7c22ca821548b87e4a839cf8d63bcb2cf3c476a7f3b2bfc3dd2d3f7742fab392 is not running [9/29/2019 2:34:22 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric> [9/29/2019 2:34:22 PM] [INFO] if errorlevel 1 ( [9/29/2019 2:34:22 PM] [INFO] rem Create the channel
[9/29/2019 2:34:22 PM] [INFO] docker exec -e "CORE_PEER_LOCALMSPID=Org1MSP" -e "CORE_PEER_MSPCONFIGPATH=/etc/hyperledger/msp/users/Admin@org1.example.com/msp" fabricvscodelocalfabric_peer0.org1.example.com peer channel create -o orderer.example.com:17050 -c mychannel -f /etc/hyperledger/configtx/channel.tx
[9/29/2019 2:34:22 PM] [INFO] rem Update the channel with the anchor peers
[9/29/2019 2:34:22 PM] [INFO] docker exec -e "CORE_PEER_LOCALMSPID=Org1MSP" -e "CORE_PEER_MSPCONFIGPATH=/etc/hyperledger/msp/users/Admin@org1.example.com/msp" fabricvscodelocalfabric_peer0.org1.example.com peer channel update -o orderer.example.com:17050 -c mychannel -f /etc/hyperledger/configtx/Org1MSPanchors.tx
[9/29/2019 2:34:22 PM] [INFO] rem Join peer0.org1.example.com to the channel.
[9/29/2019 2:34:22 PM] [INFO] docker exec -e "CORE_PEER_LOCALMSPID=Org1MSP" -e "CORE_PEER_MSPCONFIGPATH=/etc/hyperledger/msp/users/Admin@org1.example.com/msp" fabricvscodelocalfabric_peer0.org1.example.com peer channel join -b mychannel.block [9/29/2019 2:34:22 PM] [INFO] ) [9/29/2019 2:34:23 PM] [INFO] Error response from daemon: Container 7c22ca821548b87e4a839cf8d63bcb2cf3c476a7f3b2bfc3dd2d3f7742fab392 is not running [9/29/2019 2:34:23 PM] [INFO] Error response from daemon: Container 7c22ca821548b87e4a839cf8d63bcb2cf3c476a7f3b2bfc3dd2d3f7742fab392 is not running [9/29/2019 2:34:23 PM] [INFO] Error response from daemon: Container 7c22ca821548b87e4a839cf8d63bcb2cf3c476a7f3b2bfc3dd2d3f7742fab392 is not running [9/29/2019 2:34:24 PM] [ERROR] Failed to start Local Fabric: Error: Failed to execute command "cmd" with arguments "/c, start.cmd" return code 1

Description

The local fabric is not getting started/Stopped. I tried to fresh start several times following all the instructions thoroughly for TypeScript, JavaScript and Java it is not working.

$ docker logs 7c22ca821548 2019-09-29 09:03:21.991 UTC [main] InitCmd -> ERRO 001 Cannot run peer because error when setting up MSP of type bccsp from directory /etc/hyperledger/msp/peer/: could not load a valid signer certificate from directory /etc/hyperledger/msp/peer/signcerts: stat /etc/hyperledger/msp/peer/signcerts: no such file or directory

This is the logs of failed conatiner.

Expected Behavior

Start Local Fabric

Actual Behavior

Possible Fix

Steps to Reproduce

1. 2. 3.

Existing issues

Log File

Your Environment

cazfletch commented 5 years ago

Hi @saicharanpogul it looks like the crypto material didn't generate properly. With vscode closed try deleting the ./~fabric-vscode folder and then reopen vscode and activate the extension again

saicharanpogul commented 5 years ago

[9/30/2019 6:43:42 PM] [IMPORTANT] Log files can be found by running the Developer: Open Logs Folder command from the palette

[9/30/2019 6:43:42 PM] [INFO] Starting IBM Blockchain Platform Extension [9/30/2019 6:45:14 PM] [INFO] Attempting to require dependency: grpc [9/30/2019 6:45:15 PM] [INFO] Migrating local runtime manager [9/30/2019 6:45:15 PM] [INFO] Initializing local runtime manager [9/30/2019 6:45:36 PM] [YEOMAN] .env [9/30/2019 6:45:36 PM] [YEOMAN] configtx.yaml [9/30/2019 6:45:36 PM] [YEOMAN] crypto-config.yaml [9/30/2019 6:45:36 PM] [YEOMAN] docker-compose.yml [9/30/2019 6:45:36 PM] [YEOMAN] generate.cmd [9/30/2019 6:45:36 PM] [YEOMAN] generate.js [9/30/2019 6:45:36 PM] [YEOMAN] generate.sh [9/30/2019 6:45:36 PM] [YEOMAN] is_generated.cmd [9/30/2019 6:45:36 PM] [YEOMAN] is_generated.sh [9/30/2019 6:45:36 PM] [YEOMAN] is_running.cmd [9/30/2019 6:45:36 PM] [YEOMAN] is_running.sh [9/30/2019 6:45:36 PM] [YEOMAN] kill_chaincode.cmd [9/30/2019 6:45:36 PM] [YEOMAN] kill_chaincode.sh [9/30/2019 6:45:36 PM] [YEOMAN] start.cmd [9/30/2019 6:45:36 PM] [YEOMAN] start.sh [9/30/2019 6:45:36 PM] [YEOMAN] stop.cmd [9/30/2019 6:45:36 PM] [YEOMAN] stop.sh [9/30/2019 6:45:36 PM] [YEOMAN] teardown.cmd [9/30/2019 6:45:36 PM] [YEOMAN] teardown.sh [9/30/2019 6:45:36 PM] [YEOMAN] admin-msp.gitkeep [9/30/2019 6:45:36 PM] [YEOMAN] configtx.gitkeep [9/30/2019 6:45:36 PM] [YEOMAN] crypto-config.gitkeep [9/30/2019 6:45:36 PM] [YEOMAN] gateways.gitkeep [9/30/2019 6:45:36 PM] [YEOMAN] nodes.gitkeep [9/30/2019 6:45:36 PM] [YEOMAN] wallets\local_fabric_wallet.gitkeep [9/30/2019 6:45:36 PM] [YEOMAN] nodes\orderer.example.com.json [9/30/2019 6:45:36 PM] [YEOMAN] nodes\peer0.org1.example.com.json [9/30/2019 6:45:37 PM] [YEOMAN] nodes\ca.org1.example.com.json [9/30/2019 6:45:37 PM] [YEOMAN] nodes\couchdb.json [9/30/2019 6:45:37 PM] [YEOMAN] nodes\logspout.json [9/30/2019 6:45:37 PM] [YEOMAN] gateways\local_fabric.json [9/30/2019 6:45:44 PM] [INFO] Restoring command registry [9/30/2019 6:45:44 PM] [INFO] Registering commands [9/30/2019 6:45:44 PM] [INFO] Execute stored commands in the registry [9/30/2019 6:45:44 PM] [INFO] IBM Blockchain Platform Extension activated [9/30/2019 6:45:44 PM] [INFO] Tidying wallet and gateway settings [9/30/2019 6:45:56 PM] [INFO] packageSmartContract [9/30/2019 6:46:13 PM] [SUCCESS] Smart Contract packaged: C:\Users\Saicharan Pogul.fabric-vscode\packages\testFabric@0.0.1.cds [9/30/2019 6:46:13 PM] [INFO] 14 file(s) packaged: [9/30/2019 6:46:13 PM] [INFO] - src/dist/index.d.ts [9/30/2019 6:46:13 PM] [INFO] - src/dist/index.js [9/30/2019 6:46:13 PM] [INFO] - src/dist/index.js.map [9/30/2019 6:46:13 PM] [INFO] - src/dist/my-asset-contract.d.ts [9/30/2019 6:46:13 PM] [INFO] - src/dist/my-asset-contract.js [9/30/2019 6:46:13 PM] [INFO] - src/dist/my-asset-contract.js.map [9/30/2019 6:46:13 PM] [INFO] - src/dist/my-asset.d.ts [9/30/2019 6:46:13 PM] [INFO] - src/dist/my-asset.js [9/30/2019 6:46:13 PM] [INFO] - src/dist/my-asset.js.map [9/30/2019 6:46:13 PM] [INFO] - src/package.json [9/30/2019 6:46:13 PM] [INFO] - src/src/index.ts [9/30/2019 6:46:13 PM] [INFO] - src/src/my-asset-contract.spec.ts [9/30/2019 6:46:13 PM] [INFO] - src/src/my-asset-contract.ts [9/30/2019 6:46:13 PM] [INFO] - src/src/my-asset.ts [9/30/2019 6:46:32 PM] [INFO] connecting to fabric environment [9/30/2019 6:46:32 PM] [INFO] startFabricRuntime [9/30/2019 6:46:34 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric>rem [9/30/2019 6:46:34 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric>rem Copyright IBM Corp All Rights Reserved [9/30/2019 6:46:34 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric>rem [9/30/2019 6:46:34 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric>rem SPDX-License-Identifier: Apache-2.0 [9/30/2019 6:46:34 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric>rem [9/30/2019 6:46:34 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric>rem rewrite paths for Windows users to enable Docker socket binding [9/30/2019 6:46:34 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric>set COMPOSE_CONVERT_WINDOWS_PATHS=1 [9/30/2019 6:46:34 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric>set CHANNEL_NAME=mychannel [9/30/2019 6:46:34 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric>rem teardown any existing network [9/30/2019 6:46:34 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric>cmd /c .\teardown.cmd [9/30/2019 6:46:34 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric>rem [9/30/2019 6:46:34 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric>rem Copyright IBM Corp All Rights Reserved [9/30/2019 6:46:34 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric>rem [9/30/2019 6:46:34 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric>rem SPDX-License-Identifier: Apache-2.0 [9/30/2019 6:46:34 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric>rem [9/30/2019 6:46:34 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric>rem Shut down the Docker containers for the system tests. [9/30/2019 6:46:34 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric>docker-compose -f docker-compose.yml kill
[9/30/2019 6:46:34 PM] [INFO] && docker-compose -f docker-compose.yml down -v [9/30/2019 6:46:45 PM] [INFO] Removing fabricvscodelocalfabric_peer0.org1.example.com ... [9/30/2019 6:46:45 PM] [INFO] Removing fabricvscodelocalfabric_orderer.example.com ... [9/30/2019 6:46:45 PM] [INFO] Removing fabricvscodelocalfabric_logspout ... [9/30/2019 6:46:45 PM] [INFO] Removing fabricvscodelocalfabric_ca.org1.example.com ... [9/30/2019 6:46:45 PM] [INFO] Removing fabricvscodelocalfabric_couchdb ... [9/30/2019 6:46:45 PM] [INFO] Removing fabricvscodelocalfabric_logspout ... done [9/30/2019 6:46:45 PM] [INFO] Removing fabricvscodelocalfabric_ca.org1.example.com ... done [9/30/2019 6:46:45 PM] [INFO] Removing fabricvscodelocalfabric_couchdb ... done [9/30/2019 6:46:45 PM] [INFO] Removing fabricvscodelocalfabric_orderer.example.com ... done [9/30/2019 6:46:45 PM] [INFO] Removing fabricvscodelocalfabric_peer0.org1.example.com ... done [9/30/2019 6:46:45 PM] [INFO] Removing network fabricvscodelocalfabric_basic [9/30/2019 6:46:45 PM] [INFO] Removing volume fabricvscodelocalfabric_orderer.example.com [9/30/2019 6:46:45 PM] [INFO] Removing volume fabricvscodelocalfabric_ca.org1.example.com [9/30/2019 6:46:45 PM] [INFO] Removing volume fabricvscodelocalfabric_peer0.org1.example.com [9/30/2019 6:46:45 PM] [INFO] Removing volume fabricvscodelocalfabric_couchdb [9/30/2019 6:46:46 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric>rem remove chaincode docker images [9/30/2019 6:46:46 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric>for /F "tokens=" %i in ('docker ps -aq --filter "name=fabricvscodelocalfabric-"') do [9/30/2019 6:46:46 PM] [INFO] docker rm -f %i [9/30/2019 6:46:47 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric>for /F "tokens=" %i in ('docker images -aq "fabricvscodelocalfabric-"') do docker [9/30/2019 6:46:47 PM] [INFO] rmi -f %i [9/30/2019 6:46:48 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric>rem remove previous crypto material and config transactions [9/30/2019 6:46:48 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric>for %d in (admin-msp configtx crypto-config wallets\local_fabric_wallet) do ( [9/30/2019 6:46:48 PM] [INFO] pushd %d
[9/30/2019 6:46:48 PM] [INFO] rmdir /q/s .
[9/30/2019 6:46:48 PM] [INFO] popd [9/30/2019 6:46:48 PM] [INFO] ) [9/30/2019 6:46:48 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric>( [9/30/2019 6:46:48 PM] [INFO] pushd admin-msp
[9/30/2019 6:46:48 PM] [INFO] rmdir /q/s .
[9/30/2019 6:46:48 PM] [INFO] popd [9/30/2019 6:46:48 PM] [INFO] ) [9/30/2019 6:46:48 PM] [INFO] The process cannot access the file because it is being used by another process. [9/30/2019 6:46:48 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric> [9/30/2019 6:46:48 PM] [INFO] ( [9/30/2019 6:46:48 PM] [INFO] pushd configtx
[9/30/2019 6:46:48 PM] [INFO] rmdir /q/s .
[9/30/2019 6:46:48 PM] [INFO] popd [9/30/2019 6:46:48 PM] [INFO] ) [9/30/2019 6:46:48 PM] [INFO] The process cannot access the file because it is being used by another process. [9/30/2019 6:46:48 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric>( [9/30/2019 6:46:48 PM] [INFO] pushd crypto-config
[9/30/2019 6:46:48 PM] [INFO] rmdir /q/s .
[9/30/2019 6:46:48 PM] [INFO] popd [9/30/2019 6:46:48 PM] [INFO] ) [9/30/2019 6:46:48 PM] [INFO] The process cannot access the file because it is being used by another process. [9/30/2019 6:46:48 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric>( [9/30/2019 6:46:48 PM] [INFO] pushd wallets\local_fabric_wallet
[9/30/2019 6:46:48 PM] [INFO] rmdir /q/s .
[9/30/2019 6:46:48 PM] [INFO] popd [9/30/2019 6:46:48 PM] [INFO] ) [9/30/2019 6:46:48 PM] [INFO] The process cannot access the file because it is being used by another process. [9/30/2019 6:46:48 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric>rem [9/30/2019 6:46:48 PM] [INFO] Your system is now clean [9/30/2019 6:46:48 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric>del /f generate.complete [9/30/2019 6:46:48 PM] [INFO] Could Not Find C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric\generate.complete [9/30/2019 6:46:48 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric>rem generate crypto material [9/30/2019 6:46:48 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric> [9/30/2019 6:46:48 PM] [INFO] docker run --rm -v C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric:/etc/hyperledger/fabric -w /etc/hyperledger/fabric hyperledger/fabric-tools:1.4.3 cryptogen generate --config=./crypto-config.yaml [9/30/2019 6:46:49 PM] [INFO] docker: invalid reference format. [9/30/2019 6:46:49 PM] [INFO] See 'docker run --help'. [9/30/2019 6:46:49 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric>rem rename the certificate authority private key [9/30/2019 6:46:49 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric> [9/30/2019 6:46:49 PM] [INFO] move /y .\crypto-config\peerOrganizations\org1.example.com\ca*_sk .\crypto-config\peerOrganizations\org1.example.com\ca\ca.org1.example.com-key.pem [9/30/2019 6:46:49 PM] [INFO] The system cannot find the path specified. [9/30/2019 6:46:49 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric> [9/30/2019 6:46:49 PM] [INFO] rem [9/30/2019 6:46:49 PM] [INFO] start the certificate authority [9/30/2019 6:46:49 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric>docker-compose -f docker-compose.yml up -d ca.org1.example.com [9/30/2019 6:46:56 PM] [INFO] Creating network "fabricvscodelocalfabric_basic" with the default driver [9/30/2019 6:46:57 PM] [INFO] Creating volume "fabricvscodelocalfabric_orderer.example.com" with default driver [9/30/2019 6:46:57 PM] [INFO] Creating volume "fabricvscodelocalfabric_ca.org1.example.com" with default driver [9/30/2019 6:46:57 PM] [INFO] Creating volume "fabricvscodelocalfabric_peer0.org1.example.com" with default driver [9/30/2019 6:46:57 PM] [INFO] Creating volume "fabricvscodelocalfabric_couchdb" with default driver [9/30/2019 6:46:57 PM] [INFO] Creating fabricvscodelocalfabric_ca.org1.example.com ... [9/30/2019 6:47:01 PM] [INFO] Creating fabricvscodelocalfabric_ca.org1.example.com ... done [9/30/2019 6:47:01 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric>rem [9/30/2019 6:47:01 PM] [INFO] enroll the admin identity [9/30/2019 6:47:01 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric> [9/30/2019 6:47:01 PM] [INFO] docker [9/30/2019 6:47:01 PM] [INFO] run --network fabricvscodelocalfabric_basic --rm -v C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric:/etc/hyperledger/fabric hyperledger/fabric-ca:1.4.3 fabric-ca-client enroll -u http://admin:adminpw@ca.org1.example.com:17054 -M /etc/hyperledger/fabric/admin-msp [9/30/2019 6:47:02 PM] [INFO] docker: invalid reference format. [9/30/2019 6:47:02 PM] [INFO] See 'docker run --help'. [9/30/2019 6:47:02 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric>copy [9/30/2019 6:47:02 PM] [INFO] /y admin-msp\signcerts\cert.pem crypto-config\peerOrganizations\org1.example.com\msp\admincerts\ [9/30/2019 6:47:02 PM] [INFO] The system cannot find the path specified. [9/30/2019 6:47:02 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric>copy /y admin-msp\signcerts\cert.pem crypto-config\peerOrganizations\org1.example.com\peers\peer0.org1.example.com\msp\admincerts\ [9/30/2019 6:47:02 PM] [INFO] The system cannot find the path specified. [9/30/2019 6:47:02 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric> [9/30/2019 6:47:02 PM] [INFO] rem [9/30/2019 6:47:02 PM] [INFO] stop the certificate authority [9/30/2019 6:47:02 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric> [9/30/2019 6:47:02 PM] [INFO] docker-compose [9/30/2019 6:47:02 PM] [INFO] -f docker-compose.yml stop ca.org1.example.com [9/30/2019 6:47:11 PM] [INFO] Stopping fabricvscodelocalfabric_ca.org1.example.com ... [9/30/2019 6:47:22 PM] [INFO] Stopping fabricvscodelocalfabric_ca.org1.example.com ... done [9/30/2019 6:47:22 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric>rem generate genesis block for orderer [9/30/2019 6:47:22 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric>docker [9/30/2019 6:47:22 PM] [INFO] run --rm -v C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric:/etc/hyperledger/fabric -w /etc/hyperledger/fabric hyperledger/fabric-tools:1.4.3 configtxgen -profile OneOrgOrdererGenesis -outputBlock ./configtx/genesis.block [9/30/2019 6:47:23 PM] [INFO] docker: invalid reference format. [9/30/2019 6:47:23 PM] [INFO] See 'docker run --help'. [9/30/2019 6:47:23 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric>rem generate channel configuration transaction [9/30/2019 6:47:23 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric>docker run --rm -v C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric:/etc/hyperledger/fabric -w /etc/hyperledger/fabric hyperledger/fabric-tools:1.4.3 configtxgen -profile OneOrgChannel -outputCreateChannelTx ./configtx/channel.tx -channelID mychannel [9/30/2019 6:47:25 PM] [INFO] docker: invalid reference format. [9/30/2019 6:47:25 PM] [INFO] See 'docker run --help'. [9/30/2019 6:47:25 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric>rem generate anchor peer transaction [9/30/2019 6:47:25 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric>docker run --rm -v C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric:/etc/hyperledger/fabric -w /etc/hyperledger/fabric hyperledger/fabric-tools:1.4.3 configtxgen -profile OneOrgChannel -outputAnchorPeersUpdate ./configtx/Org1MSPanchors.tx -channelID mychannel -asOrg Org1MSP [9/30/2019 6:47:26 PM] [INFO] docker: invalid reference format. [9/30/2019 6:47:26 PM] [INFO] See 'docker run --help'. [9/30/2019 6:47:26 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric> [9/30/2019 6:47:26 PM] [INFO] rem generate gateways, nodes, and wallets [9/30/2019 6:47:26 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric>node generate.js [9/30/2019 6:47:27 PM] [INFO] f [9/30/2019 6:47:27 PM] [INFO] s.js:114 [9/30/2019 6:47:27 PM] [INFO]
[9/30/2019 6:47:27 PM] [INFO] throw err; [9/30/2019 6:47:27 PM] [INFO] ^ [9/30/2019 6:47:27 PM] [INFO] Error: ENOENT: no such file or directory, scandir 'C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric\admin-msp\keystore' [9/30/2019 6:47:27 PM] [INFO] at Object.readdirSync (fs.js:790:3) [9/30/2019 6:47:27 PM] [INFO] at Object.<anon [9/30/2019 6:47:27 PM] [INFO] y [9/30/2019 6:47:27 PM] [INFO] m [9/30/2019 6:47:27 PM] [INFO] o [9/30/2019 6:47:27 PM] [INFO] us> (C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric\generate.js:13: [9/30/2019 6:47:27 PM] [INFO] 33) [9/30/2019 6:47:27 PM] [INFO]
[9/30/2019 6:47:27 PM] [INFO]
[9/30/2019 6:47:27 PM] [INFO] at Module._compile (internal/modules/cjs/loader.js:778:30) [9/30/2019 6:47:27 PM] [INFO] at Object.Module._extensions..js (internal/m [9/30/2019 6:47:27 PM] [INFO] odul [9/30/2019 6:47:27 PM] [INFO] e [9/30/2019 6:47:27 PM] [INFO] s/cjs/loader.js:789:10) [9/30/2019 6:47:27 PM] [INFO] at Module.load (internal/modules/cjs/loader.js:653:32) [9/30/2019 6:47:27 PM] [INFO] at tryModuleLoad (internal/modules/cjs/loader.js:593:12) [9/30/2019 6:47:27 PM] [INFO] at Function.Module._load (internal/modules/cjs/loader.js:585:3) [9/30/2019 6:47:27 PM] [INFO] at Function.Module.runMain (internal/modules/cjs/loader.js:831:12) [9/30/2019 6:47:27 PM] [INFO] at startup (internal/bootstrap/node.js:2 [9/30/2019 6:47:27 PM] [INFO] 83:1 [9/30/2019 6:47:27 PM] [INFO] 9) [9/30/2019 6:47:27 PM] [INFO]
[9/30/2019 6:47:27 PM] [INFO] at bootstrapNodeJSCore (internal/bootstrap/node.js:622:3) [9/30/2019 6:47:27 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric>rem mark the process as complete [9/30/2019 6:47:27 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric>copy /y nul generate.complete [9/30/2019 6:47:27 PM] [INFO] 1 file(s) copied. [9/30/2019 6:47:28 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric> [9/30/2019 6:47:28 PM] [INFO] rem [9/30/2019 6:47:28 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric>rem Copyright IBM Corp All Rights Reserved [9/30/2019 6:47:28 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric>rem [9/30/2019 6:47:28 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric>rem SPDX-License-Identifier: Apache-2.0 [9/30/2019 6:47:28 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric> [9/30/2019 6:47:28 PM] [INFO] rem [9/30/2019 6:47:28 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric> [9/30/2019 6:47:28 PM] [INFO] rem rewrite paths for Windows users to enable Docker socket binding [9/30/2019 6:47:28 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric>set COMPOSE_CONVERT_WINDOWS_PATHS=1 [9/30/2019 6:47:28 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric>docker-compose -f docker-compose.yml down [9/30/2019 6:47:37 PM] [INFO] Removing fabricvscodelocalfabric_ca.org1.example.com ... [9/30/2019 6:47:37 PM] [INFO] Removing fabricvscodelocalfabric_ca.org1.example.com ... done [9/30/2019 6:47:37 PM] [INFO] Removing network fabricvscodelocalfabric_basic [9/30/2019 6:47:38 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric> [9/30/2019 6:47:38 PM] [INFO] docker-compose -f docker-compose.yml up -d [9/30/2019 6:47:48 PM] [INFO] Creating network "fabricvscodelocalfabric_basic" with the default driver [9/30/2019 6:47:50 PM] [INFO] Creating fabricvscodelocalfabric_orderer.example.com ... [9/30/2019 6:47:50 PM] [INFO] Creating fabricvscodelocalfabric_ca.org1.example.com ... [9/30/2019 6:47:50 PM] [INFO] Creating fabricvscodelocalfabric_logspout ... [9/30/2019 6:47:50 PM] [INFO] Creating fabricvscodelocalfabric_couchdb ... [9/30/2019 6:48:02 PM] [INFO] Creating fabricvscodelocalfabric_logspout ... done [9/30/2019 6:48:03 PM] [INFO] Creating fabricvscodelocalfabric_orderer.example.com ... done [9/30/2019 6:48:03 PM] [INFO] Creating fabricvscodelocalfabric_couchdb ... done [9/30/2019 6:48:03 PM] [INFO] Creating fabricvscodelocalfabric_peer0.org1.example.com ... [9/30/2019 6:48:04 PM] [INFO] Creating fabricvscodelocalfabric_ca.org1.example.com ... done [9/30/2019 6:48:10 PM] [INFO] Creating fabricvscodelocalfabric_peer0.org1.example.com ... done [9/30/2019 6:48:11 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric> [9/30/2019 6:48:11 PM] [INFO] rem [9/30/2019 6:48:11 PM] [INFO] wait for Hyperledger Fabric to start [9/30/2019 6:48:11 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric>rem incase of errors when running later commands, issue export FABRIC_START_TIMEOUT= [9/30/2019 6:48:11 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric> [9/30/2019 6:48:11 PM] [INFO] set FABRIC_START_TIMEOUT=30 [9/30/2019 6:48:11 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric>for /L %i in (1 1 30) do ( [9/30/2019 6:48:11 PM] [INFO] rem This command only works if the peer is up and running
[9/30/2019 6:48:11 PM] [INFO] docker exec -e "CORE_PEER_LOCALMSPID=Org1MSP" -e "CORE_PEER_MSPCONFIGPATH=/etc/hyperledger/msp/users/Admin@org1.example.com/msp" fabricvscodelocalfabric_peer0.org1.example.com peer channel list 1>NUL 2>&1
[9/30/2019 6:48:11 PM] [INFO] if errorlevel 1 ( [9/30/2019 6:48:11 PM] [INFO] rem This is the closest thing that Windows has to the sleep command
[9/30/2019 6:48:11 PM] [INFO] node -e "setTimeout(() => true, 1000)" [9/30/2019 6:48:11 PM] [INFO] ) else ( [9/30/2019 6:48:11 PM] [INFO] set i=%i
[9/30/2019 6:48:11 PM] [INFO] goto :done [9/30/2019 6:48:11 PM] [INFO] ) [9/30/2019 6:48:11 PM] [INFO] ) [9/30/2019 6:48:11 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric>( [9/30/2019 6:48:11 PM] [INFO] rem This command only works if the peer is up and running
[9/30/2019 6:48:11 PM] [INFO] docker exec -e "CORE_PEER_LOCALMSPID=Org1MSP" -e "CORE_PEER_MSPCONFIGPATH=/etc/hyperledger/msp/users/Admin@org1.example.com/msp" fabricvscodelocalfabric_peer0.org1.example.com peer channel list 1> [9/30/2019 6:48:11 PM] [INFO] NUL 2>&1
[9/30/2019 6:48:11 PM] [INFO]
[9/30/2019 6:48:11 PM] [INFO] if errorlevel 1 ( [9/30/2019 6:48:11 PM] [INFO] rem This is the closest thing that Windows has to the sleep command
[9/30/2019 6:48:11 PM] [INFO] node -e "setTimeout(() => true, 1000)" [9/30/2019 6:48:11 PM] [INFO] ) else ( [9/30/2019 6:48:11 PM] [INFO] set [9/30/2019 6:48:11 PM] [INFO] i=1
[9/30/2019 6:48:11 PM] [INFO] goto :done [9/30/2019 6:48:11 PM] [INFO] ) [9/30/2019 6:48:11 PM] [INFO] ) [9/30/2019 6:48:16 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric> [9/30/2019 6:48:16 PM] [INFO] ( [9/30/2019 6:48:16 PM] [INFO] rem This command only works if the peer is up and running
[9/30/2019 6:48:16 PM] [INFO] docker exec -e "CORE_PEER_LOCALMSPID=Org1MSP" -e "CORE_PEER_MSPCONFIGPATH=/etc/hyperledger/msp/users/Admin@org1.example.com/msp" fabricvscodelocalfabric_peer0.org1.example.com peer channel list 1>NUL 2>&1
[9/30/2019 6:48:16 PM] [INFO] if errorlevel 1 ( [9/30/2019 6:48:16 PM] [INFO] rem This is the closest thing that Windows has to the sleep command
[9/30/2019 6:48:16 PM] [INFO] node -e "setTimeout(() => true, 1000)" [9/30/2019 6:48:16 PM] [INFO] ) else ( [9/30/2019 6:48:16 PM] [INFO] set i=2
[9/30/2019 6:48:16 PM] [INFO] goto :done [9/30/2019 6:48:16 PM] [INFO] ) [9/30/2019 6:48:16 PM] [INFO] ) [9/30/2019 6:48:19 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric>( [9/30/2019 6:48:19 PM] [INFO] rem This command only works if the peer is up and running
[9/30/2019 6:48:19 PM] [INFO] docker exec -e "CORE_PEER_LOCALMSPID=Org1MSP" -e "CORE_PEER_MSPCONFIGPATH=/etc/hyperledger/msp/users/Admin@org1.example.com/msp" fabricvscodelocalfabric_peer0.org1.example.com peer channel list 1>NUL 2>&1
[9/30/2019 6:48:19 PM] [INFO] if errorlevel 1 ( [9/30/2019 6:48:19 PM] [INFO] rem This is the closest thing that Windows has to the sleep command
[9/30/2019 6:48:19 PM] [INFO] node -e "setTimeout(() => true, 1000)" [9/30/2019 6:48:19 PM] [INFO] ) else ( [9/30/2019 6:48:19 PM] [INFO] set i=3
[9/30/2019 6:48:19 PM] [INFO] goto :done [9/30/2019 6:48:19 PM] [INFO] ) [9/30/2019 6:48:19 PM] [INFO] ) [9/30/2019 6:48:21 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric>( [9/30/2019 6:48:21 PM] [INFO] rem This command only works if the peer is up and running
[9/30/2019 6:48:21 PM] [INFO] docker exec -e "CORE_PEER_LOCALMSPID=Org1MSP" -e "CORE_PEER_MSPCONFIGPATH=/etc/hyperledger/msp/users/Admin@org1.example.com/msp" fabricvscodelocalfabric_peer0.org1.example.com peer channel list 1>NUL 2>&1
[9/30/2019 6:48:21 PM] [INFO] if errorlevel 1 ( [9/30/2019 6:48:21 PM] [INFO] rem This is the closest thing that Windows has to the sleep command
[9/30/2019 6:48:21 PM] [INFO] node -e "setTimeout(() => true, 1000)" [9/30/2019 6:48:21 PM] [INFO] ) else ( [9/30/2019 6:48:21 PM] [INFO] set i=4
[9/30/2019 6:48:21 PM] [INFO] goto :done [9/30/2019 6:48:21 PM] [INFO] ) [9/30/2019 6:48:21 PM] [INFO] ) [9/30/2019 6:48:24 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric> [9/30/2019 6:48:24 PM] [INFO] ( [9/30/2019 6:48:24 PM] [INFO] rem [9/30/2019 6:48:24 PM] [INFO] This command only works if the peer is up and running
[9/30/2019 6:48:24 PM] [INFO] docker exec -e "CORE_PEER_LOCALMSPID=Org1MSP" -e "CORE_PEER_MSPCONFIGPATH=/etc/hyperledger/msp/users/Admin@org1.example.com/msp" fabricvscodelocalfabric_peer0.org1.example.com peer channel list 1>NUL 2>&1
[9/30/2019 6:48:24 PM] [INFO] if errorlevel 1 ( [9/30/2019 6:48:24 PM] [INFO] rem This is the closest thing that Windows has to the sleep command
[9/30/2019 6:48:24 PM] [INFO] node -e "setTimeout(() => true, 1000)" [9/30/2019 6:48:24 PM] [INFO] ) else ( [9/30/2019 6:48:24 PM] [INFO] set i=5
[9/30/2019 6:48:24 PM] [INFO] goto :done [9/30/2019 6:48:24 PM] [INFO] ) [9/30/2019 6:48:24 PM] [INFO] ) [9/30/2019 6:48:27 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric> [9/30/2019 6:48:27 PM] [INFO] ( [9/30/2019 6:48:27 PM] [INFO] rem This command only works if the peer is up and running
[9/30/2019 6:48:27 PM] [INFO] docker exec -e "CORE_PEER_LOCALMSPID=Org1MSP" -e "CORE_PEER_MSPCONFIGPATH=/etc/hyperledger/msp/users/Admin@org1.example.com/msp" fabricvscodelocalfabric_peer0.org1.example.com peer channel list 1>NUL 2>&1
[9/30/2019 6:48:27 PM] [INFO] if errorlevel 1 ( [9/30/2019 6:48:27 PM] [INFO] rem This is the closest thing that Windows has to the sleep command
[9/30/2019 6:48:27 PM] [INFO] node -e "setTimeout(() => true, 1000)" [9/30/2019 6:48:27 PM] [INFO] ) else ( [9/30/2019 6:48:27 PM] [INFO] set i=6
[9/30/2019 6:48:27 PM] [INFO] goto :done [9/30/2019 6:48:27 PM] [INFO] ) [9/30/2019 6:48:27 PM] [INFO] ) [9/30/2019 6:48:29 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric> [9/30/2019 6:48:29 PM] [INFO] ( [9/30/2019 6:48:29 PM] [INFO] rem [9/30/2019 6:48:29 PM] [INFO] This command only works if the peer is up and running [9/30/2019 6:48:29 PM] [INFO]
[9/30/2019 6:48:29 PM] [INFO] docker exec -e "CORE_PEER_LOCALMSPID=Org1MSP" -e "CORE_PEER_MSPCONFIGPATH=/etc/hyperledger/msp/users/Admin@org1.example.com/msp" fabricvscodelocalfabric_peer0.org1.example.com peer channel list 1>NUL [9/30/2019 6:48:29 PM] [INFO] 2>&1
[9/30/2019 6:48:29 PM] [INFO] if errorlevel 1 ( [9/30/2019 6:48:29 PM] [INFO] rem This is the closest thing that Windows has to the sleep command
[9/30/2019 6:48:29 PM] [INFO] node -e "setTimeout(() => true, 1000)" [9/30/2019 6:48:29 PM] [INFO] ) else ( [9/30/2019 6:48:29 PM] [INFO] set i=7
[9/30/2019 6:48:29 PM] [INFO] goto :done [9/30/2019 6:48:29 PM] [INFO] ) [9/30/2019 6:48:29 PM] [INFO] ) [9/30/2019 6:48:33 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric>( [9/30/2019 6:48:33 PM] [INFO] rem This command only works if the peer is up and running
[9/30/2019 6:48:33 PM] [INFO] docker exec -e "CORE_PEER_LOCALMSPID=Org1MSP" -e "CORE_PEER_MSPCONFIGPATH=/etc/hyperledger/msp/users/Admin@org1.example.com/msp" fabricvscodelocalfabric_peer0.org1.example.com peer channel list 1>NUL 2>&1
[9/30/2019 6:48:33 PM] [INFO] if errorlevel 1 ( [9/30/2019 6:48:33 PM] [INFO] rem This is the closest thing that Windows has to the sleep command
[9/30/2019 6:48:33 PM] [INFO] node -e "setTimeout(() => true, 1000)" [9/30/2019 6:48:33 PM] [INFO] ) else ( [9/30/2019 6:48:33 PM] [INFO] set i=8
[9/30/2019 6:48:33 PM] [INFO] goto :done [9/30/2019 6:48:33 PM] [INFO] ) [9/30/2019 6:48:33 PM] [INFO] ) [9/30/2019 6:48:36 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric>( [9/30/2019 6:48:36 PM] [INFO] rem This command only works if the peer is up and running
[9/30/2019 6:48:36 PM] [INFO] docker exec -e "CORE_PEER_LOCALMSPID=Org1MSP" -e "CORE_PEER_MSPCONFIGPATH=/etc/hyperledger/msp/users/Admin@org1.example.com/msp" fabricvscodelocalfabric_peer0.org1.example.com peer channel list 1>NUL 2>&1
[9/30/2019 6:48:36 PM] [INFO] if errorlevel 1 ( [9/30/2019 6:48:36 PM] [INFO] rem This is the closest thing that Windows has to the sleep command [9/30/2019 6:48:36 PM] [INFO]
[9/30/2019 6:48:36 PM] [INFO]
[9/30/2019 6:48:36 PM] [INFO] node -e "setTimeout(() => true, 1000)" [9/30/2019 6:48:36 PM] [INFO] ) else ( [9/30/2019 6:48:36 PM] [INFO] set i=9
[9/30/2019 6:48:36 PM] [INFO] goto :done [9/30/2019 6:48:36 PM] [INFO] ) [9/30/2019 6:48:36 PM] [INFO] ) [9/30/2019 6:48:39 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric>( [9/30/2019 6:48:39 PM] [INFO] rem This command only works if the peer is up and running [9/30/2019 6:48:39 PM] [INFO]
[9/30/2019 6:48:39 PM] [INFO] docker exec -e "CORE_PEER_LOCALMSPID=Org1MSP" -e "CORE_PEER_MSPCONFIGPATH=/etc/hyperledger/msp/users/Admin@org1.example.com/msp" fabricvscodelocalfabric_peer0.org1.example.com peer channel list 1>NUL 2>&1
[9/30/2019 6:48:39 PM] [INFO] if errorlevel 1 ( [9/30/2019 6:48:39 PM] [INFO] rem This is the closest thing that Windows has to the sleep command
[9/30/2019 6:48:39 PM] [INFO] node -e "setTimeout(() => true, 1000)" [9/30/2019 6:48:39 PM] [INFO] ) else ( [9/30/2019 6:48:39 PM] [INFO] set [9/30/2019 6:48:39 PM] [INFO] i=10 [9/30/2019 6:48:39 PM] [INFO]
[9/30/2019 6:48:39 PM] [INFO] goto :done [9/30/2019 6:48:39 PM] [INFO] ) [9/30/2019 6:48:39 PM] [INFO] ) [9/30/2019 6:48:42 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric>( [9/30/2019 6:48:42 PM] [INFO] rem This command only works if the peer is up and running
[9/30/2019 6:48:42 PM] [INFO] docker exec -e "CORE_PEER_LOCALMSPID=Org1MSP" -e "CORE_PEER_MSPCONFIGPATH=/etc/hyperledger/msp/users/Admin@org1.example.com/msp" fabricvscodelocalfabric_peer0.org1.example.com peer channel list 1>NUL 2>&1
[9/30/2019 6:48:42 PM] [INFO] if errorlevel 1 ( [9/30/2019 6:48:42 PM] [INFO] rem This is the closest thing that Windows has to the sleep command
[9/30/2019 6:48:42 PM] [INFO] node -e "setTimeout(() => true, 1000)" [9/30/2019 6:48:42 PM] [INFO] ) else ( [9/30/2019 6:48:42 PM] [INFO] set i=11
[9/30/2019 6:48:42 PM] [INFO] goto :done [9/30/2019 6:48:42 PM] [INFO] ) [9/30/2019 6:48:42 PM] [INFO] ) [9/30/2019 6:48:44 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric> [9/30/2019 6:48:44 PM] [INFO] ( [9/30/2019 6:48:44 PM] [INFO] rem This command only works if the peer is up and running
[9/30/2019 6:48:44 PM] [INFO] docker exec -e "CORE_PEER_LOCALMSPID=Org1MSP" -e "CORE_PEER_MSPCONFIGPATH=/etc/hyperledger/msp/users/Admin@org1.example.com/msp" fabricvscodelocalfabric_peer0.org1.example.com peer channel list 1>NUL 2>&1
[9/30/2019 6:48:44 PM] [INFO] if errorlevel 1 ( [9/30/2019 6:48:44 PM] [INFO] rem This is the closest thing that Windows has to the sleep command
[9/30/2019 6:48:44 PM] [INFO] node -e "setTimeout(() => true, 1000)" [9/30/2019 6:48:44 PM] [INFO] ) else ( [9/30/2019 6:48:44 PM] [INFO] set i=12
[9/30/2019 6:48:44 PM] [INFO] goto :done [9/30/2019 6:48:44 PM] [INFO] ) [9/30/2019 6:48:44 PM] [INFO] ) [9/30/2019 6:48:47 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric> [9/30/2019 6:48:47 PM] [INFO] ( [9/30/2019 6:48:47 PM] [INFO] rem [9/30/2019 6:48:47 PM] [INFO] This command only works if the peer is up and running
[9/30/2019 6:48:47 PM] [INFO] docker exec -e "CORE_PEER_LOCALMSPID=Org1MSP" -e "CORE_PEER_MSPCONFIGPATH=/etc/hyperledger/msp/users/Admin@org1.example.com/msp" fabricvscodelocalfabric_peer0.org1.example.com peer channel list 1>NUL 2>&1
[9/30/2019 6:48:47 PM] [INFO] if errorlevel 1 ( [9/30/2019 6:48:47 PM] [INFO] rem This is the closest thing that Windows has to the sleep command
[9/30/2019 6:48:47 PM] [INFO] node -e "setTimeout(() => true, 1000)" [9/30/2019 6:48:47 PM] [INFO] ) else ( [9/30/2019 6:48:47 PM] [INFO] set i=13
[9/30/2019 6:48:47 PM] [INFO] goto :done [9/30/2019 6:48:47 PM] [INFO] ) [9/30/2019 6:48:47 PM] [INFO] ) [9/30/2019 6:48:50 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric>( [9/30/2019 6:48:50 PM] [INFO] rem This command only works if the peer is up and running
[9/30/2019 6:48:50 PM] [INFO] docker exec -e "CORE_PEER_LOCALMSPID=Org1MSP" -e "CORE_PEER_MSPCONFIGPATH=/etc/hyperledger/msp/users/Admin@org1.example.com/msp" fabricvscodelocalfabric_peer0.org1.example.com peer channel list 1>NUL 2>&1
[9/30/2019 6:48:50 PM] [INFO] if errorlevel 1 ( [9/30/2019 6:48:50 PM] [INFO] rem This is the closest thing that Windows has to the sleep command
[9/30/2019 6:48:50 PM] [INFO] node -e "setTimeout(() => true, 1000)" [9/30/2019 6:48:50 PM] [INFO] ) else ( [9/30/2019 6:48:50 PM] [INFO] set i=14
[9/30/2019 6:48:50 PM] [INFO] goto :done [9/30/2019 6:48:50 PM] [INFO] ) [9/30/2019 6:48:50 PM] [INFO] ) [9/30/2019 6:48:52 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric> [9/30/2019 6:48:52 PM] [INFO] ( [9/30/2019 6:48:52 PM] [INFO] rem This command only works if the peer is up and running
[9/30/2019 6:48:52 PM] [INFO] docker exec -e "CORE_PEER_LOCALMSPID=Org1MSP" -e "CORE_PEER_MSPCONFIGPATH=/etc/hyperledger/msp/users/Admin@org1.example.com/msp" fabricvscodelocalfabric_peer0.org1.example.com peer channel list 1>NUL 2>&1
[9/30/2019 6:48:52 PM] [INFO] if errorlevel 1 ( [9/30/2019 6:48:52 PM] [INFO] rem This is the closest thing that Windows has to the sleep command
[9/30/2019 6:48:52 PM] [INFO] node -e "setTimeout(() => true, 1000)" [9/30/2019 6:48:52 PM] [INFO] ) [9/30/2019 6:48:52 PM] [INFO] else ( [9/30/2019 6:48:52 PM] [INFO] set [9/30/2019 6:48:52 PM] [INFO] i=15 [9/30/2019 6:48:52 PM] [INFO]
[9/30/2019 6:48:52 PM] [INFO] goto :done [9/30/2019 6:48:52 PM] [INFO] ) [9/30/2019 6:48:52 PM] [INFO] ) [9/30/2019 6:48:55 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric> [9/30/2019 6:48:55 PM] [INFO] ( [9/30/2019 6:48:55 PM] [INFO] rem [9/30/2019 6:48:55 PM] [INFO] This command only works if the peer is up and running [9/30/2019 6:48:55 PM] [INFO]
[9/30/2019 6:48:55 PM] [INFO]
[9/30/2019 6:48:55 PM] [INFO] docker exec -e "CORE_PEER_LOCALMSPID=Org1MSP" -e "CORE_PEER_MSPCONFIGPATH=/etc/hyperledger/msp/users/Admin@org1.example.com/msp" fabricvscodelocalfabric_peer0.org1.example.com peer channel list 1>NUL 2>&1
[9/30/2019 6:48:55 PM] [INFO] if errorlevel 1 ( [9/30/2019 6:48:55 PM] [INFO] rem This is the closest thing that Windows has to the sleep command
[9/30/2019 6:48:55 PM] [INFO] node -e "setTimeout(() => true, 1000)" [9/30/2019 6:48:55 PM] [INFO] ) else ( [9/30/2019 6:48:55 PM] [INFO] set i=16
[9/30/2019 6:48:55 PM] [INFO] goto :done [9/30/2019 6:48:55 PM] [INFO] ) [9/30/2019 6:48:55 PM] [INFO] ) [9/30/2019 6:48:58 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric>( [9/30/2019 6:48:58 PM] [INFO] rem This command only works if the peer is up and running
[9/30/2019 6:48:58 PM] [INFO] docker exec -e "CORE_PEER_LOCALMSPID=Org1MSP" -e "CORE_PEER_MSPCONFIGPATH=/etc/hyperledger/msp/users/Admin@org1.example.com/msp" fabricvscodelocalfabric_peer0.org1.example.com peer channel list 1>NUL 2>&1
[9/30/2019 6:48:58 PM] [INFO] if errorlevel 1 ( [9/30/2019 6:48:58 PM] [INFO] rem This is the closest thing that Windows has to the sleep command
[9/30/2019 6:48:58 PM] [INFO] node -e "setTimeout(() => true, 1000)" [9/30/2019 6:48:58 PM] [INFO] ) else ( [9/30/2019 6:48:58 PM] [INFO] set i=17
[9/30/2019 6:48:58 PM] [INFO] goto :done [9/30/2019 6:48:58 PM] [INFO] ) [9/30/2019 6:48:58 PM] [INFO] ) [9/30/2019 6:49:00 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric>( [9/30/2019 6:49:00 PM] [INFO] rem This command only works if the peer is up and running
[9/30/2019 6:49:00 PM] [INFO]
[9/30/2019 6:49:00 PM] [INFO] docker exec -e "CORE_PEER_LOCALMSPID=Org1MSP" -e "CORE_PEER_MSPCONFIGPATH=/etc/hyperledger/msp/users/Admin@org1.example.com/msp" fabricvscodelocalfabric_peer0.org1.example.com peer channel list 1>NUL 2>&1
[9/30/2019 6:49:00 PM] [INFO] if errorlevel 1 ( [9/30/2019 6:49:00 PM] [INFO] rem This is the closest thing that Windows has to the sleep command
[9/30/2019 6:49:00 PM] [INFO] node -e "setTimeout(() => true, 1000)" [9/30/2019 6:49:00 PM] [INFO] ) else ( [9/30/2019 6:49:00 PM] [INFO] set i=18
[9/30/2019 6:49:00 PM] [INFO] goto :done [9/30/2019 6:49:00 PM] [INFO] ) [9/30/2019 6:49:00 PM] [INFO] ) [9/30/2019 6:49:03 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric>( [9/30/2019 6:49:03 PM] [INFO] rem This command only works if the peer is up and running
[9/30/2019 6:49:03 PM] [INFO] docker exec -e "CORE_PEER_LOCALMSPID=Org1MSP" -e "CORE_PEER_MSPCONFIGPATH=/etc/hyperledger/msp/users/Admin@org1.example.com/msp" fabricvscodelocalfabric_peer0.org1.example.com peer channel list 1>NUL 2>&1
[9/30/2019 6:49:03 PM] [INFO] if errorlevel 1 ( [9/30/2019 6:49:03 PM] [INFO] rem This is the closest thing that Windows has to the sleep command
[9/30/2019 6:49:03 PM] [INFO] node -e "setTimeout(() => true, 1000)" [9/30/2019 6:49:03 PM] [INFO] ) else ( [9/30/2019 6:49:03 PM] [INFO] set i=19
[9/30/2019 6:49:03 PM] [INFO] goto :done [9/30/2019 6:49:03 PM] [INFO] ) [9/30/2019 6:49:03 PM] [INFO] ) [9/30/2019 6:49:05 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric>( [9/30/2019 6:49:05 PM] [INFO] rem This command only works if the peer is up and running
[9/30/2019 6:49:05 PM] [INFO] docker exec -e "CORE_PEER_LOCALMSPID=Org1MSP" -e "CORE_PEER_MSPCONFIGPATH=/etc/hyperledger/msp/users/Admin@org1.example.com/msp" fabricvscodelocalfabric_peer0.org1.example.com peer channel list 1>NUL 2>&1
[9/30/2019 6:49:05 PM] [INFO] if errorlevel 1 ( [9/30/2019 6:49:05 PM] [INFO] rem This is the closest thing that Windows has to the sleep command
[9/30/2019 6:49:05 PM] [INFO] node -e "setTimeout(() => true, 1000)" [9/30/2019 6:49:05 PM] [INFO] ) else ( [9/30/2019 6:49:05 PM] [INFO] set i=20
[9/30/2019 6:49:05 PM] [INFO] goto :done [9/30/2019 6:49:05 PM] [INFO] ) [9/30/2019 6:49:05 PM] [INFO] ) [9/30/2019 6:49:09 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric>( [9/30/2019 6:49:09 PM] [INFO] rem This command only works if the peer is up and running
[9/30/2019 6:49:09 PM] [INFO] docker exec -e "CORE_PEER_LOCALMSPID=Org1MSP" -e "CORE_PEER_MSPCONFIGPATH=/etc/hyperledger/msp/users/Admin@org1.example.com/msp" fabricvscodelocalfabric_peer0.org1.example.com peer channel list 1>NUL 2>&1
[9/30/2019 6:49:09 PM] [INFO] if errorlevel 1 ( [9/30/2019 6:49:09 PM] [INFO] rem This is the closest thing that Windows has to the sleep command
[9/30/2019 6:49:09 PM] [INFO] node -e "setTimeout(() => true, 1000)" [9/30/2019 6:49:09 PM] [INFO] ) else ( [9/30/2019 6:49:09 PM] [INFO] set i=21
[9/30/2019 6:49:09 PM] [INFO] goto :done [9/30/2019 6:49:09 PM] [INFO] ) [9/30/2019 6:49:09 PM] [INFO] ) [9/30/2019 6:49:12 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric>( [9/30/2019 6:49:12 PM] [INFO] rem This command only works if the peer is up and running
[9/30/2019 6:49:12 PM] [INFO] docker exec -e "CORE_PEER_LOCALMSPID=Org1MSP" -e "CORE_PEER_MSPCONFIGPATH=/etc/hyperledger/msp/users/Admin@org1.example.com/msp" fabricvscodelocalfabric_peer0.org1.example.com peer channel list 1>NUL 2>&1
[9/30/2019 6:49:12 PM] [INFO] if errorlevel 1 ( [9/30/2019 6:49:12 PM] [INFO] rem This is the closest thing that Windows has to the sleep command
[9/30/2019 6:49:12 PM] [INFO] node -e "setTimeout(() => true, 1000)" [9/30/2019 6:49:12 PM] [INFO] ) else ( [9/30/2019 6:49:12 PM] [INFO] set i=22
[9/30/2019 6:49:12 PM] [INFO] goto :done [9/30/2019 6:49:12 PM] [INFO] ) [9/30/2019 6:49:12 PM] [INFO] ) [9/30/2019 6:49:16 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric> [9/30/2019 6:49:16 PM] [INFO] ( [9/30/2019 6:49:16 PM] [INFO] rem This command only works if the peer is up and running
[9/30/2019 6:49:16 PM] [INFO] docker exec -e "CORE_PEER_LOCALMSPID=Org1MSP" -e "CORE_PEER_MSPCONFIGPATH=/etc/hyperledger/msp/users/Admin@org1.example.com/msp" fabricvscodelocalfabric_peer0.org1.example.com peer channel list 1>NUL 2>&1
[9/30/2019 6:49:16 PM] [INFO] if errorlevel 1 ( [9/30/2019 6:49:16 PM] [INFO] rem This is the closest thing that Windows has to the sleep command
[9/30/2019 6:49:16 PM] [INFO] node -e "setTimeout(() => true, 1000)" [9/30/2019 6:49:16 PM] [INFO] ) else ( [9/30/2019 6:49:16 PM] [INFO] set i=23
[9/30/2019 6:49:16 PM] [INFO] goto :done [9/30/2019 6:49:16 PM] [INFO] ) [9/30/2019 6:49:16 PM] [INFO] ) [9/30/2019 6:49:20 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric>( [9/30/2019 6:49:20 PM] [INFO] rem This command only works if the peer is up and running
[9/30/2019 6:49:20 PM] [INFO] docker exec -e "CORE_PEER_LOCALMSPID=Org1MSP" -e "CORE_PEER_MSPCONFIGPATH=/etc/hyperledger/msp/users/Admin@org1.example.com/msp" fabricvscodelocalfabric_peer0.org1.example.com peer channel list 1>NUL 2>&1
[9/30/2019 6:49:20 PM] [INFO] if errorlevel 1 ( [9/30/2019 6:49:20 PM] [INFO] rem This is the closest thing that Windows has to the sleep command
[9/30/2019 6:49:20 PM] [INFO] node -e "setTimeout(() => true, 1000)" [9/30/2019 6:49:20 PM] [INFO] ) else ( [9/30/2019 6:49:20 PM] [INFO] set i=24
[9/30/2019 6:49:20 PM] [INFO] goto :done [9/30/2019 6:49:20 PM] [INFO] ) [9/30/2019 6:49:20 PM] [INFO] ) [9/30/2019 6:49:23 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric> [9/30/2019 6:49:23 PM] [INFO] ( [9/30/2019 6:49:23 PM] [INFO] rem This command only works if the peer is up and running
[9/30/2019 6:49:23 PM] [INFO] docker exec -e "CORE_PEER_LOCALMSPID=Org1MSP" -e "CORE_PEER_MSPCONFIGPATH=/etc/hyperledger/msp/users/Admin@org1.example.com/msp" fabricvscodelocalfabric_peer0.org1.example.com peer channel list 1>NUL 2>&1
[9/30/2019 6:49:23 PM] [INFO] if errorlevel 1 ( [9/30/2019 6:49:23 PM] [INFO] rem This is the closest thing that Windows has to the sleep command
[9/30/2019 6:49:23 PM] [INFO] node -e "setTimeout(() => true, 1000)" [9/30/2019 6:49:23 PM] [INFO] ) else ( [9/30/2019 6:49:23 PM] [INFO] set i=25
[9/30/2019 6:49:23 PM] [INFO] goto :done [9/30/2019 6:49:23 PM] [INFO] ) [9/30/2019 6:49:23 PM] [INFO] ) [9/30/2019 6:49:26 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric>( [9/30/2019 6:49:26 PM] [INFO] rem This command only works if the peer is up and running
[9/30/2019 6:49:26 PM] [INFO] docker exec -e "CORE_PEER_LOCALMSPID=Org1MSP" -e "CORE_PEER_MSPCONFIGPATH=/etc/hyperledger/msp/users/Admin@org1.example.com/msp" fabricvscodelocalfabric_peer0.org1.example.com peer channel list 1>NUL 2>&1
[9/30/2019 6:49:26 PM] [INFO] if errorlevel 1 ( [9/30/2019 6:49:26 PM] [INFO] rem This is the closest thing that Windows has to the sleep command
[9/30/2019 6:49:26 PM] [INFO] node -e "setTimeout(() => true, 1000)" [9/30/2019 6:49:26 PM] [INFO] ) else ( [9/30/2019 6:49:26 PM] [INFO] set i=26
[9/30/2019 6:49:26 PM] [INFO] goto :done [9/30/2019 6:49:26 PM] [INFO] ) [9/30/2019 6:49:26 PM] [INFO] ) [9/30/2019 6:49:29 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric>( [9/30/2019 6:49:29 PM] [INFO] rem This command only works if the peer is up and running
[9/30/2019 6:49:29 PM] [INFO] docker exec -e "CORE_PEER_LOCALMSPID=Org1MSP" -e "CORE_PEER_MSPCONFIGPATH=/etc/hyperledger/msp/users/Admin@org1.example.com/msp" fabricvscodelocalfabric_peer0.org1.example.com peer channel list 1>NUL 2>&1
[9/30/2019 6:49:29 PM] [INFO] if errorlevel 1 ( [9/30/2019 6:49:29 PM] [INFO] rem This is the closest thing that Windows has to the sleep command
[9/30/2019 6:49:29 PM] [INFO] node -e "setTimeout(() => true, 1000)" [9/30/2019 6:49:29 PM] [INFO] ) else ( [9/30/2019 6:49:29 PM] [INFO] set i=27
[9/30/2019 6:49:29 PM] [INFO] goto :done [9/30/2019 6:49:29 PM] [INFO] ) [9/30/2019 6:49:29 PM] [INFO] ) [9/30/2019 6:49:31 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric>( [9/30/2019 6:49:31 PM] [INFO] rem [9/30/2019 6:49:31 PM] [INFO] This command only works if the peer is up and running
[9/30/2019 6:49:31 PM] [INFO] docker exec -e "CORE_PEER_LOCALMSPID=Org1MSP" -e "CORE_PEER_MSPCONFIGPATH=/etc/hyperledger/msp/users/Admin@org1.example.com/msp" fabricvscodelocalfabric_peer0.org1.example.com peer channel list 1>NUL 2>&1
[9/30/2019 6:49:31 PM] [INFO] if errorlevel 1 ( [9/30/2019 6:49:31 PM] [INFO] rem This is the closest thing that Windows has to the sleep command
[9/30/2019 6:49:31 PM] [INFO] node -e "setTimeout(() => true, 1000)" [9/30/2019 6:49:31 PM] [INFO] ) else ( [9/30/2019 6:49:31 PM] [INFO] set i=28
[9/30/2019 6:49:31 PM] [INFO] goto :done [9/30/2019 6:49:31 PM] [INFO] ) [9/30/2019 6:49:31 PM] [INFO] ) [9/30/2019 6:49:34 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric>( [9/30/2019 6:49:34 PM] [INFO] rem This command only works if the peer is up and running
[9/30/2019 6:49:34 PM] [INFO] docker exec -e "CORE_PEER_LOCALMSPID=Org1MSP" -e "CORE_PEER_MSPCONFIGPATH=/etc/hyperledger/msp/users/Admin@org1.example.com/msp" fabricvscodelocalfabric_peer0.org1.example.com peer channel list 1>NUL 2>&1
[9/30/2019 6:49:34 PM] [INFO] if errorlevel 1 ( [9/30/2019 6:49:34 PM] [INFO] rem This is the closest thing that Windows has to the sleep command
[9/30/2019 6:49:34 PM] [INFO] node -e "setTimeout(() => true, 1000)" [9/30/2019 6:49:34 PM] [INFO] ) else ( [9/30/2019 6:49:34 PM] [INFO] set i=29
[9/30/2019 6:49:34 PM] [INFO] goto :done [9/30/2019 6:49:34 PM] [INFO] ) [9/30/2019 6:49:34 PM] [INFO] ) [9/30/2019 6:49:37 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric>( [9/30/2019 6:49:37 PM] [INFO] rem This command only works if the peer is up and running
[9/30/2019 6:49:37 PM] [INFO] docker exec -e "CORE_PEER_LOCALMSPID=Org1MSP" -e "CORE_PEER_MSPCONFIGPATH=/etc/hyperledger/msp/users/Admin@org1.example.com/msp" fabricvscodelocalfabric_peer0.org1.example.com peer channel list 1>NUL 2> [9/30/2019 6:49:37 PM] [INFO] &1
[9/30/2019 6:49:37 PM] [INFO] if errorlevel 1 ( [9/30/2019 6:49:37 PM] [INFO] rem This is the closest thing that Windows has to the sleep command
[9/30/2019 6:49:37 PM] [INFO] node -e "setTimeout(() => true, 1000)" [9/30/2019 6:49:37 PM] [INFO] ) else ( [9/30/2019 6:49:37 PM] [INFO] set i=30
[9/30/2019 6:49:37 PM] [INFO] goto :done [9/30/2019 6:49:37 PM] [INFO] ) [9/30/2019 6:49:37 PM] [INFO] ) [9/30/2019 6:49:39 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric>echo Hyperledger Fabric started in seconds [9/30/2019 6:49:39 PM] [INFO] Hyperledger Fabric started in seconds [9/30/2019 6:49:39 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric>rem Check to see if the channel already exists [9/30/2019 6:49:39 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric> [9/30/2019 6:49:39 PM] [INFO] docker [9/30/2019 6:49:39 PM] [INFO] exec -e "CORE_PEER_LOCALMSPID=Org1MSP" -e "CORE_PEER_MSPCONFIGPATH=/etc/hyperledger/msp/users/Admin@org1.example.com/msp" fabricvscodelocalfabric_peer0.org1.example.com peer channel getinfo -c mychannel [9/30/2019 6:49:40 PM] [INFO] Error response from daemon: Container ea953cc267a45bd38c726e70f1b94ddee29cd3273ec74be630f409f546aa7b3a is not running [9/30/2019 6:49:40 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric> [9/30/2019 6:49:40 PM] [INFO] if [9/30/2019 6:49:40 PM] [INFO] errorlevel 1 [9/30/2019 6:49:40 PM] [INFO] ( [9/30/2019 6:49:40 PM] [INFO] rem Create the channel
[9/30/2019 6:49:40 PM] [INFO] docker exec -e "CORE_PEER_LOCALMSPID=Org1MSP" -e "CORE_PEER_MSPCONFIGPATH=/etc/hyperledger/msp/users/Admin@org1.example.com/msp" fabricvscodelocalfabric_peer0.org1.example.com peer channel create -o orderer.example.com:17050 -c mychannel -f /etc/hyperledger/configtx/channel.tx
[9/30/2019 6:49:40 PM] [INFO] rem Update the channel with the anchor peers
[9/30/2019 6:49:40 PM] [INFO] docker exec -e "CORE_PEER_LOCALMSPID=Org1MSP" -e "CORE_PEER_MSPCONFIGPATH=/etc/hyperledger/msp/users/Admin@org1.example.com/msp" fabricvscodelocalfabric_peer0.org1.example.com peer channel update -o orderer.example.com:17050 -c mychannel -f /etc/hyperledger/configtx/Org1MSPanchors.tx
[9/30/2019 6:49:40 PM] [INFO] rem Join peer0.org1.example.com to the channel.
[9/30/2019 6:49:40 PM] [INFO] docker exec -e "CORE_PEER_LOCALMSPID=Org1MSP" -e "CORE_PEER_MSPCONFIGPATH=/etc/hyperledger/msp/users/Admin@org1.example.com/msp" fabricvscodelocalfabric_peer0.org1.example.com peer channel join -b mychannel.block [9/30/2019 6:49:40 PM] [INFO] ) [9/30/2019 6:49:41 PM] [INFO] Error response from daemon: Container ea953cc267a45bd38c726e70f1b94ddee29cd3273ec74be630f409f546aa7b3a is not running [9/30/2019 6:49:43 PM] [INFO] Error response from daemon: Container ea953cc267a45bd38c726e70f1b94ddee29cd3273ec74be630f409f546aa7b3a is not running [9/30/2019 6:49:44 PM] [INFO] Error response from daemon: Container ea953cc267a45bd38c726e70f1b94ddee29cd3273ec74be630f409f546aa7b3a is not running [9/30/2019 6:49:44 PM] [ERROR] Failed to start Local Fabric: Error: Failed to execute command "cmd" with arguments "/c, start.cmd" return code 1 [9/30/2019 7:01:02 PM] [INFO] connecting to fabric environment [9/30/2019 7:01:03 PM] [INFO] startFabricRuntime [9/30/2019 7:01:05 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric>rem [9/30/2019 7:01:05 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric>rem Copyright IBM Corp All Rights Reserved [9/30/2019 7:01:05 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric>rem [9/30/2019 7:01:05 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric>rem SPDX-License-Identifier: Apache-2.0 [9/30/2019 7:01:05 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric>rem [9/30/2019 7:01:05 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric>rem rewrite paths for Windows users to enable Docker socket binding [9/30/2019 7:01:05 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric>set COMPOSE_CONVERT_WINDOWS_PATHS=1 [9/30/2019 7:01:05 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric>docker-compose -f docker-compose.yml down [9/30/2019 7:01:16 PM] [INFO] Removing network fabricvscodelocalfabric_basic [9/30/2019 7:01:16 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric>docker-compose -f docker-compose.yml up -d [9/30/2019 7:01:27 PM] [INFO] Creating network "fabricvscodelocalfabric_basic" with the default driver [9/30/2019 7:01:27 PM] [INFO] Creating fabricvscodelocalfabric_logspout ... [9/30/2019 7:01:27 PM] [INFO] Creating fabricvscodelocalfabric_couchdb ... [9/30/2019 7:01:27 PM] [INFO] Creating fabricvscodelocalfabric_orderer.example.com ... [9/30/2019 7:01:27 PM] [INFO] Creating fabricvscodelocalfabric_ca.org1.example.com ... [9/30/2019 7:01:31 PM] [INFO] Creating fabricvscodelocalfabric_logspout ... done [9/30/2019 7:01:31 PM] [INFO] Creating fabricvscodelocalfabric_couchdb ... done [9/30/2019 7:01:31 PM] [INFO] Creating fabricvscodelocalfabric_orderer.example.com ... done [9/30/2019 7:01:31 PM] [INFO] Creating fabricvscodelocalfabric_peer0.org1.example.com ... [9/30/2019 7:01:32 PM] [INFO] Creating fabricvscodelocalfabric_ca.org1.example.com ... done [9/30/2019 7:01:34 PM] [INFO] Creating fabricvscodelocalfabric_peer0.org1.example.com ... done [9/30/2019 7:01:35 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric>rem [9/30/2019 7:01:35 PM] [INFO] wait for Hyperledger Fabric to start [9/30/2019 7:01:35 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric>rem incase of errors when running later commands, issue export FABRIC_START_TIMEOUT= [9/30/2019 7:01:35 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric>set FABRIC_START_TIMEOUT=30 [9/30/2019 7:01:35 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric>for /L %i in (1 1 30) do ( [9/30/2019 7:01:35 PM] [INFO] rem This command only works if the peer is up and running
[9/30/2019 7:01:35 PM] [INFO] docker exec -e "CORE_PEER_LOCALMSPID=Org1MSP" -e "CORE_PEER_MSPCONFIGPATH=/etc/hyperledger/msp/users/Admin@org1.example.com/msp" fabricvscodelocalfabric_peer0.org1.example.com peer channel list 1>NUL 2>&1
[9/30/2019 7:01:35 PM] [INFO] if errorlevel 1 ( [9/30/2019 7:01:35 PM] [INFO] rem This is the closest thing that Windows has to the sleep command
[9/30/2019 7:01:35 PM] [INFO] node -e "setTimeout(() => true, 1000)" [9/30/2019 7:01:35 PM] [INFO] ) else ( [9/30/2019 7:01:35 PM] [INFO] set i=%i
[9/30/2019 7:01:35 PM] [INFO] goto :done [9/30/2019 7:01:35 PM] [INFO] ) [9/30/2019 7:01:35 PM] [INFO] ) [9/30/2019 7:01:35 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric>( [9/30/2019 7:01:35 PM] [INFO] rem This command only works if the peer is up and running
[9/30/2019 7:01:35 PM] [INFO] docker exec -e "CORE_PEER_LOCALMSPID=Org1MSP" -e "CORE_PEER_MSPCONFIGPATH=/etc/hyperledger/msp/users/Admin@org1.example.com/msp" fabricvscodelocalfabric_peer0.org1.example.com peer channel list 1>NUL 2>&1
[9/30/2019 7:01:35 PM] [INFO] if errorlevel 1 ( [9/30/2019 7:01:35 PM] [INFO] rem This is the closest thing that Windows has to the sleep command
[9/30/2019 7:01:35 PM] [INFO] node -e "setTimeout(() => true, 1000)" [9/30/2019 7:01:35 PM] [INFO] ) else ( [9/30/2019 7:01:35 PM] [INFO] set i=1
[9/30/2019 7:01:35 PM] [INFO] goto :done [9/30/2019 7:01:35 PM] [INFO] ) [9/30/2019 7:01:35 PM] [INFO] ) [9/30/2019 7:01:38 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric> [9/30/2019 7:01:38 PM] [INFO] ( [9/30/2019 7:01:38 PM] [INFO] rem [9/30/2019 7:01:38 PM] [INFO] This command only works if the peer is up and running [9/30/2019 7:01:38 PM] [INFO]
[9/30/2019 7:01:38 PM] [INFO]
[9/30/2019 7:01:38 PM] [INFO] docker [9/30/2019 7:01:38 PM] [INFO] exec -e "CORE_PEER_LOCALMSPID=Org1MSP" -e "CORE_PEER_MSPCONFIGPATH=/etc/hyperledger/msp/users/Admin@org1.example.com/msp" fabricvscodelocalfabric_peer0.org1.example.com peer channel list 1>NUL 2>&1
[9/30/2019 7:01:38 PM] [INFO] if errorlevel 1 ( [9/30/2019 7:01:38 PM] [INFO] rem This is the closest thing that Windows has to the sleep command
[9/30/2019 7:01:38 PM] [INFO] node -e "setTimeout(() => true, 1000)" [9/30/2019 7:01:38 PM] [INFO] ) else ( [9/30/2019 7:01:38 PM] [INFO] set i=2
[9/30/2019 7:01:38 PM] [INFO] goto :done [9/30/2019 7:01:38 PM] [INFO] ) [9/30/2019 7:01:38 PM] [INFO] ) [9/30/2019 7:01:39 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric>( [9/30/2019 7:01:39 PM] [INFO] rem [9/30/2019 7:01:39 PM] [INFO] This command only works if the peer is up and running
[9/30/2019 7:01:39 PM] [INFO] docker exec -e "CORE_PEER_LOCALMSPID=Org1MSP" -e "CORE_PEER_MSPCONFIGPATH=/etc/hyperledger/msp/users/Admin@org1.example.com/msp" fabricvscodelocalfabric_peer0.org1.example.com peer channel list 1>NUL 2>&1
[9/30/2019 7:01:39 PM] [INFO] if errorlevel 1 ( [9/30/2019 7:01:39 PM] [INFO] rem This is the closest thing that Windows has to the sleep command
[9/30/2019 7:01:39 PM] [INFO] node -e "setTimeout(() => true, 1000)" [9/30/2019 7:01:39 PM] [INFO] ) else ( [9/30/2019 7:01:39 PM] [INFO] set i=3
[9/30/2019 7:01:39 PM] [INFO] goto :done [9/30/2019 7:01:39 PM] [INFO] ) [9/30/2019 7:01:39 PM] [INFO] ) [9/30/2019 7:01:42 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric>( [9/30/2019 7:01:42 PM] [INFO] rem This command only works if the peer is up and running
[9/30/2019 7:01:42 PM] [INFO] docker exec -e "CORE_PEER_LOCALMSPID=Org1MSP" -e "CORE_PEER_MSPCONFIGPATH=/etc/hyperledger/msp/users/Admin@org1.example.com/msp" fabricvscodelocalfabric_peer0.org1.example.com peer channel list 1>NUL 2>&1
[9/30/2019 7:01:42 PM] [INFO] if errorlevel 1 ( [9/30/2019 7:01:42 PM] [INFO] rem This is the closest thing that Windows has to the sleep command
[9/30/2019 7:01:42 PM] [INFO] node -e "setTimeout(() => true, 1000)" [9/30/2019 7:01:42 PM] [INFO] ) else ( [9/30/2019 7:01:42 PM] [INFO] set i=4
[9/30/2019 7:01:42 PM] [INFO] goto :done [9/30/2019 7:01:42 PM] [INFO] ) [9/30/2019 7:01:42 PM] [INFO] ) [9/30/2019 7:01:44 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric>( [9/30/2019 7:01:44 PM] [INFO] rem This command only works if the peer is up and running
[9/30/2019 7:01:44 PM] [INFO] docker exec -e "CORE_PEER_LOCALMSPID=Org1MSP" -e "CORE_PEER_MSPCONFIGPATH=/etc/hyperledger/msp/users/Admin@org1.example.com/msp" fabricvscodelocalfabric_peer0.org1.example.com peer channel list
[9/30/2019 7:01:44 PM] [INFO] 1>NUL 2>&1
[9/30/2019 7:01:44 PM] [INFO] if errorlevel 1 ( [9/30/2019 7:01:44 PM] [INFO] rem This is the closest thing that Windows has to the sleep command
[9/30/2019 7:01:44 PM] [INFO] node -e "setTimeout(() => true, 1000)" [9/30/2019 7:01:44 PM] [INFO] ) else ( [9/30/2019 7:01:44 PM] [INFO] set i=5
[9/30/2019 7:01:44 PM] [INFO] goto :done [9/30/2019 7:01:44 PM] [INFO] ) [9/30/2019 7:01:44 PM] [INFO] ) [9/30/2019 7:01:45 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric>( [9/30/2019 7:01:45 PM] [INFO] rem This command only works if the peer is up and running
[9/30/2019 7:01:45 PM] [INFO] docker exec -e "CORE_PEER_LOCALMSPID=Org1MSP" -e "CORE_PEER_MSPCONFIGPATH=/etc/hyperledger/msp/users/Admin@org1.example.com/msp" fabricvscodelocalfabric_peer0.org1.example.com peer channel list 1>NUL 2>&1
[9/30/2019 7:01:45 PM] [INFO] if errorlevel 1 ( [9/30/2019 7:01:45 PM] [INFO] rem This is the closest thing that Windows has to the sleep command
[9/30/2019 7:01:45 PM] [INFO] node -e "setTimeout(() => true, 1000)" [9/30/2019 7:01:45 PM] [INFO] ) else ( [9/30/2019 7:01:45 PM] [INFO] set i=6
[9/30/2019 7:01:45 PM] [INFO] goto :done [9/30/2019 7:01:45 PM] [INFO] ) [9/30/2019 7:01:45 PM] [INFO] ) [9/30/2019 7:01:47 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric>( [9/30/2019 7:01:47 PM] [INFO] rem This command only works if the peer is up and running
[9/30/2019 7:01:47 PM] [INFO] docker exec -e "CORE_PEER_LOCALMSPID=Org1MSP" -e "CORE_PEER_MSPCONFIGPATH=/etc/hyperledger/msp/users/Admin@org1.example.com/msp" fabricvscodelocalfabric_peer0.org1.example.com peer channel list 1>NUL 2>&1
[9/30/2019 7:01:47 PM] [INFO] if errorlevel 1 ( [9/30/2019 7:01:47 PM] [INFO] rem This is the closest thing that Windows has to the sleep command
[9/30/2019 7:01:47 PM] [INFO] node -e "setTimeout(() => true, 1000)" [9/30/2019 7:01:47 PM] [INFO] ) else ( [9/30/2019 7:01:47 PM] [INFO] set i=7
[9/30/2019 7:01:47 PM] [INFO] goto :done [9/30/2019 7:01:47 PM] [INFO] ) [9/30/2019 7:01:47 PM] [INFO] ) [9/30/2019 7:01:49 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric>( [9/30/2019 7:01:49 PM] [INFO] rem This command only works if the peer is up and running
[9/30/2019 7:01:49 PM] [INFO] docker exec -e "CORE_PEER_LOCALMSPID=Org1MSP" -e "CORE_PEER_MSPCONFIGPATH=/etc/hyperledger/msp/users/Admin@org1.example.com/msp" fabricvscodelocalfabric_peer0.org1.example.com peer channel list 1>NUL 2>&1
[9/30/2019 7:01:49 PM] [INFO] if errorlevel 1 ( [9/30/2019 7:01:49 PM] [INFO] rem This is the closest thing that Windows has to the sleep command
[9/30/2019 7:01:49 PM] [INFO] node -e "setTimeout(() => true, 1000)" [9/30/2019 7:01:49 PM] [INFO] ) else ( [9/30/2019 7:01:49 PM] [INFO] set i=8
[9/30/2019 7:01:49 PM] [INFO] goto :done [9/30/2019 7:01:49 PM] [INFO] ) [9/30/2019 7:01:49 PM] [INFO] ) [9/30/2019 7:01:51 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric>( [9/30/2019 7:01:51 PM] [INFO] rem This command only works if the peer is up and running [9/30/2019 7:01:51 PM] [INFO]
[9/30/2019 7:01:51 PM] [INFO] docker exec -e "CORE_PEER_LOCALMSPID=Org1MSP" -e "CORE_PEER_MSPCONFIGPATH=/etc/hyperledger/msp/users/Admin@org1.example.com/msp" fabricvscodelocalfabric_peer0.org1.example.com peer channel list 1>NUL 2>&1
[9/30/2019 7:01:51 PM] [INFO] if errorlevel 1 ( [9/30/2019 7:01:51 PM] [INFO] rem This is the closest thing that Windows has to the sleep command
[9/30/2019 7:01:51 PM] [INFO] node -e "setTimeout(() => true, 1000)" [9/30/2019 7:01:51 PM] [INFO] ) else ( [9/30/2019 7:01:51 PM] [INFO] set i=9
[9/30/2019 7:01:51 PM] [INFO] goto :done [9/30/2019 7:01:51 PM] [INFO] ) [9/30/2019 7:01:51 PM] [INFO] ) [9/30/2019 7:01:53 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric> [9/30/2019 7:01:53 PM] [INFO] ( [9/30/2019 7:01:53 PM] [INFO] rem This command only works if the peer is up and running
[9/30/2019 7:01:53 PM] [INFO] docker exec -e "CORE_PEER_LOCALMSPID=Org1MSP" -e "CORE_PEER_MSPCONFIGPATH=/etc/hyperledger/msp/users/Admin@org1.example.com/msp" fabricvscodelocalfabric_peer0.org1.example.com peer channel list 1>NUL 2>&1
[9/30/2019 7:01:53 PM] [INFO] if errorlevel 1 ( [9/30/2019 7:01:53 PM] [INFO] rem This is the closest thing that Windows has to the sleep command
[9/30/2019 7:01:53 PM] [INFO] node -e "setTimeout(() => true, 1000)" [9/30/2019 7:01:53 PM] [INFO] ) else ( [9/30/2019 7:01:53 PM] [INFO] set i=10
[9/30/2019 7:01:53 PM] [INFO] goto :done [9/30/2019 7:01:53 PM] [INFO] ) [9/30/2019 7:01:53 PM] [INFO] ) [9/30/2019 7:01:55 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric> [9/30/2019 7:01:55 PM] [INFO] ( [9/30/2019 7:01:55 PM] [INFO] rem This command only works if the peer is up and running
[9/30/2019 7:01:55 PM] [INFO] docker exec -e "CORE_PEER_LOCALMSPID=Org1MSP" -e "CORE_PEER_MSPCONFIGPATH=/etc/hyperledger/msp/users/Admin@org1.example.com/msp" fabricvscodelocalfabric_peer0.org1.example.com peer channel list 1>NUL 2>&1
[9/30/2019 7:01:55 PM] [INFO] if errorlevel 1 ( [9/30/2019 7:01:55 PM] [INFO] rem This is the closest thing that Windows has to the sleep command
[9/30/2019 7:01:55 PM] [INFO] node -e "setTimeout(() => true, 1000)" [9/30/2019 7:01:55 PM] [INFO] ) else ( [9/30/2019 7:01:55 PM] [INFO] set i=11
[9/30/2019 7:01:55 PM] [INFO] goto :done [9/30/2019 7:01:55 PM] [INFO] ) [9/30/2019 7:01:55 PM] [INFO] ) [9/30/2019 7:01:57 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric>( [9/30/2019 7:01:57 PM] [INFO] rem This command only works if the peer is up and running
[9/30/2019 7:01:57 PM] [INFO] docker exec -e "CORE_PEER_LOCALMSPID=Org1MSP" -e "CORE_PEER_MSPCONFIGPATH=/etc/hyperledger/msp/users/Admin@org1.example.com/msp" fabricvscodelocalfabric_peer0.org1.example.com peer channel list 1>NUL 2>&1
[9/30/2019 7:01:57 PM] [INFO] if errorlevel 1 [9/30/2019 7:01:57 PM] [INFO] ( [9/30/2019 7:01:57 PM] [INFO] rem This is the closest thing that Windows has to the sleep command
[9/30/2019 7:01:57 PM] [INFO] node -e "setTimeout(() => true, 1000)" [9/30/2019 7:01:57 PM] [INFO] ) else ( [9/30/2019 7:01:57 PM] [INFO] set i=12
[9/30/2019 7:01:57 PM] [INFO] goto :done [9/30/2019 7:01:57 PM] [INFO] ) [9/30/2019 7:01:57 PM] [INFO] ) [9/30/2019 7:01:59 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric>( [9/30/2019 7:01:59 PM] [INFO] rem [9/30/2019 7:01:59 PM] [INFO] This command only works if the peer is up and running
[9/30/2019 7:01:59 PM] [INFO] docker exec -e "CORE_PEER_LOCALMSPID=Org1MSP" -e "CORE_PEER_MSPCONFIGPATH=/etc/hyperledger/msp/users/Admin@org1.example.com/msp" fabricvscodelocalfabric_peer0.org1.example.com peer channel list 1>NUL 2>&1
[9/30/2019 7:01:59 PM] [INFO] if errorlevel 1 ( [9/30/2019 7:01:59 PM] [INFO] rem This is the closest thing that Windows has to the sleep command
[9/30/2019 7:01:59 PM] [INFO] node -e "setTimeout(() => true, 1000)" [9/30/2019 7:01:59 PM] [INFO] ) else ( [9/30/2019 7:01:59 PM] [INFO] set i=13
[9/30/2019 7:01:59 PM] [INFO] goto :done [9/30/2019 7:01:59 PM] [INFO] ) [9/30/2019 7:01:59 PM] [INFO] ) [9/30/2019 7:02:01 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric>( [9/30/2019 7:02:01 PM] [INFO] rem This command only works if the peer is up and running
[9/30/2019 7:02:01 PM] [INFO] docker exec -e "CORE_PEER_LOCALMSPID=Org1MSP" -e "CORE_PEER_MSPCONFIGPATH=/etc/hyperledger/msp/users/Admin@org1.example.com/msp" fabricvscodelocalfabric_peer0.org1.example.com peer channel list 1>NUL 2>&1
[9/30/2019 7:02:01 PM] [INFO] if errorlevel 1 ( [9/30/2019 7:02:01 PM] [INFO] rem This is the closest thing that Windows has to the sleep command
[9/30/2019 7:02:01 PM] [INFO] node -e "setTimeout(() => true, 1000)" [9/30/2019 7:02:01 PM] [INFO] ) else ( [9/30/2019 7:02:01 PM] [INFO] set i=14
[9/30/2019 7:02:01 PM] [INFO] goto :done [9/30/2019 7:02:01 PM] [INFO] ) [9/30/2019 7:02:01 PM] [INFO] ) [9/30/2019 7:02:03 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric>( [9/30/2019 7:02:03 PM] [INFO] rem [9/30/2019 7:02:03 PM] [INFO] This command only works if the peer is up and running
[9/30/2019 7:02:03 PM] [INFO] docker exec -e "CORE_PEER_LOCALMSPID=Org1MSP" -e "CORE_PEER_MSPCONFIGPATH=/etc/hyperledger/msp/users/Admin@org1.example.com/msp" fabricvscodelocalfabric_peer0.org1.example.com peer channel list 1>NUL 2>&1
[9/30/2019 7:02:03 PM] [INFO] if errorlevel 1 ( [9/30/2019 7:02:03 PM] [INFO] rem This is the closest thing that Windows has to the sleep command
[9/30/2019 7:02:03 PM] [INFO] node -e "setTimeout(() => true, 1000)" [9/30/2019 7:02:03 PM] [INFO] ) else ( [9/30/2019 7:02:03 PM] [INFO] set i=15
[9/30/2019 7:02:03 PM] [INFO] goto :done [9/30/2019 7:02:03 PM] [INFO] ) [9/30/2019 7:02:03 PM] [INFO] ) [9/30/2019 7:02:06 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric> [9/30/2019 7:02:06 PM] [INFO] ( [9/30/2019 7:02:06 PM] [INFO] rem This command only works if the peer is up and running
[9/30/2019 7:02:06 PM] [INFO] docker exec -e "CORE_PEER_LOCALMSPID=Org1MSP" -e "CORE_PEER_MSPCONFIGPATH=/etc/hyperledger/msp/users/Admin@org1.example.com/msp" fabricvscodelocalfabric_peer0.org1.example.com peer channel list 1>NUL 2>&1
[9/30/2019 7:02:06 PM] [INFO] if errorlevel 1 ( [9/30/2019 7:02:06 PM] [INFO] rem This is the closest thing that Windows has to the sleep command
[9/30/2019 7:02:06 PM] [INFO] node -e "setTimeout(() => true, 1000)" [9/30/2019 7:02:06 PM] [INFO] ) else ( [9/30/2019 7:02:06 PM] [INFO] set i=16
[9/30/2019 7:02:06 PM] [INFO] goto :done [9/30/2019 7:02:06 PM] [INFO] ) [9/30/2019 7:02:06 PM] [INFO] ) [9/30/2019 7:02:08 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric>( [9/30/2019 7:02:08 PM] [INFO] rem This command only works if the peer is up and running
[9/30/2019 7:02:08 PM] [INFO] docker exec -e "CORE_PEER_LOCALMSPID=Org1MSP" -e "CORE_PEER_MSPCONFIGPATH=/etc/hyperledger/msp/users/Admin@org1.example.com/msp" fabricvscodelocalfabric_peer0.org1.example.com peer channel list 1>NUL 2>&1
[9/30/2019 7:02:08 PM] [INFO] if errorlevel 1 ( [9/30/2019 7:02:08 PM] [INFO] rem This is the closest thing that Windows has to the sleep command
[9/30/2019 7:02:08 PM] [INFO] node -e "setTimeout(() => true, 1000)" [9/30/2019 7:02:08 PM] [INFO] ) else ( [9/30/2019 7:02:08 PM] [INFO] set i=17
[9/30/2019 7:02:08 PM] [INFO] goto :done [9/30/2019 7:02:08 PM] [INFO] ) [9/30/2019 7:02:08 PM] [INFO] ) [9/30/2019 7:02:10 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric>( [9/30/2019 7:02:10 PM] [INFO] rem This command only works if the peer is up and running
[9/30/2019 7:02:10 PM] [INFO] docker exec -e "CORE_PEER_LOCALMSPID=Org1MSP" -e "CORE_PEER_MSPCONFIGPATH=/etc/hyperledger/msp/users/Admin@org1.example.com/msp" fabricvscodelocalfabric_peer0.org1.example.com peer channel list 1>NUL 2>&1
[9/30/2019 7:02:10 PM] [INFO] if errorlevel 1 ( [9/30/2019 7:02:10 PM] [INFO] rem This is the closest thing that Windows has to the sleep command
[9/30/2019 7:02:10 PM] [INFO] node -e "setTimeout(() => true, 1000)" [9/30/2019 7:02:10 PM] [INFO] ) else ( [9/30/2019 7:02:10 PM] [INFO] set i=18
[9/30/2019 7:02:10 PM] [INFO] goto :done [9/30/2019 7:02:10 PM] [INFO] ) [9/30/2019 7:02:10 PM] [INFO] ) [9/30/2019 7:02:12 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric>( [9/30/2019 7:02:12 PM] [INFO] rem This command only works if the peer is up and running
[9/30/2019 7:02:12 PM] [INFO] docker exec -e "CORE_PEER_LOCALMSPID=Org1MSP" -e "CORE_PEER_MSPCONFIGPATH=/etc/hyperledger/msp/users/Admin@org1.example.com/msp" fabricvscodelocalfabric_peer0.org1.example.com peer channel list 1>NUL 2>&1
[9/30/2019 7:02:12 PM] [INFO] if errorlevel 1 ( [9/30/2019 7:02:12 PM] [INFO] rem This is the closest thing that Windows has to the sleep command
[9/30/2019 7:02:12 PM] [INFO] node -e "setTimeout(() => true, 1000)" [9/30/2019 7:02:12 PM] [INFO] ) else ( [9/30/2019 7:02:12 PM] [INFO] set i=19
[9/30/2019 7:02:12 PM] [INFO] goto :done [9/30/2019 7:02:12 PM] [INFO] ) [9/30/2019 7:02:12 PM] [INFO] ) [9/30/2019 7:02:14 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric> [9/30/2019 7:02:14 PM] [INFO] ( [9/30/2019 7:02:14 PM] [INFO] rem This command only works if the peer is up and running [9/30/2019 7:02:14 PM] [INFO]
[9/30/2019 7:02:14 PM] [INFO] docker exec -e "CORE_PEER_LOCALMSPID=Org1MSP" -e "CORE_PEER_MSPCONFIGPATH=/etc/hyperledger/msp/users/Admin@org1.example.com/msp" fabricvscodelocalfabric_peer0.org1.example.com peer channel list 1>NUL 2>&1
[9/30/2019 7:02:14 PM] [INFO] if errorlevel 1 ( [9/30/2019 7:02:14 PM] [INFO] rem This is the closest thing that Windows has to the sleep command
[9/30/2019 7:02:14 PM] [INFO] node -e "setTimeout(() => true, 1000)" [9/30/2019 7:02:14 PM] [INFO] ) else ( [9/30/2019 7:02:14 PM] [INFO] set i=20
[9/30/2019 7:02:14 PM] [INFO] goto :done [9/30/2019 7:02:14 PM] [INFO] ) [9/30/2019 7:02:14 PM] [INFO] ) [9/30/2019 7:02:16 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric>( [9/30/2019 7:02:16 PM] [INFO] rem This command only works if the peer is up and running
[9/30/2019 7:02:16 PM] [INFO] docker exec -e "CORE_PEER_LOCALMSPID=Org1MSP" -e "CORE_PEER_MSPCONFIGPATH=/etc/hyperledger/msp/users/Admin@org1.example.com/msp" fabricvscodelocalfabric_peer0.org1.example.com peer channel list 1>NUL 2>&1
[9/30/2019 7:02:16 PM] [INFO] if errorlevel 1 ( [9/30/2019 7:02:16 PM] [INFO] rem This is the closest thing that Windows has to the sleep command
[9/30/2019 7:02:16 PM] [INFO] node -e "setTimeout(() => true, 1000)" [9/30/2019 7:02:16 PM] [INFO] ) else ( [9/30/2019 7:02:16 PM] [INFO] set i=21
[9/30/2019 7:02:16 PM] [INFO] goto :done [9/30/2019 7:02:16 PM] [INFO] ) [9/30/2019 7:02:16 PM] [INFO] ) [9/30/2019 7:02:17 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric> [9/30/2019 7:02:17 PM] [INFO] ( [9/30/2019 7:02:17 PM] [INFO] rem This command only works if the peer is up and running
[9/30/2019 7:02:17 PM] [INFO] docker exec -e "CORE_PEER_LOCALMSPID=Org1MSP" -e "CORE_PEER_MSPCONFIGPATH=/etc/hyperledger/msp/users/Admin@org1.example.com/msp" fabricvscodelocalfabric_peer0.org1.example.com peer channel list 1>NUL 2>&1
[9/30/2019 7:02:17 PM] [INFO] if errorlevel 1 ( [9/30/2019 7:02:17 PM] [INFO] rem This is the closest thing that Windows has to the sleep command
[9/30/2019 7:02:17 PM] [INFO] node -e "setTimeout(() => true, 1000)" [9/30/2019 7:02:17 PM] [INFO] ) else ( [9/30/2019 7:02:17 PM] [INFO] set i=22
[9/30/2019 7:02:17 PM] [INFO] goto :done [9/30/2019 7:02:17 PM] [INFO] ) [9/30/2019 7:02:17 PM] [INFO] ) [9/30/2019 7:02:20 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric> [9/30/2019 7:02:20 PM] [INFO] ( [9/30/2019 7:02:20 PM] [INFO] rem This command only works if the peer is up and running
[9/30/2019 7:02:20 PM] [INFO] docker exec -e "CORE_PEER_LOCALMSPID=Org1MSP" -e "CORE_PEER_MSPCONFIGPATH=/etc/hyperledger/msp/users/Admin@org1.example.com/msp" fabricvscodelocalfabric_peer0.org1.example.com peer channel list 1>NUL 2>&1
[9/30/2019 7:02:20 PM] [INFO] if errorlevel 1 ( [9/30/2019 7:02:20 PM] [INFO] rem This is the closest thing that Windows has to the sleep command
[9/30/2019 7:02:20 PM] [INFO] node -e "setTimeout(() => true, 1000)" [9/30/2019 7:02:20 PM] [INFO] ) else ( [9/30/2019 7:02:20 PM] [INFO] set i=23
[9/30/2019 7:02:20 PM] [INFO] goto :done [9/30/2019 7:02:20 PM] [INFO] ) [9/30/2019 7:02:20 PM] [INFO] ) [9/30/2019 7:02:21 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric> [9/30/2019 7:02:21 PM] [INFO] ( [9/30/2019 7:02:21 PM] [INFO] rem This command only works if the peer is up and running
[9/30/2019 7:02:21 PM] [INFO] docker exec -e "CORE_PEER_LOCALMSPID=Org1MSP" -e "CORE_PEER_MSPCONFIGPATH=/etc/hyperledger/msp/users/Admin@org1.example.com/msp" fabricvscodelocalfabric_peer0.org1.example.com peer channel list 1>NUL 2>&1
[9/30/2019 7:02:21 PM] [INFO] if errorlevel 1 ( [9/30/2019 7:02:21 PM] [INFO] rem This is the closest thing that Windows has to the sleep command
[9/30/2019 7:02:21 PM] [INFO] node -e "setTimeout(() => true, 1000)" [9/30/2019 7:02:21 PM] [INFO] ) else [9/30/2019 7:02:21 PM] [INFO] ( [9/30/2019 7:02:21 PM] [INFO] set i=24
[9/30/2019 7:02:21 PM] [INFO] goto :done [9/30/2019 7:02:21 PM] [INFO] ) [9/30/2019 7:02:21 PM] [INFO] ) [9/30/2019 7:02:24 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric>( [9/30/2019 7:02:24 PM] [INFO] rem This command only works if the peer is up and running
[9/30/2019 7:02:24 PM] [INFO] docker exec -e "CORE_PEER_LOCALMSPID=Org1MSP" -e "CORE_PEER_MSPCONFIGPATH=/etc/hyperledger/msp/users/Admin@org1.example.com/msp" fabricvscodelocalfabric_peer0.org1.example.com peer channel list 1>NUL 2>&1
[9/30/2019 7:02:24 PM] [INFO] if errorlevel 1 ( [9/30/2019 7:02:24 PM] [INFO] rem This is the closest thing that Windows has to the sleep command
[9/30/2019 7:02:24 PM] [INFO] node -e "setTimeout(() => true, 1000)" [9/30/2019 7:02:24 PM] [INFO] ) else ( [9/30/2019 7:02:24 PM] [INFO] set i=25
[9/30/2019 7:02:24 PM] [INFO] goto :done [9/30/2019 7:02:24 PM] [INFO] ) [9/30/2019 7:02:24 PM] [INFO] ) [9/30/2019 7:02:25 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric> [9/30/2019 7:02:25 PM] [INFO] ( [9/30/2019 7:02:25 PM] [INFO] rem This command only works if the peer is up and running
[9/30/2019 7:02:25 PM] [INFO] docker exec -e "CORE_PEER_LOCALMSPID=Org1MSP" -e "CORE_PEER_MSPCONFIGPATH=/etc/hyperledger/msp/users/Admin@org1.example.com/msp" fabricvscodelocalfabric_peer0.org1.example.com peer channel list 1>NUL 2>&1
[9/30/2019 7:02:25 PM] [INFO] if errorlevel 1 ( [9/30/2019 7:02:25 PM] [INFO] rem This is the closest thing that Windows has to the sleep command
[9/30/2019 7:02:25 PM] [INFO] node -e "setTimeout(() => true, 1000)" [9/30/2019 7:02:25 PM] [INFO] ) else ( [9/30/2019 7:02:25 PM] [INFO] set i=26 [9/30/2019 7:02:25 PM] [INFO]
[9/30/2019 7:02:25 PM] [INFO] goto :done [9/30/2019 7:02:25 PM] [INFO] ) [9/30/2019 7:02:25 PM] [INFO] ) [9/30/2019 7:02:27 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric>( [9/30/2019 7:02:27 PM] [INFO] rem [9/30/2019 7:02:27 PM] [INFO] This command only works if the peer is up and running
[9/30/2019 7:02:27 PM] [INFO] docker exec -e "CORE_PEER_LOCALMSPID=Org1MSP" -e "CORE_PEER_MSPCONFIGPATH=/etc/hyperledger/msp/users/Admin@org1.example.com/msp" fabricvscodelocalfabric_peer0.org1.example.com peer channel list 1>NUL 2>&1
[9/30/2019 7:02:27 PM] [INFO] if errorlevel 1 ( [9/30/2019 7:02:27 PM] [INFO] rem This is the closest thing that Windows has to the sleep command
[9/30/2019 7:02:27 PM] [INFO] node -e "setTimeout(() => true, 1000)" [9/30/2019 7:02:27 PM] [INFO] ) else ( [9/30/2019 7:02:27 PM] [INFO] set i=27
[9/30/2019 7:02:27 PM] [INFO] goto :done [9/30/2019 7:02:27 PM] [INFO] ) [9/30/2019 7:02:27 PM] [INFO] ) [9/30/2019 7:02:29 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric>( [9/30/2019 7:02:29 PM] [INFO] rem This command only works if the peer is up and running
[9/30/2019 7:02:29 PM] [INFO] docker exec -e "CORE_PEER_LOCALMSPID=Org1MSP" -e "CORE_PEER_MSPCONFIGPATH=/etc/hyperledger/msp/users/Admin@org1.example.com/msp" fabricvscodelocalfabric_peer0.org1.example.com peer channel list 1>NUL 2>&1
[9/30/2019 7:02:29 PM] [INFO] if errorlevel 1 ( [9/30/2019 7:02:29 PM] [INFO] rem This is the closest thing that Windows has to the sleep command
[9/30/2019 7:02:29 PM] [INFO] node -e "setTimeout(() => true, 1000)" [9/30/2019 7:02:29 PM] [INFO] ) else ( [9/30/2019 7:02:29 PM] [INFO] set i=28
[9/30/2019 7:02:29 PM] [INFO] goto :done [9/30/2019 7:02:29 PM] [INFO] ) [9/30/2019 7:02:29 PM] [INFO] ) [9/30/2019 7:02:31 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric>( [9/30/2019 7:02:31 PM] [INFO] rem This command only works if the peer is up and running
[9/30/2019 7:02:31 PM] [INFO] docker exec -e "CORE_PEER_LOCALMSPID=Org1MSP" -e "CORE_PEER_MSPCONFIGPATH=/etc/hyperledger/msp/users/Admin@org1.example.com/msp" fabricvscodelocalfabric_peer0.org1.example.com peer channel list 1>NUL 2>&1
[9/30/2019 7:02:31 PM] [INFO] if errorlevel 1 ( [9/30/2019 7:02:31 PM] [INFO] rem This is the closest thing that Windows has to the sleep command
[9/30/2019 7:02:31 PM] [INFO] node -e "setTimeout(() => true, 1000)" [9/30/2019 7:02:31 PM] [INFO] ) else ( [9/30/2019 7:02:31 PM] [INFO] set i=29
[9/30/2019 7:02:31 PM] [INFO] goto :done [9/30/2019 7:02:31 PM] [INFO] ) [9/30/2019 7:02:31 PM] [INFO] ) [9/30/2019 7:02:33 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric>( [9/30/2019 7:02:33 PM] [INFO] rem This command only works if the peer is up and running
[9/30/2019 7:02:33 PM] [INFO] docker exec -e "CORE_PEER_LOCALMSPID=Org1MSP" -e "CORE_PEER_MSPCONFIGPATH=/etc/hyperledger/msp/users/Admin@org1.example.com/msp" fabricvscodelocalfabric_peer0.org1.example.com peer channel list 1>NUL 2>&1
[9/30/2019 7:02:33 PM] [INFO] if errorlevel 1 ( [9/30/2019 7:02:33 PM] [INFO] rem This is the closest thing that Windows has to the sleep command
[9/30/2019 7:02:33 PM] [INFO] node -e "setTimeout(() => true, 1000)" [9/30/2019 7:02:33 PM] [INFO] ) else ( [9/30/2019 7:02:33 PM] [INFO] set i=30
[9/30/2019 7:02:33 PM] [INFO] goto :done [9/30/2019 7:02:33 PM] [INFO] ) [9/30/2019 7:02:33 PM] [INFO] ) [9/30/2019 7:02:35 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric>echo Hyperledger Fabric started in seconds [9/30/2019 7:02:35 PM] [INFO] Hyperledger Fabric started in seconds [9/30/2019 7:02:35 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric>rem Check to see if the channel already exists [9/30/2019 7:02:35 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric> [9/30/2019 7:02:35 PM] [INFO] docker exec -e "CORE_PEER_LOCALMSPID=Org1MSP" -e "CORE_PEER_MSPCONFIGPATH=/etc/hyperledger/msp/users/Admin@org1.example.com/msp" fabricvscodelocalfabric_peer0.org1.example.com peer channel getinfo -c mychannel [9/30/2019 7:02:36 PM] [INFO] Error response from daemon: Container 0723aa776b0acd96490303c5989215b2a1b91c9c86f40487f5f3e05296439ce8 is not running [9/30/2019 7:02:36 PM] [INFO] C:\Users\Saicharan Pogul.fabric-vscode\environments\local_fabric> [9/30/2019 7:02:36 PM] [INFO] if errorlevel 1 ( [9/30/2019 7:02:36 PM] [INFO] rem Create the channel
[9/30/2019 7:02:36 PM] [INFO] docker exec -e "CORE_PEER_LOCALMSPID=Org1MSP" -e "CORE_PEER_MSPCONFIGPATH=/etc/hyperledger/msp/users/Admin@org1.example.com/msp" fabricvscodelocalfabric_peer0.org1.example.com peer channel create -o orderer.example.com:17050 -c mychannel -f /etc/hyperledger/configtx/channel.tx
[9/30/2019 7:02:36 PM] [INFO] rem Update the channel with the anchor peers
[9/30/2019 7:02:36 PM] [INFO] docker exec -e "CORE_PEER_LOCALMSPID=Org1MSP" -e "CORE_PEER_MSPCONFIGPATH=/etc/hyperledger/msp/users/Admin@org1.example.com/msp" fabricvscodelocalfabric_peer0.org1.example.com peer channel update -o orderer.example.com:17050 -c mychannel -f /etc/hyperledger/configtx/Org1MSPanchors.tx
[9/30/2019 7:02:36 PM] [INFO] rem Join peer0.org1.example.com to the channel.
[9/30/2019 7:02:36 PM] [INFO] docker exec -e "CORE_PEER_LOCALMSPID=Org1MSP" -e "CORE_PEER_MSPCONFIGPATH=/etc/hyperledger/msp/users/Admin@org1.example.com/msp" fabricvscodelocalfabric_peer0.org1.example.com peer channel join -b mychannel.block [9/30/2019 7:02:36 PM] [INFO] ) [9/30/2019 7:02:36 PM] [INFO] Error response from daemon: Container 0723aa776b0acd96490303c5989215b2a1b91c9c86f40487f5f3e05296439ce8 is not running [9/30/2019 7:02:37 PM] [INFO] Error response from daemon: Container 0723aa776b0acd96490303c5989215b2a1b91c9c86f40487f5f3e05296439ce8 is not running [9/30/2019 7:02:38 PM] [INFO] Error response from daemon: Container 0723aa776b0acd96490303c5989215b2a1b91c9c86f40487f5f3e05296439ce8 is not running [9/30/2019 7:02:38 PM] [ERROR] Failed to start Local Fabric: Error: Failed to execute command "cmd" with arguments "/c, start.cmd" return code 1

I tried that but the issue is same.

2019-09-30 13:31:37.489 UTC [main] InitCmd -> ERRO 001 Cannot run peer because error when setting up MSP of type bccsp from directory /etc/hyperledger/msp/peer/: could not load a valid signer certificate from directory /etc/hyperledger/msp/peer/signcerts: stat /etc/hyperledger/msp/peer/signcerts: no such file or directory

saicharanpogul commented 5 years ago

testFabric@0.0.1 build c:\Users\Saicharan Pogul\Desktop\Aceso\Project\Learning\testFabric tsc

node_modules/fabric-contract-api/types/index.d.ts:10:51 - error TS2307: Cannot find module 'fabric-shim'.

10 import { ChaincodeStub, ClientIdentity } from 'fabric-shim';



Found 1 error.

npm ERR! code ELIFECYCLE
npm ERR! errno 2
npm ERR! testFabric@0.0.1 build: `tsc`
npm ERR! Exit status 2
npm ERR!
npm ERR! Failed at the testFabric@0.0.1 build script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR!     C:\Users\Saicharan Pogul\AppData\Roaming\npm-cache\_logs\2019-09-30T14_37_52_682Z-debug.log
The terminal process terminated with exit code: 2

Terminal will be reused by tasks, press any key to close it.

0 info it worked if it ends with ok
1 verbose cli [ 'C:\\Program Files\\nodejs\\node.exe',
1 verbose cli   'C:\\Users\\Saicharan Pogul\\AppData\\Roaming\\npm\\node_modules\\npm\\bin\\npm-cli.js',
1 verbose cli   'run',
1 verbose cli   'build' ]
2 info using npm@6.9.0
3 info using node@v10.16.3
4 verbose run-script [ 'prebuild', 'build', 'postbuild' ]
5 info lifecycle testFabric@0.0.1~prebuild: testFabric@0.0.1
6 info lifecycle testFabric@0.0.1~build: testFabric@0.0.1
7 verbose lifecycle testFabric@0.0.1~build: unsafe-perm in lifecycle true
8 verbose lifecycle testFabric@0.0.1~build: PATH: C:\Users\Saicharan Pogul\AppData\Roaming\npm\node_modules\npm\node_modules\npm-lifecycle\node-gyp-bin;c:\Users\Saicharan Pogul\Desktop\Aceso\Project\Learning\testFabric\node_modules\.bin;C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\apache-tomcat-9.0.16\bin;C:\apache-tomcat-9.0.16\lib;"C:\Program Files\MySQL\MySQL Server 8.0\bin\bin;";C:\xampp\mysql\bin;C:\Program Files\Java\jdk1.8.0_201\bin;C:\Program Files\Java\jdk1.8.0_201\jre\bin;C:\Windows\System32;C:\apache-tomcat-7.0.93\bin;C:\Users\Saicharan Pogul\Downloads\curl-7.64.1-win64-mingw\curl-7.64.1-win64-mingw\bin;C:\Go\bin;C:\Program Files\Git\cmd;C:\MinGW\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\WINDOWS\System32\OpenSSH\;C:\Program Files\dotnet\;C:\nvm;C:\;C:\HashiCorp\Vagrant\bin;C:\Program Files\CMake\bin;C:\Program Files\Microsoft SQL Server\Client SDK\ODBC\130\Tools\Binn\;C:\Program Files (x86)\Microsoft SQL Server\140\Tools\Binn\;C:\Program Files\Microsoft SQL Server\140\Tools\Binn\;C:\Program Files\Microsoft SQL Server\140\DTS\Binn\;c:\Program Files (x86)\Microsoft SQL Server\110\Tools\Binn\;c:\Program Files\Microsoft SQL Server\110\Tools\Binn\;c:\Program Files\Microsoft SQL Server\110\DTS\Binn\;C:\Program Files (x86)\Microsoft SQL Server\150\DTS\Binn\;C:\Program Files\nodejs\;C:\Users\Saicharan Pogul\.windows-build-tools\python27\;C:\Users\Saicharan Pogul\Anaconda3;C:\Users\Saicharan Pogul\Anaconda3\Library\mingw-w64\bin;C:\Users\Saicharan Pogul\Anaconda3\Library\usr\bin;C:\Users\Saicharan Pogul\Anaconda3\Library\bin;C:\Users\Saicharan Pogul\Anaconda3\Scripts;C:\Users\Saicharan Pogul\AppData\Local\Programs\Python\Python37\Scripts\;C:\Users\Saicharan Pogul\AppData\Local\Programs\Python\Python37\;C:\Users\Saicharan Pogul\Desktop\Aceso\Project\Learning\fabric-samples\bin\bin;C:\Users\Saicharan Pogul\AppData\Local\Programs\Microsoft VS Code\bin;C:\Users\Saicharan Pogul\go\bin;C:\Program Files\JetBrains\IntelliJ IDEA Community Edition 183.2153.8\bin;C:\php;C:\Program Files\heroku\bin;C:\Users\Saicharan Pogul\AppData\Roaming\Composer\vendor\bin;C:\Program Files\apache-maven-3.6.0\bin;C:\Program Files\JetBrains\PyCharm 2018.3.2\bin;C:\Users\Saicharan Pogul\AppData\Local\Microsoft\WindowsApps;C:\Users\Saicharan Pogul\AppData\Local\GitHubDesktop\bin;C:\Python37;C:\apache-tomcat-9.0.16\bin;C:\Program Files\Java\jdk-11.0.2\bin;C:\Users\Saicharan Pogul\go\bin;C:\Program Files\JetBrains\CLion 2019.1.1\bin;;C:\Users\Saicharan Pogul\AppData\Local\Microsoft\WindowsApps;C:\nvm;C:\;C:\nvm\v8.11.1;C:\Program Files\Docker Toolbox;C:\Program Files\Docker Toolbox;C:\xampp\apache\bin;C:\Users\Saicharan Pogul\AppData\Roaming\npm;C:\Program Files\Docker Toolbox;C:\Program Files\Docker Toolbox
9 verbose lifecycle testFabric@0.0.1~build: CWD: c:\Users\Saicharan Pogul\Desktop\Aceso\Project\Learning\testFabric
10 silly lifecycle testFabric@0.0.1~build: Args: [ '/d /s /c', 'tsc' ]
11 silly lifecycle testFabric@0.0.1~build: Returned: code: 2  signal: null
12 info lifecycle testFabric@0.0.1~build: Failed to exec build script
13 verbose stack Error: testFabric@0.0.1 build: `tsc`
13 verbose stack Exit status 2
13 verbose stack     at EventEmitter.<anonymous> (C:\Users\Saicharan Pogul\AppData\Roaming\npm\node_modules\npm\node_modules\npm-lifecycle\index.js:301:16)
13 verbose stack     at EventEmitter.emit (events.js:198:13)
13 verbose stack     at ChildProcess.<anonymous> (C:\Users\Saicharan Pogul\AppData\Roaming\npm\node_modules\npm\node_modules\npm-lifecycle\lib\spawn.js:55:14)
13 verbose stack     at ChildProcess.emit (events.js:198:13)
13 verbose stack     at maybeClose (internal/child_process.js:982:16)
13 verbose stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:259:5)
14 verbose pkgid testFabric@0.0.1
15 verbose cwd c:\Users\Saicharan Pogul\Desktop\Aceso\Project\Learning\testFabric
16 verbose Windows_NT 10.0.18362
17 verbose argv "C:\\Program Files\\nodejs\\node.exe" "C:\\Users\\Saicharan Pogul\\AppData\\Roaming\\npm\\node_modules\\npm\\bin\\npm-cli.js" "run" "build"
18 verbose node v10.16.3
19 verbose npm  v6.9.0
20 error code ELIFECYCLE
21 error errno 2
22 error testFabric@0.0.1 build: `tsc`
22 error Exit status 2
23 error Failed at the testFabric@0.0.1 build script.
23 error This is probably not a problem with npm. There is likely additional logging output above.
24 verbose exit [ 2, true ]

IS THIS A ERROR CAUSING THAT!
cazfletch commented 5 years ago

what happens if you try and run npm install in the terminal of your contract?

saicharanpogul commented 5 years ago

C:\Users\Saicharan Pogul\Desktop\Aceso\Project\Learning\testFabric>npm install

@ampretia/x509@0.4.0 install C:\Users\Saicharan Pogul\Desktop\Aceso\Project\Learning\testFabric\node_modules\@ampretia\x509
node-gyp rebuild

C:\Users\Saicharan Pogul\Desktop\Aceso\Project\Learning\testFabric\node_modules\@ampretia\x509>if not defined npm_config_node_gyp (node "C:\Users\Saicharan Pogul\AppData\Roaming\npm\node_modules\npm\node_modules\npm-lifecycle\node-gyp-bin\....\node_modules\node-gyp\bin\node-gyp.js" rebuild ) else (node "C:\Users\Saicharan Pogul\AppData\Roaming\npm\node_modules\npm\node_modules\node-gyp\bin\node-gyp.js" rebuild ) Building the projects in this solution one at a time. To enable parallel build, please add the "/m" switch. addon.cc x509.cc win_delay_load_hook.cc c:\users\saicharan pogul\desktop\aceso\project\learning\testfabric\node_modules\@ampretia\x509\src\x509.cc(56): warning C4996: 'v8: :String::Utf8Value::Utf8Value': was declared deprecated [C:\Users\Saicharan Pogul\Desktop\Aceso\Project\Learning\testFabric\node_mo dules\@ampretia\x509\build\x509.vcxproj] c:\users\saicharan pogul.node-gyp\10.16.3\include\node\v8.h(2891): note: see declaration of 'v8::String::Utf8Value::Utf8Value'
c:\users\saicharan pogul\desktop\aceso\project\learning\testfabric\node_modules\@ampretia\x509\src\x509.cc(57): warning C4996: 'v8: :String::Utf8Value::Utf8Value': was declared deprecated [C:\Users\Saicharan Pogul\Desktop\Aceso\Project\Learning\testFabric\node_mo dules\@ampretia\x509\build\x509.vcxproj] c:\users\saicharan pogul.node-gyp\10.16.3\include\node\v8.h(2891): note: see declaration of 'v8::String::Utf8Value::Utf8Value'
c:\users\saicharan pogul\desktop\aceso\project\learning\testfabric\node_modules\@ampretia\x509\src\x509.cc(119): warning C4996: 'v8 ::Value::ToObject': was declared deprecated [C:\Users\Saicharan Pogul\Desktop\Aceso\Project\Learning\testFabric\node_modules\@ampre tia\x509\build\x509.vcxproj] c:\users\saicharan pogul.node-gyp\10.16.3\include\node\v8.h(10046): note: see declaration of 'v8::Value::ToObject' c:\users\saicharan pogul\desktop\aceso\project\learning\testfabric\node_modules\@ampretia\x509\src\x509.cc(132): warning C4996: 'v8 ::Value::ToObject': was declared deprecated [C:\Users\Saicharan Pogul\Desktop\Aceso\Project\Learning\testFabric\node_modules\@ampre tia\x509\build\x509.vcxproj] c:\users\saicharan pogul.node-gyp\10.16.3\include\node\v8.h(10046): note: see declaration of 'v8::Value::ToObject' c:\users\saicharan pogul\desktop\aceso\project\learning\testfabric\node_modules\@ampretia\x509\src\x509.cc(145): warning C4996: 'v8 ::Value::ToObject': was declared deprecated [C:\Users\Saicharan Pogul\Desktop\Aceso\Project\Learning\testFabric\node_modules\@ampre tia\x509\build\x509.vcxproj] c:\users\saicharan pogul.node-gyp\10.16.3\include\node\v8.h(10046): note: see declaration of 'v8::Value::ToObject' c:\users\saicharan pogul\desktop\aceso\project\learning\testfabric\node_modules\@ampretia\x509\src\x509.cc(158): warning C4996: 'v8 ::Value::ToObject': was declared deprecated [C:\Users\Saicharan Pogul\Desktop\Aceso\Project\Learning\testFabric\node_modules\@ampre tia\x509\build\x509.vcxproj] c:\users\saicharan pogul.node-gyp\10.16.3\include\node\v8.h(10046): note: see declaration of 'v8::Value::ToObject' c:\users\saicharan pogul\desktop\aceso\project\learning\testfabric\node_modules\@ampretia\x509\src\x509.cc(459): warning C4996: 'v8 ::Value::ToObject': was declared deprecated [C:\Users\Saicharan Pogul\Desktop\Aceso\Project\Learning\testFabric\node_modules\@ampre tia\x509\build\x509.vcxproj] c:\users\saicharan pogul.node-gyp\10.16.3\include\node\v8.h(10046): note: see declaration of 'v8::Value::ToObject' LINK : fatal error LNK1181: cannot open input file 'C:\OpenSSL-Win64\lib\libeay32.lib' [C:\Users\Saicharan Pogul\Desktop\Aceso\Proj ect\Learning\testFabric\node_modules\@ampretia\x509\build\x509.vcxproj] gyp ERR! build error gyp ERR! stack Error: C:\Program Files (x86)\Microsoft Visual Studio\2017\BuildTools\MSBuild\15.0\Bin\MSBuild.exe failed with exit code: 1 gyp ERR! stack at ChildProcess.onExit (C:\Users\Saicharan Pogul\AppData\Roaming\npm\node_modules\npm\node_modules\node-gyp\lib\build.js:262:23) gyp ERR! stack at ChildProcess.emit (events.js:198:13) gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:248:12) gyp ERR! System Windows_NT 10.0.18362 gyp ERR! command "C:\Program Files\nodejs\node.exe" "C:\Users\Saicharan Pogul\AppData\Roaming\npm\node_modules\npm\node_modules\node-gyp\bin\node-gyp.js" "rebuild" gyp ERR! cwd C:\Users\Saicharan Pogul\Desktop\Aceso\Project\Learning\testFabric\node_modules\@ampretia\x509 gyp ERR! node -v v10.16.3 gyp ERR! node-gyp -v v3.8.0 gyp ERR! not ok npm WARN testFabric@0.0.1 No repository field.

npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! @ampretia/x509@0.4.0 install: node-gyp rebuild npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the @ampretia/x509@0.4.0 install script. npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in: npm ERR! C:\Users\Saicharan Pogul\AppData\Roaming\npm-cache_logs\2019-09-30T14_56_44_972Z-debug.log

I got this!!

cazfletch commented 5 years ago

looks like you don't have open-ssl LINK : fatal error LNK1181: cannot open input file 'C:\OpenSSL-Win64\lib\libeay32.lib'

saicharanpogul commented 5 years ago

C:\Users\Saicharan Pogul>openssl version WARNING: can't open config file: /usr/local/ssl/openssl.cnf OpenSSL 1.0.2r 26 Feb 2019

cazfletch commented 5 years ago

does the file in the error definitely exist?

saicharanpogul commented 5 years ago

NO!! I reinstalled it even then its not...

cazfletch commented 5 years ago

how much of the folder path do you have?

saicharanpogul commented 5 years ago

C:\OpenSSL-Win64\lib

saicharanpogul commented 5 years ago

Is it because I'm using Windows 10 Home!!!!

cazfletch commented 5 years ago

ahhh yes it could be. That would definitely explain why the local fabric won't start, you will need to have enter[rise or pro edition

saicharanpogul commented 5 years ago

Yeah. I tried that in Ubuntu and it worked without any problem.

cazfletch commented 5 years ago

cool glad it worked

miribeiro commented 4 years ago

Hi! I'm having this issue even though I have Windows 10 Pro edition and have OpenSSL version 1.1.1c. Is there a way to solve this?

cazfletch commented 4 years ago

Hi @miribeiro can you open a new issue with all the information including the logs please